aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/jot-header.tpl
Commit message (Expand)AuthorAgeFilesLines
* implement poll UI in jotMario2020-02-261-0/+19
* provide link to source and some cleanupMario Vavti2019-04-191-1/+1
* fix regression from commit 04ec35d9cc39cbf62c8db2818574c1f6d56f2a20 where sel...Mario Vavti2019-02-231-5/+5
* exec updateInit() instead of notificationsUpdate() in jotShare()Mario Vavti2019-02-071-2/+1
* work on repeat/share for Hubzillazotlabs2019-02-061-1/+10
* fix issue with linkdropperMario Vavti2018-12-141-2/+2
* yet another blueimp vulnerability. Move to composer.Mike Macgirvin2018-10-311-3/+3
* provide editor settingsMario Vavti2018-09-211-2/+2
* prevent double file uploads when dropping files into jotMario Vavti2018-07-201-0/+1
* fix jot drag and dropMario Vavti2018-07-201-6/+9
* fix js error with catalan language (unescaped strings)Mario Vavti2018-05-271-2/+2
* remove preview on jot resetMario Vavti2018-05-201-0/+1
* remove some cruft from initEditor();Mario Vavti2018-05-201-70/+10
* implement jot reset buttonMario Vavti2018-05-201-3/+12
* add cancel button to editor, fix issue with autosave of categorieszotlabs2018-05-101-1/+9
* don't load jot autosave content into other document types or edits of other i...zotlabs2018-04-251-9/+14
* wrong functionMario Vavti2018-04-111-1/+1
* do not get or set post category if the field is not available. remove logging.Mario Vavti2018-04-101-3/+5
* fix autosave content not cleaned after post submissionMario Vavti2018-04-101-24/+47
* Added feature setting for auto-save, defaulting to enabled.Andrew Manning2018-04-081-27/+35
* Auto-save post and comment entry using localStorage in browser.Andrew Manning2018-04-081-0/+55
* hubzilla issue #979 - alter image selection widget to accept/submit on choose...zotlabs2018-02-251-12/+8
* don't show jot bb-edit buttons if a mimetype other than text/bbcode is select...zotlabs2018-01-291-0/+11
* fix nav update regressions - fixes issue #950Mario Vavti2018-01-041-5/+5
* get rid of spinner.js in use a lightweight css spinner insteadMario Vavti2017-09-261-12/+12
* provide sharing of cardszotlabs2017-09-051-11/+16
* support upload of files and attachments into comments. This has some repercus...zotlabs2017-08-081-0/+31
* add auto post preview to 'select photo from albums'zotlabs2017-08-011-0/+1
* auto preview when inserting a media item or embed into a post. Since this una...zotlabs2017-08-011-0/+2
* implement chunked uploads on the wall; making it work painlessly on /cloud wa...zotlabs2017-07-131-127/+45
* Revert "move theme specific files to theme dir"zotlabs2017-05-021-0/+598
* move theme specific files to theme dirzotlabs2017-05-011-598/+0
* missing includesMario Vavti2017-04-131-1/+1
* fix embed image modalsMario Vavti2017-03-221-10/+10
* bs4 fixesMario Vavti2017-03-181-1/+1
* fix item_list and item_search templates. make item filer use a bootdtrap moda...Mario Vavti2017-03-171-13/+5
* fix embedimage if an albumname contains quotesMario Vavti2017-01-111-2/+3
* fix https://zothub.de/display/9d9078d212862c5f58Mario Vavti2016-10-301-0/+1
* add links to zcards #500 ; also provide drag/drop highlighting of comment reg...redmatrix2016-09-051-1/+24
* Use double quotes for strings passed via templates to javascript. Some transl...redmatrix2016-08-151-5/+5
* Replace hardcoded button title in javascript to translatable textAndrew Manning2016-08-141-2/+2
* Added a disable comments setting to the "Additional features" settings with a...Andrew Manning2016-08-141-0/+13
* initialise jot editor if it is used as a file drop target and isn't yet opened.redmatrix2016-08-101-1/+6
* open editor or comment window when linkdropping to a closed window. We probab...redmatrix2016-08-101-4/+18
* allow dropping links on comments as well as postsredmatrix2016-08-091-1/+3
* You can drag links to the editor (which will be parsed and inserted); as well...redmatrix2016-08-091-1/+1
* Fixed bug where multiple post attachements by drag-and-drop were not being ad...Andrew Manning2016-07-281-3/+3
* call wall_attach rather than wall_upload for drag/drop; which means you can d...redmatrix2016-07-241-1/+1
* Drag and drop one image file at a time into the post editor will upload it.Andrew Manning2016-07-241-1/+81
* only request geolocation permission if we're creating a post.redmatrix2016-06-291-1/+1