aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/main.js
Commit message (Expand)AuthorAgeFilesLines
...
* allow notification updates when composing comments. This was disabled when it...zotlabs2019-01-021-1/+1
* fix filtering by addr in handleNotificationsItems()Mario Vavti2018-12-021-1/+2
* allow notification filtering by name or addrzotlabs2018-11-301-1/+1
* Update main.jsMax Kostikov2018-10-141-6/+7
* Update main.jsMax Kostikov2018-10-141-1/+1
* Update main.jsMax Kostikov2018-10-131-19/+21
* Revert "Merge branch 'patch-11' into 'dev'"Mario Vavti2018-10-131-22/+19
* Update main.jsMax Kostikov2018-10-131-19/+22
* implement conversation tools (settings/conversation), remove additional featu...Mario Vavti2018-09-271-0/+29
* when calling timeago() from mod_mail.js it is called before the translations ...Mario Vavti2018-07-131-0/+3
* finalize filters and forum notificationsMario Vavti2018-06-021-1/+2
* some more work on forum notificationsMario Vavti2018-06-021-2/+19
* unread forum notifications - wip/unfinishedMario Vavti2018-06-011-1/+1
* admin delete of fileszotlabs2018-05-021-0/+2
* fix wrong item keyMario Vavti2018-04-131-1/+1
* Merge remote-tracking branch 'mike/master' into devMario Vavti2018-04-131-15/+36
|\
| * autosave comment enhancementszotlabs2018-04-121-9/+15
| * work on autosavezotlabs2018-04-121-15/+30
* | provide visible star status for starred postsMario Vavti2018-04-131-2/+5
|/
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2018-04-111-1/+2
|\
| * also clean localStorage upon logout or channel switchMario Vavti2018-04-111-1/+2
* | channel delegation: push current identity and pop it on logout from the deleg...zotlabs2018-04-111-1/+0
|/
* Added feature setting for auto-save, defaulting to enabled.Andrew Manning2018-04-081-7/+13
* Auto-save post and comment entry using localStorage in browser.Andrew Manning2018-04-081-0/+29
* indicate that there are events today in notifications by changing the badge c...Mario Vavti2018-03-141-0/+8
* process follow from article menu in the background, do not reload page - hubz...zotlabs2018-03-021-0/+6
* updates 1201 and 1200 should return success for postgres. notifications: remo...Mario Vavti2018-02-191-0/+2
* use distinct in channel item query and minor notification cache improvementMario Vavti2018-02-091-0/+2
* do not always look first in chache when receiving the *open* status from cacheMario Vavti2018-01-281-2/+2
* if startpage is /hq redirect all notifications links to /hq and minor notific...Mario Vavti2018-01-271-6/+2
* preserve open state of notificationsMario Vavti2018-01-261-0/+10
* move template out of #notifications and revert reset timer on manual triggerMario Vavti2018-01-251-2/+0
* reset timer on manual update triggerMario Vavti2018-01-251-6/+4
* consolidate notifications caching and loadingMario Vavti2018-01-241-23/+31
* implement caching of notifications in browser session storageMario Vavti2018-01-241-94/+133
* make sure we deal with lowercase string in all situationsMario Vavti2018-01-211-3/+3
* use var instead of thisMario Vavti2018-01-191-1/+1
* make sure we deal with stringsMario Vavti2018-01-191-1/+1
* remove deprecated 'qcomment' feature; unused since 2012zotlabs2018-01-181-16/+0
* consolidate navbar tucson and some javascript cleanupMario Vavti2018-01-181-13/+2
* implement notifications name filter and slightly change the way we load notif...Mario Vavti2018-01-181-7/+22
* introduce datasrc2src(selector) js functionMario Vavti2018-01-101-0/+7
* start with nonactive state for the notifications button and display some text...Mario Vavti2018-01-071-0/+2
* add a filter for notification to show new posts onlyMario Vavti2017-12-011-4/+10
* use typeof if checking for undefined var and always clear timeout before sett...Mario Vavti2017-11-291-3/+4
* allow an optional notify_id arg for liveUpdate()Mario Vavti2017-11-291-1/+10
* remove the updateCountsOnly variable which is not used anymore nowMario Vavti2017-11-291-1/+0
* rework liveUpdate() and notificationsUpdate() (aka ping) to first do the live...Mario Vavti2017-11-291-137/+76
* check for updateCountsOnly in NavUpdate()Mario Vavti2017-11-281-19/+19
* split liveUpdateInit() out of NavUpdate() so we do not need to wait for initi...Mario Vavti2017-11-281-237/+127