Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-27 | Do not automatically login after password reset, as it would circumvent ↵ | Eugen Rochko | |
two-factor auth (if enabled) Do not require e-mail address changes to be re-confirmed, it's only trouble for no real benefit | |||
2017-01-27 | Added optional two-factor authentication | Eugen Rochko | |
2016-11-16 | i18n for devise mailer too | Eugen Rochko | |
2016-03-16 | Adding e-mail configuration | 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 | |