mastodon/app/controllers
Takayoshi Nishida 5e33ad29d4 Fix - Set locale to error pages ()
* Fix  - Set locale to error pages

* Fix  - Cut duplicate process into one method
..
admin Admin settings controller refactor, add specs, cleanup ()
api Simplify render in controllers ()
auth Assign user locale on signup ()
concerns Restful refactor of accounts/ routes ()
oauth Fix - before_action was called before protect_from_forgery
settings Clean up settings/preferences controller ()
well_known Improve handling of HTTP_ACCEPT for webfinger ()
about_controller.rb Clean up about page ()
account_follow_controller.rb Restful refactor of accounts/ routes ()
account_unfollow_controller.rb Restful refactor of accounts/ routes ()
accounts_controller.rb Restful refactor of accounts/ routes ()
api_controller.rb Avoid dynamic methods due to processing speed ()
application_controller.rb Fix - Set locale to error pages ()
authorize_follow_controller.rb Add validation of media attachments, clean up mastodon-own exception classes
follower_accounts_controller.rb Restful refactor of accounts/ routes ()
following_accounts_controller.rb Restful refactor of accounts/ routes ()
home_controller.rb Onboarding modal ()
media_controller.rb Media controller specs ()
remote_follow_controller.rb Clean up generation of account webfinger string ()
statuses_controller.rb Prettier account and stream entry URLs
stream_entries_controller.rb Simplify the way the embed view is created ()
tags_controller.rb Fix - Use Status#as_tag_timeline on public hashtag page ()