aboutsummaryrefslogtreecommitdiffstats
path: root/mod/notify.php
Commit message (Collapse)AuthorAgeFilesLines
* local_user => local_channelfriendica2015-01-281-5/+5
|
* issue #433friendica2014-06-101-4/+3
|
* use parent_mid in the parent query for enotify instead of of the parent id. ↵friendica2014-04-061-1/+1
| | | | 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.
* finish up the "mark all xyz seen" for all known values of xyzfriendica2013-02-031-11/+2
|
* lots of notification tweaksfriendica2013-01-081-0/+1
|
* more heavy liftingfriendica2012-10-231-26/+26
|
* basic ssl_policy for important modulesfriendica2012-03-141-2/+2
|
* notification enhancementsfriendica2012-02-291-1/+3
|
* better handling of multiple notifications for same item, and old notificationsfriendica2012-02-291-2/+2
|
* system notifications to notify module, untranslated string in notifications.tplfriendica2012-02-231-0/+32
|
* mark all notifications readfriendica2012-02-211-0/+10
|
* email notify now redirected through mod_notify, weirdness in local deliver ↵friendica2012-02-201-0/+29
caused by community page changes