aboutsummaryrefslogtreecommitdiffstats
path: root/include/enotify.php
Commit message (Collapse)AuthorAgeFilesLines
* notify tweaksfriendica2014-06-091-0/+2
|
* prevent follows of and notifications to deceased channelsfriendica2014-04-071-2/+3
|
* use parent_mid in the parent query for enotify instead of of the parent id. ↵friendica2014-04-061-8/+9
| | | | This should fix the issue with encrypted content in the notification messages (for locally posted replies). The fix was a bit harder than anticipated because we store the parent id as an int in the notify table so this had to be modified to char storage as well.
* new connection notificationfriendica2014-03-271-3/+3
|
* mail notification goes to old linkfriendica2014-03-161-1/+1
|
* I'll have to fix this someday.friendica2014-02-251-0/+6
|
* simplify permalink selection logicfriendica2014-01-091-1/+3
|
* split private messages into two modules - "message" is just for message ↵friendica2013-12-211-2/+2
| | | | lists, "mail" is for reading and writing conversations. This is so we can Comanchify it cleanly.
* if somebody tagged you in a private post, the tag email notification ↵friendica2013-12-191-3/+2
| | | | contained the obscured message. Clear it.
* generate a small amount of entropy to avoid duplicate notifications from ↵friendica2013-12-041-0/+4
| | | | essentially simultaneous deliveries.
* add recipient name to the rest of the notification emailsfriendica2013-11-241-37/+47
|
* add recipient name to some of the notification emails for those who have a ↵friendica2013-11-211-3/+3
| | | | lot of channels and it isn't always obvious which channel is getting the notification. If this works out we should probably add this to the rest of them.
* add aid to notifiy table which we may need to supress duplicate notify ↵friendica2013-11-201-3/+5
| | | | | | emails across your channels also try to handle the wretched mess of broken and duplicated hublocs that fred.cepheus.uberspace.de typically reports
* change product name on notification emails to lowercasefriendica2013-11-151-1/+1
|
* tag notifications for private posts contain obscured data - they should be blankfriendica2013-11-041-1/+1
|
* don't send email notifications for likes (as comment notifications). We'll ↵friendica2013-09-241-1/+6
| | | | need a separate preference for whether you want notifications for likes.
* The triple linebreaks in notification emails finally bothered me enough to ↵friendica2013-09-021-4/+2
| | | | do something about it.
* we've been storing json_encoded structures on disk in several places because ↵friendica2013-08-061-1/+2
| | | | it's a lot easier to parse than xml - but OMG do they get mangled - stored as single quoted strings when escaped as if double quoted. We need to use my new function json_decode_plus() wherever we need to parse one of these babies to make sure we get it right. Maybe we should've just used serialize().
* enotify: localize things we know how to translatefriendica2013-08-051-3/+13
|
* better mail obscuringfriendica2013-07-311-2/+15
|
* undo comment policy override - there are a handful of stored posts from the ↵friendica2013-06-181-0/+3
| | | | 17th-June with a broken policy (which won't have a comment box) but it seems to be working for both recent and older posts.
* another try on zidified notifications - this time it actually seems to workfriendica2013-06-171-1/+3
|
* one of those days...friendica2013-06-171-2/+2
|
* zidify bodies of notification emailsfriendica2013-06-171-1/+15
|
* missed a few zrl/zmg conversions, like for translate_item and enotify messagesfriendica2013-06-121-1/+1
|
* also strip title from notification of private messages - it leaks ↵friendica2013-05-101-1/+1
| | | | potentially sensitive message info. Note: there is still information leakage of sender but this is difficult to avoid completely. "You've got an email from (we're sorry, we can't tell you...)"
* get search page working with live-update and endless scroll, still not ↵friendica2013-05-091-0/+7
| | | | perfect - there may be duplicated content and possibly unauthorised content and 'timeago' not working correctly - will deal with those later, but at least you can see results.
* email notification content privacy by default (unless it's public content)friendica2013-05-051-0/+24
|
* turn all Red links into zrls (not the old zrls, the new bbcode zrl which ↵friendica2013-04-151-19/+19
| | | | means we can zidify them)
* begin to cut the umbilicalfriendica2013-04-141-1/+1
|
* start formatting for Doxygenfriendica2013-02-251-1/+1
|
* recursion and typo in rmagic with zidfriendica2013-02-131-35/+0
|
* catch typosfriendica2013-02-061-1/+1
|
* massive notification revisionfriendica2013-02-061-29/+31
|
* lots of notification tweaksfriendica2013-01-081-3/+3
|
* fix notification uidfriendica2013-01-051-5/+11
|
* tweak notifications so they store correctlyfriendica2013-01-051-7/+7
|
* start rewrite of notification system delivery backendfriendica2013-01-051-46/+66
|
* fix register_policy globallyfriendica2013-01-031-3/+3
|
* still a lot of files to bring up to date with new architecture - keep ↵friendica2012-11-131-9/+9
| | | | plugging away at them
* cleanup missing functions after movefriendica2012-10-221-3/+0
|
* merge from upstreamfriendica2012-08-151-1/+3
|
* syncfriendica2012-07-191-0/+18
|
* catchupfriendica2012-07-111-2/+2
|
* punycode hostnamefriendica2012-07-031-0/+14
|
* Typo breaking tag notificationsThomas Willingham2012-06-181-1/+1
|
* couple of little fixes to enotify positional paramsfriendica2012-06-131-2/+2
|
* enotify: fix stupid typofabrixxm2012-06-131-1/+1
|
* enotify: rework strings to more easy to translatefabrixxm2012-06-131-21/+41
|
* bug #439 - remove web port number from notification email "from" addressfriendica2012-06-021-0/+3
|