Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix language selector reloading the page if not clicking the icon exactly ↵ | Mario | 2021-09-08 | 1 | -2/+2 |
| | | | | and bs5 modal issues | ||||
* | Merge branch 'dev' into bs5 | Mario | 2021-07-29 | 1 | -1/+3 |
|\ | |||||
| * | some work on streamlining mod photos | Mario | 2021-06-23 | 1 | -4/+2 |
| | | |||||
| * | jot: do not collapse the form if in popup mode | Mario | 2021-06-23 | 1 | -5/+4 |
| | | |||||
| * | streamline jot popup for mod hq | Mario | 2021-06-21 | 1 | -0/+5 |
| | | |||||
* | | upgrade to bootstrap 5.0.1 and first batch of fixes | Mario | 2021-06-07 | 1 | -1/+1 |
|/ | |||||
* | fix summary not reset on cancel | Mario | 2021-03-08 | 1 | -0/+1 |
| | |||||
* | fix summary not saved in browser autosave draft | Mario | 2021-03-08 | 1 | -0/+7 |
| | |||||
* | fix unexpected trigger of buttons when pressing enter in input field issue #1528 | Mario | 2021-03-08 | 1 | -6/+6 |
| | |||||
* | fix file permissions. 755 for dirs, 644 for files | Mario | 2021-01-27 | 1 | -0/+0 |
| | |||||
* | Do away with auto updates except for our own actions. We might consider to ↵ | Mario | 2020-11-18 | 1 | -5/+8 |
| | | | | re-implement this for single thread view like eg /display. Instead of calculating scroll positions during updates, keep track of expanded items and set the expanded state when updating - this fixes issue #1488 | ||||
* | implement submit on ctrl-enter for post editor and comments | Mario | 2020-11-17 | 1 | -12/+17 |
| | |||||
* | implement poll UI in jot | Mario | 2020-02-26 | 1 | -0/+19 |
| | |||||
* | provide link to source and some cleanup | Mario Vavti | 2019-04-19 | 1 | -1/+1 |
| | |||||
* | fix regression from commit 04ec35d9cc39cbf62c8db2818574c1f6d56f2a20 where ↵ | Mario Vavti | 2019-02-23 | 1 | -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 Vavti | 2019-02-07 | 1 | -2/+1 |
| | |||||
* | work on repeat/share for Hubzilla | zotlabs | 2019-02-06 | 1 | -1/+10 |
| | |||||
* | 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 ↵ | zotlabs | 2018-04-25 | 1 | -9/+14 |
| | | | | items, but do save these edits in case you need to recover them | ||||
* | 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 ↵ | zotlabs | 2018-02-25 | 1 | -12/+8 |
| | | | | choose (jot, wiki, cover_photo, profile_photo) | ||||
* | don't show jot bb-edit buttons if a mimetype other than text/bbcode is ↵ | zotlabs | 2018-01-29 | 1 | -0/+11 |
| | | | | selected (:todo: also disable bbcode autocomplete) | ||||
* | 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 ↵ | 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 |
| |