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.
2020-11-19 17:38:06 +01:00
..
chewy Change `tootctl search deploy` algorithm (#14300) 2020-07-14 18:10:35 +02:00
controllers Fix 2FA/sign-in token sessions being valid after password change (#14802) 2020-11-12 23:05:01 +01:00
helpers Add interrelationship icon (#15149) 2020-11-12 17:43:12 +01:00
javascript Fix image uploads being random data when canvas read access is blocked (#15180) 2020-11-18 18:01:58 +01:00
lib Add cache buster feature for media files (#15155) 2020-11-19 17:38:06 +01:00
mailers Change account suspensions to be reversible by default (#14726) 2020-09-15 14:37:58 +02:00
models Fix streaming API allowing connections to persist after access token invalidation (#15111) 2020-11-12 23:05:24 +01:00
policies Add support for reversible suspensions through ActivityPub (#14989) 2020-11-08 00:28:39 +01:00
presenters Add user notes on accounts (#14148) 2020-06-30 19:19:50 +02:00
serializers Add support for reversible suspensions through ActivityPub (#14989) 2020-11-08 00:28:39 +01:00
services Add cache buster feature for media files (#15155) 2020-11-19 17:38:06 +01:00
validators Improve email address validation (#14565) 2020-08-12 12:40:25 +02:00
views Add interrelationship icon (#15149) 2020-11-12 17:43:12 +01:00
workers Add cache buster feature for media files (#15155) 2020-11-19 17:38:06 +01:00