]> cat aescling's git repositories - mastodon.git/commit
Fix base64-encoded file uploads not being possible (#12748)
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 4 Jan 2020 00:54:07 +0000 (01:54 +0100)
committerGitHub <noreply@github.com>
Sat, 4 Jan 2020 00:54:07 +0000 (01:54 +0100)
commit49b2f7c0a2aa41b1da77b652415078e19fcdcad8
tree946b9723a03e26b3b3f403b83f10a198ffa1ea48
parent500276c99bfba2a74e177f46d27d020e3f06a719
Fix base64-encoded file uploads not being possible (#12748)

Fix #3804, Fix #5776
14 files changed:
app/controllers/admin/custom_emojis_controller.rb
app/controllers/api/v1/media_controller.rb
app/controllers/application_controller.rb
app/controllers/concerns/obfuscate_filename.rb [deleted file]
app/controllers/settings/profiles_controller.rb
app/models/concerns/attachmentable.rb
app/models/media_attachment.rb
config/initializers/paperclip.rb
spec/controllers/api/proofs_controller_spec.rb
spec/controllers/concerns/obfuscate_filename_spec.rb [deleted file]
spec/models/account_spec.rb
spec/models/media_attachment_spec.rb
spec/support/examples/models/concerns/account_avatar.rb
spec/support/examples/models/concerns/account_header.rb [new file with mode: 0644]