aboutsummaryrefslogtreecommitdiffstats
path: root/include/message.php
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵friendica2013-01-251-19/+63
| | | | less what needs to happen for every data type and get all the SQL code out of the front-end controllers.
* make all private message functionality api-ablefriendica2013-01-241-1/+95
|
* turn private_messages_list into backend functionality and separate it from ↵friendica2013-01-241-0/+46
| | | | the controller
* DB: do the mail table again. Mail almost working onsite, still needs to zot ↵friendica2012-12-041-159/+29
| | | | though
* here's where the heavy lifting begins - everything is likely to be broken ↵friendica2012-10-011-1/+1
| | | | for quite some time as we add location and db independence to items and conversations and work through the rest of the permissions and how to federate the buggers.
* 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
|\ | | | | | | | | | | Conflicts: include/config.php update.php
| * send unverified private mail using zrlfriendica2012-04-011-0/+85
|/
* add remove_user hook (it looks like dreamhost changed all my file ↵friendica2012-01-181-0/+0
| | | | permissions, this will make a nasty commit)
* 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