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/lib/activitypub/activity
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.
4 years ago
..
accept.rb Add support for private pinned posts (#16954) 4 years ago
add.rb Add support for private pinned posts (#16954) 4 years ago
announce.rb Add support for editing for published statuses (#16697) 4 years ago
block.rb Fix processing of incoming Block activities (#15546) 5 years ago
create.rb Fix Sidekiq warnings about JSON serialization (#17381) 4 years ago
delete.rb Fix processing of remote Delete activities (#16084) 5 years ago
flag.rb Fix reports of already suspended accounts being recorded (#16047) 5 years ago
follow.rb Fix URI of repeat follow requests not being recorded (#15662) 5 years ago
like.rb Add option to be notified when a followed user posts (#13546) 5 years ago
move.rb Fix race conditions on account migration creation (#15597) 5 years ago
reject.rb Fix handling of Reject Follow when a matching follow relationship exists (#14479) 6 years ago
remove.rb Resolve unknown status from Add activity, skip Remove if unknown (#7526) 8 years ago
undo.rb Fix not handling Undo on some activity types when they aren't inlined (#14346) 6 years ago
update.rb Add support for editing for published statuses (#16697) 4 years ago