Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | get rid of spinner.js in use a lightweight css spinner instead | Mario Vavti | 2017-09-26 | 1 | -12/+12 |
| | |||||
* | provide sharing of cards | zotlabs | 2017-09-05 | 1 | -11/+16 |
| | |||||
* | support upload of files and attachments into comments. This has some ↵ | zotlabs | 2017-08-08 | 1 | -0/+31 |
| | | | | repercussions when it comes to post permissions since the commenter will not know the distribution of the post. Basically the files will be uploaded with the commenter's default ACL. Most of the time this will do the right thing. | ||||
* | add auto post preview to 'select photo from albums' | zotlabs | 2017-08-01 | 1 | -0/+1 |
| | |||||
* | auto preview when inserting a media item or embed into a post. Since this ↵ | zotlabs | 2017-08-01 | 1 | -0/+2 |
| | | | | unanticipated action could be alarming (some might think the post was actually submitted), also provide a visible preview indicator within the previewed content. Remove the css for the old striped background image which hasn't been available for previewed content for a year or two. | ||||
* | implement chunked uploads on the wall; making it work painlessly on /cloud ↵ | zotlabs | 2017-07-13 | 1 | -127/+45 |
| | | | | was attempted but will not be implemented today. That presents some interesting dragons to slay. | ||||
* | Revert "move theme specific files to theme dir" | zotlabs | 2017-05-02 | 1 | -0/+598 |
| | | | | This reverts commit e332d1074f1b663ec66d37b0f575df2e41d5535c. | ||||
* | move theme specific files to theme dir | zotlabs | 2017-05-01 | 1 | -598/+0 |
| | |||||
* | missing includes | Mario Vavti | 2017-04-13 | 1 | -1/+1 |
| | |||||
* | fix embed image modals | Mario Vavti | 2017-03-22 | 1 | -10/+10 |
| | |||||
* | bs4 fixes | Mario Vavti | 2017-03-18 | 1 | -1/+1 |
| | |||||
* | fix item_list and item_search templates. make item filer use a bootdtrap ↵ | Mario Vavti | 2017-03-17 | 1 | -13/+5 |
| | | | | modal and some css and class fixes | ||||
* | fix embedimage if an albumname contains quotes | Mario Vavti | 2017-01-11 | 1 | -2/+3 |
| | |||||
* | fix https://zothub.de/display/9d9078d212862c5f58 | Mario Vavti | 2016-10-30 | 1 | -0/+1 |
| | |||||
* | add links to zcards #500 ; also provide drag/drop highlighting of comment ↵ | redmatrix | 2016-09-05 | 1 | -1/+24 |
| | | | | regions when a link is being dragged over them | ||||
* | Use double quotes for strings passed via templates to javascript. Some ↵ | redmatrix | 2016-08-15 | 1 | -5/+5 |
| | | | | translated strings have unescaped single quotes. | ||||
* | Replace hardcoded button title in javascript to translatable text | Andrew Manning | 2016-08-14 | 1 | -2/+2 |
| | |||||
* | Added a disable comments setting to the "Additional features" settings with ↵ | Andrew Manning | 2016-08-14 | 1 | -0/+13 |
| | | | | a corresponding post editor toggle button | ||||
* | initialise jot editor if it is used as a file drop target and isn't yet opened. | redmatrix | 2016-08-10 | 1 | -1/+6 |
| | |||||
* | open editor or comment window when linkdropping to a closed window. We ↵ | redmatrix | 2016-08-10 | 1 | -4/+18 |
| | | | | probably also need this for filedropping. | ||||
* | allow dropping links on comments as well as posts | redmatrix | 2016-08-09 | 1 | -1/+3 |
| | |||||
* | You can drag links to the editor (which will be parsed and inserted); as ↵ | redmatrix | 2016-08-09 | 1 | -1/+1 |
| | | | | well as files (which will be uploaded) | ||||
* | Fixed bug where multiple post attachements by drag-and-drop were not being ↵ | Andrew Manning | 2016-07-28 | 1 | -3/+3 |
| | | | | added to the post content. | ||||
* | call wall_attach rather than wall_upload for drag/drop; which means you can ↵ | redmatrix | 2016-07-24 | 1 | -1/+1 |
| | | | | drag/drop any file and not just photos. | ||||
* | Drag and drop one image file at a time into the post editor will upload it. | Andrew Manning | 2016-07-24 | 1 | -1/+81 |
| | |||||
* | only request geolocation permission if we're creating a post. | redmatrix | 2016-06-29 | 1 | -1/+1 |
| | |||||
* | Move javascript functions back to jot-header.tpl | Andrew Manning | 2016-06-12 | 1 | -0/+83 |
| | |||||
* | Photo embed button with album browser works in new post editor. | Andrew Manning | 2016-06-12 | 1 | -83/+0 |
| | |||||
* | Stashing changes. Not a functional state. | Andrew Manning | 2016-06-09 | 1 | -0/+83 |
| | |||||
* | menu entries for basic emoji support. I could use a bit of help theming ↵ | redmatrix | 2016-06-02 | 1 | -0/+8 |
| | | | | this. It may also be better rendered as a panel of buttons than a dropdown menu. Eventually we should probably allow the system admin to configure the emojis they want; as there are a large number. I only brought in a small collection that I thought would be most useful as post reactions. | ||||
* | update icon names in view/ | Treer | 2016-05-01 | 1 | -2/+2 |
| | |||||
* | get rid of the unused ispublic variable | Mario Vavti | 2016-04-29 | 1 | -11/+0 |
| | |||||
* | fix some slight crossbrowser rendering issues with jot | Mario Vavti | 2016-04-15 | 1 | -1/+1 |
| | |||||
* | remove obsolete jotVideoURL() and jotAudioURL() | redmatrix | 2016-04-11 | 1 | -14/+0 |
| | |||||
* | some work on comanche autocomplete | Mario Vavti | 2016-04-09 | 1 | -1/+5 |
| | |||||
* | a simple autocomplete for bbcode or comanche - partly implemented | Mario Vavti | 2016-04-04 | 1 | -0/+1 |
| | |||||
* | If text is selected in profile-jot-text when the link button is pressed, the ↵ | Andrew Manning | 2015-11-20 | 1 | -9/+21 |
| | | | | input URL is applied around the text. Otherwise, the normal link data fetch occurs. | ||||
* | new feature: delayed posting | redmatrix | 2015-10-25 | 1 | -0/+13 |
| | |||||
* | don't auto-open the editor in forum mode. Save the forum selection text ↵ | redmatrix | 2015-09-09 | 1 | -0/+3 |
| | | | | until we open it. | ||||
* | this is weird | redmatrix | 2015-08-25 | 1 | -2/+2 |
| | |||||
* | change name of module | redmatrix | 2015-08-22 | 1 | -2/+2 |
| | |||||
* | allow jot to be displayed expanded, remove deprected datetimepicker js and ↵ | Mario Vavti | 2015-04-17 | 1 | -2/+0 |
| | | | | some random fixes | ||||
* | provide a separate input field for rpost attachments | Mario Vavti | 2015-04-16 | 1 | -0/+3 |
| | |||||
* | Fix JavaScript problems on channels where you are not allowed to upload photos. | Klaus Weidenbach | 2015-03-12 | 1 | -56/+46 |
| | | | | | | Add some try...catch blocks around JavaScript that throws errors. This commit should fix the current problems that were introduced by an earlier commit. | ||||
* | collapse jot tools to submenu on small and extra small screens | Mario Vavti | 2015-03-10 | 1 | -3/+30 |
| | |||||
* | item voting tools | friendica | 2015-02-10 | 1 | -0/+10 |
| | |||||
* | Rename some stuff related to autocomplete | Stefan Parviainen | 2015-01-07 | 1 | -2/+2 |
| | |||||
* | Fix initEditor on non-wall pages | Stefan Parviainen | 2015-01-05 | 1 | -1/+4 |
| | |||||
* | Autocmplete suggestions for non-local users, also suggest from visited ↵ | Stefan Parviainen | 2015-01-04 | 1 | -1/+1 |
| | | | | channel's connections | ||||
* | show clear browser location button only if use browser location option is ↵ | marijus | 2014-12-09 | 1 | -1/+1 |
| | | | | set and minor css fixes |