mastodon/config/initializers
Eugen Rochko 7b0fe4aef9
Fix opening and closing Redis connections instead of using a pool ()
* Fix opening and closing Redis connections instead of using a pool

* Fix Redis connections not being returned to the pool in CLI commands
..
0_post_deployment_migrations.rb Add post-deployment migration system ()
1_hosts.rb Fix host check on healthcheck path not being disabled ()
2_whitelist_mode.rb Remove the terms blacklist and whitelist from UX ()
active_model_serializers.rb Fix ActivityPub context not being dynamically computed ()
application_controller_renderer.rb Update Mastodon to Rails 6.1 ()
assets.rb HTML e-mails for UserMailer ()
backtrace_silencers.rb Update Mastodon to Rails 6.1 ()
blacklists.rb Remove the terms blacklist and whitelist from UX ()
cache_buster.rb Add cache buster feature for media files ()
chewy.rb Fix ElasticSearch to Elasticsearch ()
content_security_policy.rb Fix LetterOpennerWeb CSP ()
cookies_serializer.rb
cors.rb Use same CORS policy for /@:username and /users/:username ()
devise.rb Fix cookies secure flag being set when served over Tor ()
doorkeeper.rb Fix app name, website and redirect URIs not having a maximum length ()
fast_blank.rb Fixed code quality issues ()
ffmpeg.rb add ffmpeg initializer ()
filter_parameter_logging.rb
http_client_proxy.rb Refactor monkey-patching of Goldfinger ()
httplog.rb
inflections.rb Prepare Mastodon for zeitwerk autoloader ()
json_ld.rb Fix preloaded JSON-LD context for identity not being used ()
kaminari_config.rb Add ability to filter audit log in admin UI ()
mail_delivery_job.rb Fix mailer jobs for deleted notifications erroring out ()
makara.rb Drop dependency on secure_headers, fix response headers ()
mime_types.rb Set correct content-type for ActivityPub JSON ()
oj.rb Remove rabl dependency ()
omniauth.rb Allow login through OpenID Connect ()
open_uri_redirection.rb Optimize some regex matching ()
paperclip.rb fix: `s3_force_single_request` not parsed ()
permissions_policy.rb Update Mastodon to Rails 6.1 ()
pghero.rb Fix PgHero suggesting migrations ()
preload_link_headers.rb Fix various typos ()
premailer_rails.rb HTML e-mails for UserMailer ()
rack_attack.rb Bump rack-attack from 6.5.0 to 6.6.0 ()
rack_attack_logging.rb Change rate limits for various paths ()
session_activations.rb
session_store.rb Fix cookies secure flag being set when served over Tor ()
sidekiq.rb Fix single Redis connection being used across all threads ()
simple_form.rb Fixed code quality issues ()
single_user_mode.rb
statsd.rb Remove unused StatsD code and expose StatsD as a global variable ()
stoplight.rb Fix opening and closing Redis connections instead of using a pool ()
strong_migrations.rb Fix migration failure due to StrongMigrations on production env ()
suppress_csrf_warnings.rb Fix autoloading deprecation warnings from Rails 6 ()
trusted_proxies.rb
twitter_regex.rb Refactor formatter ()
vapid.rb Lint pass ()
webauthn.rb Add WebAuthn as an alternative 2FA method ()
wrap_parameters.rb