mastodon/app/validators
Claire d6f62f5fa4
Merge commit from fork
* Disallow some special characters in e-mail addresses

* Add size limit to email columns
2026-04-15 15:22:33 +02:00
..
date_of_birth_validator.rb
disallowed_hashtags_validator.rb
domain_validator.rb
email_address_validator.rb Merge commit from fork 2026-04-15 15:22:33 +02:00
email_mx_validator.rb Add MX record validation to e-mail subscriptions, refactor validator (#38502) 2026-04-01 10:04:59 +00:00
empty_profile_field_names_validator.rb
existing_username_validator.rb
follow_limit_validator.rb
language_validator.rb
note_length_validator.rb Remove message argument from NoteLengthValidator error approach (#37977) 2026-03-05 17:44:52 +00:00
poll_expiration_validator.rb
poll_options_validator.rb
reaction_validator.rb Convert Oj.load -> JSON.parse in most places (#38236) 2026-03-16 16:38:19 +00:00
registration_form_time_validator.rb
status_length_validator.rb
status_pin_validator.rb
unique_username_validator.rb
unreserved_username_validator.rb
url_validator.rb
user_email_validator.rb
vote_validator.rb
web_push_key_validator.rb