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/config
Claire fc3ae1343d
Switch from unmaintained paperclip to kt-paperclip (#16724)
* Switch from unmaintained paperclip to kt-paperclip

* Drop some compatibility monkey-patches not required by kt-paperclip

* Drop media spoof check monkey-patching

It's broken with kt-paperclip and hopefully it won't be needed anymore

* Fix regression introduced by paperclip 6.1.0

* Do not rely on pathname to call FastImage

* Add test for ogg vorbis file with cover art

* Add audio/vorbis to the accepted content-types

This seems erroneous as this would be the content-type for a vorbis stream
without an ogg container, but that's what the `marcel` gem outputs, so…

* Restore missing for_as_default method

* Refactor Attachmentable concern and delay Paperclip's content-type spoof check

Check for content-type spoofing *after* setting the extension ourselves, this
fixes a regression with kt-paperclip's validations being more strict than
paperclip 6.0.0 and rejecting some Pleroma uploads because of unknown
extensions.

* Please CodeClimate

* Add audio/vorbis to the unreliable set

It doesn't correspond to a file format and thus has no extension associated.
3 years ago
..
environments Add Message-ID header to outgoing emails (#16076) 4 years ago
initializers New env variable: CAS_SECURITY_ASSUME_EMAIL_IS_VERIFIED (#16655) 3 years ago
locales Fix suspicious sign-in mail text being out of date (#16690) 3 years ago
webpack Bump jest from 26.6.3 to 27.1.0 (#16376) 3 years ago
application.rb Switch from unmaintained paperclip to kt-paperclip (#16724) 3 years ago
boot.rb Bump bootsnap from 1.6.0 to 1.8.1 (#16677) 3 years ago
brakeman.ignore Ignore brakeman false positive warning (#16213) 4 years ago
database.yml
deploy.rb Change references to tootsuite/mastodon to mastodon/mastodon (#16491) 4 years ago
environment.rb
i18n-tasks.yml Change move handler to carry blocks over (#14144) 5 years ago
navigation.rb Add feature to automatically delete old toots (#16529) 3 years ago
pghero.yml Fix PgHero Content-Security-Policy when CDN_HOST is used (#13595) 5 years ago
puma.rb
routes.rb Add feature to automatically delete old toots (#16529) 3 years ago
secrets.yml
settings.yml Change auto-following admin-selected accounts, show in recommendations (#16078) 4 years ago
sidekiq.yml Add feature to automatically delete old toots (#16529) 3 years ago
storage.yml Update Mastodon to Rails 6.1 (#15910) 4 years ago
themes.yml
webpacker.yml