aboutsummaryrefslogtreecommitdiffstats
path: root/mod/mood.php
Commit message (Collapse)AuthorAgeFilesLines
* provide relief to sites that are severely impacted by the slow ITEM_UNSEEN ↵friendica2015-02-121-2/+1
| | | | searches. This does not incorporate any other flag optimisations as that will require a major DB update and possibly involve significant downtime. This is just to bite off a little chunk now and provide some much needed relief.
* local_user => local_channelfriendica2015-01-281-3/+3
|
* basic changes for file activitymarijus2015-01-091-1/+1
|
* moods not working in other languages + doc updatesfriendica2014-06-211-1/+1
|
* moods: simplify 'xyz is tired' rather than 'xyz is currently tired'. This is ↵friendica2014-05-281-8/+1
| | | | possible now that we have translation contexts, as before '$1 is $2' was ambiguous without a context - in this case 'mood'.
* 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