friendica
|
10167fdf51
|
prevent follows of and notifications to deceased channels
|
2014-04-07 02:55:00 -07:00 |
|
friendica
|
ad60e2c566
|
use parent_mid in the parent query for enotify instead of of the parent id. 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.
|
2014-04-06 02:57:33 -07:00 |
|
friendica
|
8594d069a1
|
new connection notification
|
2014-03-27 18:03:19 -07:00 |
|
friendica
|
e57bf86a27
|
mail notification goes to old link
|
2014-03-16 20:49:29 -07:00 |
|
friendica
|
1857036a99
|
I'll have to fix this someday.
|
2014-02-25 20:36:56 -08:00 |
|
friendica
|
a78d9b973d
|
simplify permalink selection logic
|
2014-01-09 16:23:58 -08:00 |
|
friendica
|
d32bbaf599
|
split private messages into two modules - "message" is just for message lists, "mail" is for reading and writing conversations. This is so we can Comanchify it cleanly.
|
2013-12-21 23:47:44 -08:00 |
|
friendica
|
e6dc916915
|
if somebody tagged you in a private post, the tag email notification contained the obscured message. Clear it.
|
2013-12-19 13:52:23 -08:00 |
|
friendica
|
cc1e906825
|
generate a small amount of entropy to avoid duplicate notifications from essentially simultaneous deliveries.
|
2013-12-04 23:54:46 -08:00 |
|
friendica
|
a82a1d7c05
|
add recipient name to the rest of the notification emails
|
2013-11-24 14:39:29 -08:00 |
|
friendica
|
4be581494e
|
add recipient name to some of the notification emails for those who have a 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.
|
2013-11-21 20:40:31 -08:00 |
|
friendica
|
4791b2fd9c
|
add aid to notifiy table which we may need to supress duplicate notify emails across your channels
also try to handle the wretched mess of broken and duplicated hublocs that fred.cepheus.uberspace.de typically reports
|
2013-11-20 21:09:13 -08:00 |
|
friendica
|
d06fd40696
|
change product name on notification emails to lowercase
|
2013-11-15 04:07:13 -08:00 |
|
friendica
|
372a92533f
|
tag notifications for private posts contain obscured data - they should be blank
|
2013-11-04 16:53:42 -08:00 |
|
friendica
|
d62508072c
|
don't send email notifications for likes (as comment notifications). We'll need a separate preference for whether you want notifications for likes.
|
2013-09-24 19:43:28 -07:00 |
|
friendica
|
1a7bb1fb75
|
The triple linebreaks in notification emails finally bothered me enough to do something about it.
|
2013-09-02 19:40:21 -07:00 |
|
friendica
|
71347bb9e0
|
we've been storing json_encoded structures on disk in several places because 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().
|
2013-08-06 03:29:57 -07:00 |
|
friendica
|
c965ed2bb6
|
enotify: localize things we know how to translate
|
2013-08-05 17:32:33 -07:00 |
|
friendica
|
c00c550c58
|
better mail obscuring
|
2013-07-31 02:32:41 -07:00 |
|
friendica
|
40c8e89d84
|
undo comment policy override - there are a handful of stored posts from the 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.
|
2013-06-18 18:48:41 -07:00 |
|
friendica
|
c5e3859828
|
another try on zidified notifications - this time it actually seems to work
|
2013-06-17 19:25:46 -07:00 |
|
friendica
|
49802d9a47
|
one of those days...
|
2013-06-17 17:19:05 -07:00 |
|
friendica
|
94c758080f
|
zidify bodies of notification emails
|
2013-06-17 16:21:03 -07:00 |
|
friendica
|
4a072297f7
|
missed a few zrl/zmg conversions, like for translate_item and enotify messages
|
2013-06-12 00:58:31 -07:00 |
|
friendica
|
99c842ff39
|
also strip title from notification of private messages - it leaks 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...)"
|
2013-05-10 16:09:24 -07:00 |
|
friendica
|
112dbf3abd
|
get search page working with live-update and endless scroll, still not 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.
|
2013-05-09 18:08:00 -07:00 |
|
friendica
|
5031015cc5
|
email notification content privacy by default (unless it's public content)
|
2013-05-05 20:07:19 -07:00 |
|
friendica
|
7e6890832b
|
turn all Red links into zrls (not the old zrls, the new bbcode zrl which means we can zidify them)
|
2013-04-15 03:00:08 -07:00 |
|
friendica
|
b84d8bfbc9
|
begin to cut the umbilical
|
2013-04-14 22:24:47 -07:00 |
|
friendica
|
ea3940c4b0
|
start formatting for Doxygen
|
2013-02-25 17:09:40 -08:00 |
|
friendica
|
d1e5337c72
|
recursion and typo in rmagic with zid
|
2013-02-13 00:14:01 -08:00 |
|
friendica
|
1e665f4da1
|
catch typos
|
2013-02-06 21:22:48 -08:00 |
|
friendica
|
3a1eef6449
|
massive notification revision
|
2013-02-06 21:21:50 -08:00 |
|
friendica
|
ba20913c2b
|
lots of notification tweaks
|
2013-01-08 02:49:08 -08:00 |
|
friendica
|
6d9d07bdde
|
fix notification uid
|
2013-01-05 23:24:15 -08:00 |
|
friendica
|
364e33e4f1
|
tweak notifications so they store correctly
|
2013-01-05 20:57:41 -08:00 |
|
friendica
|
529451a4e5
|
start rewrite of notification system delivery backend
|
2013-01-05 18:08:06 -08:00 |
|
friendica
|
7df33bb963
|
fix register_policy globally
|
2013-01-03 13:50:23 -08:00 |
|
friendica
|
34f8b06d45
|
still a lot of files to bring up to date with new architecture - keep plugging away at them
|
2012-11-13 14:37:02 -08:00 |
|
friendica
|
21578fd0b0
|
cleanup missing functions after move
|
2012-10-22 19:48:48 -07:00 |
|
friendica
|
2358a220ba
|
merge from upstream
|
2012-08-15 20:01:55 -07:00 |
|
friendica
|
bf38674904
|
sync
|
2012-07-19 21:09:40 -07:00 |
|
friendica
|
6105211e73
|
catchup
|
2012-07-11 04:29:47 -07:00 |
|
friendica
|
c726a92a3f
|
punycode hostname
|
2012-07-03 21:40:13 -07:00 |
|
Thomas Willingham
|
371bdfb19d
|
Typo breaking tag notifications
|
2012-06-18 22:00:18 +01:00 |
|
friendica
|
b0a0c1ef4d
|
couple of little fixes to enotify positional params
|
2012-06-13 20:03:18 -07:00 |
|
fabrixxm
|
feab17bfea
|
enotify: fix stupid typo
|
2012-06-13 12:08:34 -04:00 |
|
fabrixxm
|
46cb8174fa
|
enotify: rework strings to more easy to translate
|
2012-06-13 11:55:21 -04:00 |
|
friendica
|
3d39e6e594
|
bug #439 - remove web port number from notification email "from" address
|
2012-06-02 18:23:54 -07:00 |
|
friendica
|
73c61b6f96
|
allow force ssl on notifications
|
2012-05-26 16:11:51 -07:00 |
|