chinwagsocial/app/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
2020-08-12 12:40:25 +02:00
..
blacklisted_email_validator.rb Improve email address validation (#14565) 2020-08-12 12:40:25 +02:00
disallowed_hashtags_validator.rb
domain_validator.rb
ed25519_key_validator.rb Add E2EE API (#13820) 2020-06-02 19:24:53 +02:00
ed25519_signature_validator.rb Add E2EE API (#13820) 2020-06-02 19:24:53 +02:00
email_mx_validator.rb Improve email address validation (#14565) 2020-08-12 12:40:25 +02:00
existing_username_validator.rb
follow_limit_validator.rb
html_validator.rb
note_length_validator.rb
poll_validator.rb Improve polls: option lengths & redesign (#13257) 2020-04-02 17:10:55 +02:00
reaction_validator.rb Fix validations of reactions limit (#12955) 2020-01-25 16:00:29 +01:00
status_length_validator.rb
status_pin_validator.rb
unique_username_validator.rb Search account domain in lowercase (#13016) 2020-02-01 15:42:24 +01:00
unreserved_username_validator.rb
url_validator.rb
vote_validator.rb Fix invalid votes from the API being accepted (#12601) 2020-01-12 14:17:03 +01:00