mastodon/app/validators
ThibG ae18386558 Fix “invited by” not showing up for invited accounts in admin interface ()
..
blacklisted_email_validator.rb Fix “invited by” not showing up for invited accounts in admin interface ()
disallowed_hashtags_validator.rb Add specs for DisallowedHashtagsValidator ()
email_mx_validator.rb Add support for IPv6 only MXes in Email validation ()
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 ()
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 Fix UniqueUsernameValidator comparison ()
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 vote validation for polls with multiple choices ()