aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Sse_bs.php
Commit message (Collapse)AuthorAgeFilesLines
* improved unseen forums notificationMario2023-06-021-10/+4
| | | (cherry picked from commit 6a27afa6acdcc1d54bb109353c518051a37d9189)
* filter approvalsMario2022-12-271-0/+20
|
* sse_bs: respect the site firehose settingMario2022-12-071-7/+9
|
* performance: just count the first 99 unseen items and display 99+ if there ↵Mario2022-11-151-12/+12
| | | | are more than 99
* php8: fix more warningsMario2022-09-111-3/+3
|
* fix random php warningsMario2022-09-071-1/+1
|
* fix core issue #1676 and a liked/disliked/commented confusionMario2022-05-061-4/+20
|
* mod sse_bs: when processing returned mids, do not assume they are b64 encodedMario Vavti2021-12-141-1/+1
|
* only bootstrap pubs if the app is installedMario Vavti2021-10-011-1/+1
|
* more gen_link_id()Mario2021-09-041-1/+1
|
* fix a regression in regard to unified session page load times intoduced in 6.0Mario Vavti2021-07-161-5/+10
|
* New landing page HQ with separate views for direct messages, public/limited ↵Mario2021-06-171-7/+5
| | | | messages and starred messages if the feature is enabled
* notifications: if we have to return early, make sure to set offset to -1 to ↵Mario2021-05-281-7/+23
| | | | prevent looping
* remove deprecated mail codeMario2021-05-281-31/+0
|
* register: only return verified registrations in get_pending_accounts(), more ↵Mario2021-04-091-0/+4
| | | | invite handling fixes
* those are not actually needed by the handlerMario2021-03-221-4/+0
|
* sse: make sure to also bootstrap info and noticeMario2021-03-221-4/+28
|
* air: fix register notificationsMario2021-03-151-3/+2
|
* sse_bs: if Enotify::format() returns an empty array do not add it to ↵Mario2021-03-051-5/+20
| | | | notifications (the item has probably been blocked)
* 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