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
Claire dfdadb92e8
Add ability to require approval when users sign up using specific email domains (#28468)
1 year ago
..
account
account_suggestions Fix `friends_of_friends` sometimes suggesting already-followed accounts (#28433) 1 year ago
admin Remove `default_scope` from `MediaAttachment` class (#28043) 1 year ago
concerns Fix .opus file uploads being misidentified by Paperclip (#28580) 1 year ago
form Fix `Performance/StringIdentifierArgument` cop (#28399) 1 year ago
trends Fix `Lint/RedundantSafeNavigation` cop (#28172) 1 year ago
user_settings Fix `Lint/SymbolConversion` cop (#28175) 1 year ago
web Add explicit `dependent: nil` to associations (#28169) 1 year ago
account.rb Fix `Performance/StringIdentifierArgument` cop (#28399) 1 year ago
account_alias.rb Use Rails 7.1 `normalizes` feature (#27521) 1 year ago
account_conversation.rb Fix /api/v1/conversations sometimes returning empty accounts (#25499) 2 years ago
account_deletion_request.rb
account_domain_block.rb Change algorithm of follow recommendations (#28314) 1 year ago
account_filter.rb Change moderation search an account using the username with @ (#24242) 2 years ago
account_migration.rb Use Rails 7.1 `normalizes` feature (#27521) 1 year ago
account_moderation_note.rb
account_note.rb
account_pin.rb
account_stat.rb Autofix Rubocop Rails/IgnoredColumnsAssignment (#23761) 2 years ago
account_statuses_cleanup_policy.rb Fix Performance/MapCompact cop (#24797) 2 years ago
account_suggestions.rb Change algorithm of follow recommendations (#28314) 1 year ago
account_summary.rb
account_warning.rb Use Rails 7.1 `normalizes` feature (#27521) 1 year ago
account_warning_preset.rb
admin.rb
announcement.rb Use shorter attribute query methods in `Announcement` (#28474) 1 year ago
announcement_filter.rb
announcement_mute.rb
announcement_reaction.rb Fix Rails/ActiveRecordCallbacksOrder cop (#24689) 2 years ago
appeal.rb Fix Rails/InverseOf cop (#24732) 2 years ago
application_record.rb Fix ActiveRecord using two connection pools when no replica is defined (#27061) 1 year ago
backup.rb Fix user archive takeout when using OpenStack Swift or S3 providers with no ACL support (#24200) 2 years ago
block.rb Change algorithm of follow recommendations (#28314) 1 year ago
bookmark.rb
bulk_import.rb Add support for importing lists (#25203) 2 years ago
bulk_import_row.rb Rewrite import feature (#21054) 2 years ago
canonical_email_block.rb
content_retention_policy.rb
context.rb
conversation.rb Add explicit `dependent: nil` to associations (#28169) 1 year ago
conversation_mute.rb
custom_emoji.rb Add explicit `dependent: nil` to associations (#28169) 1 year ago
custom_emoji_category.rb Add explicit `dependent: nil` to associations (#28169) 1 year ago
custom_emoji_filter.rb
custom_filter.rb Fix random `NoMethodError` errors on cached `CustomFilter` objects (#28521) 1 year ago
custom_filter_keyword.rb Fix random `NoMethodError` errors on cached `CustomFilter` objects (#28521) 1 year ago
custom_filter_status.rb
device.rb
domain_allow.rb Autofix Rubocop Regex Style rules (#23690) 2 years ago
domain_block.rb Add explicit `dependent: nil` to associations (#28169) 1 year ago
email_domain_block.rb Add ability to require approval when users sign up using specific email domains (#28468) 1 year ago
encrypted_message.rb
export.rb
extended_description.rb
favourite.rb
featured_tag.rb Use Rails 7.1 `normalizes` feature (#27521) 1 year ago
feed.rb Fix `Performance/MapMethodChain` cop (#27744) 1 year ago
follow.rb Change algorithm of follow recommendations (#28314) 1 year ago
follow_recommendation.rb Change follow recommendation materialized view to be faster in most cases (#26545) 1 year ago
follow_recommendation_filter.rb Change algorithm of follow recommendations (#28314) 1 year ago
follow_recommendation_mute.rb Change algorithm of follow recommendations (#28314) 1 year ago
follow_recommendation_suppression.rb Change algorithm of follow recommendations (#28314) 1 year ago
follow_request.rb Change algorithm of follow recommendations (#28314) 1 year ago
home_feed.rb
identity.rb Change Identity to not destroy associated User on destroy (#25098) 2 years ago
import.rb Rewrite import feature (#21054) 2 years ago
instance.rb Change interaction modal in web UI (#26075) 2 years ago
instance_filter.rb
invite.rb Add explicit `dependent: nil` to associations (#28169) 1 year ago
invite_filter.rb
ip_block.rb
list.rb Fix incorrect model annotation for List#exclusive (#26313) 1 year ago
list_account.rb Fix various edge cases with local moves (#24812) 2 years ago
list_feed.rb
login_activity.rb
marker.rb
media_attachment.rb Remove `default_scope` from `MediaAttachment` class (#28043) 1 year ago
mention.rb
message_franking.rb
mute.rb Change algorithm of follow recommendations (#28314) 1 year ago
notification.rb Fix N+1s because of association preloaders not actually getting called (#28339) 1 year ago
one_time_key.rb
poll.rb Fix obsolete cache key in status cache invalidation logic (#26934) 1 year ago
poll_vote.rb
preview_card.rb Change link previews to keep original URL from the status (#27312) 1 year ago
preview_card_provider.rb Properly remove tIME chunk from PNG uploads (#27111) 1 year ago
preview_card_trend.rb
preview_cards_status.rb Change algorithm of follow recommendations (#28314) 1 year ago
privacy_policy.rb
public_feed.rb Fix timeout on invalid set of exclusionary parameters in `/api/v1/timelines/public` (#26239) 1 year ago
relationship_filter.rb Fix crash when filtering for “dormant” relationships (#27306) 1 year ago
relay.rb Use Rails 7.1 `normalizes` feature (#27521) 1 year ago
remote_follow.rb
report.rb Remove `default_scope` from `Admin::ActionLog` (#28026) 1 year ago
report_filter.rb Fix deprecation warning about `rewhere: true` being default behavior (Rails 7.1 prep) (#27190) 1 year ago
report_note.rb
rule.rb
scheduled_status.rb
search.rb
session_activation.rb Fix Rails/ActiveRecordCallbacksOrder cop (#24689) 2 years ago
setting.rb
site_upload.rb Properly remove tIME chunk from PNG uploads (#27111) 1 year ago
software_update.rb Add admin notifications for new Mastodon versions (#26582) 1 year ago
status.rb Fix media attachment order of remote posts (#28469) 1 year ago
status_edit.rb Remove `default_scope` from `StatusEdit` class (#28042) 1 year ago
status_pin.rb
status_stat.rb Fix obsolete cache key in status cache invalidation logic (#26934) 1 year ago
status_trend.rb
system_key.rb
tag.rb Added Thai diacritics and tone marks in HASHTAG_INVALID_CHARS_RE (#26576) 1 year ago
tag_feed.rb
tag_follow.rb
tombstone.rb
translation.rb Translate CW, poll options and media descriptions (#24175) 2 years ago
trends.rb Admin mailer parameterization (#25759) 2 years ago
unavailable_domain.rb
user.rb Add ability to require approval when users sign up using specific email domains (#28468) 1 year ago
user_invite_request.rb
user_ip.rb
user_role.rb Refactor, lint fix, and bug fix on admin/roles/form partial (#27558) 1 year ago
user_settings.rb Add admin notifications for new Mastodon versions (#26582) 1 year ago
web.rb
webauthn_credential.rb
webhook.rb Use `normalizes` to prepare `Webhook#events` value (#27605) 1 year ago