aboutsummaryrefslogtreecommitdiffstats
path: root/include/message.php
Commit message (Expand)AuthorAgeFilesLines
* prevent silly fake null date from causing problems OTW from older buildsHabeas Codice2015-01-301-1/+1
* local_user => local_channelfriendica2015-01-281-4/+4
* PostgreSQL support initial commitHabeas Codice2014-11-131-4/+4
* SQL error - private message conversation lookupfriendica2014-10-061-1/+1
* d* PM cont.friendica2014-09-231-2/+0
* more work on d* private messagesfriendica2014-09-231-2/+59
* This is long overdue - use a symblic constant NULL_DATE instead of the easily...friendica2014-09-081-1/+1
* fix photos in private mailfriendica2014-02-271-1/+1
* Protocol: now set data['alg'] on all encapsulated encrypted packets, so that ...friendica2013-11-201-8/+8
* E2EE on private mail (also fixed autocomplete results dropdown for recipient ...friendica2013-11-131-2/+2
* allow private mail sender to set an expiration on their messages. Once expire...friendica2013-11-061-4/+9
* email attachments (and fix email photos)friendica2013-08-191-2/+47
* convert all stored json calls to json_decode_plus()friendica2013-08-061-6/+6
* better mail obscuringfriendica2013-07-311-40/+54
* private mail is just a little more private now. Not encrypted and the obfusca...friendica2013-07-191-4/+20
* rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no longer...friendica2013-03-211-17/+17
* start formatting for Doxygenfriendica2013-02-251-1/+1
* null notice when sending private mailfriendica2013-02-041-2/+2
* upstream fixes, template regenerationfriendica2013-01-251-2/+5
* Putting the final wraps on the backend private message API. This is more or l...friendica2013-01-251-19/+63
* make all private message functionality api-ablefriendica2013-01-241-1/+95
* turn private_messages_list into backend functionality and separate it from th...friendica2013-01-241-0/+46
* DB: do the mail table again. Mail almost working onsite, still needs to zot t...friendica2012-12-041-159/+29
* here's where the heavy lifting begins - everything is likely to be broken for...friendica2012-10-011-1/+1
* item table rename parent-uri, target-type, object-type (more to come later)friendica2012-08-151-3/+3
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-0/+85
|\
| * send unverified private mail using zrlfriendica2012-04-011-0/+85
|/
* add remove_user hook (it looks like dreamhost changed all my file permissions...friendica2012-01-181-0/+0
* pm repliesfriendica2011-12-061-7/+15
* d* pmfriendica2011-12-061-3/+9
* maintain backward compatibility with old PMsfriendica2011-12-051-9/+19
* add conv structurefriendica2011-12-051-3/+40
* move send private message code out of view codefabrixxm2011-08-191-0/+96