aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Enotify.php
Commit message (Collapse)AuthorAgeFilesLines
* escape both single and double quotes for the notifications title. fixes ↵Mario2020-12-301-33/+33
| | | | | issue #1503 (cherry picked from commit 11d61a744dcdbc47cdbad2122ca1e5417b8d6235)
* 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 ↵Mario2019-11-221-12/+1
| | | | looped through and fix format_notify() to not look for the parent item anymore
* sse: store the item mid plus reactions mids in data-mids and change ↵Mario2019-11-221-1/+2
| | | | functions accordingly
* sse notificationsMario2019-11-111-2/+134
|
* reflect repeats in notifications, use force flag for import_xchan_photo() in ↵Mario Vavti2019-07-221-5/+12
| | | | cron
* clone systems apps to the extent possible, auto-configure imagick thumbnail ↵Zot2019-03-181-12/+12
| | | | binary during setup if possible
* fallback to url if we have not got an addrMario Vavti2018-12-021-1/+1
| | | (cherry picked from commit a3ba7f0788705a6ebee57433e80712b282b0e784)
* allow notification filtering by name or addrzotlabs2018-11-301-0/+1
|
* enotify::format hook for superblockzotlabs2018-11-121-2/+12
|
* generating random numbers too large for 32-bit systemszotlabs2018-04-251-2/+2
|
* remove recipient name from stored notifications but keep them in emails.zotlabs2018-04-121-31/+23
|
* allow to toggle visibility of likes/dislikes in notificationsMario Vavti2018-04-111-2/+3
|
* missed some string for translation - update stringsMario Vavti2018-02-281-3/+3
|
* provide opt-out link and text with notification emailszotlabs2018-02-251-1/+10
|
* fix item link in fsprintMario Vavti2018-02-131-1/+1
|
* match against item verbMario Vavti2018-02-131-4/+4
|
* if always_show_in_notices is set to 1 also show likes and dislikesMario Vavti2018-02-121-15/+28
|
* better notifications for edit post/comments which may have been originally ↵zotlabs2018-01-221-1/+15
| | | | posted long ago
* add a filter for notification to show new posts onlyMario Vavti2017-12-011-0/+2
|
* revert back to get the mid from enotify - otherwise we can not distinct ↵Mario Vavti2017-11-101-1/+2
| | | | between posts and likes
* get the path infos from pathname instead of seperate data attributeMario Vavti2017-11-091-1/+0
|
* load notifications links to /display via ajax if we are already in /displayMario Vavti2017-11-091-0/+1
|
* provide short localised summary for likes that will end up in displayed ↵zotlabs2017-11-031-1/+5
| | | | notifications
* no need to move $modrated check upMario Vavti2017-10-061-2/+3
|
* to find out if a comment is to be moderated we need to look at the actual ↵Mario Vavti2017-10-061-2/+1
| | | | comment not at its parent
* oopsyzotlabs2017-06-211-1/+1
|
* minor cleanup of moderated comment featurezotlabs2017-06-181-1/+1
|
* allow moderated comments like wordpress if permissions are compatiblezotlabs2017-06-181-1/+10
|
* don't allow any null fields in notify creationzotlabs2017-04-111-2/+3
|
* use the same host macro for sender address as for reply_to addresszotlabs2017-03-211-2/+2
|
* some preliminary work for email notification of likes - potentially ↵zotlabs2016-12-111-0/+79
| | | | destabilising so disabled until after next release
* notification issuezotlabs2016-11-221-1/+1
|
* don't send notification for posts/comments on old conversations that were ↵zotlabs2016-11-121-0/+4
| | | | refetched after having expired. We'll accomplish this by limiting notifications to items posted within the last month.
* add get_photo hook to go along with get_profile_photo hook. This allows a ↵zotlabs2016-10-171-3/+0
| | | | plugin to over-ride the permissions for cover photos or insert a different photo in place of that requested
* provide text log results of email success/failure rather than 1 and 0.zotlabs2016-10-131-2/+2
|
* start removing db backticksredmatrix2016-10-031-1/+1
|
* return the email_sent statusredmatrix2016-10-031-2/+2
|
* another missing backslashMario Vavti2016-10-021-1/+1
|
* missing backslashMario Vavti2016-10-021-1/+1
|