Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reflect repeats in notifications, use force flag for import_xchan_photo() in ↵ | Mario Vavti | 2019-07-22 | 1 | -5/+12 |
| | | | | cron | ||||
* | clone systems apps to the extent possible, auto-configure imagick thumbnail ↵ | Zot | 2019-03-18 | 1 | -12/+12 |
| | | | | binary during setup if possible | ||||
* | fallback to url if we have not got an addr | Mario Vavti | 2018-12-02 | 1 | -1/+1 |
| | | | (cherry picked from commit a3ba7f0788705a6ebee57433e80712b282b0e784) | ||||
* | allow notification filtering by name or addr | zotlabs | 2018-11-30 | 1 | -0/+1 |
| | |||||
* | enotify::format hook for superblock | zotlabs | 2018-11-12 | 1 | -2/+12 |
| | |||||
* | generating random numbers too large for 32-bit systems | zotlabs | 2018-04-25 | 1 | -2/+2 |
| | |||||
* | remove recipient name from stored notifications but keep them in emails. | zotlabs | 2018-04-12 | 1 | -31/+23 |
| | |||||
* | allow to toggle visibility of likes/dislikes in notifications | Mario Vavti | 2018-04-11 | 1 | -2/+3 |
| | |||||
* | missed some string for translation - update strings | Mario Vavti | 2018-02-28 | 1 | -3/+3 |
| | |||||
* | provide opt-out link and text with notification emails | zotlabs | 2018-02-25 | 1 | -1/+10 |
| | |||||
* | fix item link in fsprint | Mario Vavti | 2018-02-13 | 1 | -1/+1 |
| | |||||
* | match against item verb | Mario Vavti | 2018-02-13 | 1 | -4/+4 |
| | |||||
* | if always_show_in_notices is set to 1 also show likes and dislikes | Mario Vavti | 2018-02-12 | 1 | -15/+28 |
| | |||||
* | better notifications for edit post/comments which may have been originally ↵ | zotlabs | 2018-01-22 | 1 | -1/+15 |
| | | | | posted long ago | ||||
* | add a filter for notification to show new posts only | Mario Vavti | 2017-12-01 | 1 | -0/+2 |
| | |||||
* | revert back to get the mid from enotify - otherwise we can not distinct ↵ | Mario Vavti | 2017-11-10 | 1 | -1/+2 |
| | | | | between posts and likes | ||||
* | get the path infos from pathname instead of seperate data attribute | Mario Vavti | 2017-11-09 | 1 | -1/+0 |
| | |||||
* | load notifications links to /display via ajax if we are already in /display | Mario Vavti | 2017-11-09 | 1 | -0/+1 |
| | |||||
* | provide short localised summary for likes that will end up in displayed ↵ | zotlabs | 2017-11-03 | 1 | -1/+5 |
| | | | | notifications | ||||
* | no need to move $modrated check up | Mario Vavti | 2017-10-06 | 1 | -2/+3 |
| | |||||
* | to find out if a comment is to be moderated we need to look at the actual ↵ | Mario Vavti | 2017-10-06 | 1 | -2/+1 |
| | | | | comment not at its parent | ||||
* | 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 |