mastodon/spec/lib
ThibG a1412491b7
Change content-type to be always computed from file data ()
* Change content-type to be always computed from file data

Restore previous behavior, detecting the content-type isn't very
expensive, and some instances may serve files as application/octet-stream
regardless of their true type, making fetching media from them fail, while
it used to work pre-3.2.0.

* Add test
..
activitypub Change content-type to be always computed from file data ()
connection_pool Add request pool to improve delivery performance ()
ostatus Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` ()
proof_provider/keybase Fix Keybase verification using wrong domain for remote accounts ()
rss Improve RSS entries for statuses ()
settings Add a test for Settings::Extend#settings ()
delivery_failure_tracker_spec.rb Change delivery failure tracking to work with hostnames instead of URLs ()
extractor_spec.rb Spec Extractor ()
feed_manager_spec.rb Fix boosted toots from blocked account not being retroactively removed from TL ()
formatter_spec.rb Add support for magnet: URIs ()
hash_object_spec.rb Spec HashObject ()
language_detector_spec.rb Change language detection to include hashtags as words ()
request_pool_spec.rb Add request pool to improve delivery performance ()
request_spec.rb Fix connect timeout not being enforced ()
sanitize_config_spec.rb Fix rendering `<a>` without `href` when scheme unsupported ()
spam_check_spec.rb Remove auto-silence behaviour from spam check ()
status_filter_spec.rb Record account suspend/silence time and keep track of domain blocks ()
status_finder_spec.rb Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` ()
tag_manager_spec.rb Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` ()
user_settings_decorator_spec.rb Enable updating additional account information from user preferences via rest api ()
webfinger_resource_spec.rb Fix webfinger returning wrong status code on malformed or missing param ()