Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-19 | Adding letter opener for development and Rack::Attack for future rate ↵ | Eugen Rochko | |
limiting implementations | |||
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 | Adding e-mail configuration | Eugen Rochko | |
2016-03-14 | Bind oauth applications to users | Eugen Rochko | |
2016-03-12 | Adding simple_form, adding profile settings, header image | Eugen Rochko | |
2016-03-12 | Customized more doorkeeper views, only logged in users can create oauth apps | Eugen Rochko | |
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-11 | Customizing doorkeeper views for authorizing app | Eugen Rochko | |
2016-03-08 | Distrubute statuses as a fan-out-on-write system, with optional precomputing | 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 | Removing grape and adding devise | Eugen Rochko | |
2016-02-29 | Changing the use of config constants to the Rails configuration object | Eugen Rochko | |
2016-02-23 | Incoming Salmon requests can be turned into follows and unfollows | 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 | |