mastodon/app
Claire a5a00d7f7a
Fix email with empty domain name labels passing validation (#23246)
* Fix email with empty domain name labels passing validation

`EmailMxValidator` would allow empty labels because `Resolv::DNS` is
particularly lenient about them, but the email would be invalid and
unusable.

* Add tests
2023-01-24 20:18:41 +01:00
..
chewy
controllers
helpers Fix moderation audit log items for warnings having incorrect links (#23242) 2023-01-24 18:50:13 +01:00
javascript Add lang attribute to compose textarea and CW field (#23240) 2023-01-24 18:49:21 +01:00
lib
mailers
models Fix account activation being triggered before email confirmation (#23245) 2023-01-24 19:40:21 +01:00
policies
presenters
serializers
services Suppress AddressFamilyError in link verification (#23204) 2023-01-23 13:05:54 +01:00
validators Fix email with empty domain name labels passing validation (#23246) 2023-01-24 20:18:41 +01:00
views Change email address input to be disabled for logged-in users when requesting a new confirmation e-mail (#23247) 2023-01-24 20:18:25 +01:00
workers