Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | provide relief to sites that are severely impacted by the slow ITEM_UNSEEN ↵ | friendica | 2015-02-12 | 1 | -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_channel | friendica | 2015-01-28 | 1 | -3/+3 |
| | |||||
* | basic changes for file activity | marijus | 2015-01-09 | 1 | -1/+1 |
| | |||||
* | moods not working in other languages + doc updates | friendica | 2014-06-21 | 1 | -1/+1 |
| | |||||
* | moods: simplify 'xyz is tired' rather than 'xyz is currently tired'. This is ↵ | friendica | 2014-05-28 | 1 | -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 issues | friendica | 2014-01-09 | 1 | -1/+6 |
| | |||||
* | provide detailed error to remote site for the myriad of things that can go ↵ | friendica | 2013-09-10 | 1 | -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 ↵ | friendica | 2013-08-01 | 1 | -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 ↵ | friendica | 2013-04-15 | 1 | -1/+1 |
| | | | | means we can zidify them) | ||||
* | rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵ | friendica | 2013-03-21 | 1 | -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. | ||||
* | cleanup | friendica | 2012-11-13 | 1 | -0/+4 |
| | |||||
* | mood mostly working | friendica | 2012-11-13 | 1 | -33/+26 |
| | |||||
* | Can't see any posts currently - after the big shakeup, but we can now post ↵ | friendica | 2012-10-03 | 1 | -1/+1 |
| | | | | top level activities and store them. | ||||
* | back to identity creation form | friendica | 2012-08-23 | 1 | -0/+142 |