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
Eugen Rochko ae40724869 Add button to load new replies in web UI 2 days ago
..
account Fix handling of malformed/unusual HTML (#34201) 4 months ago
account_suggestions Persist follow recommendations from FASP (#35218) 3 weeks ago
admin Use `ActiveModel::Attributes` in admin/status_batch_action (#35255) 2 weeks ago
annual_report Fix performance of percentile calculation for annual reports (#32765) 9 months ago
concerns Extract constant for attribution domains limit in account (#35350) 4 days ago
fasp Persist follow recommendations from FASP (#35218) 3 weeks ago
form Use `Account#targeted_reports` association where needed (#35249) 2 weeks ago
terms_of_service Add min. age to terms of service (#34105) 4 months ago
trends Fix blocked accounts not being automatically removed from trending statuses (#34891) 2 months ago
user_settings Update rubocop to version 1.76.0 (#34926) 1 month ago
web Make `Web::PushSubscription#user` and `Web::PushSubscription#access_token` relationships non-optional (#34498) 3 months ago
account.rb Remove unused scopes in `Account` model (#35276) 2 weeks ago
account_alias.rb Add missing `NOT NULL` requirement to small, indexed, valid data tables (#33284) 7 months ago
account_conversation.rb Add `NOT NULL` requirement to columns on `account_conversations` (#33308) 7 months ago
account_deletion_request.rb Add missing `NOT NULL` requirement to small, indexed, valid data tables (#33284) 7 months ago
account_domain_block.rb Add missing `NOT NULL` requirement to small, indexed, valid data tables (#33284) 7 months ago
account_filter.rb Use hash arguments to `group` when possible (#32916) 8 months ago
account_migration.rb Add `OpenSSL::SSL::SSLError` to http connection errors wrapper (#32307) 9 months ago
account_moderation_note.rb
account_note.rb Add missing `NOT NULL` on more columns from "large but valid" tables (#33330) 7 months ago
account_pin.rb Add NOT NULL requirement to account columns on `AccountPin` (#33244) 7 months ago
account_relationship_severance_event.rb
account_stat.rb
account_statuses_cleanup_policy.rb Add `Status.only_polls` (and without polls) scope (#35330) 1 week ago
account_suggestions.rb Persist follow recommendations from FASP (#35218) 3 weeks ago
account_summary.rb Use `in_order_of` with `filter: false` in `AccountSummary.localized` (#33446) 6 months ago
account_warning.rb Add `AccountWarning#appeal_eligible?` method (#33526) 6 months ago
account_warning_preset.rb
admin.rb
announcement.rb Add ability to email announcements to all users (#33928) 5 months ago
announcement_filter.rb
announcement_mute.rb Add missing `NOT NULL` requirement to small, indexed, valid data tables (#33284) 7 months ago
announcement_reaction.rb Add missing `NOT NULL` requirement to small, indexed, valid data tables (#33284) 7 months ago
appeal.rb Add `AccountWarning#appeal_eligible?` method (#33526) 6 months ago
application_record.rb Rails 7+: primary_abstract_class recommendation (#32909) 8 months ago
async_refresh.rb Add FASP follow recommendation support (#34964) 1 month ago
backup.rb
block.rb
bookmark.rb
bulk_import.rb Add age/expiry duration constants to `BulkImport` class (#32839) 8 months ago
bulk_import_row.rb
canonical_email_block.rb
content_retention_policy.rb
context.rb
conversation.rb
conversation_mute.rb
custom_emoji.rb Add validation coverage for `CustomEmoji` shortcode value (#31906) 10 months ago
custom_emoji_category.rb Order emoji categories (in admin interface) by name (#33630) 6 months ago
custom_emoji_filter.rb
custom_filter.rb Enable `validate: true` on `CustomFilter#action` (#34434) 3 months ago
custom_filter_keyword.rb
custom_filter_status.rb Add coverage for `CustomFilterStatus` model (#35374) 5 days ago
domain_allow.rb
domain_block.rb Add enum validation to `DomainBlock#severity` (#29158) 6 months ago
email_domain_block.rb Add `EmailDomainBlock.parents` scope (#31968) 8 months ago
export.rb Extract `ExportSummary` class for account object counts (#32227) 10 months ago
extended_description.rb
fasp.rb Add support for FASP data sharing (#34415) 2 months ago
favourite.rb Add support for FASP data sharing (#34415) 2 months ago
featured_tag.rb Fix handling of featured tag removal (#34887) 2 months ago
feed.rb
follow.rb
follow_recommendation.rb Fix follow recommendation suppressions not applying immediately (#32392) 9 months ago
follow_recommendation_filter.rb Fix follow recommendation moderation page default language when using regional variant (#32580) 9 months ago
follow_recommendation_mute.rb Add coverage for `FollowRecommendationMute` model (#35376) 5 days ago
follow_recommendation_suppression.rb
follow_request.rb Change lists to reflect added and removed users retroactively (#32930) 8 months ago
generated_annual_report.rb Use `touch` to record viewing annual report (#35296) 2 weeks ago
home_feed.rb Experimental Async Refreshes API (#34918) 1 month ago
identity.rb
instance.rb Implement Instance Moderation Notes (#31529) 4 weeks ago
instance_filter.rb Use hash arguments to `order` when possible (Rails 7.2) (#32915) 8 months ago
instance_moderation_note.rb Implement Instance Moderation Notes (#31529) 4 weeks ago
invite.rb Fix `Invite#code` changing value on every save (#33550) 6 months ago
invite_filter.rb
ip_block.rb Fix HTTP 500 on `POST /api/v1/admin/ip_blocks` (#29308) 6 months ago
link_feed.rb Fix that blocking was not working on link timeline (#32625) 9 months ago
list.rb Use enum validation instead of `ArgumentError` rescue for `List` replies policy check (#34452) 3 months ago
list_account.rb Fix `tootctl feeds build` not building list timelines (#33783) 6 months ago
list_feed.rb
login_activity.rb
marker.rb Add missing `NOT NULL` on more columns from "large but valid" tables (#33330) 7 months ago
media_attachment.rb Change media attachments in moderated posts to not be accessible (#34872) 1 month ago
mention.rb Standardize uniqueness validation declaration on `Mention` (#33247) 7 months ago
mute.rb
notification.rb Extract `Notification::Groups` concern (#32968) 8 months ago
notification_group.rb Fix last paginated notification group only including data on a single notification (#33271) 6 months ago
notification_permission.rb
notification_policy.rb Fix notification requests from suspended accounts still being listed (#32354) 9 months ago
notification_request.rb Fix notification requests from suspended accounts still being listed (#32354) 9 months ago
poll.rb Extract constant for `Poll` last fetch duration check (#34341) 4 months ago
poll_vote.rb Add missing `NOT NULL` on more columns from "large but valid" tables (#33330) 7 months ago
preview_card.rb Fix `fediverse:creator` metadata not showing up in REST API (#33466) 6 months ago
preview_card_provider.rb Add `reviewed` and `unreviewed` scopes to `Reviewable` model concern (#31988) 10 months ago
preview_card_trend.rb
preview_cards_status.rb
privacy_policy.rb
public_feed.rb
quote.rb Always give local quote of remote posts a quote request URI (#35383) 4 days ago
relationship_filter.rb
relationship_severance_event.rb
relay.rb Always validate `inbox_url` presence on Relay (#32364) 8 months ago
remote_follow.rb Extract wrapper constant for `HTTP::*` error classes (#32285) 9 months ago
report.rb
report_filter.rb Add `relevant_params` to ReportFilter (matches account filter) (#32136) 10 months ago
report_note.rb
rule.rb Ensure consistent ordering of rule translations in admin interface (#35174) 3 weeks ago
rule_translation.rb Change rule translation interface to display english name and populate empty translations (#35170) 3 weeks ago
scheduled_status.rb Add missing `NOT NULL` requirement to small, indexed, valid data tables (#33284) 7 months ago
search.rb
session_activation.rb Use existing arel scopes instead of string ordering (#32801) 8 months ago
setting.rb Remove `thing_type` and `thing_id` columns from settings table (#31971) 8 months ago
severed_relationship.rb
site_upload.rb
software_update.rb Add `urgent` scope and `by_version` method to `SoftwareUpdate` (#33470) 6 months ago
status.rb Add `Status#not_replying_to_account` scope for annual report classes (#35257) 1 week ago
status_edit.rb Change media attachments in moderated posts to not be accessible (#34872) 1 month ago
status_pin.rb Enhance coverage for `StatusPin` model (#32515) 9 months ago
status_stat.rb Use `likes` and `shares` totalItems on status creations and updates (#32620) 9 months ago
status_trend.rb
tag.rb Prefer `on: :update` in Tag validation declaration (#35297) 2 weeks ago
tag_feed.rb
tag_follow.rb Fix pushing hashtag-followed posts to feeds of inactive users (#33018) 8 months ago
tag_trend.rb Update schema/annotations after tag trend db/redis migrate (#33173) 8 months ago
terms_of_service.rb Add coverage for `TermsOfService` scopes/validations (#35204) 3 weeks ago
tombstone.rb Add missing `NOT NULL` on more columns from "large but valid" tables (#33330) 7 months ago
translation.rb
trends.rb
unavailable_domain.rb
user.rb Confirm `User#login_activities` in auth/sessions spec (#35372) 5 days ago
user_invite_request.rb Add missing `NOT NULL` requirement to small, indexed, valid data tables (#33284) 7 months ago
user_ip.rb Add `InetContainer` with scopes of `containing` and `contained` (#32802) 8 months ago
user_role.rb Extract `CSS_COLORS` constant for `UserRole` regex validation (#33532) 6 months ago
user_settings.rb Add option to set emoji preferences behind feature flag (#35282) 2 weeks ago
web.rb
webauthn_credential.rb Simplify `WebauthnCredential` constant limit math (#35107) 4 weeks ago
webhook.rb Extract secret size constants in `Webhook` model (#35104) 4 weeks ago
worker_batch.rb Add button to load new replies in web UI 2 days ago