aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Enotify.php
Commit message (Expand)AuthorAgeFilesLines
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-241-4/+5
* AS2Mario2024-02-251-6/+6
* we are now using the item uuid for the notification hash if available. since ...Mario2024-02-131-2/+3
* start using uuid for internal reference instead of base64 encoded midMario2024-02-011-7/+9
* native repeats continuedMario2024-01-191-19/+9
* implement inline moderation of reactionsMario2023-06-271-5/+5
* fix relaying and syncing in Activity::drop(), change wording for moderation r...Mario2023-06-231-3/+10
* implement optional moderation of unsolicited comments, minor css fixes and so...Mario2023-06-231-1/+1
* make an format exception for repeated forum postsMario2023-03-121-2/+2
* implement hq widget author image and notifications updatesMario2023-02-121-1/+1
* rename variable and warning fixesMario2022-11-031-1/+1
* fix php warningsMario Vavti2022-10-251-21/+22
* fix php warningsMario2022-10-201-3/+3
* php8: random cleanup and warning fixesMario2022-09-081-2/+2
* oembed: implement a max oembed size which defaults to 1MB and do not try to o...Mario2022-06-031-1/+1
* fix core issue #1676 and a liked/disliked/commented confusionMario2022-05-061-5/+20
* address deprecation warningsMario2022-02-131-1/+5
* merge branch perms_ng into devMario2021-12-151-1/+1
* fix issue where likes notices are emited allthough they are actually disabledMario2021-11-241-1/+1
* add notices tab to HQ widgetMario2021-09-231-3/+3
* more gen_link_id()Mario2021-09-041-4/+4
* Clean up Search.php & Enotify.php codeXanthor2021-06-211-62/+51
* one more place to drop mediaMario2021-06-181-1/+1
* New landing page HQ with separate views for direct messages, public/limited m...Mario2021-06-171-10/+10
* register: implement remove_expired_registrations() and minor fixesMario2021-05-071-1/+1
* register: minor fixes and template cleanupMario2021-04-151-1/+1
* register: only return verified registrations in get_pending_accounts(), more ...Mario2021-04-091-7/+1
* air: display the verification status in the notificationsMario2021-03-181-1/+3
* air: convert utc to local in browser (we do not have a client timezone otherv...Mario2021-03-171-1/+5
* simplify get_pending_accounts query so that it will work in postgres. this wi...Mario2021-03-161-1/+1
* air: fix register notificationsMario2021-03-151-4/+4
* get devHilmar R2021-03-011-1/+1
* escape both single and double quotes for the notifications title. fixes issue...Mario2020-12-301-33/+33
* highlight events for today in notifications and remove some redundant cssMario2020-10-191-2/+2
* revert linebreak removingMario2020-10-111-1/+1
* replace linebreaks with spacesMario2020-10-111-1/+1
* use the compact view in html2plain()Mario2020-07-301-1/+1
* add some context to the notificationsMario2020-07-291-7/+5
* deal with polls and votes in enotifyMario2020-05-051-10/+17
* some work on deprecating ACTIVITY_OBJ_FILEMario2020-04-231-0/+3
* fix notifications for pollsMario2020-02-111-2/+3
* fix shortlocalizeMario2020-01-181-1/+1
* implement bdi tags via bbcode where possibleMario2020-01-181-5/+5
* more bdi tagsMario2020-01-181-5/+5
* sse: fix a regression where not all appearances of an notification were loope...Mario2019-11-221-12/+1
* sse: store the item mid plus reactions mids in data-mids and change functions...Mario2019-11-221-1/+2
* sse notificationsMario2019-11-111-2/+134
* reflect repeats in notifications, use force flag for import_xchan_photo() in ...Mario Vavti2019-07-221-5/+12
* clone systems apps to the extent possible, auto-configure imagick thumbnail b...Zot2019-03-181-12/+12
* fallback to url if we have not got an addrMario Vavti2018-12-021-1/+1