chinwagsocial/app/validators
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
..
blacklisted_email_validator.rb
disallowed_hashtags_validator.rb
domain_validator.rb
ed25519_key_validator.rb
ed25519_signature_validator.rb
email_mx_validator.rb Fix email with empty domain name labels passing validation (#23246) 2023-01-24 20:18:41 +01:00
existing_username_validator.rb
follow_limit_validator.rb Fix follow limit validator reporting lower number past threshold (#9230) 2018-11-08 21:06:01 +01:00
html_validator.rb
import_validator.rb
language_validator.rb Add ability to filter followed accounts' posts by language (#19095) 2022-09-20 23:51:21 +02:00
note_length_validator.rb
poll_validator.rb
reaction_validator.rb
registration_form_time_validator.rb Add honeypot fields and minimum fill-out time for sign-up form (#15276) 2020-12-10 06:27:26 +01:00
status_length_validator.rb Fix being able to post URLs longer than 4096 characters (#17908) 2022-03-30 14:46:03 +02:00
status_pin_validator.rb Add support for private pinned posts (#16954) 2022-01-17 00:49:55 +01:00
unique_username_validator.rb
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