mastodon/app/validators
Claire 051efed5ed
Bypass MX validation for explicitly allowed domains (#15930)
* Bypass MX validation for explicitly allowed domains

This spares some lookups and prevent issues in some edge cases with
local domains.

* Add tests

* Fix test
2021-03-19 23:48:47 +01:00
..
blacklisted_email_validator.rb Add details to error response for POST /api/v1/accounts in REST API (#15803) 2021-03-01 04:59:13 +01:00
disallowed_hashtags_validator.rb Change admin UI for hashtags and add back whitelisted trends (#11490) 2019-08-05 19:54:29 +02:00
domain_validator.rb
ed25519_key_validator.rb
ed25519_signature_validator.rb
email_mx_validator.rb Bypass MX validation for explicitly allowed domains (#15930) 2021-03-19 23:48:47 +01:00
existing_username_validator.rb
follow_limit_validator.rb
html_validator.rb
import_validator.rb
note_length_validator.rb
poll_validator.rb Improve polls: option lengths & redesign (#13257) 2020-04-02 17:10:55 +02:00
reaction_validator.rb Fix validations of reactions limit (#12955) 2020-01-25 16:00:29 +01:00
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
status_pin_validator.rb
unique_username_validator.rb
unreserved_username_validator.rb
url_validator.rb
vote_validator.rb