mastodon/app/controllers
Matt Jankowski ee82d8a876 Move force_ssl check to production config ()
The force_ssl method from controllers does not add all of the options that the
sitewide configuration in a config block does. For example, HSTS enforcement is
not added by the controller method, but is added by this style.
..
admin Admin settings controller refactor, add specs, cleanup ()
api Added API for single notification dismissal ()
auth Assign user locale on signup ()
concerns Restful refactor of accounts/ routes ()
oauth Fix - before_action was called before protect_from_forgery
settings 2FA controller cleanup ()
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 Move force_ssl check to production config ()
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 ()