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
Patrick Figel 537d2939b1 Suppress CSRF token warnings (#6240)
CSRF token checking was enabled for API controllers in #6223,
producing "Can't verify CSRF token authenticity" log spam. This
disables logging of failed CSRF checks.

This also changes the protection strategy for
PushSubscriptionsController to use exceptions, making it consistent
with other controllers that use sessions.
7 years ago
..
activitypub Revert #5772 (#6221) 7 years ago
admin
api Suppress CSRF token warnings (#6240) 7 years ago
auth Add confirmation step for email changes (#6071) 7 years ago
concerns
oauth
settings
well_known
about_controller.rb
account_follow_controller.rb
account_unfollow_controller.rb
accounts_controller.rb Cache JSON of immutable ActivityPub representations (#6171) 7 years ago
application_controller.rb Fix force_ssl conditional (#6201) 7 years ago
authorize_follows_controller.rb
emojis_controller.rb Cache JSON of immutable ActivityPub representations (#6171) 7 years ago
follower_accounts_controller.rb
following_accounts_controller.rb
home_controller.rb
intents_controller.rb
invites_controller.rb
manifests_controller.rb
media_controller.rb
media_proxy_controller.rb
remote_follow_controller.rb
shares_controller.rb
statuses_controller.rb Make sure private toots remain private and do not end up in HTTP caches (#6175) 7 years ago
stream_entries_controller.rb
tags_controller.rb