Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-16 | Access tokens no longer expire, case-insensitive local username validation, ↵ | Eugen Rochko | |
as well as case-insensitive Webfinger look-up | |||
2016-03-16 | Validations for local profiles | Eugen Rochko | |
2016-03-12 | Adding simple_form, adding profile settings, header image | 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 | Customizing devise views and controllers | Eugen Rochko | |
2016-02-29 | Refactoring Grape API methods into normal controllers & other things | Eugen Rochko | |
2016-02-28 | Adding a test for ReblogService, fixing mentions for remote statuses | Eugen Rochko | |
2016-02-28 | When posting a status or reblogging one, ping hubs about the feed update | Eugen Rochko | |
2016-02-28 | Adding avatars to profile page and statuses | Eugen Rochko | |
2016-02-28 | Adding paperclip for avatars, fixing design of the public pages | Eugen Rochko | |
2016-02-26 | Adding a bunch of tests | Eugen Rochko | |
2016-02-24 | Add service for posting statuses (normal and replies), mention regex to | Eugen Rochko | |
fetch webfinger information of mentioned accounts | |||
2016-02-24 | Process favourites, reblogs and replies from Salmon | Eugen Rochko | |
2016-02-23 | Adding reblogs, favourites, improving atom generation | Eugen Rochko | |
2016-02-22 | Individual atom entries | Eugen Rochko | |
2016-02-22 | Fixes and general progress | Eugen Rochko | |
2016-02-22 | Made some progress | Eugen Rochko | |
2016-02-20 | Initial commit | Eugen Rochko | |