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 37f53542fe
Fix limit handling in grouped notifications CTE (#30685)
7 months ago
..
account
account_suggestions Consolidate account scopes for `LOWER` (index using) username/domain queries (#30451) 7 months ago
admin Fix moderation action logs (#30342) 7 months ago
concerns Add support for libvips in addition to ImageMagick (#30090) 7 months ago
form Allow admins to configure instance favicon and logo (#30040) 8 months ago
trends Add `not_allowed` scope for `PreviewCardTrend` (#29599) 9 months ago
user_settings Fix `Lint/SymbolConversion` cop (#28175) 1 year ago
web Add expired/revoked scopes for doorkeeper models via extension modules (#29936) 7 months ago
account.rb Consolidate account scopes for `LOWER` (index using) username/domain queries (#30451) 7 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) 12 months ago
account_migration.rb Use Rails 7.1 `normalizes` feature (#27521) 1 year ago
account_moderation_note.rb Improve Report Notes and Account Moderation Notes (#30288) 8 months ago
account_note.rb Extract constants for column size length validation limits (#30045) 8 months ago
account_pin.rb
account_relationship_severance_event.rb Change `AccountRelationshipSeveranceEvent` model to store lost followers and following counts separately (#29714) 9 months ago
account_stat.rb Add `AccountStat.by_recent_status`, use in `Account` (#29704) 9 months 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 Pull out constant from `AccountWarning.recent` scope (#29767) 9 months ago
account_warning_preset.rb
admin.rb
announcement.rb Change `/api/v1/announcements` to return regular `Status` entities (#26736) 8 months ago
announcement_filter.rb
announcement_mute.rb
announcement_reaction.rb
appeal.rb Extract `TEXT_LENGTH_LIMIT` constant in `Appeal` class (#30638) 7 months ago
application_record.rb Prevent accidental serialization of `Account` and `User` records (#30079) 8 months ago
backup.rb
block.rb Change algorithm of follow recommendations (#28314) 1 year ago
bookmark.rb
bulk_import.rb Use enum-generated scopes/queries for `BulkImport` (#29975) 8 months ago
bulk_import_row.rb
canonical_email_block.rb Revert "Allow unblocking email addresses from any matching account (#29305)" (#30385) 7 months ago
content_retention_policy.rb
context.rb
conversation.rb Add explicit `dependent: nil` to associations (#28169) 1 year ago
conversation_mute.rb
custom_emoji.rb Fix Mastodon relying on ImageMagick even with `MASTODON_USE_LIBVIPS` (#30590) 7 months 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) 12 months ago
custom_filter.rb Remove unused memoization in `CustomFilter#expires_in` method (#30117) 8 months ago
custom_filter_keyword.rb Extract shared callback behaviour to `CustomFilterCache` concern (#29695) 9 months ago
custom_filter_status.rb Extract shared callback behaviour to `CustomFilterCache` concern (#29695) 9 months ago
device.rb
domain_allow.rb Remove unused `matches_domain` scopes on Account, DomainAllow, DomainBlock (#28803) 11 months ago
domain_block.rb Extract `by_domain_length` scope in `DomainNormalizable` concern (#29517) 10 months ago
email_domain_block.rb Extract `by_domain_length` scope in `DomainNormalizable` concern (#29517) 10 months ago
encrypted_message.rb
export.rb
extended_description.rb
favourite.rb
featured_tag.rb Add scope `Status.distributable_visibility` (#29950) 9 months ago
feed.rb Remove caching in `cache_collection` (#29862) 9 months 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) 11 months ago
home_feed.rb
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
invite.rb Fix `Rails/WhereRange` cop (#30343) 7 months ago
invite_filter.rb
ip_block.rb Use enum-generated scope for `IpBlock` in CLI (#28144) 10 months ago
link_feed.rb Add timeline of public posts about a trending link to REST API (#30381) 7 months ago
list.rb Update enum syntax to use the new Rails 7.0 style (#29217) 11 months ago
list_account.rb
list_feed.rb
login_activity.rb Add `BrowserDetection` model concern (#29513) 9 months ago
marker.rb
media_attachment.rb Update enum syntax to use the new Rails 7.0 style (#29217) 11 months ago
mention.rb Fix `mentions.account_id` and `mentions.status_id` not having `NOT NULL` database constraints (#30591) 7 months ago
message_franking.rb
mute.rb Change algorithm of follow recommendations (#28314) 1 year ago
notification.rb Fix limit handling in grouped notifications CTE (#30685) 7 months ago
notification_group.rb Add experimental server-side notification grouping (#29889) 7 months ago
notification_permission.rb Add notification policies and notification requests (#29366) 10 months ago
notification_policy.rb Add notification policies and notification requests (#29366) 10 months ago
notification_request.rb Fix error when attempting to delete posts that triggered a notification request (#29666) 9 months ago
one_time_key.rb
poll.rb Fix `Rails/WhereExists` cop in app/models (#28863) 11 months ago
poll_vote.rb
preview_card.rb Add support for libvips in addition to ImageMagick (#30090) 7 months ago
preview_card_provider.rb Extract `by_domain_length` scope in `DomainNormalizable` concern (#29517) 10 months ago
preview_card_trend.rb Add `not_allowed` scope for `PreviewCardTrend` (#29599) 9 months ago
preview_cards_status.rb Change algorithm of follow recommendations (#28314) 1 year ago
privacy_policy.rb Move privacy policy into markdown file (#28699) 11 months ago
public_feed.rb Remove caching in `cache_collection` (#29862) 9 months ago
relationship_filter.rb Add `AccountStat.by_recent_status`, use in `Account` (#29704) 9 months ago
relationship_severance_event.rb Update `enum` away from deprecated (#29678) 9 months ago
relay.rb Update enum syntax to use the new Rails 7.0 style (#29217) 11 months ago
remote_follow.rb
report.rb Extract constants for column size length validation limits (#30045) 8 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 Improve Report Notes and Account Moderation Notes (#30288) 8 months ago
rule.rb Extract constants for column size length validation limits (#30045) 8 months ago
scheduled_status.rb
search.rb
session_activation.rb Add `BrowserDetection` model concern (#29513) 9 months ago
setting.rb Clean up `Setting` model and remove dead code (#28661) 12 months ago
severed_relationship.rb Use existing `SeveredRelationship.about_local_account` scope in more places (#29673) 9 months ago
site_upload.rb Ensure custom favicon is converted to PNG and ICO (#30208) 8 months ago
software_update.rb Update enum syntax to use the new Rails 7.0 style (#29217) 11 months ago
status.rb Add support for `fediverse:creator` OpenGraph tag (#30398) 7 months 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 Add `RankedTrend` concern for trends classes (#29388) 10 months ago
system_key.rb
tag.rb Fix hashtag matching pattern matching some link anchors (#30190) 8 months ago
tag_feed.rb Remove caching in `cache_collection` (#29862) 9 months ago
tag_follow.rb
tombstone.rb
translation.rb Translate CW, poll options and media descriptions (#24175) 2 years ago
trends.rb Admin mailer parameterization (#25759) 1 year ago
unavailable_domain.rb
user.rb Update `devise-two-factor` to version 5.0.0 (#28325) 8 months ago
user_invite_request.rb Extract constants for column size length validation limits (#30045) 8 months ago
user_ip.rb Add `by_latest_used` scope, move admin area recent IPs to partial (#29497) 9 months ago
user_role.rb Move `nobody` position in `UserRole` magic number to constant (#29465) 10 months ago
user_settings.rb Remove setting for unfollow confirmation modal, and make it unconditional (#29373) 9 months ago
web.rb
webauthn_credential.rb Extract `SIGN_COUNT_LIMIT` constant in `WebauthnCredential` class (#30636) 7 months ago
webhook.rb Use `normalizes` to prepare `Webhook#events` value (#27605) 1 year ago