aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/main.js
Commit message (Collapse)AuthorAgeFilesLines
* implement removing of notifications/preview-messages of deleted itemsMario2021-06-291-3/+10
|
* more work on notificationsMario2021-06-251-4/+5
|
* slightly refactor for desktop notifications and fix minor issuesMario2021-06-241-0/+26
|
* fix issues with browser back button and minor cleanupMario2021-06-171-1/+5
|
* New landing page HQ with separate views for direct messages, public/limited ↵Mario2021-06-171-382/+57
| | | | messages and starred messages if the feature is enabled
* Merge branch 'dev' into sixMario2021-06-051-0/+59
|\
| * Changed behavior in the user interaction of the languages selection. Now ↵Hilmar Runge2021-06-051-0/+59
| | | | | | | | works...
* | move mark notifications read code to mod notificationsMario2021-05-281-2/+2
| |
* | remove more mail leftoversMario2021-05-281-20/+2
|/
* do not expire page cache - it does not make much sense actually.Mario2021-04-061-1/+1
|
* Fix undefined page end on non dynamic pagesMax Kostikov2021-03-081-1/+1
|
* replace sticky_kit with a simpler homwgrown solution (still a bit raw) and ↵Mario2021-02-251-2/+2
| | | | slightly change the way we load new content so that people with a long aside column do not have to scroll all the way to the bottom for loading the next page
* some work to fix r_preview in list modeMario2021-01-141-1/+4
|
* files_ng: provide a fallback in case the server timed out on compressing the ↵Mario2020-12-281-0/+10
| | | | zip file
* merge branch files_ng into devMario2020-12-141-47/+36
|
* this should not be required anymoreMario2020-11-261-5/+0
|
* simplify code and fix issue with categoriesMario2020-11-231-1/+0
|
* fix mod item issue with remote channelsMario2020-11-221-12/+12
|
* fix like issue with remote channelsMario2020-11-221-23/+21
|
* collase the updated contentMario2020-11-211-0/+2
|
* restrict returned html usage to local_channel() until some issues will be ↵Mario2020-11-211-21/+33
| | | | worked out
* fix pubstream id issueMario2020-11-211-12/+6
|
* returning the rendered html when liking a post or commentMario2020-11-201-3/+16
|
* minor cleanupMario2020-11-201-8/+6
|
* move post_comment() handling via ctrl-enter out of handle_comment_form() - ↵Mario2020-11-201-9/+11
| | | | to many issues with multiple triggers
* returning the rendered html when posting a comment will make the following ↵Mario2020-11-201-4/+9
| | | | update (and its implication in mod pubstream) obsolete
* this is silly but it seems to be required for firefox to stop scrolling in ↵Mario2020-11-181-1/+4
| | | | certain conditions
* fix regressionMario2020-11-181-1/+1
|
* Do away with auto updates except for our own actions. We might consider to ↵Mario2020-11-181-93/+16
| | | | 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 commentsMario2020-11-171-9/+19
|
* Polling fallback to server sent events. Polling is the default. SSE must be ↵Mario2020-11-141-25/+57
| | | | enabled in /admin/site > Advanced > Enable SSE Notifications if desired.
* call sse_setNotificationsStatus() after fading out buttonsMario2020-11-031-1/+3
|
* fix minor regressionMario2020-10-221-2/+4
|
* adapt notifications and mark item seen handling to play well with client ↵Mario2020-10-221-27/+54
| | | | side page caching
* load more notifications if visible notifications count becomes < 15Mario2020-10-181-2/+14
|
* fix image src issue in templateMario2020-10-161-1/+2
|
* fix notifications html not reset on markRead()Mario2020-09-231-0/+2
|
* syntaxMario2020-07-301-4/+4
|
* raise cache lifetime - this should probably be configurableMario2020-07-301-1/+1
|
* add some context to the notificationsMario2020-07-291-2/+2
|
* reset bParam_page in case of failureMario2020-07-211-0/+1
|
* slightly raise cache lifetimeMario2020-07-211-1/+1
|
* no need to iterate the object twiceMario2020-07-211-61/+56
|
* do not cache single thread pagesMario2020-07-161-29/+2
|
* more itemspage workMario2020-07-161-0/+28
|
* an attempt to improve lazy loadingMario2020-07-161-7/+79
|
* minor adjustionMario2020-07-141-0/+1
|
* reduce result sets and work around a regression in justifiedGalleryMario2020-07-141-1/+1
|
* comment out code which is only required for loggingÃMario2020-05-181-1/+1
|
* re-enable time loggingMario2020-05-181-1/+1
|