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
ThibG a1a8aa4a08
Skip processing Update activities on unknown accounts (#15514)
This also skips fetching the actor completely.

This will be useful if we end up distributing Update activities linked to
account suspensions more widely (they are currently only delivered to
the suspended account's followers), as currently, instances not knowing
about the suspended account would fetch it to then process the suspension.

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
5 years ago
..
activitypub Skip processing Update activities on unknown accounts (#15514) 5 years ago
admin Add option to obfuscate domain name in public list of domain blocks (#15355) 5 years ago
api Use existing FeaturedTag serializer and delete AccountFeaturedTag serializer (#15415) 5 years ago
auth Add honeypot fields and minimum fill-out time for sign-up form (#15276) 5 years ago
concerns Add honeypot fields and minimum fill-out time for sign-up form (#15276) 5 years ago
oauth Refactor settings controllers (#14767) 5 years ago
settings Fix profile update not being sent on profile/header picture deletion (#15461) 5 years ago
well_known Add support for reversible suspensions through ActivityPub (#14989) 5 years ago
about_controller.rb Add honeypot fields and minimum fill-out time for sign-up form (#15276) 5 years ago
account_follow_controller.rb Add specific rate limits for posting and following (#13172) 6 years ago
account_unfollow_controller.rb
accounts_controller.rb Fix slow distinct queries where grouped queries are faster (#15287) 5 years ago
application_controller.rb Add stoplight for object storage failures, return HTTP 503 (#13043) 5 years ago
authorize_interactions_controller.rb Add specific rate limits for posting and following (#13172) 6 years ago
custom_css_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 6 years ago
directories_controller.rb Fix functional user requirements in whitelist mode (#14093) 6 years ago
emojis_controller.rb Add (back) rails-level JSON caching (#11333) 7 years ago
filters_controller.rb Sort filters by “keyword or phrase” in Settings (#15050) 5 years ago
follower_accounts_controller.rb Add support for reversible suspensions through ActivityPub (#14989) 5 years ago
following_accounts_controller.rb Add support for reversible suspensions through ActivityPub (#14989) 5 years ago
home_controller.rb Fix other sessions not being logged out on password change (#14252) 6 years ago
instance_actors_controller.rb Add outbox attribute to instance actor (#14721) 5 years ago
intents_controller.rb Refactor controllers for statuses, accounts, and more (#11249) 7 years ago
invites_controller.rb Add invite comments (#10465) 7 years ago
manifests_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 6 years ago
media_controller.rb Fix functional user requirements in whitelist mode (#14093) 6 years ago
media_proxy_controller.rb Fix media attachments enumeration (#14254) 6 years ago
public_timelines_controller.rb Fix blurhash and autoplay not working on public pages (#11585) 7 years ago
relationships_controller.rb Add interrelationship icon (#15149) 5 years ago
remote_follow_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 6 years ago
remote_interaction_controller.rb Fix functional user requirements in whitelist mode (#14093) 6 years ago
shares_controller.rb Fix blurhash and autoplay not working on public pages (#11585) 7 years ago
statuses_controller.rb Fix functional user requirements in whitelist mode (#14093) 6 years ago
tags_controller.rb Refactor how public and tag timelines are queried (#14728) 5 years ago