aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/jot-header.tpl
Commit message (Collapse)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 ↵Mario Vavti2019-02-231-5/+5
| | | | selecting multiple images from embed photos dialog broke and fix issue where items were not scrolled to there correct position if justifiedGalleryActive flag was true
* 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 ↵zotlabs2018-04-251-9/+14
| | | | items, but do save these edits in case you need to recover them
* 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 ↵zotlabs2018-02-251-12/+8
| | | | choose (jot, wiki, cover_photo, profile_photo)
* don't show jot bb-edit buttons if a mimetype other than text/bbcode is ↵zotlabs2018-01-291-0/+11
| | | | selected (:todo: also disable bbcode autocomplete)
* 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 ↵zotlabs2017-08-081-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'zotlabs2017-08-011-0/+1
|
* auto preview when inserting a media item or embed into a post. Since this ↵zotlabs2017-08-011-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 ↵zotlabs2017-07-131-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"zotlabs2017-05-021-0/+598
| | | | This reverts commit e332d1074f1b663ec66d37b0f575df2e41d5535c.
* 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 ↵Mario Vavti2017-03-171-13/+5
| | | | modal and some css and class fixes
* 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 ↵redmatrix2016-09-051-1/+24
| | | | regions when a link is being dragged over them
* Use double quotes for strings passed via templates to javascript. Some ↵redmatrix2016-08-151-5/+5
| | | | translated strings have unescaped single quotes.
* 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 ↵Andrew Manning2016-08-141-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.redmatrix2016-08-101-1/+6
|
* open editor or comment window when linkdropping to a closed window. We ↵redmatrix2016-08-101-4/+18
| | | | probably also need this for filedropping.
* 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 ↵redmatrix2016-08-091-1/+1
| | | | well as files (which will be uploaded)
* Fixed bug where multiple post attachements by drag-and-drop were not being ↵Andrew Manning2016-07-281-3/+3
| | | | added to the post content.
* call wall_attach rather than wall_upload for drag/drop; which means you can ↵redmatrix2016-07-241-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 Manning2016-07-241-1/+81
|
* only request geolocation permission if we're creating a post.redmatrix2016-06-291-1/+1
|