aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dfrn_notify.php
Commit message (Collapse)AuthorAgeFilesLines
...
* feeds: update content when updated/edited changesFriendika2011-02-281-11/+48
|
* move php path setting inside proc_runFriendika2011-02-231-3/+1
|
* convert html entities on conversational emailsFriendika2011-02-211-2/+2
|
* updated private message code to use the new EmailNotification libraryChris Case2011-02-191-37/+11
|
* removed localized multipart email templates, now the multipart settings are ↵Chris Case2011-02-171-15/+15
| | | | configured directly in the code
* forgot to check this in earlier... splits up text and html into two ↵Chris Case2011-02-161-4/+30
| | | | different templates and base64 encodes them
* fixed error which was causing multiple line breaks, added comments to better ↵Chris Case2011-02-151-34/+41
| | | | document what is occuring, cleaned up code, removed unnecessary parameters from templating step
* fixed a bbcode issue with rich text html messages, fixed some issues with ↵Chris Case2011-02-141-2/+2
| | | | plain text.
* revamped private message templates, added multipart messages with text and ↵Chris Case2011-02-141-7/+33
| | | | html versions, updated de, en, fr and it. Translated the french version of the private message template.
* updated private message notification to use HTML, still need the foreign ↵Chris Case2011-02-131-22/+34
| | | | language message notifications updated
* receiving comment notifications for conversations we aren't "involved" inFriendika2011-02-121-1/+2
|
* tweaks to reworked remote deletion, which also fixes some comment box odditiesFriendika2011-02-081-1/+1
|
* rework remote deletionFriendika2011-02-081-59/+66
|
* prevent runaway notifications when parent=0 due to race conditionFriendika2011-02-041-38/+42
|
* found the issue - remove the extra tracing stuffFriendika2011-02-031-7/+1
|
* allow parentless items from SN - add more tracing on notify failuresFriendika2011-02-031-3/+10
|
* backward compatibilityFriendika2011-02-011-1/+1
|
* protocol reversal, roll dfrn_version to 2.1Friendika2011-02-011-10/+18
|
* Merge branch 'fabrixxm-master'Friendika2011-01-281-3/+3
|\ | | | | | | | | Conflicts: boot.php
| * Added proc_run() and modified all occurrence of proc_close(proc_open()) to ↵fabrixxm2011-01-241-3/+3
| | | | | | | | use proc_run()
* | dissolve relationship (new protocol) workingFriendika2011-01-261-11/+13
| |
* | "unfriend" protocolFriendika2011-01-251-8/+27
|/
* make home tab work from remote profile, fix link in comment notify emailsFriendika2011-01-051-1/+1
|
* revise the last checkin a wee bit to ensure notifications are still sent outFriendika2010-12-031-20/+20
|
* found the elusive comment box bugFriendika2010-12-031-1/+7
|
* rino recipient patchFriendika2010-12-011-0/+9
|
* rino landingFriendika2010-11-301-5/+24
|
* notify link againFriendika2010-11-261-2/+2
|
* fix links in notification emailsFriendika2010-11-261-1/+1
|
* ensuring all non-deliveries get in the queueFriendika2010-11-251-21/+22
|
* drop mail delivered flag now that queue is implementedFriendika2010-11-231-1/+0
|
* more logging in dfrn_notifyFriendika2010-11-231-1/+10
|
* use raw db queries wherever query items could contain '%'Friendika2010-11-091-1/+1
|
* add display link to notify emailsFriendika2010-11-041-0/+2
|
* hub anomolies & swat0 complianceFriendika2010-11-041-3/+1
|
* typoMike Macgirvin2010-10-281-2/+0
|
* preserve utf-8 on notification emailsMike Macgirvin2010-10-281-2/+16
|
* workflow for federated/non-dfrn followersMike Macgirvin2010-10-241-3/+3
|
* sorting out the last(?) quirks in group pages.Mike Macgirvin2010-10-181-5/+10
|
* cleanup to ensure protocol version is passed properly. We will need it ↵Mike Macgirvin2010-10-121-1/+13
| | | | if/when any incompatible protocol changes are introduced.
* more instrumentationMike Macgirvin2010-10-061-2/+2
|
* xrd cannot be called before db is open to get languageMike Macgirvin2010-10-041-28/+22
|
* preliminary network abstraction, configurable debugging.Mike Macgirvin2010-09-261-1/+3
|
* localisation path for all view templatesMike Macgirvin2010-09-221-3/+3
|
* like, dislike, activity streams, etc.Mike Macgirvin2010-09-171-21/+32
|
* abstractify items, check photos for birthday paradoxMike Macgirvin2010-09-131-3/+3
|
* tag each side of the duplexMike Macgirvin2010-09-121-11/+63
|
* populate wall elementMike Macgirvin2010-09-091-0/+1
|
* cleanupMike Macgirvin2010-09-091-4/+4
|
* found the missing comment box bugMike Macgirvin2010-09-091-6/+9
|