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 ee82d8a876 Move force_ssl check to production config (#2165)
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.
8 years ago
..
admin Admin settings controller refactor, add specs, cleanup (#2225) 8 years ago
api Added API for single notification dismissal (#2251) 8 years ago
auth
concerns
oauth
settings 2FA controller cleanup (#2296) 8 years ago
well_known
about_controller.rb
account_follow_controller.rb
account_unfollow_controller.rb
accounts_controller.rb
api_controller.rb
application_controller.rb Move force_ssl check to production config (#2165) 8 years ago
authorize_follow_controller.rb
follower_accounts_controller.rb
following_accounts_controller.rb
home_controller.rb
media_controller.rb
remote_follow_controller.rb
statuses_controller.rb
stream_entries_controller.rb
tags_controller.rb Fix #2120 - Use Status#as_tag_timeline on public hashtag page (#2182) 8 years ago