aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Sse_bs.php
Commit message (Collapse)AuthorAgeFilesLines
* fix some php8 fatal errorsMario2021-01-091-1/+1
|
* sse: fix issue with direct message notificationssMario2020-12-281-14/+14
|
* fix vsprintf() warningMario2020-11-011-2/+3
|
* adapt notifications and mark item seen handling to play well with client ↵Mario2020-10-221-5/+34
| | | | side page caching
* reduce result set for notificationsÃMario2020-10-161-1/+1
|
* respect notifications settingsMario2020-07-301-1/+34
|
* implement notifications for direct messagesMario2020-05-141-2/+73
|
* deal with polls and votes in enotifyMario2020-05-051-0/+1
|
* catch the owner_xchan for activity_share items in notifications filterMario2020-05-051-3/+3
|
* more work on deprecating ACTIVITY_OBJ_FILE and adapt mod sharedwithmeMario2020-04-241-2/+3
|
* fix file notificationsMario2020-04-231-2/+5
|
* some work on deprecating ACTIVITY_OBJ_FILEMario2020-04-231-3/+5
|
* fix notification filteringMario2020-04-151-3/+3
|
* fix unseen forum posts countMario2020-04-051-1/+1
|
* minor private forum notifications fixesMario2020-01-251-1/+1
|
* sse: initial commit to deal with forum notificationsMario2019-12-071-8/+15
|
* sse: improve caching fix an issue with removing notifications and move ↵Mario2019-11-281-3/+4
| | | | chatpresence expiration to cron
* sse: implement notifications for anonymous visitors (info, notice and pubs) ↵Mario2019-11-151-7/+25
| | | | and fix a potential memory leak
* sse: do not delete xconfig - reset itMario2019-11-121-1/+3
|
* better detection for who to send sys notifications (needs addons update)Mario2019-11-121-0/+3
|
* sse notificationsMario2019-11-111-0/+519