mastodon/app
alpaca-tc 9317ec8eb1 Localize with i18n for Devise::FailureApp ()
This PR fixes I18n.locale for rake middlewares. Mastodon uses Devise that depends on Warden.
Warden::Manager can be found in rake middleware. It is outside of the controller.

In the case of authentication failed, warden calls throw(:warden). At the time Warden::Manager
delegates request to failure_app to generate response and flash[:alert] after catching it.
Unfortunately, I18n.locale is already reset then because I18n.with_locale is enabled only
inside the controller. If we used I18n.locale=, Devise::FailureApp could get the current locale.
2017-04-25 15:06:41 +02:00
..
assets Login link for single user instances () 2017-04-25 15:06:24 +02:00
controllers Localize with i18n for Devise::FailureApp () 2017-04-25 15:06:41 +02:00
helpers Change ActivityPub paging to match spec. Clean up ActivityPub outbox changes. () 2017-04-25 15:06:06 +02:00
lib Decodes URL containing IDN () 2017-04-25 15:03:51 +02:00
mailers Instance helper to replace site title helper () 2017-04-18 00:16:32 +02:00
models Punycode URI normalization () 2017-04-25 02:47:31 +02:00
presenters Adds version to about/more and API () 2017-04-21 03:30:59 +02:00
services Fix - Add Idempotency-Key header to PostStatusService that prevents () 2017-04-25 15:04:49 +02:00
validators Punycode URI normalization () 2017-04-25 02:47:31 +02:00
views Login link for single user instances () 2017-04-25 15:06:24 +02:00
workers Punycode URI normalization () 2017-04-25 02:47:31 +02:00