mastodon/app/validators
Eugen Rochko 275fa4746b
Add `configuration` attribute to `GET /api/v1/instance` ()
List various values like file size limits and supported mime types
..
blacklisted_email_validator.rb Add canonical e-mail blocks for suspended accounts ()
disallowed_hashtags_validator.rb Change admin UI for hashtags and add back whitelisted trends ()
domain_validator.rb Fix uncaught domain normalization error in remote follow ()
ed25519_key_validator.rb Add E2EE API ()
ed25519_signature_validator.rb Add E2EE API ()
email_mx_validator.rb Bypass MX validation for explicitly allowed domains ()
existing_username_validator.rb Fix existing username validator not allowing multiple accounts ()
follow_limit_validator.rb Fix follow limit validator reporting lower number past threshold ()
html_validator.rb Optimize some regex matching ()
import_validator.rb Fix follow limit preventing re-following of a moved account ()
note_length_validator.rb Fix URL scanning in note length validator and preview card fetching ()
poll_validator.rb Improve polls: option lengths & redesign ()
reaction_validator.rb Fix validations of reactions limit ()
registration_form_time_validator.rb Add honeypot fields and minimum fill-out time for sign-up form ()
status_length_validator.rb Add `configuration` attribute to `GET /api/v1/instance` ()
status_pin_validator.rb Allow more than the max pins if account is not local ()
unique_username_validator.rb Add `details` to error response for `POST /api/v1/accounts` in REST API ()
unreserved_username_validator.rb Add `details` to error response for `POST /api/v1/accounts` in REST API ()
url_validator.rb Prepare Mastodon for zeitwerk autoloader ()
vote_validator.rb Fix invalid votes from the API being accepted ()