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
Daniel Axtens 4d85c27d1a
Add 'private' to Cache-Control, match Rails expectations (#20608)
Several controlers set quite intricate Cache-Control headers in order to
hopefully not be cached by any intermediate proxies or local caches. Unfortunately,
these headers are processed by ActionDispatch::HTTP::Cache in a way that squashes
and discards any values set alongside no-store other than private:
8015c2c2cf/actionpack/lib/action_dispatch/http/cache.rb (L207-L209)

We want to preserve no-store on these responses, but we might as well remove
parts that are going to be dropped anyway. As many of the endpoints in these
controllers are private to a particular user, we should also add "private",
which will be preserved alongside no-store.
2 years ago
..
chewy
controllers Add 'private' to Cache-Control, match Rails expectations (#20608) 2 years ago
helpers Add Scots to the supported locales (#20283) 2 years ago
javascript New Crowdin updates (#20580) 2 years ago
lib Fix emoji substitution not applying only to text nodes in backend code (#20641) 2 years ago
mailers
models Fix error when invalid domain name is submitted (#19474) 2 years ago
policies Fix GET /api/v1/admin/ip_blocks/:id (#20207) 2 years ago
presenters
serializers Fix nodeinfo metadata attribute being an array instead of an object (#20114) 2 years ago
services Support UTF-8 Characters in Domains During CSV Import (#20592) 2 years ago
validators
views Fix announcement dates not being validated client-side (#20577) 2 years ago
workers Change incoming activity processing to happen in `ingress` queue (#20264) 2 years ago