mastodon/app/services/activitypub
Claire 1a74b74a40
Merge commit from fork
* Add limit on inbox payload size

The 1MB limit is consistent with the limit we use when fetching remote resources

* Add limit to number of options from federated polls

* Add a limit to the number of federated profile fields

* Add limit on federated username length

* Add hard limits for federated display name and account bio

* Add hard limits for `alsoKnownAs` and `attributionDomains`

* Add hard limit on federated custom emoji shortcode

* Highlight most destructive limits and expand on their reasoning
2026-01-20 15:14:45 +01:00
..
fetch_all_replies_service.rb Remove environment variables to config Fetch All Replies behaviour (#36627) 2025-10-28 15:58:18 +00:00
fetch_featured_collection_service.rb Fix NoMethodError in ActivityPub::FetchFeaturedCollectionService (#34811) 2025-05-26 08:24:46 +00:00
fetch_featured_tags_collection_service.rb Add Fetch All Replies Part 1: Backend (#32615) 2025-03-12 09:03:01 +00:00
fetch_remote_account_service.rb Merge pull request from GHSA-3fjr-858r-92rw 2024-02-01 15:56:46 +01:00
fetch_remote_actor_service.rb Remove WebfingerHelper module & move usage inline (#31203) 2024-10-01 09:54:42 +00:00
fetch_remote_key_service.rb Merge pull request from GHSA-3fjr-858r-92rw 2024-02-01 15:56:46 +01:00
fetch_remote_poll_service.rb Fix post edits not being forwarded as expected (#26936) 2023-09-15 19:54:32 +02:00
fetch_remote_status_service.rb Skip tombstone creation on deleting from 404 (#37533) 2026-01-20 08:57:46 +01:00
fetch_replies_service.rb Fix async refresh never being finished when status cannot be fetched (#35500) 2025-07-29 09:23:32 +00:00
prepare_followers_synchronization_service.rb Add digest re-check before removing followers in synchronization mechanism (#34273) 2025-08-27 12:12:55 +00:00
process_account_service.rb Merge commit from fork 2026-01-20 15:14:45 +01:00
process_collection_service.rb Fix unneeded requests to blocked domains when receiving relayed signed activities from them (#31161) 2024-10-01 12:52:13 +00:00
process_status_update_service.rb Add support for Update of converted object types (#36322) 2025-10-28 14:05:14 +00:00
synchronize_followers_service.rb Add digest re-check before removing followers in synchronization mechanism (#34273) 2025-08-27 12:12:55 +00:00
verify_quote_service.rb Merge commit from fork 2025-10-21 15:00:28 +02:00