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/models
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
..
admin
concerns Fix UniqueUsernameValidator comparison (#6926) 8 years ago
form
web
account.rb Validate HTTP response length while receiving (#6891) 8 years ago
account_domain_block.rb Cache relationships in API (#6482) 8 years ago
account_filter.rb
account_moderation_note.rb
admin.rb
application_record.rb Validate HTTP response length while receiving (#6891) 8 years ago
backup.rb Account archive download (#6460) 8 years ago
block.rb Cache relationships in API (#6482) 8 years ago
context.rb
conversation.rb
conversation_mute.rb
custom_emoji.rb Validate HTTP response length while receiving (#6891) 8 years ago
custom_emoji_filter.rb
domain_block.rb
email_domain_block.rb
export.rb
favourite.rb
feed.rb
follow.rb Cache relationships in API (#6482) 8 years ago
follow_request.rb Cache relationships in API (#6482) 8 years ago
home_feed.rb
identity.rb
import.rb Ensure the app does not even start if OTP_SECRET is not set (#6557) 8 years ago
instance.rb
instance_filter.rb
invite.rb
invite_filter.rb
list.rb
list_account.rb
list_feed.rb
media_attachment.rb Validate HTTP response length while receiving (#6891) 8 years ago
mention.rb
mute.rb Cache relationships in API (#6482) 8 years ago
notification.rb Change columns in notifications nonnullable (#6764) 8 years ago
preview_card.rb Validate HTTP response length while receiving (#6891) 8 years ago
remote_follow.rb
remote_profile.rb
report.rb Federated reports (#6570) 8 years ago
report_filter.rb
search.rb
session_activation.rb
setting.rb
site_upload.rb Fix avatar and header issues by using custom geometry detector (#6515) 8 years ago
status.rb Remove text requirement when media attached from statuses (#6672) 8 years ago
status_pin.rb
stream_entry.rb
subscription.rb
tag.rb Fix #6715: Make catalan words with the L geminate letter work in hashtags (#6741) 8 years ago
user.rb bugfixes and gem update (#6831) 8 years ago
web.rb