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/api
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
..
v1 Represent numbers by strings in instance activity API (#6198) 7 years ago
web Suppress CSRF token warnings (#6240) 7 years ago
base_controller.rb Refactor /api/web APIs to use the centralized axios instance (#6223) 7 years ago
oembed_controller.rb Update status embeds (#4742) 7 years ago
push_controller.rb Fix #2672 - Connect signed PuSH subscription requests to instance domain (#4205) 7 years ago
salmon_controller.rb Fix HTTP responses for salmon and ActivityPub inbox processing (#5200) 7 years ago
subscriptions_controller.rb