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
2018-03-27 04:33:57 +02:00
..
admin
concerns Fix UniqueUsernameValidator comparison (#6926) 2018-03-27 04:33:57 +02:00
form
web
account.rb Validate HTTP response length while receiving (#6891) 2018-03-26 14:02:10 +02:00
account_domain_block.rb
account_filter.rb
account_moderation_note.rb
admin.rb
application_record.rb Validate HTTP response length while receiving (#6891) 2018-03-26 14:02:10 +02:00
backup.rb Account archive download (#6460) 2018-02-21 23:21:32 +01:00
block.rb
context.rb
conversation.rb
conversation_mute.rb
custom_emoji.rb Validate HTTP response length while receiving (#6891) 2018-03-26 14:02:10 +02:00
custom_emoji_filter.rb
domain_block.rb
email_domain_block.rb
export.rb
favourite.rb
feed.rb
follow.rb
follow_request.rb
home_feed.rb
identity.rb
import.rb Ensure the app does not even start if OTP_SECRET is not set (#6557) 2018-02-26 01:31:44 +01:00
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) 2018-03-26 14:02:10 +02:00
mention.rb
mute.rb
notification.rb Change columns in notifications nonnullable (#6764) 2018-03-24 12:51:28 +01:00
preview_card.rb Validate HTTP response length while receiving (#6891) 2018-03-26 14:02:10 +02:00
remote_follow.rb
remote_profile.rb
report.rb Federated reports (#6570) 2018-02-28 06:54:55 +01:00
report_filter.rb
search.rb
session_activation.rb
setting.rb
site_upload.rb
status.rb Remove text requirement when media attached from statuses (#6672) 2018-03-07 08:28:52 +01:00
status_pin.rb
stream_entry.rb
subscription.rb
tag.rb Fix #6715: Make catalan words with the L geminate letter work in hashtags (#6741) 2018-03-11 14:55:49 +01:00
user.rb bugfixes and gem update (#6831) 2018-03-19 20:08:56 +01:00
web.rb