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/spec/validators
ThibG 8d217d7231
Improve email address validation (#14565)
* 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
4 years ago
..
blacklisted_email_validator_spec.rb Improve email address validation (#14565) 4 years ago
disallowed_hashtags_validator_spec.rb
email_mx_validator_spec.rb
follow_limit_validator_spec.rb
poll_validator_spec.rb
reaction_validator_spec.rb
status_length_validator_spec.rb
status_pin_validator_spec.rb
unique_username_validator_spec.rb Search account domain in lowercase (#13016) 5 years ago
unreserved_username_validator_spec.rb
url_validator_spec.rb