]> cat aescling's git repositories - mastodon.git/commit
Refactor domain block checks (#11268)
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 9 Jul 2019 01:27:35 +0000 (03:27 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Jul 2019 01:27:35 +0000 (03:27 +0200)
commit4e921832272425352d28cad550bfc4dffd6d0e78
treec315a0b9dda8b69b6512c79711e896a18756f701
parent1e7187f2a8e0b9ffe4e7d6b06e9f70674c50471e
Refactor domain block checks (#11268)
app/controllers/concerns/signature_verification.rb
app/helpers/domain_control_helper.rb [new file with mode: 0644]
app/lib/tag_manager.rb
app/services/activitypub/fetch_featured_collection_service.rb
app/services/activitypub/fetch_remote_account_service.rb
app/services/activitypub/fetch_remote_poll_service.rb
app/services/activitypub/process_account_service.rb
app/services/activitypub/process_collection_service.rb
app/services/activitypub/process_poll_service.rb
app/services/resolve_account_service.rb
spec/services/resolve_account_service_spec.rb