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/controllers
Matt Jankowski f5cd138323 Improve i18n chooser (#1804)
* Add locale spec with failing locale plus region check

* Use a more accurate locale when supplied by browser headers

Previously we were using a matching option which would use the first locale
available which matched the locale portion, even if a region was specified.

This changes to first try to find an exact match, and then fall back to the
region, and then fall back to the  default.

* Clean up default_locale method
9 years ago
..
admin Admin reports controller improvements (#1714) 9 years ago
api API param to exclude notification types from response (#1341) 9 years ago
auth New admin setting: open/close registrations, with custom message, from the admin UI 9 years ago
concerns Improve i18n chooser (#1804) 9 years ago
oauth Fix #1165 - before_action was called before protect_from_forgery 9 years ago
settings Settings export refactor (#1646) 9 years ago
well_known Clean up well-known routes/controllers (#1649) 9 years ago
about_controller.rb Clean up about page (#1282) 9 years ago
accounts_controller.rb Pagination improvements (#1445) 9 years ago
api_controller.rb Do not store last visited URL from API controllers (#1330) 9 years ago
application_controller.rb Fix #1165 - before_action was called before protect_from_forgery 9 years ago
authorize_follow_controller.rb
home_controller.rb
media_controller.rb
remote_follow_controller.rb Clean up generation of account webfinger string (#1477) 9 years ago
statuses_controller.rb
stream_entries_controller.rb Simplify the way the embed view is created (#1590) 9 years ago
tags_controller.rb