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/app
Eugen Rochko df1653174b
Add cache buster feature for media files (#15155)
Nginx can be configured to bypass proxy cache when a special header
is in the request. If the response is cacheable, it will replace
the cache for that request. Proxy caching of media files is
desirable when using object storage as a way of minimizing bandwidth
costs, but has the drawback of leaving deleted media files for
a configured amount of cache time. A cache buster can make those
media files immediately unavailable. This especially makes sense
when suspending and unsuspending an account.
4 years ago
..
chewy
controllers Fix 2FA/sign-in token sessions being valid after password change (#14802) 4 years ago
helpers Add interrelationship icon (#15149) 4 years ago
javascript Fix image uploads being random data when canvas read access is blocked (#15180) 4 years ago
lib Add cache buster feature for media files (#15155) 4 years ago
mailers Change account suspensions to be reversible by default (#14726) 5 years ago
models Fix streaming API allowing connections to persist after access token invalidation (#15111) 4 years ago
policies Add support for reversible suspensions through ActivityPub (#14989) 4 years ago
presenters
serializers Add support for reversible suspensions through ActivityPub (#14989) 4 years ago
services Add cache buster feature for media files (#15155) 4 years ago
validators
views Add interrelationship icon (#15149) 4 years ago
workers Add cache buster feature for media files (#15155) 4 years ago