mastodon/spec
Claire 84ceebe1c4
Fix media attachment size validation not correctly accounting for file type (#16819)
* Fix media attachment size validation not correctly accounting for file type

Fixes a regression introduced in #16724 caused by the fact that kt-paperclip
now correctly runs validations before processing, meaning that file size
verification could not rely on our before_post_processing hook.

Moved the `before_post_processing` hooks to `before_validate` to make sure
the media attachment type is set correctly before the file gets validated.

* Add tests
2021-10-06 14:49:32 +01:00
..
controllers Fix webauthn secure key authentication (#16792) 2021-09-30 05:26:29 +02:00
fabricators
features
fixtures Switch from unmaintained paperclip to kt-paperclip (#16724) 2021-09-29 23:52:36 +02:00
helpers
lib Change routing paths to use usernames in web UI (#16171) 2021-09-26 05:46:13 +02:00
mailers
models Fix media attachment size validation not correctly accounting for file type (#16819) 2021-10-06 14:49:32 +01:00
policies
presenters
requests
routing
serializers/activitypub
services Fix processing mentions to domains with non-ascii TLDs (#16689) 2021-09-01 22:06:40 +02:00
support
validators
views
workers
rails_helper.rb
spec_helper.rb