mastodon/app/models
Matt Jankowski 3918dc68c7
Use composite primary key for `PreviewCardsStatus` model ()
..
account Autofix Rubocop remaining Layout rules ()
account_suggestions Fix Performance/MapCompact cop ()
admin Remove `default_scope` from `MediaAttachment` class ()
concerns Fix `Lint/SymbolConversion` cop ()
form Fix `Style/CombinableLoops` cop ()
trends Fix `Lint/RedundantSafeNavigation` cop ()
user_settings Fix `Lint/SymbolConversion` cop ()
web Add explicit `dependent: nil` to associations ()
account.rb Model concerns organization into module namespaces ()
account_alias.rb Use Rails 7.1 `normalizes` feature ()
account_conversation.rb Fix /api/v1/conversations sometimes returning empty accounts ()
account_deletion_request.rb Change account suspensions to be reversible by default ()
account_domain_block.rb Autofix Rubocop remaining Layout rules ()
account_filter.rb Change moderation search an account using the username with @ ()
account_migration.rb Use Rails 7.1 `normalizes` feature ()
account_moderation_note.rb Autofix Rubocop remaining Layout rules ()
account_note.rb Autofix Rubocop remaining Layout rules ()
account_pin.rb Autofix Rubocop remaining Layout rules ()
account_stat.rb Autofix Rubocop Rails/IgnoredColumnsAssignment ()
account_statuses_cleanup_policy.rb Fix Performance/MapCompact cop ()
account_suggestions.rb Change auto-following admin-selected accounts, show in recommendations ()
account_summary.rb Autofix Rubocop remaining Layout rules ()
account_warning.rb Use Rails 7.1 `normalizes` feature ()
account_warning_preset.rb Add titles to warning presets in admin UI ()
admin.rb Add logging of admin actions ()
announcement.rb Rails 7.0 update ()
announcement_filter.rb Fix error when passing unknown filter param in REST API ()
announcement_mute.rb Add announcements ()
announcement_reaction.rb Fix Rails/ActiveRecordCallbacksOrder cop ()
appeal.rb Fix Rails/InverseOf cop ()
application_record.rb Fix ActiveRecord using two connection pools when no replica is defined ()
backup.rb Fix user archive takeout when using OpenStack Swift or S3 providers with no ACL support ()
block.rb Fix Rails/ActiveRecordCallbacksOrder cop ()
bookmark.rb Autofix Rubocop remaining Layout rules ()
bulk_import.rb Add support for importing lists ()
bulk_import_row.rb Rewrite import feature ()
canonical_email_block.rb Autofix Rubocop remaining Layout rules ()
content_retention_policy.rb Add retention policy for cached content and media ()
context.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
conversation.rb Add explicit `dependent: nil` to associations ()
conversation_mute.rb Autofix Rubocop remaining Layout rules ()
custom_emoji.rb Add explicit `dependent: nil` to associations ()
custom_emoji_category.rb Add explicit `dependent: nil` to associations ()
custom_emoji_filter.rb Fix error when passing unknown filter param in REST API ()
custom_filter.rb Autofix Rubocop Rails/IgnoredColumnsAssignment ()
custom_filter_keyword.rb Autofix Rubocop remaining Layout rules ()
custom_filter_status.rb Autofix Rubocop remaining Layout rules ()
device.rb Autofix Rubocop remaining Layout rules ()
domain_allow.rb Autofix Rubocop Regex Style rules ()
domain_block.rb Add explicit `dependent: nil` to associations ()
email_domain_block.rb Fix `Style/SlicingWithRange` cop ()
encrypted_message.rb Autofix Rubocop remaining Layout rules ()
export.rb Add ability to filter followed accounts' posts by language ()
extended_description.rb Change about page to be mounted in the web UI ()
favourite.rb Autofix Rubocop remaining Layout rules ()
featured_tag.rb Use Rails 7.1 `normalizes` feature ()
feed.rb Fix `Performance/MapMethodChain` cop ()
follow.rb Autofix Rubocop remaining Layout rules ()
follow_recommendation.rb Change follow recommendation materialized view to be faster in most cases ()
follow_recommendation_filter.rb Fix Performance/MapCompact cop ()
follow_recommendation_suppression.rb Upgrade to latest redis-rb 4.x and fix deprecations ()
follow_request.rb Change lists to be able to include accounts with pending follow requests ()
home_feed.rb Fix rubocop config and warnings ()
identity.rb Change Identity to not destroy associated User on destroy ()
import.rb Rewrite import feature ()
instance.rb Change interaction modal in web UI ()
instance_filter.rb Fix error when passing unknown filter param in REST API ()
invite.rb Add explicit `dependent: nil` to associations ()
invite_filter.rb Fix error when passing unknown filter param in REST API ()
ip_block.rb Autofix Rubocop remaining Layout rules ()
list.rb Fix incorrect model annotation for List#exclusive ()
list_account.rb Fix various edge cases with local moves ()
list_feed.rb Fix rubocop config and warnings ()
login_activity.rb Autofix Rubocop remaining Layout rules ()
marker.rb Add timeline read markers API ()
media_attachment.rb Remove `default_scope` from `MediaAttachment` class ()
mention.rb Autofix Rubocop remaining Layout rules ()
message_franking.rb Add E2EE API ()
mute.rb Autofix Rubocop remaining Layout rules ()
notification.rb Rails 7.0 update ()
one_time_key.rb Autofix Rubocop remaining Layout rules ()
poll.rb Fix obsolete cache key in status cache invalidation logic ()
poll_vote.rb Fix single-record invalid condition on PollVote ()
preview_card.rb Change link previews to keep original URL from the status ()
preview_card_provider.rb Properly remove tIME chunk from PNG uploads ()
preview_card_trend.rb Add support for language preferences for trending statuses and links ()
preview_cards_status.rb Use composite primary key for `PreviewCardsStatus` model ()
privacy_policy.rb Fix privacy policy being empty if custom setting exists but is empty ()
public_feed.rb Fix timeout on invalid set of exclusionary parameters in `/api/v1/timelines/public` ()
relationship_filter.rb Fix crash when filtering for “dormant” relationships ()
relay.rb Use Rails 7.1 `normalizes` feature ()
remote_follow.rb Autofix Rubocop Style/RedundantBegin ()
report.rb Remove `default_scope` from `Admin::ActionLog` ()
report_filter.rb Fix deprecation warning about `rewhere: true` being default behavior (Rails 7.1 prep) ()
report_note.rb Autofix Rubocop remaining Layout rules ()
rule.rb Fix rules with same priority being sorted non-deterministically ()
scheduled_status.rb Fix deleting a scheduled status immediately deleting media attachments ()
search.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
session_activation.rb Fix Rails/ActiveRecordCallbacksOrder cop ()
setting.rb Autofix Rubocop remaining Layout rules ()
site_upload.rb Properly remove tIME chunk from PNG uploads ()
software_update.rb Add admin notifications for new Mastodon versions ()
status.rb Use composite primary key for `PreviewCardsStatus` model ()
status_edit.rb Remove `default_scope` from `StatusEdit` class ()
status_pin.rb Autofix Rubocop remaining Layout rules ()
status_stat.rb Fix obsolete cache key in status cache invalidation logic ()
status_trend.rb Fix trending statuses returning more than one post by the same author ()
system_key.rb Autofix Rubocop Lint/AmbiguousOperatorPrecedence ()
tag.rb Added Thai diacritics and tone marks in HASHTAG_INVALID_CHARS_RE ()
tag_feed.rb Revert filtering public timelines by locale by default ()
tag_follow.rb Add ability to follow hashtags ()
tombstone.rb Record deleted(by mod) status to prevent re-appear ()
translation.rb Translate CW, poll options and media descriptions ()
trends.rb Admin mailer parameterization ()
unavailable_domain.rb Autofix Rubocop remaining Layout rules ()
user.rb Add explicit `dependent: nil` to associations ()
user_invite_request.rb Add "why do you want to join" field to invite requests ()
user_ip.rb Autofix Rubocop remaining Layout rules ()
user_role.rb Refactor, lint fix, and bug fix on admin/roles/form partial ()
user_settings.rb Add admin notifications for new Mastodon versions ()
web.rb Add extended about page stub
webauthn_credential.rb Autofix Rubocop remaining Layout rules ()
webhook.rb Use `normalizes` to prepare `Webhook#events` value ()