mastodon/app/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 Fix empty flash message on the settings page (#3345) 2017-05-27 13:04:28 +02:00
concerns Remove exports/base controller in favor of shared concern (#3444) 2017-05-30 19:06:01 +02:00
oauth
settings change sidekiq queueing to bulk push (#3536) 2017-06-04 00:11:15 +02:00
well_known Ensure well_known controllers use WEB_DOMAIN by including RoutingHelper (#2388) 2017-06-02 22:21:36 +02:00
about_controller.rb
account_follow_controller.rb
account_unfollow_controller.rb
accounts_controller.rb Remove redundant call of recent scope in AccountsController (#3330) 2017-05-26 16:35:25 +02:00
api_controller.rb Spec response for forgery (#3248) 2017-06-01 20:56:55 +02:00
application_controller.rb Show error message to suspended user (#3281) 2017-05-24 16:39:09 +02:00
authorize_follows_controller.rb
follower_accounts_controller.rb
following_accounts_controller.rb
home_controller.rb
media_controller.rb Extract authorization policy for viewing statuses (#3150) 2017-05-29 18:22:22 +02:00
remote_follow_controller.rb
statuses_controller.rb Extract authorization policy for viewing statuses (#3150) 2017-05-29 18:22:22 +02:00
stream_entries_controller.rb Extract authorization policy for viewing statuses (#3150) 2017-05-29 18:22:22 +02:00
tags_controller.rb