mastodon/app
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
..
chewy
controllers Improve email address validation (#14565) 2020-08-12 12:40:25 +02:00
helpers
javascript Add client-side validation in password change forms (#14564) 2020-08-12 12:11:15 +02:00
lib
mailers
models Cache result of SQL (#14534) 2020-08-09 15:23:42 +02:00
policies
presenters
serializers
services
validators Improve email address validation (#14565) 2020-08-12 12:40:25 +02:00
views Add client-side validation in password change forms (#14564) 2020-08-12 12:11:15 +02:00
workers