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/app
alpaca-tc 9317ec8eb1 Localize with i18n for Devise::FailureApp (#2309)
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.
8 years ago
..
assets Login link for single user instances (#2393) 8 years ago
controllers Localize with i18n for Devise::FailureApp (#2309) 8 years ago
helpers Change ActivityPub paging to match spec. Clean up ActivityPub outbox changes. (#2410) 8 years ago
lib Decodes URL containing IDN (#2436) 8 years ago
mailers Instance helper to replace site title helper (#2038) 8 years ago
models Punycode URI normalization (#2370) 8 years ago
presenters Adds version to about/more and API (#2181) 8 years ago
services Fix #2402 - Add Idempotency-Key header to PostStatusService that prevents (#2419) 8 years ago
validators Punycode URI normalization (#2370) 8 years ago
views Login link for single user instances (#2393) 8 years ago
workers Punycode URI normalization (#2370) 8 years ago