JPEG content_type must be image/jpeg
authorMark Felder <feld@FreeBSD.org>
Tue, 13 Oct 2020 15:37:24 +0000 (10:37 -0500)
committerMark Felder <feld@FreeBSD.org>
Tue, 13 Oct 2020 15:37:24 +0000 (10:37 -0500)
commit40f3cdc030536d49c80fe7318ff43cd5ba011df4
treee7adb91ab6ccdffddcbd94ae7048b3e5797a0ff7
parentb738f709532ff18845f5d8cc3888d0bd67f750ab
JPEG content_type must be image/jpeg
24 files changed:
test/pleroma/object_test.exs
test/pleroma/upload/filter/anonymize_filename_test.exs
test/pleroma/upload/filter/dedupe_test.exs
test/pleroma/upload/filter/exiftool_test.exs
test/pleroma/upload/filter/mogrifun_test.exs
test/pleroma/upload/filter/mogrify_test.exs
test/pleroma/upload/filter_test.exs
test/pleroma/upload_test.exs
test/pleroma/uploaders/local_test.exs
test/pleroma/uploaders/s3_test.exs
test/pleroma/web/activity_pub/activity_pub_test.exs
test/pleroma/web/activity_pub/object_validators/attachment_validator_test.exs
test/pleroma/web/activity_pub/object_validators/chat_validation_test.exs
test/pleroma/web/common_api_test.exs
test/pleroma/web/mastodon_api/controllers/account_controller_test.exs
test/pleroma/web/mastodon_api/controllers/media_controller_test.exs
test/pleroma/web/mastodon_api/controllers/status_controller_test.exs
test/pleroma/web/mastodon_api/update_credentials_test.exs
test/pleroma/web/mastodon_api/views/scheduled_activity_view_test.exs
test/pleroma/web/pleroma_api/controllers/chat_controller_test.exs
test/pleroma/web/pleroma_api/controllers/mascot_controller_test.exs
test/pleroma/web/pleroma_api/views/chat_message_reference_view_test.exs
test/pleroma/web/plugs/uploaded_media_plug_test.exs
test/pleroma/web/push/impl_test.exs