aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Enotify.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* change hook name and return resultsredmatrix2016-10-011-2/+2
|
* Unify the various mail sending instance to enotify::send() and z_mail(). ↵redmatrix2016-10-011-3/+15
| | | | Both take the same arguments. z_mail() is text only, enotify::send() provides html and text. Both are pluggable using the enotfy_send hook.
* add another hookredmatrix2016-09-291-0/+11
|
* issue #127redmatrix2016-09-291-9/+9
|
* change notify paramredmatrix2016-09-291-1/+4
|
* remove the now useless url fragments from notification linksredmatrix2016-09-251-4/+1
|
* also allow notification scroll on conversation page notifications (network ↵redmatrix2016-09-241-1/+1
| | | | and home), though we may also need some js to open comments for the thread holding the fragment (as well as the scrollto js).
* the rest of the backend for supporting scroll-to-comment from notifications. ↵redmatrix2016-09-241-0/+3
| | | | We still need an ajax handler as fragments are evaluated before content is loaded.
* finish the channel_reddress() conversionredmatrix2016-09-211-1/+1
|
* couple of minor issues with dba namespace during install and enotify::format ↵redmatrix2016-09-181-5/+11
| | | | referencing an unknown variable
* the rest of the schema updates - WARNING: some third party plugins may fail; ↵redmatrix2016-06-011-8/+8
| | | | e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files.
* another typoMario Vavti2016-05-261-1/+1
|
* moved enotifyredmatrix2016-05-241-0/+685