mastodon/app/validators
abcang 61a7390b66
Search account domain in lowercase ()
* Search account domain in lowercase

* fix rubocop error

* fix spec/models/account_spec.rb
..
blacklisted_email_validator.rb Fix “invited by” not showing up for invited accounts in admin interface ()
disallowed_hashtags_validator.rb Change admin UI for hashtags and add back whitelisted trends ()
domain_validator.rb Fix uncaught domain normalization error in remote follow ()
email_mx_validator.rb Fix encoding error when checking e-mail MX records ()
existing_username_validator.rb Fix admin validation being too strict about usernames ()
follow_limit_validator.rb Fix follow limit validator reporting lower number past threshold ()
html_validator.rb Change HTML validator to ignore all errors except unmatched tags ()
note_length_validator.rb Change note length validation to ignore mention domains and URLs ()
poll_validator.rb Allow set the voting period to just 5 minutes ()
reaction_validator.rb Fix validations of reactions limit ()
status_length_validator.rb Add pending specs for StatusLengthValidator ()
status_pin_validator.rb Allow more than the max pins if account is not local ()
unique_username_validator.rb Search account domain in lowercase ()
unreserved_username_validator.rb Add specs for UnreservedUsernameValidator ()
url_validator.rb Change note length validation to ignore mention domains and URLs ()
vote_validator.rb Fix invalid votes from the API being accepted ()