mastodon/app/models
2026-04-09 14:36:54 +00:00
..
account Fix handling of malformed/unusual HTML (#34201) 2025-03-18 14:50:41 +00:00
account_suggestions Fix friends-of-friends recommendations suggesting already-requested accounts (#35604) 2025-07-30 16:28:26 +00:00
admin Use consistent style in *Filter classes to skip pagination (#38559) 2026-04-07 09:59:36 +00:00
annual_report Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
concerns Add email subscriptions (#38163) 2026-03-25 16:25:45 +00:00
fasp Reject unconfirmed FASPs (#37926) 2026-02-20 14:40:31 +00:00
form Normalize current_username on account redirect form (#38262) 2026-03-18 09:33:00 +00:00
terms_of_service Add min. age to terms of service (#34105) 2025-03-07 11:50:52 +00:00
trends Use consistent style in *Filter classes to skip pagination (#38559) 2026-04-07 09:59:36 +00:00
user_settings Update rubocop to version 1.76.0 (#34926) 2025-06-05 12:09:05 +00:00
web Use delegate in web/push_subscription model for token value (#38313) 2026-03-20 15:48:28 +00:00
account_alias.rb Add missing NOT NULL requirement to small, indexed, valid data tables (#33284) 2024-12-14 00:16:03 +00:00
account_conversation.rb Add NOT NULL requirement to columns on account_conversations (#33308) 2024-12-16 08:20:08 +00:00
account_deletion_request.rb Add missing NOT NULL requirement to small, indexed, valid data tables (#33284) 2024-12-14 00:16:03 +00:00
account_domain_block.rb Add missing NOT NULL requirement to small, indexed, valid data tables (#33284) 2024-12-14 00:16:03 +00:00
account_filter.rb Use consistent style in *Filter classes to skip pagination (#38559) 2026-04-07 09:59:36 +00:00
account_migration.rb Normalize current_username on account migration (#38183) 2026-03-13 09:33:02 +00:00
account_moderation_note.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
account_note.rb Add missing NOT NULL on more columns from "large but valid" tables (#33330) 2024-12-17 13:38:18 +00:00
account_pin.rb Add NOT NULL requirement to account columns on AccountPin (#33244) 2024-12-10 15:50:49 +00:00
account_relationship_severance_event.rb Add private method for event export filename (#38454) 2026-03-27 15:25:19 +00:00
account_stat.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
account_statuses_cleanup_policy.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
account_suggestions.rb Persist follow recommendations from FASP (#35218) 2025-06-30 13:39:36 +00:00
account_summary.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
account_warning_preset.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
account_warning.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
account.rb Remove collections_federation feature flag (#38508) 2026-04-01 08:55:41 +00:00
admin.rb
announcement_filter.rb Use consistent style in *Filter classes to skip pagination (#38559) 2026-04-07 09:59:36 +00:00
announcement_mute.rb Add missing NOT NULL requirement to small, indexed, valid data tables (#33284) 2024-12-14 00:16:03 +00:00
announcement_reaction.rb Add coverage for AnnouncementReaction model (#35543) 2025-07-28 07:59:32 +00:00
announcement.rb Add ability to email announcements to all users (#33928) 2025-03-06 14:05:27 +00:00
appeal.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
application_record.rb Rails 7+: primary_abstract_class recommendation (#32909) 2024-11-15 15:37:30 +00:00
async_refresh.rb Add FASP follow recommendation support (#34964) 2025-06-16 10:43:27 +00:00
backup.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
block.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
bookmark.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
bulk_import_row.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
bulk_import.rb Add counting convenience methods on BulkImport (#38465) 2026-03-30 08:52:48 +00:00
canonical_email_block.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
collection_item.rb Fix no notification being created when account is added to collection on creation (#38611) 2026-04-08 16:01:37 +00:00
collection_report.rb Allow reporting (local) Collections (#37848) 2026-02-13 11:11:44 +00:00
collection.rb Remove description presence validation on collections (#38528) 2026-04-02 12:56:00 +00:00
content_retention_policy.rb
context.rb
conversation_mute.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
conversation.rb Fix creation of duplicate conversations (#37108) 2025-12-03 14:33:27 +00:00
custom_emoji_category.rb Emoji: Update emoji categories with featured emoji (#37084) 2025-12-02 10:30:08 +00:00
custom_emoji_filter.rb Use consistent style in *Filter classes to skip pagination (#38559) 2026-04-07 09:59:36 +00:00
custom_emoji.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
custom_filter_keyword.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
custom_filter_status.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
custom_filter.rb Use to_json call for raw event strings (#38215) 2026-03-16 13:55:58 +00:00
domain_allow.rb Add coverage for "domain variants" consumers (#35995) 2025-12-16 10:24:27 +00:00
domain_block.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
email_domain_block.rb Limit email domain block variant query to unique values (#38196) 2026-03-16 08:11:32 +00:00
email_subscription.rb Add MX record validation to e-mail subscriptions, refactor validator (#38502) 2026-04-01 10:04:59 +00:00
export.rb Fix bookmarks export when one bookmarked status is soft-deleted (#36576) 2025-10-23 11:51:23 +00:00
extended_description.rb
fasp.rb Add support for FASP data sharing (#34415) 2025-05-16 12:24:02 +00:00
favourite.rb Add support for FASP data sharing (#34415) 2025-05-16 12:24:02 +00:00
featured_tag.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
feed.rb
follow_recommendation_filter.rb Fix follow recommendation moderation page default language when using regional variant (#32580) 2024-10-18 10:21:25 +00:00
follow_recommendation_mute.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
follow_recommendation_suppression.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
follow_recommendation.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
follow_request.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
follow.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
generated_annual_report.rb Add account_id attribute to AnnualReport entity (#37182) 2025-12-09 15:59:40 +00:00
home_feed.rb Experimental Async Refreshes API (#34918) 2025-06-12 14:54:00 +00:00
identity.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
instance_filter.rb Use hash arguments to order when possible (Rails 7.2) (#32915) 2024-11-18 15:07:53 +00:00
instance_moderation_note.rb Implement Instance Moderation Notes (#31529) 2025-06-25 08:15:44 +00:00
instance.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
invite_filter.rb
invite.rb Split invite_users permission into invite_bypass_approval (#38278) 2026-03-19 15:25:54 +00:00
ip_block.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
keypair.rb Add support for multiple keypairs for remote accounts (#38279) 2026-03-25 14:52:12 +00:00
link_feed.rb Add disabled setting for live and topic feeds, as well as user permission to bypass that (#36563) 2025-10-23 08:37:05 +00:00
list_account.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
list_feed.rb
list.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
login_activity.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
marker.rb Add missing NOT NULL on more columns from "large but valid" tables (#33330) 2024-12-17 13:38:18 +00:00
media_attachment.rb Simplify media attachment lookup in show/player actions (#38565) 2026-04-07 09:58:37 +00:00
mention.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
mute.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
notification_group.rb Fix serialization of added_to_collection notifications (#38612) 2026-04-08 16:40:51 +00:00
notification_permission.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
notification_policy.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
notification_request.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
notification.rb Missing .freeze on collection_update reference in notification.rb (#38628) 2026-04-09 14:36:54 +00:00
poll_vote.rb Add missing NOT NULL on more columns from "large but valid" tables (#33330) 2024-12-17 13:38:18 +00:00
poll.rb Extract constant for Poll last fetch duration check (#34341) 2025-04-02 06:43:46 +00:00
preview_card_provider.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
preview_card_trend.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
preview_card.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
preview_cards_status.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
privacy_policy.rb
public_feed.rb Add disabled setting for live and topic feeds, as well as user permission to bypass that (#36563) 2025-10-23 08:37:05 +00:00
quote.rb Merge commit from fork 2026-03-24 15:44:08 +01:00
relationship_filter.rb
relationship_severance_event.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
relay.rb Use to_json call for Relay enable/disable (#38232) 2026-03-16 15:09:28 +00:00
remote_follow.rb Extract wrapper constant for HTTP::* error classes (#32285) 2024-10-08 13:53:35 +00:00
report_filter.rb Add relevant_params to ReportFilter (matches account filter) (#32136) 2024-10-02 13:24:40 +00:00
report_note.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
report.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
rule_translation.rb Rely on pluck for the SELECT in RuleTranslation.languages (#35826) 2025-08-22 23:58:40 +00:00
rule.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
scheduled_status.rb Add missing NOT NULL requirement to small, indexed, valid data tables (#33284) 2024-12-14 00:16:03 +00:00
search.rb Add ability to search for a collection by URL (#38588) 2026-04-08 16:03:35 +00:00
session_activation.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
setting.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
severed_relationship.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
site_upload.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
software_update.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
status_edit.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
status_pin.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
status_stat.rb Add quotes_count to statuses stats (#35832) 2025-08-25 12:21:28 +00:00
status_trend.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
status.rb Extract common lists for status/reblog preload/cacheable (#35285) 2026-03-23 15:53:56 +00:00
tag_feed.rb Add disabled setting for live and topic feeds, as well as user permission to bypass that (#36563) 2025-10-23 08:37:05 +00:00
tag_follow.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
tag_trend.rb Update schema/annotations after tag trend db/redis migrate (#33173) 2024-12-04 17:55:56 +00:00
tag.rb Expand coverage for Tag.search_for method (#38405) 2026-03-26 10:03:17 +00:00
tagged_object.rb Tag linked FeaturedCollection objects over ActivityPub (#38115) 2026-03-23 13:11:33 +00:00
terms_of_service.rb Add TermsOfService#usable_effective_date to DRY up view logic (#38095) 2026-03-09 09:38:00 +00:00
tombstone.rb Add missing NOT NULL on more columns from "large but valid" tables (#33330) 2024-12-17 13:38:18 +00:00
translation.rb
trends.rb
unavailable_domain.rb
user_invite_request.rb Add missing NOT NULL requirement to small, indexed, valid data tables (#33284) 2024-12-14 00:16:03 +00:00
user_ip.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
user_role.rb Add email subscriptions (#38163) 2026-03-25 16:25:45 +00:00
user_settings.rb Add email subscriptions (#38163) 2026-03-25 16:25:45 +00:00
user.rb Add MX record validation to e-mail subscriptions, refactor validator (#38502) 2026-04-01 10:04:59 +00:00
username_block.rb Use normalizes api for UsernameBlock username change (#35606) 2025-08-05 14:10:28 +00:00
web.rb
webauthn_credential.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
webhook.rb Run annotaterb models after bug fix to re-order model comments (#38172) 2026-03-12 14:00:41 +00:00
worker_batch.rb Fix async refresh never being finished when status cannot be fetched (#35500) 2025-07-29 09:23:32 +00:00