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/spec
ThibG a1412491b7
Change content-type to be always computed from file data (#14452)
* 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
5 years ago
..
controllers Fix RSS feeds not being cachable (#14368) 5 years ago
fabricators Change move handler to carry blocks over (#14144) 5 years ago
features
fixtures
helpers Add ability to filter audit log in admin UI (#13381) 5 years ago
lib Change content-type to be always computed from file data (#14452) 5 years ago
mailers Add e-mail-based sign in challenge for users with disabled 2FA (#14013) 5 years ago
models Fix remote files not using Content-Type header, streaming (#14184) 5 years ago
policies
presenters
requests
routing
serializers/activitypub
services Fix removing allowed domains being done synchronously (#14302) 5 years ago
support
validators
views
workers Change move handler to carry blocks over (#14144) 5 years ago
rails_helper.rb Bump sidekiq from 5.2.7 to 6.0.4 (#11727) 5 years ago
spec_helper.rb