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
Matt Jankowski 0ef44ee720
Move `AccountSuggestions::Source` subclasses default limit value to constant (#29282)
11 months ago
..
account Autofix Rubocop remaining Layout rules (#23679) 2 years ago
account_suggestions Move `AccountSuggestions::Source` subclasses default limit value to constant (#29282) 11 months ago
admin Add `Account.auditable` scope, fix N+1 in admin/action_logs#index (#28812) 12 months ago
concerns Move "everyone" role and "instance actor" account magic number IDs to constants (#29260) 11 months ago
form Disable `Rails/SkipsModelValidations` cop (#28712) 12 months 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 Move "everyone" role and "instance actor" account magic number IDs to constants (#29260) 11 months 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 Replace unused `by_recent_sign_in` scope (#28616) 1 year ago
account_migration.rb Use Rails 7.1 `normalizes` feature (#27521) 1 year ago
account_moderation_note.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
account_note.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
account_pin.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
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 `source` attribute of `Suggestion` entity in `/api/v2/suggestions` back to a string (#29108) 11 months ago
account_summary.rb Extract scenic view model common methods to concern (#28111) 11 months ago
account_warning.rb Update enum syntax to use the new Rails 7.0 style (#29217) 11 months ago
account_warning_preset.rb
admin.rb
announcement.rb Announcement reactions query spec improvement and refactor (#28768) 12 months ago
announcement_filter.rb Fix error when passing unknown filter param in REST API (#20626) 2 years ago
announcement_mute.rb
announcement_reaction.rb Fix Rails/ActiveRecordCallbacksOrder cop (#24689) 2 years ago
appeal.rb Group common `class_name` options in associations (#28779) 12 months 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 Autofix Rubocop remaining Layout rules (#23679) 2 years ago
bulk_import.rb Update enum syntax to use the new Rails 7.0 style (#29217) 11 months ago
bulk_import_row.rb Rewrite import feature (#21054) 2 years ago
canonical_email_block.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
content_retention_policy.rb Add retention policy for cached content and media (#19232) 2 years ago
context.rb
conversation.rb Add explicit `dependent: nil` to associations (#28169) 1 year ago
conversation_mute.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
custom_emoji.rb Use Arel `matches` method in CustomEmoji search (#28615) 1 year ago
custom_emoji_category.rb Add explicit `dependent: nil` to associations (#28169) 1 year ago
custom_emoji_filter.rb Use Arel `nulls_first` method in ordering CustomEmojiFilter scope (#28614) 1 year ago
custom_filter.rb Update enum syntax to use the new Rails 7.0 style (#29217) 11 months ago
custom_filter_keyword.rb Add `CustomFilterKeyword#to_regex` method (#28893) 12 months ago
custom_filter_status.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
device.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
domain_allow.rb Remove unused `matches_domain` scopes on Account, DomainAllow, DomainBlock (#28803) 12 months ago
domain_block.rb Update enum syntax to use the new Rails 7.0 style (#29217) 11 months ago
email_domain_block.rb Group common `class_name` options in associations (#28779) 12 months ago
encrypted_message.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
export.rb Add ability to filter followed accounts' posts by language (#19095) 2 years ago
extended_description.rb Change about page to be mounted in the web UI (#19345) 2 years ago
favourite.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
featured_tag.rb Extract shared tagged statuses method in `FeaturedTag` (#28805) 12 months 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 Extract scenic view model common methods to concern (#28111) 11 months 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 Disable `Rails/SkipsModelValidations` cop (#28712) 12 months ago
generated_annual_report.rb Add annual reports for accounts (#28693) 12 months ago
home_feed.rb Fix rubocop config and warnings (#15503) 4 years ago
identity.rb Merge pull request from GHSA-vm39-j3vx-pch3 11 months ago
import.rb Update enum syntax to use the new Rails 7.0 style (#29217) 11 months ago
instance.rb Extract scenic view model common methods to concern (#28111) 11 months ago
instance_filter.rb Fix error when passing unknown filter param in REST API (#20626) 2 years ago
invite.rb Add explicit `dependent: nil` to associations (#28169) 1 year ago
invite_filter.rb Fix error when passing unknown filter param in REST API (#20626) 2 years ago
ip_block.rb Update enum syntax to use the new Rails 7.0 style (#29217) 11 months ago
list.rb Update enum syntax to use the new Rails 7.0 style (#29217) 11 months ago
list_account.rb Fix various edge cases with local moves (#24812) 2 years ago
list_feed.rb Fix rubocop config and warnings (#15503) 4 years ago
login_activity.rb Update enum syntax to use the new Rails 7.0 style (#29217) 11 months ago
marker.rb
media_attachment.rb Update enum syntax to use the new Rails 7.0 style (#29217) 11 months ago
mention.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
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 Autofix Rubocop remaining Layout rules (#23679) 2 years ago
poll.rb Fix `Rails/WhereExists` cop in app/models (#28863) 12 months ago
poll_vote.rb Fix single-record invalid condition on PollVote (#23810) 2 years ago
preview_card.rb Update enum syntax to use the new Rails 7.0 style (#29217) 11 months ago
preview_card_provider.rb Properly remove tIME chunk from PNG uploads (#27111) 1 year ago
preview_card_trend.rb Add support for language preferences for trending statuses and links (#18288) 2 years ago
preview_cards_status.rb Change algorithm of follow recommendations (#28314) 1 year ago
privacy_policy.rb Move privacy policy into markdown file (#28699) 12 months ago
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 Update enum syntax to use the new Rails 7.0 style (#29217) 11 months ago
remote_follow.rb Autofix Rubocop Style/RedundantBegin (#23703) 2 years ago
report.rb Update enum syntax to use the new Rails 7.0 style (#29217) 11 months ago
report_filter.rb Fix deprecation warning about `rewhere: true` being default behavior (Rails 7.1 prep) (#27190) 1 year ago
report_note.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
rule.rb Fix rules with same priority being sorted non-deterministically (#20623) 2 years ago
scheduled_status.rb
search.rb
session_activation.rb Fix `Rails/WhereExists` cop in app/models (#28863) 12 months ago
setting.rb Clean up `Setting` model and remove dead code (#28661) 1 year ago
site_upload.rb Properly remove tIME chunk from PNG uploads (#27111) 1 year ago
software_update.rb Update enum syntax to use the new Rails 7.0 style (#29217) 11 months ago
status.rb Update enum syntax to use the new Rails 7.0 style (#29217) 11 months ago
status_edit.rb Remove `default_scope` from `StatusEdit` class (#28042) 1 year ago
status_pin.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
status_stat.rb Fix obsolete cache key in status cache invalidation logic (#26934) 1 year ago
status_trend.rb Fix trending statuses returning more than one post by the same author (#19349) 2 years ago
system_key.rb Autofix Rubocop Lint/AmbiguousOperatorPrecedence (#23681) 2 years ago
tag.rb Add coverage for `Tag.recently_used` scope (#28850) 12 months ago
tag_feed.rb Revert filtering public timelines by locale by default (#20294) 2 years ago
tag_follow.rb Add ability to follow hashtags (#18809) 3 years ago
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 Autofix Rubocop remaining Layout rules (#23679) 2 years ago
user.rb Merge pull request from GHSA-7w3c-p9j8-mq3x 11 months ago
user_invite_request.rb
user_ip.rb Extract scenic view model common methods to concern (#28111) 11 months ago
user_role.rb Add scope `providing_styles` to `UserRole` (#29286) 11 months ago
user_settings.rb Add admin notifications for new Mastodon versions (#26582) 1 year ago
web.rb
webauthn_credential.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
webhook.rb Use `normalizes` to prepare `Webhook#events` value (#27605) 1 year ago