Commit Graph

2 Commits (9b50a9dd835c3a08effc86a6ef3e29e3a16e3d27)

Author SHA1 Message Date
Akihiko Odaki 4f0b638cda Introduce access token fabricators ()
Matt Jankowski 2925372ff4 Move create/destroy actions for api/v1/statuses to namespace ()
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