chinwagsocial/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.
2018-01-15 06:51:23 +01:00
..
controllers Suppress CSRF token warnings (#6240) 2018-01-15 06:51:23 +01:00
helpers Fix bad URL schemes being accepted (#6219) 2018-01-08 05:00:23 +01:00
javascript Make columns-area unscrollable when modal opened (#6241) 2018-01-15 06:51:00 +01:00
lib Skip ActivityPub Announces of non-public objects (#6230) 2018-01-09 19:35:10 +01:00
mailers Add confirmation step for email changes (#6071) 2018-01-02 16:55:00 +01:00
models Move e-mail digest task to sidekiq, reduce workload, improve hint (#6252) 2018-01-15 04:34:28 +01:00
policies Allow admin to deactivate invite created by users (#5860) 2017-12-01 12:26:19 +01:00
presenters Using double splat operator (#5859) 2017-12-06 11:41:57 +01:00
serializers Revert #5772 (#6221) 2018-01-08 10:57:52 +01:00
services Fix bad URL schemes being accepted (#6219) 2018-01-08 05:00:23 +01:00
validators Limit users to 50 lists, remove pagination from lists API (#5933) 2017-12-09 01:32:29 +01:00
views Handle sessions that can't be translated (#6245) 2018-01-12 02:44:28 +01:00
workers Move e-mail digest task to sidekiq, reduce workload, improve hint (#6252) 2018-01-15 04:34:28 +01:00