mastodon/config
Claire 03d59340da
Fix Sidekiq warnings about JSON serialization ()
* Fix Sidekiq warnings about JSON serialization

This occurs on every symbol argument we pass, and every symbol key in hashes,
because Sidekiq expects strings instead.

See https://github.com/mperham/sidekiq/pull/5071

We do not need to change how workers parse their arguments because this has
not changed and we were already converting to symbols adequately or using
`with_indifferent_access`.

* Set Sidekiq to raise on unsafe arguments in test mode

In order to more easily catch issues that would produce warnings in production
code.
..
environments Fix Sidekiq warnings about JSON serialization ()
initializers Remove support for OAUTH_REDIRECT_AT_SIGN_IN ()
locales Add OMNIAUTH_ONLY environment variable to enforce externa log-in ()
webpack Bump jest from 26.6.3 to 27.1.0 ()
application.rb Add S3_FORCE_SINGLE_REQUEST env var to work around S3 compatibility issues ()
boot.rb Bump bootsnap from 1.6.0 to 1.8.1 ()
brakeman.ignore Fix error-prone SQL queries ()
database.yml config: add DB_SSLMODE for managed/remote PG ()
deploy.rb Change references to tootsuite/mastodon to mastodon/mastodon ()
environment.rb
i18n-tasks.yml Change move handler to carry blocks over ()
navigation.rb Add batch suspend for accounts in admin UI ()
pghero.yml Fix PgHero Content-Security-Policy when CDN_HOST is used ()
puma.rb Add PERSISTENT_TIMEOUT option ()
routes.rb Add support for editing for published statuses ()
secrets.yml
settings.yml Change auto-following admin-selected accounts, show in recommendations ()
sidekiq.yml Add trending links ()
storage.yml Update Mastodon to Rails 6.1 ()
themes.yml
webpacker.yml Bump webpacker from 3.5.5 to 4.0.2 ()