Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-31 | Fix some views still not using counter caches | Eugen Rochko | |
2017-03-30 | Add counter caches for a large performance increase on API requests | Eugen Rochko | |
2017-02-05 | No replies filter on home timeline no longer hides self-replies | Eugen Rochko | |
2017-01-25 | Instead of using spoiler boolean and spoiler_text, simply check for ↵ | Eugen Rochko | |
non-blank spoiler_text Federate spoiler_text using warning attribute on <content /> instead of a <category term="spoiler" /> Clean up schema file from accidental development migrations | |||
2017-01-23 | Implement a click-to-view spoiler system | blackle | |
2017-01-15 | Add tracking of OAuth app that posted a status, extend OAuth apps to have ↵ | Effy Elden | |
optional website field, add application details to API, show application name and website on detailed status views. Resolves #11 | |||
2016-12-21 | Private visibility on statuses prevents non-followers from seeing those | Eugen Rochko | |
Filters out hidden stream entries from Atom feed Blocks now generate hidden stream entries, can be used to federate blocks Private statuses cannot be reblogged (generates generic 422 error for now) POST /api/v1/statuses now takes visibility=(public|unlisted|private) param instead of unlisted boolean Statuses JSON now contains visibility=(public|unlisted|private) field | |||
2016-11-23 | Adding sensitive marker to statuses in API | Eugen Rochko | |
2016-11-21 | Performance improvement for notifications API | Eugen Rochko | |
2016-11-05 | Adding hashtags | Eugen Rochko | |
2016-11-03 | Disable caching of statuses (maybe this will help with the weird bug) | Eugen Rochko | |
2016-11-03 | Fix reblogged/favourited caching; add API endpoints for who favd/reblogged ↵ | Eugen Rochko | |
status | |||
2016-11-03 | Enable caching for some rabl views | Eugen Rochko | |