You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/validators
Eugen Rochko 2a90da1837
Fix UniqueUsernameValidator comparison (#6926)
Comparison was downcasing only one side, therefore if previously
existing account had a non-lowercase spelling, it would be ignored
when checking for duplicates.

New rake task `mastodon:maintenance:find_duplicate_usernames` will
help find constraint violations that might have occured from the
presence of this bug.

Bump version to 2.3.3
7 years ago
..
blacklisted_email_validator.rb Implement EmailBlackList (#5109) 7 years ago
status_length_validator.rb Validation of count works even when text of status is nil (#6429) 7 years ago
status_pin_validator.rb Limit users to 50 lists, remove pagination from lists API (#5933) 7 years ago
unique_username_validator.rb Fix UniqueUsernameValidator comparison (#6926) 7 years ago
unreserved_username_validator.rb pam authentication (#5303) 7 years ago
url_validator.rb Punycode URI normalization (#2370) 8 years ago