mastodon/app/controllers/activitypub
Claire 8beb150516
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 Remove unused E2EE messaging code (#31193) 2024-09-18 09:27:43 +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 Rename cache_* methods to preload_* in controller concern (#30209) 2024-05-16 08:03:46 +00: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