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
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
..
controllers Suppress CSRF token warnings (#6240) 8 years ago
helpers Fix bad URL schemes being accepted (#6219) 8 years ago
javascript Make columns-area unscrollable when modal opened (#6241) 8 years ago
lib Skip ActivityPub Announces of non-public objects (#6230) 8 years ago
mailers Add confirmation step for email changes (#6071) 8 years ago
models Move e-mail digest task to sidekiq, reduce workload, improve hint (#6252) 8 years ago
policies
presenters Using double splat operator (#5859) 8 years ago
serializers Revert #5772 (#6221) 8 years ago
services Fix bad URL schemes being accepted (#6219) 8 years ago
validators Limit users to 50 lists, remove pagination from lists API (#5933) 8 years ago
views Handle sessions that can't be translated (#6245) 8 years ago
workers Move e-mail digest task to sidekiq, reduce workload, improve hint (#6252) 8 years ago