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.
8 years ago
..
activitypub Revert #5772 (#6221) 8 years ago
admin keep the same filters and page when doing custom emojo stuff (fixes #6112) (#6114) 8 years ago
api Suppress CSRF token warnings (#6240) 8 years ago
auth Add confirmation step for email changes (#6071) 8 years ago
concerns Add more instance stats APIs (#6125) 8 years ago
oauth
settings Fix #6022 - Prevent nested migrated accounts, or migrations to self (#6026) 8 years ago
well_known Make host_meta/webfinger replies cacheable (fixes #6100) (#6101) 8 years ago
about_controller.rb
account_follow_controller.rb
account_unfollow_controller.rb
accounts_controller.rb Cache JSON of immutable ActivityPub representations (#6171) 8 years ago
application_controller.rb Fix force_ssl conditional (#6201) 8 years ago
authorize_follows_controller.rb Show mastodon on modal (#6129) 8 years ago
emojis_controller.rb Cache JSON of immutable ActivityPub representations (#6171) 8 years ago
follower_accounts_controller.rb Encode custom emojis as resolveable objects in ActivityPub (#5243) 9 years ago
following_accounts_controller.rb Encode custom emojis as resolveable objects in ActivityPub (#5243) 9 years ago
home_controller.rb When web UI URL used while logged out, redirect to static page (#4954) 9 years ago
intents_controller.rb
invites_controller.rb Add consumable invites (#5814) 8 years ago
manifests_controller.rb Make Chrome splash screen same color as web UI's background color (#5169) 9 years ago
media_controller.rb
media_proxy_controller.rb Fix incomplete account records being read (#4998) 9 years ago
remote_follow_controller.rb Show mastodon on modal (#6129) 8 years ago
shares_controller.rb Show mastodon on modal (#6129) 8 years ago
statuses_controller.rb Make sure private toots remain private and do not end up in HTTP caches (#6175) 8 years ago
stream_entries_controller.rb
tags_controller.rb Redesign public hashtag pages (#5237) 9 years ago