Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-03 | Add more tests for ActivityPub controllers (#13585) | Eugen Rochko | |
2020-03-06 | Remove useless `respond_to` calls (#13208) | Eugen Rochko | |
2018-07-05 | Add more granular OAuth scopes (#7929) | Eugen Rochko | |
* Add more granular OAuth scopes * Add human-readable descriptions of the new scopes * Ensure new scopes look good on the app UI * Add tests * Group scopes in screen and color-code dangerous ones * Fix wrong extra scope | |||
2017-07-07 | Refactor JSON templates to be generated with ActiveModelSerializers instead ↵ | Eugen Rochko | |
of Rabl (#4090) | |||
2017-06-10 | Move create/destroy actions for api/v1/statuses to namespace (#3678) | Matt Jankowski | |
Each of mute, favourite, reblog has been updated to: - Have a separate controller with just a create and destroy action - Preserve historical route names to not break the API - Mild refactoring to break up long methods |