aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dfrn_notify.php
Commit message (Expand)AuthorAgeFilesLines
* local_deliver testingFriendika2011-10-061-655/+2
* check author url to see if it matches current contact before relay is acceptedFriendika2011-10-061-0/+8
* mostly cosmetic changes to make DB tables accurately reflect the conversation...Friendika2011-10-051-2/+5
* clean up w3c validation and layout for priv mail and lang selectorFriendika2011-10-051-2/+5
* better check for orig post authorFriendika2011-10-051-1/+1
* another typoFriendika2011-10-041-1/+1
* and a typo fixFriendika2011-10-041-1/+1
* notification issue after last checkinFriendika2011-10-041-1/+9
* keychecksFriendika2011-09-211-1/+3
* sorting through key issueFriendika2011-09-191-11/+11
* Check all keys before useFriendika2011-09-191-8/+12
* cripple account when expiredFriendika2011-09-191-2/+3
* fix warning of self-signed cert for photos of our own contacts in comment not...Friendika2011-08-201-13/+21
* show lock icon on private eventsFriendika2011-07-271-0/+1
* ability to link contacts that are "really me, but on another system/network".Friendika2011-07-051-0/+6
* begin work on relocation conversationFriendika2011-07-051-0/+25
* bug #96 move libraries to library - better alignment of like rotatorFriendika2011-06-281-1/+1
* pass notify endpoint with friend suggestionsFriendika2011-06-261-6/+8
* suggestion templateFriendika2011-06-251-4/+4
* don't update an event that hasn't changed.Friendika2011-06-231-0/+1
* receive friendship suggestion over the wire (dfrn) and storeFriendika2011-06-221-1/+71
* Dear $username not expanded/replaced in text emailsFriendika2011-06-141-0/+6
* avoid returning events from getting posted againFriendika2011-06-131-0/+1
* event sharing, cont.Friendika2011-06-131-0/+20
* correct nickname for display link on comment emailsFriendika2011-05-271-2/+2
* sort out a couple of email notify issuesFriendika2011-05-251-9/+9
* Small tweak to a copule of translatable stringsFabio Comuni2011-05-251-2/+2
* bug #85Friendika2011-05-231-2/+9
* more buggy debugging code removed.Friendika2011-05-221-3/+0
* fixed a couple of bugsChris Case2011-05-211-30/+33
* merged multipart email changesChris Case2011-05-211-43/+26
|\
| * deprecate load_view_fileFriendika2011-05-111-4/+4
| * set utf-8 on all emailsFriendika2011-04-141-2/+10
| * set writable flag on dfrn_pollFriendika2011-04-101-2/+8
| * initial dfrn update to pass permsFriendika2011-04-101-0/+6
| * remote deletion - check contact-idFriendika2011-03-301-2/+5
| * Update more stringsFabio Comuni2011-03-181-1/+1
| * Fix spaces around t() and tt()fabrixxm2011-03-131-2/+2
| * update source stringsfabrixxm2011-03-111-3/+2
* | image updatesChris Case2011-05-211-1/+112
|/
* 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 c...Chris Case2011-02-171-15/+15
* forgot to check this in earlier... splits up text and html into two different...Chris Case2011-02-161-4/+30
* fixed error which was causing multiple line breaks, added comments to better ...Chris Case2011-02-151-34/+41
* fixed a bbcode issue with rich text html messages, fixed some issues with pla...Chris Case2011-02-141-2/+2
* revamped private message templates, added multipart messages with text and ht...Chris Case2011-02-141-7/+33
* updated private message notification to use HTML, still need the foreign lang...Chris Case2011-02-131-22/+34