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
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
8 years ago
..
chewy Full-text search for authorized statuses (#6423) 8 years ago
controllers If DEFAULT_LOCALE is set, enforce it instead of HTTP request locale (#6817) 8 years ago
helpers Validate HTTP response length while receiving (#6891) 8 years ago
javascript feat(ShowMore): Add classname to show more/show less button (#6904) 8 years ago
lib Validate HTTP response length while receiving (#6891) 8 years ago
mailers Account archive download (#6460) 8 years ago
models Fix UniqueUsernameValidator comparison (#6926) 8 years ago
policies Account archive download (#6460) 8 years ago
presenters Redesign landing page (again) (#6486) 8 years ago
serializers Do not re-query mentions from serializers (#6858) 8 years ago
services Validate HTTP response length while receiving (#6891) 8 years ago
validators Fix UniqueUsernameValidator comparison (#6926) 8 years ago
views Note if the user is already following the target when authorizing follow (#6325) 8 years ago
workers Validate HTTP response length while receiving (#6891) 8 years ago