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/controllers
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
..
activitypub Refactor ActivityPub handling to prepare for non-Account actors (#19212) 4 years ago
admin Add ability to select all accounts matching search for batch actions (#19053) 4 years ago
api Add ability to filter followed accounts' posts by language (#19095) 4 years ago
auth Add ability to block sign-ups from IP (#19037) 4 years ago
concerns Refactor ActivityPub handling to prepare for non-Account actors (#19212) 4 years ago
disputes Change old moderation strikes to be displayed in a separate page (#17566) 4 years ago
filters Add ability to filter individual posts (#18945) 4 years ago
oauth Fix error when trying to revoke OAuth token without supplying a token (#18205) 4 years ago
settings Remove digest e-mails (#17985) 4 years ago
well_known Remove Keybase integration (#17045) 4 years ago
about_controller.rb Add server rules (#15769) 5 years ago
account_follow_controller.rb
account_unfollow_controller.rb
accounts_controller.rb Refactor ActivityPub handling to prepare for non-Account actors (#19212) 4 years ago
application_controller.rb Add customizable user roles (#18641) 4 years ago
authorize_interactions_controller.rb Fix double render error when authorizing interaction (#18203) 4 years ago
custom_css_controller.rb Add customizable user roles (#18641) 4 years ago
directories_controller.rb Change trending hashtags to be affected be reblogs (#16164) 5 years ago
emojis_controller.rb
filters_controller.rb Add ability to filter individual posts (#18945) 4 years ago
follower_accounts_controller.rb Refactor ActivityPub handling to prepare for non-Account actors (#19212) 4 years ago
following_accounts_controller.rb Refactor ActivityPub handling to prepare for non-Account actors (#19212) 4 years ago
health_controller.rb Change health check (#15988) 5 years ago
home_controller.rb Change routing paths to use usernames in web UI (#16171) 5 years ago
instance_actors_controller.rb Fix instance actor not being dereferenceable (#17457) 4 years ago
intents_controller.rb
invites_controller.rb
manifests_controller.rb
media_controller.rb Fix error when rendering public pages with media attachments (#16763) 4 years ago
media_proxy_controller.rb Refactor how Redis locks are created (#18400) 4 years ago
public_timelines_controller.rb
relationships_controller.rb Add interrelationship icon (#15149) 5 years ago
remote_follow_controller.rb
remote_interaction_controller.rb
shares_controller.rb
statuses_cleanup_controller.rb Add feature to automatically delete old toots (#16529) 5 years ago
statuses_controller.rb Refactor ActivityPub handling to prepare for non-Account actors (#19212) 4 years ago
tags_controller.rb Refactor ActivityPub handling to prepare for non-Account actors (#19212) 4 years ago