| Commit message (Expand) | Author | Age | Files | Lines |
* | fix issue with linkdropper | Mario Vavti | 2018-12-14 | 1 | -2/+2 |
* | yet another blueimp vulnerability. Move to composer. | Mike Macgirvin | 2018-10-31 | 1 | -3/+3 |
* | provide editor settings | Mario Vavti | 2018-09-21 | 1 | -2/+2 |
* | prevent double file uploads when dropping files into jot | Mario Vavti | 2018-07-20 | 1 | -0/+1 |
* | fix jot drag and drop | Mario Vavti | 2018-07-20 | 1 | -6/+9 |
* | fix js error with catalan language (unescaped strings) | Mario Vavti | 2018-05-27 | 1 | -2/+2 |
* | remove preview on jot reset | Mario Vavti | 2018-05-20 | 1 | -0/+1 |
* | remove some cruft from initEditor(); | Mario Vavti | 2018-05-20 | 1 | -70/+10 |
* | implement jot reset button | Mario Vavti | 2018-05-20 | 1 | -3/+12 |
* | add cancel button to editor, fix issue with autosave of categories | zotlabs | 2018-05-10 | 1 | -1/+9 |
* | don't load jot autosave content into other document types or edits of other i... | zotlabs | 2018-04-25 | 1 | -9/+14 |
* | wrong function | Mario Vavti | 2018-04-11 | 1 | -1/+1 |
* | do not get or set post category if the field is not available. remove logging. | Mario Vavti | 2018-04-10 | 1 | -3/+5 |
* | fix autosave content not cleaned after post submission | Mario Vavti | 2018-04-10 | 1 | -24/+47 |
* | Added feature setting for auto-save, defaulting to enabled. | Andrew Manning | 2018-04-08 | 1 | -27/+35 |
* | Auto-save post and comment entry using localStorage in browser. | Andrew Manning | 2018-04-08 | 1 | -0/+55 |
* | hubzilla issue #979 - alter image selection widget to accept/submit on choose... | zotlabs | 2018-02-25 | 1 | -12/+8 |
* | don't show jot bb-edit buttons if a mimetype other than text/bbcode is select... | zotlabs | 2018-01-29 | 1 | -0/+11 |
* | fix nav update regressions - fixes issue #950 | Mario Vavti | 2018-01-04 | 1 | -5/+5 |
* | 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 repercus... | zotlabs | 2017-08-08 | 1 | -0/+31 |
* | 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 una... | zotlabs | 2017-08-01 | 1 | -0/+2 |
* | implement chunked uploads on the wall; making it work painlessly on /cloud wa... | zotlabs | 2017-07-13 | 1 | -127/+45 |
* | Revert "move theme specific files to theme dir" | zotlabs | 2017-05-02 | 1 | -0/+598 |
* | 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 moda... | Mario Vavti | 2017-03-17 | 1 | -13/+5 |
* | 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 reg... | redmatrix | 2016-09-05 | 1 | -1/+24 |
* | Use double quotes for strings passed via templates to javascript. Some transl... | redmatrix | 2016-08-15 | 1 | -5/+5 |
* | 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 a... | Andrew Manning | 2016-08-14 | 1 | -0/+13 |
* | 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 probab... | redmatrix | 2016-08-10 | 1 | -4/+18 |
* | 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 well... | redmatrix | 2016-08-09 | 1 | -1/+1 |
* | Fixed bug where multiple post attachements by drag-and-drop were not being ad... | Andrew Manning | 2016-07-28 | 1 | -3/+3 |
* | call wall_attach rather than wall_upload for drag/drop; which means you can d... | redmatrix | 2016-07-24 | 1 | -1/+1 |
* | 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 this.... | redmatrix | 2016-06-02 | 1 | -0/+8 |
* | update icon names in view/ | Treer | 2016-05-01 | 1 | -2/+2 |