Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-08 | Fix for single status pages | Eugen Rochko | |
2016-09-08 | Optimized n+1 queries in accounts Atom and HTML views | Eugen Rochko | |
Added stack trace for SQL queries in development Removed badly thought out accounts/lookup API | |||
2016-09-08 | Improving production logs, removing n+1 on media attachments in atom, | Eugen Rochko | |
adding attachments display to static views | |||
2016-09-04 | Case-insensitive search by usernames | Eugen Rochko | |
2016-03-25 | Fix subscriptions:clear task, refactor feeds, refactor streamable activites | Eugen Rochko | |
and atom feed generation to some extent, as well as the way mentions are stored | |||
2016-03-24 | Fix preloading | Eugen Rochko | |
2016-03-24 | Pre-loading polymorphic associations for Atom feeds | Eugen Rochko | |
2016-03-24 | Limit Atom feeds to 20 items by default, add pagination by max_id | Eugen Rochko | |
(But there are no Atom feed pagination elements yet) | |||
2016-03-21 | Small optimizations in Atom feeds | Eugen Rochko | |
2016-03-21 | Security update | Eugen Rochko | |
2016-03-19 | On following/followers pages, show most recent first | Eugen Rochko | |
2016-03-19 | Adding public following and followers pages, fix #3 | Eugen Rochko | |
2016-03-19 | Removing some unused gems, adding pagination to profiles, fix #10 | Eugen Rochko | |
2016-03-12 | Adding config for puma, dashboard layout, fixing some queries | Eugen Rochko | |
2016-03-07 | Adding doorkeeper, adding a REST API | Eugen Rochko | |
POST /api/statuses Params: status (text contents), in_reply_to_id (optional) GET /api/statuses/:id POST /api/statuses/:id/reblog GET /api/accounts/:id GET /api/accounts/:id/following GET /api/accounts/:id/followers POST /api/accounts/:id/follow POST /api/accounts/:id/unfollow POST /api/follows Params: uri (e.g. user@domain) OAuth authentication is currently disabled, but the API can be used with HTTP Auth. | |||
2016-03-06 | Adding routes to follow, unfollow, favourite and reblog (locally known models) | Eugen Rochko | |
2016-03-06 | Adjusting design of public pages, optimizing account page queries | Eugen Rochko | |
2016-03-05 | Adjusting design of profile and entry pages, linkify mentions in statuses | Eugen Rochko | |
2016-03-05 | Fixing some bugs, adding pending test examples | Eugen Rochko | |
2016-02-29 | Refactoring Grape API methods into normal controllers & other things | Eugen Rochko | |