Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-27 | OEmbed support for PreviewCard (#2337) | Eugen Rochko | |
* OEmbed support for PreviewCard * Improve ProviderDiscovery code failure treatment * Do not crawl links if there is a content warning, since those don't display a link card anyway * Reset db schema * Fresh migrate * Fix rubocop style issues Fix #1681 - return existing access token when applicable instead of creating new * Fix test * Extract http client to helper * Improve oembed controller | |||
2016-10-23 | Restrict access to oauth/applications to admins only | Eugen Rochko | |
2016-10-22 | Adding OAuth access scopes, fixing OAuth authorization UI, adding rate limiting | Eugen Rochko | |
to the API | |||
2016-10-02 | Fix doorkeeper skip_authorization | Eugen Rochko | |
2016-09-30 | Allow non-https redirect URIs for OAuth apps (AndStatus seems to require this) | Eugen Rochko | |
2016-09-26 | Replace logo, fix #57 - delete/unreblog/unfavourite API, fix #45 - app | Eugen Rochko | |
registration API | |||
2016-08-26 | The frontend will now be an OAuth app, auto-authorized. The frontend will ↵ | Eugen Rochko | |
use an access token for API requests Adding better errors for the API controllers, posting a simple status works from the frontend now | |||
2016-08-25 | Improving statuses, adding a composer drawer, which doesn't work yet | Eugen Rochko | |
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-14 | Bind oauth applications to users | Eugen Rochko | |
2016-03-12 | Customized more doorkeeper views, only logged in users can create oauth apps | 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-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. |