]> cat aescling's git repositories - mastodon.git/commit
Refactor all ActivityPub deliveries to be serialized and signed through one concern...
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 4 Jun 2019 21:11:18 +0000 (23:11 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Jun 2019 21:11:18 +0000 (23:11 +0200)
commitf2b743e715758f6af818f68fb77cd44d2451ae48
tree9221aaac28376655038631851da7228c040b2077
parent48fee1a800a262ce26171d724c15738d083eb6d6
Refactor all ActivityPub deliveries to be serialized and signed through one concern (#10966)
24 files changed:
app/lib/activitypub/activity/follow.rb
app/models/account.rb
app/models/form/account_batch.rb
app/models/status.rb
app/services/after_block_domain_from_account_service.rb
app/services/authorize_follow_service.rb
app/services/block_service.rb
app/services/concerns/payloadable.rb [new file with mode: 0644]
app/services/favourite_service.rb
app/services/follow_service.rb
app/services/process_mentions_service.rb
app/services/reblog_service.rb
app/services/reject_follow_service.rb
app/services/remove_status_service.rb
app/services/report_service.rb
app/services/suspend_account_service.rb
app/services/unblock_service.rb
app/services/unfavourite_service.rb
app/services/unfollow_service.rb
app/services/vote_service.rb
app/workers/activitypub/distribute_poll_update_worker.rb
app/workers/activitypub/distribution_worker.rb
app/workers/activitypub/reply_distribution_worker.rb
app/workers/activitypub/update_distribution_worker.rb