aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Sse_bs.php
Commit message (Collapse)AuthorAgeFilesLines
* fix php warningMario2024-03-061-1/+1
|
* AS2 Follow/IgnoreMario2024-03-011-5/+5
|
* more streams compatibilityMario2024-02-251-11/+10
|
* AS2Mario2024-02-251-20/+20
|
* start using uuid for internal reference instead of base64 encoded midMario2024-02-011-2/+2
|
* store seen mids in session instead of cache and increase sess_data column to ↵Mario2024-01-311-3/+12
| | | | medium text
* fix last commitMario2024-01-281-2/+2
|
* make sure we return an array if there is no cache entryMario2024-01-281-2/+2
|
* use std functionsMario2024-01-271-10/+4
|
* an attempt to cache seen item mids for the purpose that we can hide seen ↵Mario2023-09-101-7/+33
| | | | pubstream items from the notifications - might revert if it turns out that it does not scale
* remove unused variableMario2023-08-091-6/+0
|
* ignore internal follow activityMario2023-07-191-11/+13
|
* improved unseen forums notificationMario2023-05-301-10/+4
|
* 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
|