aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/main.js
Commit message (Collapse)AuthorAgeFilesLines
...
* fix filtering by addr in handleNotificationsItems()Mario Vavti2018-12-021-1/+2
| | | (cherry picked from commit f083c0cba10248926661db42d99d04b5eb7579e8)
* 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
| | | | | This reverts commit e5184458530bb0394e12026c82ee89257115f690, reversing changes made to 8ce240b95c62f4b702b60977f63b0223a8ec0849.
* Update main.jsMax Kostikov2018-10-131-19/+22
|
* implement conversation tools (settings/conversation), remove additional ↵Mario Vavti2018-09-271-0/+29
| | | | features from the settings menu and get rid of skill levels
* when calling timeago() from mod_mail.js it is called before the translations ↵Mario Vavti2018-07-131-0/+3
| | | | are applied - move the call to main.js and be more specific with the selector to not trigger calls for other modules (eg network) which is handled elsewhere to not be to much of an performance hog (to many dates at a time)
* 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 ↵zotlabs2018-04-111-1/+0
|/ | | | delegated channel. This fixes the known issue of being forced to log back in after leaving the delegated channel.
* 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 ↵Mario Vavti2018-03-141-0/+8
| | | | class from secondary to danger. issue #1001
* process follow from article menu in the background, do not reload page - ↵zotlabs2018-03-021-0/+6
| | | | hubzilla issue #987
* updates 1201 and 1200 should return success for postgres. notifications: ↵Mario Vavti2018-02-191-0/+2
| | | | remove class show and session storage entry when we mark all notifications seen
* 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 ↵Mario Vavti2018-01-271-6/+2
| | | | notifications and hq fixes
* 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 ↵Mario Vavti2018-01-181-7/+22
| | | | notification to the ui
* introduce datasrc2src(selector) js functionMario Vavti2018-01-101-0/+7
|
* start with nonactive state for the notifications button and display some ↵Mario Vavti2018-01-071-0/+2
| | | | text if there are no notifications on small screens only
* 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 ↵Mario Vavti2017-11-291-3/+4
| | | | setting a new one
* 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 ↵Mario Vavti2017-11-291-137/+76
| | | | liveUpdate and when this is done only do the ping once. rename initLiveUpdate() to initUpdate() and more main.js cleanup.
* check for updateCountsOnly in NavUpdate()Mario Vavti2017-11-281-19/+19
|
* split liveUpdateInit() out of NavUpdate() so we do not need to wait for ↵Mario Vavti2017-11-281-237/+127
| | | | initial ping to complete before we can init liveUpdate(). clean up main.js and bump version.
* some more work on mod hqMario Vavti2017-11-241-0/+1
|