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
Matt Jankowski ec16ed37c3
Extract constants for header and avatar geometry (#32151)
5 months ago
..
account Change Account::Field parsing to use HTML5::DocumentFragment (#31813) 6 months ago
account_suggestions Fix in memoriam accounts appearing in follow recommendations (#31474) 6 months ago
admin Fix inability to locally suspend remotely-suspended accounts in moderation interface (#31899) 6 months ago
concerns Extract constants for header and avatar geometry (#32151) 5 months ago
form Use previously extracted model constants in form `maxlength` attributes (#32113) 5 months ago
trends Add `reviewed` and `unreviewed` scopes to `Reviewable` model concern (#31988) 5 months ago
user_settings
web Add expired/revoked scopes for doorkeeper models via extension modules (#29936) 9 months ago
account.rb Merge commit from fork 5 months ago
account_alias.rb
account_conversation.rb
account_deletion_request.rb
account_domain_block.rb
account_filter.rb
account_migration.rb Remove unused argument from `AccountMigration.within_cooldown` (#31892) 6 months ago
account_moderation_note.rb Fix sort order of moderation notes on Reports and Accounts (#31528) 6 months ago
account_note.rb Extract constants for column size length validation limits (#30045) 10 months ago
account_pin.rb
account_relationship_severance_event.rb Change `AccountRelationshipSeveranceEvent` model to store lost followers and following counts separately (#29714) 11 months ago
account_stat.rb Add `AccountStat.by_recent_status`, use in `Account` (#29704) 11 months ago
account_statuses_cleanup_policy.rb Add method for media-referencing status in `AccountStatusCleanupPolicy` (#31798) 6 months ago
account_suggestions.rb
account_summary.rb
account_warning.rb Pull out constant from `AccountWarning.recent` scope (#29767) 11 months ago
account_warning_preset.rb
admin.rb
announcement.rb Change `/api/v1/announcements` to return regular `Status` entities (#26736) 11 months ago
announcement_filter.rb
announcement_mute.rb
announcement_reaction.rb Add `CustomEmoji.enabled` scope (#31830) 6 months ago
appeal.rb Extract `TEXT_LENGTH_LIMIT` constant in `Appeal` class (#30638) 9 months ago
application_record.rb Prevent accidental serialization of `Account` and `User` records (#30079) 10 months ago
backup.rb
block.rb
bookmark.rb
bulk_import.rb Use enum-generated scopes/queries for `BulkImport` (#29975) 11 months ago
bulk_import_row.rb
canonical_email_block.rb Revert "Allow unblocking email addresses from any matching account (#29305)" (#30385) 9 months ago
content_retention_policy.rb
context.rb
conversation.rb
conversation_mute.rb
custom_emoji.rb Add validation coverage for `CustomEmoji` shortcode value (#31906) 6 months ago
custom_emoji_category.rb
custom_emoji_filter.rb
custom_filter.rb Remove unused memoization in `CustomFilter#expires_in` method (#30117) 10 months ago
custom_filter_keyword.rb Extract shared callback behaviour to `CustomFilterCache` concern (#29695) 11 months ago
custom_filter_status.rb Extract shared callback behaviour to `CustomFilterCache` concern (#29695) 11 months ago
domain_allow.rb
domain_block.rb
email_domain_block.rb
export.rb
extended_description.rb
favourite.rb
featured_tag.rb Add `FeaturedTag` coverage, use `pick` in model (#31828) 6 months ago
feed.rb Remove caching in `cache_collection` (#29862) 11 months ago
follow.rb
follow_recommendation.rb
follow_recommendation_filter.rb
follow_recommendation_mute.rb
follow_recommendation_suppression.rb
follow_request.rb
generated_annual_report.rb
home_feed.rb
identity.rb
import.rb
instance.rb
instance_filter.rb
invite.rb Fix `Rails/WhereRange` cop (#30343) 9 months ago
invite_filter.rb
ip_block.rb
link_feed.rb Add timeline of public posts about a trending link to REST API (#30381) 9 months ago
list.rb Add coverage for title/limit validations in `List` model (#31869) 6 months ago
list_account.rb Add coverage for `ListAccount` follow/follow_request set up (#31896) 6 months ago
list_feed.rb
login_activity.rb
marker.rb
media_attachment.rb Don't push to cache buster if attachment path is nil (#31414) 7 months ago
mention.rb Remove unused `Mention#active?` method (#31697) 6 months ago
mute.rb
notification.rb Add notification grouping for follow notifications (#32085) 5 months ago
notification_group.rb Fix N+1s in grouped notifications (#31638) 6 months ago
notification_permission.rb
notification_policy.rb Revamp notification policy options (#31343) 7 months ago
notification_request.rb Change notification requests to only count mentions (#31322) 7 months ago
poll.rb
poll_vote.rb
preview_card.rb Increase preview card image size limit from 2MB to 8MB when using libvips (#31904) 6 months ago
preview_card_provider.rb Add `reviewed` and `unreviewed` scopes to `Reviewable` model concern (#31988) 5 months ago
preview_card_trend.rb Add `not_allowed` scope for `PreviewCardTrend` (#29599) 11 months ago
preview_cards_status.rb
privacy_policy.rb
public_feed.rb Remove caching in `cache_collection` (#29862) 11 months ago
relationship_filter.rb Add `AccountStat.by_recent_status`, use in `Account` (#29704) 11 months ago
relationship_severance_event.rb Update `enum` away from deprecated (#29678) 11 months ago
relay.rb
remote_follow.rb Remove `WebfingerHelper` module & move usage inline (#31203) 5 months ago
report.rb Add optional OAuth application to reports (#30539) 8 months ago
report_filter.rb
report_note.rb Fix sort order of moderation notes on Reports and Accounts (#31528) 6 months ago
rule.rb Extract constants for column size length validation limits (#30045) 10 months ago
scheduled_status.rb
search.rb
session_activation.rb
setting.rb
severed_relationship.rb Use existing `SeveredRelationship.about_local_account` scope in more places (#29673) 11 months ago
site_upload.rb Drop favicon.ico generation (#30375) 8 months ago
software_update.rb
status.rb Handle invalid visibility (#31571) 6 months ago
status_edit.rb Limit attachments to `MEDIA_ATTACHMENTS_LIMIT` when returning posts through the API (#30932) 8 months ago
status_pin.rb
status_stat.rb
status_trend.rb
tag.rb Add `reviewed` and `unreviewed` scopes to `Reviewable` model concern (#31988) 5 months ago
tag_feed.rb Remove caching in `cache_collection` (#29862) 11 months ago
tag_follow.rb
tombstone.rb
translation.rb
trends.rb
unavailable_domain.rb
user.rb Move OTP secret length to configuration (#32125) 5 months ago
user_invite_request.rb Extract constants for column size length validation limits (#30045) 10 months ago
user_ip.rb Add `by_latest_used` scope, move admin area recent IPs to partial (#29497) 11 months ago
user_role.rb
user_settings.rb Add setting to disable hover cards (#30931) 8 months ago
web.rb
webauthn_credential.rb Extract `SIGN_COUNT_LIMIT` constant in `WebauthnCredential` class (#30636) 9 months ago
webhook.rb