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/config/initializers
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
..
0_post_deployment_migrations.rb
1_hosts.rb
2_whitelist_mode.rb Remove the terms blacklist and whitelist from UX (#14149) 5 years ago
active_model_serializers.rb Fix ActivityPub context not being dynamically computed (#11746) 5 years ago
application_controller_renderer.rb
assets.rb
backtrace_silencers.rb
blacklists.rb Remove the terms blacklist and whitelist from UX (#14149) 5 years ago
cache_buster.rb Add cache buster feature for media files (#15155) 4 years ago
chewy.rb Fix workaround for Elasticsearch 7.x (#13828) 5 years ago
content_security_policy.rb Fix hashtag column options styling (#14247) 5 years ago
cookies_serializer.rb
cors.rb
delivery_job.rb
devise.rb Fix cookies not having a SameSite attribute (#15098) 4 years ago
doorkeeper.rb Add E2EE API (#13820) 5 years ago
fast_blank.rb
ffmpeg.rb
filter_parameter_logging.rb
health_check.rb Hide error message on /heath (#11947) 5 years ago
http_client_proxy.rb Refactor monkey-patching of Goldfinger (#12561) 5 years ago
httplog.rb
inflections.rb Add E2EE API (#13820) 5 years ago
json_ld.rb Fix preloaded JSON-LD context for identity not being used (#12138) 5 years ago
kaminari_config.rb Add ability to filter audit log in admin UI (#13381) 5 years ago
makara.rb Fix cookies not having a SameSite attribute (#15098) 4 years ago
mime_types.rb
oj.rb
omniauth.rb
open_uri_redirection.rb
pagination.rb
paperclip.rb Add cache buster feature for media files (#15155) 4 years ago
premailer_rails.rb
rack_attack.rb Add IP-based rules (#14963) 4 years ago
rack_attack_logging.rb Change rate limits for various paths (#14253) 5 years ago
redis.rb Change Redis#exists calls to Redis#exists? to avoid deprecation warning (#14191) 5 years ago
session_activations.rb
session_store.rb Fix cookies not having a SameSite attribute (#15098) 4 years ago
sidekiq.rb Fix background jobs not using locks like they are supposed to (#13361) 5 years ago
simple_form.rb Add announcements (#12662) 5 years ago
single_user_mode.rb
statsd.rb
stoplight.rb
strong_migrations.rb
suppress_csrf_warnings.rb
trusted_proxies.rb
twitter_regex.rb Add support for Gemini urls (#15013) 4 years ago
vapid.rb
webauthn.rb Add WebAuthn as an alternative 2FA method (#14466) 4 years ago
wrap_parameters.rb