You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/spec/controllers/api/v1
Daigo 3 Dango 2985d08951 Redirect to streaming_api_base_url (#3579)
* Redirect to streaming_api_base_url

When Rails receives a request to streaming API, it most likely
means that there is another host which is configured to respond
to it. This is to redirect clients to that host if
`STREAMING_API_BASE_URL` is set as another host.

* Use the new Ruby 1.9 hash syntax
8 years ago
..
accounts Spec coverage and refactor for the api/v1/accounts controllers (#3451) 8 years ago
timelines Refactor of API timeline actions (#3263) 8 years ago
accounts_controller_spec.rb Spec coverage and refactor for the api/v1/accounts controllers (#3451) 8 years ago
apps_controller_spec.rb Fix tests, update goldfinger to catch XML errors 9 years ago
blocks_controller_spec.rb Improve spec coverage and clean up api/v1/blocks controller (#3464) 8 years ago
domain_blocks_controller_spec.rb Improve spec coverage and clean up api/v1/domain_blocks controller (#3466) 8 years ago
favourites_controller_spec.rb Improve spec coverage and clean up api/v1/favourites controller (#3472) 8 years ago
follow_requests_controller_spec.rb Improve spec coverage and clean up api/v1/follow_requests controller (#3465) 8 years ago
follows_controller_spec.rb After FollowService, re-fetch remote account asynchronously, do nothing 8 years ago
instances_controller_spec.rb Add coverage for api/v1 controllers (#3155) 8 years ago
media_controller_spec.rb Improve spec coverage and clean up api/v1/media controller (#3467) 8 years ago
mutes_controller_spec.rb Improve spec coverage and clean up api/v1/mutes controller (#3481) 8 years ago
notifications_controller_spec.rb Add coverage for api/v1 controllers (#3155) 8 years ago
reports_controller_spec.rb Add coverage for api/v1 controllers (#3155) 8 years ago
search_controller_spec.rb Add coverage for api/v1 controllers (#3155) 8 years ago
statuses_controller_spec.rb Feature conversations muting (#3017) 8 years ago
streaming_controller_spec.rb Redirect to streaming_api_base_url (#3579) 8 years ago