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
Claire 8cf7006d4e
Refactor ActivityPub handling to prepare for non-Account actors (#19212)
* Move ActivityPub::FetchRemoteAccountService to ActivityPub::FetchRemoteActorService

ActivityPub::FetchRemoteAccountService is kept as a wrapper for when the actor is
specifically required to be an Account

* Refactor SignatureVerification to allow non-Account actors

* fixup! Move ActivityPub::FetchRemoteAccountService to ActivityPub::FetchRemoteActorService

* Refactor ActivityPub::FetchRemoteKeyService to potentially return non-Account actors

* Refactor inbound ActivityPub payload processing to accept non-Account actors

* Refactor inbound ActivityPub processing to accept activities relayed through non-Account

* Refactor how Account key URIs are built

* Refactor Request and drop unused key_id_format parameter

* Rename ActivityPub::Dereferencer `signature_account` to `signature_actor`
4 years ago
..
chewy Change algorithm of `tootctl search deploy` to improve performance (#18463) 4 years ago
controllers Refactor ActivityPub handling to prepare for non-Account actors (#19212) 4 years ago
helpers Add admin API for managing canonical e-mail blocks (#19067) 4 years ago
javascript New Crowdin updates (#19167) 4 years ago
lib Refactor ActivityPub handling to prepare for non-Account actors (#19212) 4 years ago
mailers Remove digest e-mails (#17985) 4 years ago
models Add ability to filter followed accounts' posts by language (#19095) 4 years ago
policies Add admin API for managing canonical e-mail blocks (#19067) 4 years ago
presenters Add ability to filter individual posts (#18945) 4 years ago
serializers Refactor ActivityPub handling to prepare for non-Account actors (#19212) 4 years ago
services Refactor ActivityPub handling to prepare for non-Account actors (#19212) 4 years ago
validators Add ability to filter followed accounts' posts by language (#19095) 4 years ago
views Change "Allow trends without prior review" setting to include statuses (#17977) 4 years ago
workers Refactor ActivityPub handling to prepare for non-Account actors (#19212) 4 years ago