Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | oopsy | zotlabs | 2017-06-21 | 1 | -1/+1 |
| | |||||
* | minor cleanup of moderated comment feature | zotlabs | 2017-06-18 | 1 | -1/+1 |
| | |||||
* | allow moderated comments like wordpress if permissions are compatible | zotlabs | 2017-06-18 | 1 | -1/+10 |
| | |||||
* | don't allow any null fields in notify creation | zotlabs | 2017-04-11 | 1 | -2/+3 |
| | |||||
* | use the same host macro for sender address as for reply_to address | zotlabs | 2017-03-21 | 1 | -2/+2 |
| | |||||
* | some preliminary work for email notification of likes - potentially ↵ | zotlabs | 2016-12-11 | 1 | -0/+79 |
| | | | | destabilising so disabled until after next release | ||||
* | notification issue | zotlabs | 2016-11-22 | 1 | -1/+1 |
| | |||||
* | don't send notification for posts/comments on old conversations that were ↵ | zotlabs | 2016-11-12 | 1 | -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 ↵ | zotlabs | 2016-10-17 | 1 | -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. | zotlabs | 2016-10-13 | 1 | -2/+2 |
| | |||||
* | start removing db backticks | redmatrix | 2016-10-03 | 1 | -1/+1 |
| | |||||
* | return the email_sent status | redmatrix | 2016-10-03 | 1 | -2/+2 |
| | |||||
* | another missing backslash | Mario Vavti | 2016-10-02 | 1 | -1/+1 |
| | |||||
* | missing backslash | Mario Vavti | 2016-10-02 | 1 | -1/+1 |
| | |||||
* | change hook name and return results | redmatrix | 2016-10-01 | 1 | -2/+2 |
| | |||||
* | Unify the various mail sending instance to enotify::send() and z_mail(). ↵ | redmatrix | 2016-10-01 | 1 | -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 hook | redmatrix | 2016-09-29 | 1 | -0/+11 |
| | |||||
* | issue #127 | redmatrix | 2016-09-29 | 1 | -9/+9 |
| | |||||
* | change notify param | redmatrix | 2016-09-29 | 1 | -1/+4 |
| | |||||
* | remove the now useless url fragments from notification links | redmatrix | 2016-09-25 | 1 | -4/+1 |
| | |||||
* | also allow notification scroll on conversation page notifications (network ↵ | redmatrix | 2016-09-24 | 1 | -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. ↵ | redmatrix | 2016-09-24 | 1 | -0/+3 |
| | | | | We still need an ajax handler as fragments are evaluated before content is loaded. | ||||
* | finish the channel_reddress() conversion | redmatrix | 2016-09-21 | 1 | -1/+1 |
| | |||||
* | couple of minor issues with dba namespace during install and enotify::format ↵ | redmatrix | 2016-09-18 | 1 | -5/+11 |
| | | | | referencing an unknown variable | ||||
* | the rest of the schema updates - WARNING: some third party plugins may fail; ↵ | redmatrix | 2016-06-01 | 1 | -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 typo | Mario Vavti | 2016-05-26 | 1 | -1/+1 |
| | |||||
* | moved enotify | redmatrix | 2016-05-24 | 1 | -0/+685 |