mastodon/spec/controllers
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
2017-06-05 12:09:29 +02:00
..
admin Move admin/pubsubhubbub controller to admin/subscriptions (#3442) 2017-05-31 20:39:35 +02:00
api Redirect to streaming_api_base_url (#3579) 2017-06-05 12:09:29 +02:00
auth Spec Auth::ConfirmationsController (#3348) 2017-05-29 18:13:11 +02:00
concerns Remove exports/base controller in favor of shared concern (#3444) 2017-05-30 19:06:01 +02:00
oauth Cover Oauth::AuthorizedApplicationsController (#3359) 2017-05-29 18:08:05 +02:00
settings Remove exports/base controller in favor of shared concern (#3444) 2017-05-30 19:06:01 +02:00
well_known Fix spec for #2388 (#3526) 2017-06-03 14:40:55 +02:00
about_controller_spec.rb
account_follow_controller_spec.rb
account_unfollow_controller_spec.rb
accounts_controller_spec.rb
api_controller_spec.rb Spec response for forgery (#3248) 2017-06-01 20:56:55 +02:00
application_controller_spec.rb Spec response for forgery (#3248) 2017-06-01 20:56:55 +02:00
authorize_follows_controller_spec.rb
follower_accounts_controller_spec.rb
following_accounts_controller_spec.rb
home_controller_spec.rb
media_controller_spec.rb Extract authorization policy for viewing statuses (#3150) 2017-05-29 18:22:22 +02:00
remote_follow_controller_spec.rb
statuses_controller_spec.rb
stream_entries_controller_spec.rb
tags_controller_spec.rb