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/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
4 years ago
..
chewy Change `tootctl search deploy` algorithm (#14300) 5 years ago
controllers Improve email address validation (#14565) 4 years ago
helpers Add a visibility icon to status (#14123) 5 years ago
javascript Add client-side validation in password change forms (#14564) 4 years ago
lib Fix handling of Reject Follow when a matching follow relationship exists (#14479) 5 years ago
mailers Add e-mail-based sign in challenge for users with disabled 2FA (#14013) 5 years ago
models Cache result of SQL (#14534) 4 years ago
policies Add ability to delete files uploaded for settings in admin UI (#13192) 5 years ago
presenters Add user notes on accounts (#14148) 5 years ago
serializers Add thumbnail_remote_url in MediaAttachment REST response (#14358) 5 years ago
services Fix following restriction not working when exact match in account search (#14394) 5 years ago
validators Improve email address validation (#14565) 4 years ago
views Add client-side validation in password change forms (#14564) 4 years ago
workers Changed retries and rescued in ActivityPub::ProcessingWorker (#14355) 5 years ago