Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-04 | Possibly fix issue with stale favourite/reblog information after API call | Eugen Rochko | |
2016-08-17 | Upgrade to Rails 5.0.0.1 | 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-22 | Fix default max_id query in paginate_by_max_id | Eugen Rochko | |
2016-03-22 | Add pagination by max_id instead of offset/limit | Eugen Rochko | |
2016-03-21 | Fixed the lookup API method | Eugen Rochko | |
2016-03-21 | Fix text color in dashboard inputs, sanitize remote status content in UI, | Eugen Rochko | |
simplify FanOutOnWriteService, add /api/accounts/lookup method | |||
2016-03-21 | Escape PuSH challenge and change subscriptions and salmon APIs to text/plain | Eugen Rochko | |
2016-03-20 | Writing out more tests, fixed some bugs | Eugen Rochko | |
2016-03-18 | Fix typo on /api/accounts/:id/statuses, fix potential case-sensitivity issue | Eugen Rochko | |
when registering incoming status mentions, add Travis CI file | |||
2016-03-17 | Fix #2, add rake task for PuSH-unsubscribing from remote users who have no | Eugen Rochko | |
local followers. Remote users' usernames SHOULD be case-sensitive | |||
2016-03-12 | Adding config for puma, dashboard layout, fixing some queries | Eugen Rochko | |
2016-03-11 | Improving feed queries, switching API to doorkeeper authentication | Eugen Rochko | |
2016-03-08 | Distrubute statuses as a fan-out-on-write system, with optional precomputing | Eugen Rochko | |
2016-03-07 | API methods for retrieving home and mentions timelines | Eugen Rochko | |
2016-03-07 | Adding API for favouriting a status | 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-05 | Fixing some bugs, adding pending test examples | Eugen Rochko | |
2016-02-29 | Refactoring Grape API methods into normal controllers & other things | Eugen Rochko | |