mastodon/app/lib
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.
2021-09-29 23:52:36 +02:00
..
activitypub Fix addressing of remote groups' followers (#16700) 2021-09-08 23:33:23 +02:00
admin
connection_pool
nodeinfo
ostatus
proof_provider
rss
settings
access_token_extension.rb
account_reach_finder.rb Fix remote reporters not receiving suspend/unsuspend activities (#16050) 2021-04-17 14:55:46 +02:00
activity_tracker.rb
application_extension.rb Fix app name, website and redirect URIs not having a maximum length (#16042) 2021-04-15 16:28:43 +02:00
cache_buster.rb
delivery_failure_tracker.rb Add management of delivery availability in Federation settings (#15771) 2021-05-05 23:39:02 +02:00
entity_cache.rb
extractor.rb
fast_geometry_parser.rb Switch from unmaintained paperclip to kt-paperclip (#16724) 2021-09-29 23:52:36 +02:00
fast_ip_map.rb
feed_manager.rb Fix blocking someone not clearing up list feeds (#16205) 2021-05-10 17:31:55 +02:00
formatter.rb Fix inefficiencies in auto-linking code (#16506) 2021-07-15 15:56:58 +02:00
hash_object.rb
inline_renderer.rb
language_detector.rb
permalink_redirector.rb Change routing paths to use usernames in web UI (#16171) 2021-09-26 05:46:13 +02:00
potential_friendship_tracker.rb Change auto-following admin-selected accounts, show in recommendations (#16078) 2021-04-24 17:01:43 +02:00
proof_provider.rb
rate_limiter.rb
request.rb
request_pool.rb
response_with_limit.rb
rss_builder.rb
search_query_parser.rb
search_query_transformer.rb
sidekiq_error_handler.rb
status_filter.rb
status_finder.rb
status_reach_finder.rb Fix nil error when removing status caused by race condition (#16099) 2021-04-24 13:35:39 +02:00
tag_manager.rb Change multiple mentions with same username to render with domain (#15718) 2021-04-10 11:51:02 +02:00
themes.rb
toc_generator.rb
user_settings_decorator.rb
validation_error_formatter.rb
video_metadata_extractor.rb Fix media processing getting stuck on too much stdin/stderr (#16136) 2021-05-05 19:44:01 +02:00
webfinger.rb
webfinger_resource.rb