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
kaiyou 3511528e50
Only check locally when deduplicating usernames (#13581)
When deduplicating account usernames for OAuthable users, the routine did check if any account was known with that username, including remote accounts. This caused some unnecessary deduplication, and usernames ending with unexpected trailing _1.
This fixes #13580
6 years ago
..
admin Add ability to filter audit log in admin UI (#13381) 6 years ago
concerns Only check locally when deduplicating usernames (#13581) 6 years ago
form Fix custom emoji category creation silently erroring out on duplicate category (#12647) 6 years ago
web
account.rb Add separate cache directory for non-local uploads (#12821) 6 years ago
account_alias.rb Fix confusing error when failing to add an alias to an unknown account (#13480) 6 years ago
account_conversation.rb
account_domain_block.rb
account_filter.rb Add sorting by username, creation and last activity in moderation view (#13076) 6 years ago
account_identity_proof.rb
account_migration.rb
account_moderation_note.rb
account_pin.rb
account_stat.rb
account_tag_stat.rb
account_warning.rb
account_warning_preset.rb Add titles to warning presets in admin UI (#13252) 6 years ago
admin.rb
announcement.rb Change delivery failure tracking to work with hostnames instead of URLs (#13437) 6 years ago
announcement_filter.rb Add announcements (#12662) 6 years ago
announcement_mute.rb Add announcements (#12662) 6 years ago
announcement_reaction.rb Add announcements (#12662) 6 years ago
application_record.rb
backup.rb Add announcements (#12662) 6 years ago
block.rb
bookmark.rb Add announcements (#12662) 6 years ago
context.rb
conversation.rb
conversation_mute.rb
custom_emoji.rb Add separate cache directory for non-local uploads (#12821) 6 years ago
custom_emoji_category.rb
custom_emoji_filter.rb Various fixes and improvements (#12878) 6 years ago
custom_filter.rb Add “account timeline” filter category (#12918) 6 years ago
domain_allow.rb
domain_block.rb Allow blocking TLDs, and fix TLD blocks not being editable (#12805) 6 years ago
email_domain_block.rb Add option to include resolved DNS records when blacklisting e-mail domains in admin UI (#13254) 6 years ago
export.rb
favourite.rb
featured_tag.rb
feed.rb
follow.rb Add specific rate limits for posting and following (#13172) 6 years ago
follow_request.rb Add specific rate limits for posting and following (#13172) 6 years ago
home_feed.rb
identity.rb
import.rb
instance.rb
instance_filter.rb Various fixes and improvements (#12878) 6 years ago
invite.rb
invite_filter.rb Various fixes and improvements (#12878) 6 years ago
list.rb
list_account.rb Add abilityto add oneself to lists (#12271) 6 years ago
list_feed.rb
marker.rb
media_attachment.rb Add separate cache directory for non-local uploads (#12821) 6 years ago
mention.rb
mute.rb
notification.rb Add follow_request notification type (#12198) 6 years ago
poll.rb Only normalize local polls (#12515) 6 years ago
poll_vote.rb
preview_card.rb Add separate cache directory for non-local uploads (#12821) 6 years ago
relationship_filter.rb Fix relationships page not showing results in admin UI (#12934) 6 years ago
relay.rb Fix enable/disable relay failures (#13535) 6 years ago
remote_follow.rb
report.rb Add rate limit for reporting (#13390) 6 years ago
report_filter.rb Various fixes and improvements (#12878) 6 years ago
report_note.rb
scheduled_status.rb
search.rb
session_activation.rb
setting.rb
site_upload.rb
status.rb Fix PostgreSQL load when linking in announcements (#13250) 6 years ago
status_pin.rb
status_stat.rb
tag.rb Fixes featured hashtag setting page erroring out instead of rejecting invalid tags (#12436) 6 years ago
tag_filter.rb Various fixes and improvements (#12878) 6 years ago
tombstone.rb
trending_tags.rb
unavailable_domain.rb Change delivery failure tracking to work with hostnames instead of URLs (#13437) 6 years ago
user.rb Fix “Email changed” notification sometimes having wrong e-mail (#13475) 6 years ago
user_invite_request.rb
web.rb