aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/main.js
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* article featurezotlabs2017-11-221-1/+2
|
* revisit media breakpoints - do not switch to mobile view to early.Mario Vavti2017-11-191-6/+6
|
* some more work on mod hqMario Vavti2017-11-181-2/+2
|
* revert back to get the mid from enotify - otherwise we can not distinct ↵Mario Vavti2017-11-101-2/+2
| | | | between posts and likes
* get the path infos from pathname instead of seperate data attributeMario Vavti2017-11-091-2/+2
|
* load notifications links to /display via ajax if we are already in /displayMario Vavti2017-11-091-3/+3
|
* bring back tabindex to submit commentszotlabs2017-11-061-2/+12
|
* do not show seen notifys in notifications - show them in mod notifications ↵Mario Vavti2017-10-221-0/+1
| | | | instead. Update notifications count also on notifications updates
* remove redundant jsMario Vavti2017-10-181-19/+16
|
* streamline the notifications js and change notification icon to ↵Mario Vavti2017-10-181-56/+19
| | | | exclamation-triangle if we have personal notifications
* update notifications if a notification area remains openMario Vavti2017-10-181-0/+7
|
* sort out the notification idszotlabs2017-10-121-1/+7
|
* css fixesMario Vavti2017-10-101-1/+1
|
* new notification fixesMario Vavti2017-10-101-5/+0
|
* more new notifications fixesMario Vavti2017-10-091-2/+2
|
* new notification fixesMario Vavti2017-10-081-2/+2
|
* experimental new notifications - needs pconfig experimental_notif set to 1 ↵Mario Vavti2017-10-081-1/+1
| | | | for your channel to work.
* bring back notifications for account approvalsMario Vavti2017-10-041-2/+2
|
* make justifiedGallery happy againMario Vavti2017-09-271-0/+1
|
* get rid of spinner.js in use a lightweight css spinner insteadMario Vavti2017-09-261-17/+17
|
* implement wiki editingMario2017-09-151-0/+8
|
* do not double encode already encoded midsMario Vavti2017-09-071-3/+5
|
* 32 characters are often not enough to distinguish gnu-social mids - use the ↵Mario Vavti2017-09-051-2/+2
| | | | entire mid. in /display if we are not dealing with posts (eg likes) provide the thr_parent mid as bParam_mid so we can still adress the right post in javascript
* remove loggingMario Vavti2017-09-041-2/+0
|
* add combined index for item.uid and item.item_unseen. this speeds up ↵Mario Vavti2017-09-011-4/+4
| | | | notifications by a magnitude.
* Merge remote-tracking branch 'mike/master' into devgit-marijus2017-08-281-1/+3
|\
| * fix issue with comment box re-opening after submit; however I should note ↵zotlabs2017-08-271-1/+3
| | | | | | | | that bind and unbind are deprecated in jquery > 1.3 and these calls probably need to be upgraded.