mirror of
https://github.com/mastodon/mastodon.git
synced 2026-02-04 15:51:53 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| fetch_all_replies_service.rb | ||
| fetch_featured_collection_service.rb | ||
| fetch_featured_tags_collection_service.rb | ||
| fetch_remote_account_service.rb | ||
| fetch_remote_actor_service.rb | ||
| fetch_remote_key_service.rb | ||
| fetch_remote_poll_service.rb | ||
| fetch_remote_status_service.rb | ||
| fetch_replies_service.rb | ||
| prepare_followers_synchronization_service.rb | ||
| process_account_service.rb | ||
| process_collection_service.rb | ||
| process_status_update_service.rb | ||
| synchronize_followers_service.rb | ||
| verify_quote_service.rb | ||