mastodon/app/controllers/activitypub
Claire 028e76f770
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
..
base_controller.rb Move common module inclusion in sub classes to ActivityPub::BaseController (#29560) 2024-03-15 10:40:21 +00:00
collections_controller.rb Add collection endpoint (#37468) 2026-01-14 10:08:29 +00:00
contexts_controller.rb Fix serialization of context pages (#37376) 2026-01-05 11:59:10 +00:00
featured_collections_controller.rb Add "featured collections" collection to actors (#37512) 2026-01-20 08:27:05 +00:00
followers_synchronizations_controller.rb Move common module inclusion in sub classes to ActivityPub::BaseController (#29560) 2024-03-15 10:40:21 +00:00
inboxes_controller.rb Merge commit from fork 2026-01-20 15:14:45 +01:00
likes_controller.rb Merge commit from fork 2025-12-08 15:44:08 +01:00
outboxes_controller.rb Add support for numeric-based URIs for local accounts (#32724) 2025-09-29 12:05:48 +00:00
quote_authorizations_controller.rb Merge commit from fork 2025-12-08 15:44:08 +01:00
replies_controller.rb Merge commit from fork 2025-12-08 15:44:08 +01:00
shares_controller.rb Merge commit from fork 2025-12-08 15:44:08 +01:00