chinwagsocial/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
form Add option to show only local toots in timeline preview (#6292) 2018-02-04 06:00:10 +01:00
web
account.rb
account_domain_block.rb
account_filter.rb
account_moderation_note.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
admin.rb
application_record.rb
backup.rb
block.rb
context.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) 2017-07-07 04:02:06 +02:00
conversation.rb
conversation_mute.rb Change belongs_to_required_by_default to true (#5888) 2018-01-19 20:56:47 +01:00
custom_emoji.rb
custom_emoji_filter.rb
domain_block.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
email_domain_block.rb
export.rb
favourite.rb
feed.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
follow.rb
follow_request.rb
home_feed.rb
identity.rb CAS + SAML authentication feature (#6425) 2018-02-04 05:42:13 +01:00
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 Add Instance class to list admin records (#3443) 2017-05-31 20:38:44 +02:00
instance_filter.rb Add instance search feature (#4925) 2017-09-13 12:30:07 +02:00
invite.rb
invite_filter.rb Add invite filter (#5862) 2017-12-01 16:40:02 +01:00
list.rb
list_account.rb Change belongs_to_required_by_default to true (#5888) 2018-01-19 20:56:47 +01:00
list_feed.rb
media_attachment.rb
mention.rb Change belongs_to_required_by_default to true (#5888) 2018-01-19 20:56:47 +01:00
mute.rb
notification.rb
preview_card.rb
remote_follow.rb Using double splat operator (#5859) 2017-12-06 11:41:57 +01:00
remote_profile.rb
report.rb Federated reports (#6570) 2018-02-28 06:54:55 +01:00
report_filter.rb
search.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) 2017-07-07 04:02:06 +02:00
session_activation.rb
setting.rb
site_upload.rb Fix avatar and header issues by using custom geometry detector (#6515) 2018-02-21 03:40:12 +01:00
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
user.rb
web.rb