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 096057b845
Change `author_account` to be `authors` in REST API (#30846)
4 months ago
..
account
account_suggestions Consolidate account scopes for `LOWER` (index using) username/domain queries (#30451) 5 months ago
admin Fix moderation action logs (#30342) 5 months ago
concerns Add support for libvips in addition to ImageMagick (#30090) 4 months ago
form Allow admins to configure instance favicon and logo (#30040) 5 months ago
trends Add `not_allowed` scope for `PreviewCardTrend` (#29599) 7 months ago
user_settings
web Add expired/revoked scopes for doorkeeper models via extension modules (#29936) 4 months ago
account.rb Consolidate account scopes for `LOWER` (index using) username/domain queries (#30451) 5 months ago
account_alias.rb
account_conversation.rb
account_deletion_request.rb
account_domain_block.rb
account_filter.rb
account_migration.rb
account_moderation_note.rb Improve Report Notes and Account Moderation Notes (#30288) 5 months ago
account_note.rb Extract constants for column size length validation limits (#30045) 6 months ago
account_pin.rb
account_relationship_severance_event.rb Change `AccountRelationshipSeveranceEvent` model to store lost followers and following counts separately (#29714) 7 months ago
account_stat.rb Add `AccountStat.by_recent_status`, use in `Account` (#29704) 7 months ago
account_statuses_cleanup_policy.rb
account_suggestions.rb
account_summary.rb
account_warning.rb Pull out constant from `AccountWarning.recent` scope (#29767) 7 months ago
account_warning_preset.rb
admin.rb
announcement.rb Change `/api/v1/announcements` to return regular `Status` entities (#26736) 6 months ago
announcement_filter.rb
announcement_mute.rb
announcement_reaction.rb
appeal.rb Extract `TEXT_LENGTH_LIMIT` constant in `Appeal` class (#30638) 4 months ago
application_record.rb Prevent accidental serialization of `Account` and `User` records (#30079) 6 months ago
backup.rb
block.rb
bookmark.rb
bulk_import.rb Use enum-generated scopes/queries for `BulkImport` (#29975) 6 months ago
bulk_import_row.rb
canonical_email_block.rb Revert "Allow unblocking email addresses from any matching account (#29305)" (#30385) 5 months ago
content_retention_policy.rb
context.rb
conversation.rb
conversation_mute.rb
custom_emoji.rb Fix Mastodon relying on ImageMagick even with `MASTODON_USE_LIBVIPS` (#30590) 4 months ago
custom_emoji_category.rb
custom_emoji_filter.rb
custom_filter.rb Remove unused memoization in `CustomFilter#expires_in` method (#30117) 6 months ago
custom_filter_keyword.rb Extract shared callback behaviour to `CustomFilterCache` concern (#29695) 6 months ago
custom_filter_status.rb Extract shared callback behaviour to `CustomFilterCache` concern (#29695) 6 months ago
device.rb
domain_allow.rb
domain_block.rb Extract `by_domain_length` scope in `DomainNormalizable` concern (#29517) 7 months ago
email_domain_block.rb Extract `by_domain_length` scope in `DomainNormalizable` concern (#29517) 7 months ago
encrypted_message.rb
export.rb
extended_description.rb
favourite.rb
featured_tag.rb Add scope `Status.distributable_visibility` (#29950) 6 months ago
feed.rb Remove caching in `cache_collection` (#29862) 6 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 Update enum syntax to use the new Rails 7.0 style (#29217) 8 months ago
instance.rb
instance_filter.rb
invite.rb Fix `Rails/WhereRange` cop (#30343) 5 months ago
invite_filter.rb
ip_block.rb Use enum-generated scope for `IpBlock` in CLI (#28144) 7 months ago
link_feed.rb Add timeline of public posts about a trending link to REST API (#30381) 4 months ago
list.rb Update enum syntax to use the new Rails 7.0 style (#29217) 8 months ago
list_account.rb
list_feed.rb
login_activity.rb Add `BrowserDetection` model concern (#29513) 7 months ago
marker.rb
media_attachment.rb Update enum syntax to use the new Rails 7.0 style (#29217) 8 months ago
mention.rb Fix `mentions.account_id` and `mentions.status_id` not having `NOT NULL` database constraints (#30591) 4 months ago
message_franking.rb
mute.rb
notification.rb Fix limit handling in grouped notifications CTE (#30685) 4 months ago
notification_group.rb Change `/api/v2_alpha/notifications` to only return historical data in pages (#30781) 4 months ago
notification_permission.rb Add notification policies and notification requests (#29366) 7 months ago
notification_policy.rb Add notification policies and notification requests (#29366) 7 months ago
notification_request.rb Fix error when attempting to delete posts that triggered a notification request (#29666) 7 months ago
one_time_key.rb
poll.rb
poll_vote.rb
preview_card.rb Change `author_account` to be `authors` in REST API (#30846) 4 months ago
preview_card_provider.rb Extract `by_domain_length` scope in `DomainNormalizable` concern (#29517) 7 months ago
preview_card_trend.rb Add `not_allowed` scope for `PreviewCardTrend` (#29599) 7 months ago
preview_cards_status.rb
privacy_policy.rb
public_feed.rb Remove caching in `cache_collection` (#29862) 6 months ago
relationship_filter.rb Add `AccountStat.by_recent_status`, use in `Account` (#29704) 7 months ago
relationship_severance_event.rb Update `enum` away from deprecated (#29678) 7 months ago
relay.rb Update enum syntax to use the new Rails 7.0 style (#29217) 8 months ago
remote_follow.rb
report.rb Extract constants for column size length validation limits (#30045) 6 months ago
report_filter.rb
report_note.rb Improve Report Notes and Account Moderation Notes (#30288) 5 months ago
rule.rb Extract constants for column size length validation limits (#30045) 6 months ago
scheduled_status.rb
search.rb
session_activation.rb Add `BrowserDetection` model concern (#29513) 7 months ago
setting.rb
severed_relationship.rb Use existing `SeveredRelationship.about_local_account` scope in more places (#29673) 7 months ago
site_upload.rb Drop favicon.ico generation (#30375) 4 months ago
software_update.rb Update enum syntax to use the new Rails 7.0 style (#29217) 8 months ago
status.rb Add support for `fediverse:creator` OpenGraph tag (#30398) 5 months ago
status_edit.rb Fix `/admin/accounts/:account_id/statuses/:id` for edited posts with media attachments (#30819) 4 months ago
status_pin.rb
status_stat.rb
status_trend.rb Add `RankedTrend` concern for trends classes (#29388) 8 months ago
system_key.rb
tag.rb Fix hashtag matching pattern matching some link anchors (#30190) 5 months ago
tag_feed.rb Remove caching in `cache_collection` (#29862) 6 months ago
tag_follow.rb
tombstone.rb
translation.rb
trends.rb
unavailable_domain.rb
user.rb Update `devise-two-factor` to version 5.0.0 (#28325) 6 months ago
user_invite_request.rb Extract constants for column size length validation limits (#30045) 6 months ago
user_ip.rb Add `by_latest_used` scope, move admin area recent IPs to partial (#29497) 7 months ago
user_role.rb Move `nobody` position in `UserRole` magic number to constant (#29465) 8 months ago
user_settings.rb Remove setting for unfollow confirmation modal, and make it unconditional (#29373) 7 months ago
web.rb
webauthn_credential.rb Extract `SIGN_COUNT_LIMIT` constant in `WebauthnCredential` class (#30636) 4 months ago
webhook.rb