chinwagsocial/spec/controllers/api/v1
Matt Jankowski 2925372ff4 Move create/destroy actions for api/v1/statuses to namespace (#3678)
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
2017-06-10 09:39:26 +02:00
..
accounts Spec coverage and refactor for the api/v1/accounts controllers (#3451) 2017-05-31 21:36:24 +02:00
statuses Move create/destroy actions for api/v1/statuses to namespace (#3678) 2017-06-10 09:39:26 +02:00
timelines Refactor of API timeline actions (#3263) 2017-05-23 18:11:39 +02:00
accounts_controller_spec.rb Spec coverage and refactor for the api/v1/accounts controllers (#3451) 2017-05-31 21:36:24 +02:00
apps_controller_spec.rb Fix tests, update goldfinger to catch XML errors 2016-09-30 23:08:29 +02:00
blocks_controller_spec.rb Improve spec coverage and clean up api/v1/blocks controller (#3464) 2017-05-31 20:34:51 +02:00
domain_blocks_controller_spec.rb Improve spec coverage and clean up api/v1/domain_blocks controller (#3466) 2017-05-31 20:31:14 +02:00
favourites_controller_spec.rb Improve spec coverage and clean up api/v1/favourites controller (#3472) 2017-05-31 20:30:39 +02:00
follow_requests_controller_spec.rb Improve spec coverage and clean up api/v1/follow_requests controller (#3465) 2017-05-31 20:32:11 +02:00
follows_controller_spec.rb After FollowService, re-fetch remote account asynchronously, do nothing 2017-02-11 14:25:01 +01:00
instances_controller_spec.rb Add coverage for api/v1 controllers (#3155) 2017-05-19 23:32:37 +02:00
media_controller_spec.rb Improve spec coverage and clean up api/v1/media controller (#3467) 2017-05-30 21:11:29 -04:00
mutes_controller_spec.rb Improve spec coverage and clean up api/v1/mutes controller (#3481) 2017-05-31 20:27:34 +02:00
notifications_controller_spec.rb Add coverage for api/v1 controllers (#3155) 2017-05-19 23:32:37 +02:00
reports_controller_spec.rb Add coverage for api/v1 controllers (#3155) 2017-05-19 23:32:37 +02:00
search_controller_spec.rb Add coverage for api/v1 controllers (#3155) 2017-05-19 23:32:37 +02:00
statuses_controller_spec.rb Move create/destroy actions for api/v1/statuses to namespace (#3678) 2017-06-10 09:39:26 +02:00
streaming_controller_spec.rb Redirect to streaming_api_base_url (#3579) 2017-06-05 12:09:29 +02:00