aboutsummaryrefslogtreecommitdiffstats
path: root/mod/mood.php
Commit message (Collapse)AuthorAgeFilesLines
* some minor cleanup on plinks for some very subtle permissions issuesfriendica2014-01-091-1/+6
|
* provide detailed error to remote site for the myriad of things that can go ↵friendica2013-09-101-1/+3
| | | | wrong inside item_store(), !! this changes the return of item_store !!
* ensure that no unencrypted content leaks through item_store which is private ↵friendica2013-08-011-1/+2
| | | | | | - we typically do this in mod/item, but some functions bypass mod/item to create private posts
* turn all Red links into zrls (not the old zrls, the new bbcode zrl which ↵friendica2013-04-151-1/+1
| | | | means we can zidify them)
* rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵friendica2013-03-211-7/+7
| | | | longer remotely resemble uri's and are actually message_id's. This change is potentially destabilising because it touches a lot of code and structure. But it has to get done and there's no better time than the present.
* cleanupfriendica2012-11-131-0/+4
|
* mood mostly workingfriendica2012-11-131-33/+26
|
* Can't see any posts currently - after the big shakeup, but we can now post ↵friendica2012-10-031-1/+1
| | | | top level activities and store them.
* back to identity creation formfriendica2012-08-231-0/+142