mastodon/app/models
2025-07-23 13:42:07 +00:00
..
account Fix handling of malformed/unusual HTML (#34201) 2025-03-18 14:50:41 +00:00
account_suggestions Persist follow recommendations from FASP (#35218) 2025-06-30 13:39:36 +00:00
admin Use ActiveModel::Attributes in admin/status_batch_action (#35255) 2025-07-03 14:43:36 +00:00
annual_report
concerns Add button to load new replies in web UI (#35210) 2025-07-23 13:42:07 +00:00
fasp Persist follow recommendations from FASP (#35218) 2025-06-30 13:39:36 +00:00
form Add Form::BaseBatch class for "batch form update" objects (#35458) 2025-07-23 07:50:35 +00:00
terms_of_service Add min. age to terms of service (#34105) 2025-03-07 11:50:52 +00:00
trends Fix blocked accounts not being automatically removed from trending statuses (#34891) 2025-06-02 13:38:47 +00:00
user_settings Update rubocop to version 1.76.0 (#34926) 2025-06-05 12:09:05 +00:00
web Make Web::PushSubscription#user and Web::PushSubscription#access_token relationships non-optional (#34498) 2025-04-23 08:12:31 +00:00
account_alias.rb
account_conversation.rb
account_deletion_request.rb
account_domain_block.rb
account_filter.rb
account_migration.rb
account_moderation_note.rb
account_note.rb
account_pin.rb
account_relationship_severance_event.rb
account_stat.rb
account_statuses_cleanup_policy.rb Add Status.only_polls (and without polls) scope (#35330) 2025-07-10 07:13:22 +00:00
account_suggestions.rb Persist follow recommendations from FASP (#35218) 2025-06-30 13:39:36 +00:00
account_summary.rb
account_warning_preset.rb
account_warning.rb Add AccountWarning#appeal_eligible? method (#33526) 2025-01-09 15:08:39 +00:00
account.rb Remove unused scopes in Account model (#35276) 2025-07-07 08:07:01 +00:00
admin.rb
announcement_filter.rb
announcement_mute.rb
announcement_reaction.rb
announcement.rb Add ability to email announcements to all users (#33928) 2025-03-06 14:05:27 +00:00
appeal.rb Add AccountWarning#appeal_eligible? method (#33526) 2025-01-09 15:08:39 +00:00
application_record.rb
async_refresh.rb Add FASP follow recommendation support (#34964) 2025-06-16 10:43:27 +00:00
backup.rb
block.rb
bookmark.rb
bulk_import_row.rb
bulk_import.rb
canonical_email_block.rb
content_retention_policy.rb
context.rb
conversation_mute.rb
conversation.rb
custom_emoji_category.rb Order emoji categories (in admin interface) by name (#33630) 2025-01-22 08:31:51 +00:00
custom_emoji_filter.rb
custom_emoji.rb
custom_filter_keyword.rb
custom_filter_status.rb Add coverage for CustomFilterStatus model (#35374) 2025-07-15 06:28:40 +00:00
custom_filter.rb Enable validate: true on CustomFilter#action (#34434) 2025-04-14 07:28:11 +00:00
domain_allow.rb
domain_block.rb Add enum validation to DomainBlock#severity (#29158) 2025-01-13 16:05:24 +00:00
email_domain_block.rb
export.rb
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 Fix handling of featured tag removal (#34887) 2025-06-02 08:09:30 +00:00
feed.rb
follow_recommendation_filter.rb
follow_recommendation_mute.rb Add coverage for FollowRecommendationMute model (#35376) 2025-07-15 06:27:36 +00:00
follow_recommendation_suppression.rb
follow_recommendation.rb
follow_request.rb
follow.rb
generated_annual_report.rb Use touch to record viewing annual report (#35296) 2025-07-09 08:04:00 +00:00
home_feed.rb Experimental Async Refreshes API (#34918) 2025-06-12 14:54:00 +00:00
identity.rb
instance_filter.rb
instance_moderation_note.rb Implement Instance Moderation Notes (#31529) 2025-06-25 08:15:44 +00:00
instance.rb Implement Instance Moderation Notes (#31529) 2025-06-25 08:15:44 +00:00
invite_filter.rb
invite.rb Fix Invite#code changing value on every save (#33550) 2025-01-10 20:34:18 +00:00
ip_block.rb Fix HTTP 500 on POST /api/v1/admin/ip_blocks (#29308) 2025-01-13 13:50:58 +00:00
link_feed.rb
list_account.rb Fix tootctl feeds build not building list timelines (#33783) 2025-01-30 09:18:46 +00:00
list_feed.rb
list.rb Use enum validation instead of ArgumentError rescue for List replies policy check (#34452) 2025-04-14 21:11:10 +00:00
login_activity.rb
marker.rb
media_attachment.rb Change media attachments in moderated posts to not be accessible (#34872) 2025-06-12 08:53:02 +00:00
mention.rb
mute.rb
notification_group.rb Fix last paginated notification group only including data on a single notification (#33271) 2025-01-09 13:47:12 +00:00
notification_permission.rb
notification_policy.rb
notification_request.rb
notification.rb
poll_vote.rb
poll.rb Extract constant for Poll last fetch duration check (#34341) 2025-04-02 06:43:46 +00:00
preview_card_provider.rb
preview_card_trend.rb
preview_card.rb Fix fediverse:creator metadata not showing up in REST API (#33466) 2025-01-06 10:04:25 +00:00
preview_cards_status.rb
privacy_policy.rb
public_feed.rb
quote.rb Always give local quote of remote posts a quote request URI (#35383) 2025-07-15 13:01:03 +00:00
relationship_filter.rb
relationship_severance_event.rb
relay.rb
remote_follow.rb
report_filter.rb
report_note.rb
report.rb
rule_translation.rb Change rule translation interface to display english name and populate empty translations (#35170) 2025-06-25 10:02:19 +00:00
rule.rb Ensure consistent ordering of rule translations in admin interface (#35174) 2025-06-25 13:15:59 +00:00
scheduled_status.rb
search.rb
session_activation.rb
setting.rb
severed_relationship.rb
site_upload.rb
software_update.rb Add urgent scope and by_version method to SoftwareUpdate (#33470) 2025-01-06 18:23:57 +00:00
status_edit.rb Change media attachments in moderated posts to not be accessible (#34872) 2025-06-12 08:53:02 +00:00
status_pin.rb
status_stat.rb
status_trend.rb
status.rb Add Status#not_replying_to_account scope for annual report classes (#35257) 2025-07-10 07:35:04 +00:00
tag_feed.rb
tag_follow.rb
tag_trend.rb
tag.rb Prefer on: :update in Tag validation declaration (#35297) 2025-07-09 08:03:39 +00:00
terms_of_service.rb Add coverage for TermsOfService scopes/validations (#35204) 2025-06-30 10:28:14 +00:00
tombstone.rb
translation.rb
trends.rb
unavailable_domain.rb
user_invite_request.rb
user_ip.rb
user_role.rb Extract CSS_COLORS constant for UserRole regex validation (#33532) 2025-01-10 09:02:48 +00:00
user_settings.rb Add option to set emoji preferences behind feature flag (#35282) 2025-07-08 10:51:11 +00:00
user.rb Confirm User#login_activities in auth/sessions spec (#35372) 2025-07-15 06:31:00 +00:00
web.rb
webauthn_credential.rb Simplify WebauthnCredential constant limit math (#35107) 2025-06-20 10:04:14 +00:00
webhook.rb Extract secret size constants in Webhook model (#35104) 2025-06-20 10:05:24 +00:00
worker_batch.rb Add button to load new replies in web UI (#35210) 2025-07-23 13:42:07 +00:00