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/models/form
Claire 03d59340da
Fix Sidekiq warnings about JSON serialization (#17381)
* 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.
3 years ago
..
account_batch.rb Fix Sidekiq warnings about JSON serialization (#17381) 3 years ago
admin_settings.rb Change auto-following admin-selected accounts, show in recommendations (#16078) 4 years ago
challenge.rb Add password challenge to 2FA settings, e-mail notifications (#11878) 6 years ago
custom_emoji_batch.rb Cache result of SQL (#14534) 5 years ago
delete_confirmation.rb Fix 2FA challenge and password challenge for non-database users (#11831) 6 years ago
ip_block_batch.rb Add IP-based rules (#14963) 5 years ago
preview_card_batch.rb Add trending links (#16917) 3 years ago
preview_card_provider_batch.rb Add trending links (#16917) 3 years ago
redirect.rb Remove dependency on goldfinger gem (#14919) 5 years ago
tag_batch.rb Add trending links (#16917) 3 years ago
two_factor_confirmation.rb Fix TOTP codes not being filtered from logs during enabling/disabling (#11877) 6 years ago