mastodon/spec
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`
2022-09-21 22:45:57 +02:00
..
controllers Refactor ActivityPub handling to prepare for non-Account actors (#19212) 2022-09-21 22:45:57 +02:00
fabricators Add ability to filter individual posts (#18945) 2022-08-25 04:27:47 +02:00
features
fixtures
helpers Add audit log entries for user roles (#19040) 2022-08-25 20:39:40 +02:00
lib Refactor ActivityPub handling to prepare for non-Account actors (#19212) 2022-09-21 22:45:57 +02:00
mailers Remove digest e-mails (#17985) 2022-08-25 23:38:22 +02:00
models Add ability to filter followed accounts' posts by language (#19095) 2022-09-20 23:51:21 +02:00
policies
presenters Add ability to filter individual posts (#18945) 2022-08-25 04:27:47 +02:00
requests
routing
serializers/activitypub
services Refactor ActivityPub handling to prepare for non-Account actors (#19212) 2022-09-21 22:45:57 +02:00
support
validators
views
workers Add ability to filter followed accounts' posts by language (#19095) 2022-09-20 23:51:21 +02:00
rails_helper.rb
spec_helper.rb