Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-06 | Adding routes to follow, unfollow, favourite and reblog (locally known models) | Eugen Rochko | |
2016-03-05 | Customizing devise views and controllers | Eugen Rochko | |
2016-03-05 | Removing grape and adding devise | Eugen Rochko | |
2016-02-29 | Refactoring Grape API methods into normal controllers & other things | Eugen Rochko | |
2016-02-23 | Adding reblogs, favourites, improving atom generation | Eugen Rochko | |
2016-02-23 | Improved Atom rendering templates, added README | Eugen Rochko | |
2016-02-22 | Individual atom entries | Eugen Rochko | |
2016-02-22 | Made some progress | Eugen Rochko | |
2016-02-20 | Initial commit | Eugen Rochko | |