mastodon/app/models
Eugen Rochko 2a90da1837
Fix UniqueUsernameValidator comparison ()
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 Change belongs_to_required_by_default to true () 2018-01-19 20:56:47 +01:00
concerns Fix UniqueUsernameValidator comparison () 2018-03-27 04:33:57 +02:00
form Add option to show only local toots in timeline preview () 2018-02-04 06:00:10 +01:00
web Change user_id column non-nullable () 2018-02-07 16:35:44 +01:00
account.rb Validate HTTP response length while receiving () 2018-03-26 14:02:10 +02:00
account_domain_block.rb Cache relationships in API () 2018-02-18 03:14:46 +01:00
account_filter.rb Clean up admin UI for accounts () 2017-12-13 12:15:10 +01:00
account_moderation_note.rb Lists () 2017-11-18 00:16:48 +01:00
admin.rb Add logging of admin actions () 2017-11-24 02:05:53 +01:00
application_record.rb Validate HTTP response length while receiving () 2018-03-26 14:02:10 +02:00
backup.rb Account archive download () 2018-02-21 23:21:32 +01:00
block.rb Cache relationships in API () 2018-02-18 03:14:46 +01:00
context.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl () 2017-07-07 04:02:06 +02:00
conversation.rb Lists () 2017-11-18 00:16:48 +01:00
conversation_mute.rb Change belongs_to_required_by_default to true () 2018-01-19 20:56:47 +01:00
custom_emoji.rb Validate HTTP response length while receiving () 2018-03-26 14:02:10 +02:00
custom_emoji_filter.rb Add filters to admin UI for custom emojis () 2017-12-13 13:28:31 +01:00
domain_block.rb Lists () 2017-11-18 00:16:48 +01:00
email_domain_block.rb Lists () 2017-11-18 00:16:48 +01:00
export.rb Settings export refactor () 2017-04-13 13:02:02 +02:00
favourite.rb Full-text search for authorized statuses () 2018-02-09 23:04:47 +01:00
feed.rb Lists () 2017-11-18 00:16:48 +01:00
follow.rb Cache relationships in API () 2018-02-18 03:14:46 +01:00
follow_request.rb Cache relationships in API () 2018-02-18 03:14:46 +01:00
home_feed.rb Lists () 2017-11-18 00:16:48 +01:00
identity.rb CAS + SAML authentication feature () 2018-02-04 05:42:13 +01:00
import.rb Ensure the app does not even start if OTP_SECRET is not set () 2018-02-26 01:31:44 +01:00
instance.rb Add Instance class to list admin records () 2017-05-31 20:38:44 +02:00
instance_filter.rb Add instance search feature () 2017-09-13 12:30:07 +02:00
invite.rb Change user_id column non-nullable () 2018-02-07 16:35:44 +01:00
invite_filter.rb Add invite filter () 2017-12-01 16:40:02 +01:00
list.rb Change belongs_to_required_by_default to true () 2018-01-19 20:56:47 +01:00
list_account.rb Change belongs_to_required_by_default to true () 2018-01-19 20:56:47 +01:00
list_feed.rb Lists () 2017-11-18 00:16:48 +01:00
media_attachment.rb Validate HTTP response length while receiving () 2018-03-26 14:02:10 +02:00
mention.rb Change belongs_to_required_by_default to true () 2018-01-19 20:56:47 +01:00
mute.rb Cache relationships in API () 2018-02-18 03:14:46 +01:00
notification.rb Change columns in notifications nonnullable () 2018-03-24 12:51:28 +01:00
preview_card.rb Validate HTTP response length while receiving () 2018-03-26 14:02:10 +02:00
remote_follow.rb Using double splat operator () 2017-12-06 11:41:57 +01:00
remote_profile.rb Introduce OStatus::TagManager () 2017-09-19 18:08:08 +02:00
report.rb Federated reports () 2018-02-28 06:54:55 +01:00
report_filter.rb Admin reports with accounts () 2017-04-18 19:36:18 +02:00
search.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl () 2017-07-07 04:02:06 +02:00
session_activation.rb Change belongs_to_required_by_default to true () 2018-01-19 20:56:47 +01:00
setting.rb Lists () 2017-11-18 00:16:48 +01:00
site_upload.rb Fix avatar and header issues by using custom geometry detector () 2018-02-21 03:40:12 +01:00
status.rb Remove text requirement when media attached from statuses () 2018-03-07 08:28:52 +01:00
status_pin.rb Change belongs_to_required_by_default to true () 2018-01-19 20:56:47 +01:00
stream_entry.rb Lists () 2017-11-18 00:16:48 +01:00
subscription.rb Change belongs_to_required_by_default to true () 2018-01-19 20:56:47 +01:00
tag.rb Fix : Make catalan words with the L geminate letter work in hashtags () 2018-03-11 14:55:49 +01:00
user.rb bugfixes and gem update () 2018-03-19 20:08:56 +01:00
web.rb Add extended about page stub 2017-01-13 03:24:41 +01:00