mastodon/app/validators
ThibG 8d217d7231
Improve email address validation ()
* Increase DNS timeout from 1 second to 5 seconds for MX check

1 seconds is rather short when using a recursive DNS resolver which
hasn't got a cached result already available. Use 5 seconds instead,
which is the timeout value we use for outgoing HTTP queries.

* Add more precise error messages for invalid e-mail addresses
..
blacklisted_email_validator.rb Improve email address validation ()
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 Improve email address validation ()
existing_username_validator.rb Fix admin validation being too strict about usernames ()
follow_limit_validator.rb Fix follow limit validator reporting lower number past threshold ()
html_validator.rb Change HTML validator to ignore all errors except unmatched tags ()
note_length_validator.rb Change note length validation to ignore mention domains and URLs ()
poll_validator.rb Improve polls: option lengths & redesign ()
reaction_validator.rb Fix validations of reactions limit ()
status_length_validator.rb Add pending specs for StatusLengthValidator ()
status_pin_validator.rb Allow more than the max pins if account is not local ()
unique_username_validator.rb Search account domain in lowercase ()
unreserved_username_validator.rb Add specs for UnreservedUsernameValidator ()
url_validator.rb Change note length validation to ignore mention domains and URLs ()
vote_validator.rb Fix invalid votes from the API being accepted ()