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/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
2 months ago
..
base_controller.rb Move common module inclusion in sub classes to `ActivityPub::BaseController` (#29560) 2 years ago
collections_controller.rb Change ActivityPub path generation to all happen in `ActivityPub::TagManager` (#33527) 1 year ago
contexts_controller.rb Fix serialization of context pages (#37376) 2 months ago
followers_synchronizations_controller.rb Move common module inclusion in sub classes to `ActivityPub::BaseController` (#29560) 2 years ago
inboxes_controller.rb Merge commit from fork 2 months ago
likes_controller.rb Merge commit from fork 3 months ago
outboxes_controller.rb Add support for numeric-based URIs for local accounts (#32724) 6 months ago
quote_authorizations_controller.rb Merge commit from fork 3 months ago
replies_controller.rb Merge commit from fork 3 months ago
shares_controller.rb Merge commit from fork 3 months ago