Commit Graph

2 Commits (aa803153e2161f4462d9d26ecd021fe0d2396cc5)

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