You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Matt Jankowski 5fc4ae7c5f
Move privacy policy into markdown file (#28699)
10 months ago
..
account Autofix Rubocop remaining Layout rules (#23679) 2 years ago
account_suggestions Move followable by logic to suggestion class (#28710) 10 months ago
admin Add `Account.auditable` scope, fix N+1 in admin/action_logs#index (#28812) 10 months ago
concerns Fix `Rails/WhereExists` cop in account/interactions concern (#28789) 10 months ago
form Disable `Rails/SkipsModelValidations` cop (#28712) 10 months ago
trends Fix `Lint/RedundantSafeNavigation` cop (#28172) 12 months ago
user_settings Fix `Lint/SymbolConversion` cop (#28175) 12 months ago
web Add explicit `dependent: nil` to associations (#28169) 12 months ago
account.rb Add `Account.auditable` scope, fix N+1 in admin/action_logs#index (#28812) 10 months ago
account_alias.rb Use Rails 7.1 `normalizes` feature (#27521) 1 year ago
account_conversation.rb Fix /api/v1/conversations sometimes returning empty accounts (#25499) 1 year ago
account_deletion_request.rb Change account suspensions to be reversible by default (#14726) 4 years ago
account_domain_block.rb Change algorithm of follow recommendations (#28314) 11 months ago
account_filter.rb Replace unused `by_recent_sign_in` scope (#28616) 10 months ago
account_migration.rb Use Rails 7.1 `normalizes` feature (#27521) 1 year ago
account_moderation_note.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
account_note.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
account_pin.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
account_stat.rb Autofix Rubocop Rails/IgnoredColumnsAssignment (#23761) 2 years ago
account_statuses_cleanup_policy.rb Fix Performance/MapCompact cop (#24797) 1 year ago
account_suggestions.rb Change algorithm of follow recommendations (#28314) 11 months ago
account_summary.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
account_warning.rb Use Rails 7.1 `normalizes` feature (#27521) 1 year ago
account_warning_preset.rb Add titles to warning presets in admin UI (#13252) 5 years ago
admin.rb Add logging of admin actions (#5757) 7 years ago
announcement.rb Announcement reactions query spec improvement and refactor (#28768) 10 months ago
announcement_filter.rb Fix error when passing unknown filter param in REST API (#20626) 2 years ago
announcement_mute.rb Add announcements (#12662) 5 years ago
announcement_reaction.rb Fix Rails/ActiveRecordCallbacksOrder cop (#24689) 2 years ago
appeal.rb Group common `class_name` options in associations (#28779) 10 months ago
application_record.rb Fix ActiveRecord using two connection pools when no replica is defined (#27061) 1 year ago
backup.rb Fix user archive takeout when using OpenStack Swift or S3 providers with no ACL support (#24200) 2 years ago
block.rb Change algorithm of follow recommendations (#28314) 11 months ago
bookmark.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
bulk_import.rb Disable `Rails/SkipsModelValidations` cop (#28712) 10 months ago
bulk_import_row.rb Rewrite import feature (#21054) 2 years ago
canonical_email_block.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
content_retention_policy.rb Add retention policy for cached content and media (#19232) 2 years ago
context.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) 7 years ago
conversation.rb Add explicit `dependent: nil` to associations (#28169) 12 months ago
conversation_mute.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
custom_emoji.rb Use Arel `matches` method in CustomEmoji search (#28615) 10 months ago
custom_emoji_category.rb Add explicit `dependent: nil` to associations (#28169) 12 months ago
custom_emoji_filter.rb Use Arel `nulls_first` method in ordering CustomEmojiFilter scope (#28614) 10 months ago
custom_filter.rb Enable Rails 7.1 Marshalling format (#28609) 10 months ago
custom_filter_keyword.rb Enable Rails 7.1 Marshalling format (#28609) 10 months ago
custom_filter_status.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
device.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
domain_allow.rb Remove unused `matches_domain` scopes on Account, DomainAllow, DomainBlock (#28803) 10 months ago
domain_block.rb Remove unused `matches_domain` scopes on Account, DomainAllow, DomainBlock (#28803) 10 months ago
email_domain_block.rb Group common `class_name` options in associations (#28779) 10 months ago
encrypted_message.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
export.rb Add ability to filter followed accounts' posts by language (#19095) 2 years ago
extended_description.rb Change about page to be mounted in the web UI (#19345) 2 years ago
favourite.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
featured_tag.rb Extract shared tagged statuses method in `FeaturedTag` (#28805) 10 months ago
feed.rb Fix `Performance/MapMethodChain` cop (#27744) 1 year ago
follow.rb Change algorithm of follow recommendations (#28314) 11 months ago
follow_recommendation.rb Change follow recommendation materialized view to be faster in most cases (#26545) 1 year ago
follow_recommendation_filter.rb Change algorithm of follow recommendations (#28314) 11 months ago
follow_recommendation_mute.rb Change algorithm of follow recommendations (#28314) 11 months ago
follow_recommendation_suppression.rb Change algorithm of follow recommendations (#28314) 11 months ago
follow_request.rb Disable `Rails/SkipsModelValidations` cop (#28712) 10 months ago
home_feed.rb Fix rubocop config and warnings (#15503) 4 years ago
identity.rb Change Identity to not destroy associated User on destroy (#25098) 1 year ago
import.rb Rewrite import feature (#21054) 2 years ago
instance.rb Add coverage for `api/v1/peers/search` endpoint and extract controller query to Instance scope (#28796) 10 months ago
instance_filter.rb Fix error when passing unknown filter param in REST API (#20626) 2 years ago
invite.rb Add explicit `dependent: nil` to associations (#28169) 12 months ago
invite_filter.rb Fix error when passing unknown filter param in REST API (#20626) 2 years ago
ip_block.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
list.rb Fix incorrect model annotation for List#exclusive (#26313) 1 year ago
list_account.rb Fix various edge cases with local moves (#24812) 2 years ago
list_feed.rb Fix rubocop config and warnings (#15503) 4 years ago
login_activity.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
marker.rb Add timeline read markers API (#11762) 5 years ago
media_attachment.rb Remove `default_scope` from `MediaAttachment` class (#28043) 12 months ago
mention.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
message_franking.rb Add E2EE API (#13820) 5 years ago
mute.rb Change algorithm of follow recommendations (#28314) 11 months ago
notification.rb Fix N+1s because of association preloaders not actually getting called (#28339) 11 months ago
one_time_key.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
poll.rb Group common `class_name` options in associations (#28779) 10 months ago
poll_vote.rb Fix single-record invalid condition on PollVote (#23810) 2 years ago
preview_card.rb Change link previews to keep original URL from the status (#27312) 1 year ago
preview_card_provider.rb Properly remove tIME chunk from PNG uploads (#27111) 1 year ago
preview_card_trend.rb Add support for language preferences for trending statuses and links (#18288) 2 years ago
preview_cards_status.rb Change algorithm of follow recommendations (#28314) 11 months ago
privacy_policy.rb Move privacy policy into markdown file (#28699) 10 months ago
public_feed.rb Fix timeout on invalid set of exclusionary parameters in `/api/v1/timelines/public` (#26239) 1 year ago
relationship_filter.rb Fix crash when filtering for “dormant” relationships (#27306) 1 year ago
relay.rb Use Rails 7.1 `normalizes` feature (#27521) 1 year ago
remote_follow.rb Autofix Rubocop Style/RedundantBegin (#23703) 2 years ago
report.rb Group common `class_name` options in associations (#28779) 10 months ago
report_filter.rb Fix deprecation warning about `rewhere: true` being default behavior (Rails 7.1 prep) (#27190) 1 year ago
report_note.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
rule.rb Fix rules with same priority being sorted non-deterministically (#20623) 2 years ago
scheduled_status.rb Fix deleting a scheduled status immediately deleting media attachments (#9728) 6 years ago
search.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) 7 years ago
session_activation.rb Fix Rails/ActiveRecordCallbacksOrder cop (#24689) 2 years ago
setting.rb Clean up `Setting` model and remove dead code (#28661) 10 months ago
site_upload.rb Properly remove tIME chunk from PNG uploads (#27111) 1 year ago
software_update.rb Add admin notifications for new Mastodon versions (#26582) 1 year ago
status.rb Group common `class_name` options in associations (#28779) 10 months ago
status_edit.rb Remove `default_scope` from `StatusEdit` class (#28042) 12 months ago
status_pin.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
status_stat.rb Fix obsolete cache key in status cache invalidation logic (#26934) 1 year ago
status_trend.rb Fix trending statuses returning more than one post by the same author (#19349) 2 years ago
system_key.rb Autofix Rubocop Lint/AmbiguousOperatorPrecedence (#23681) 2 years ago
tag.rb Added Thai diacritics and tone marks in HASHTAG_INVALID_CHARS_RE (#26576) 1 year ago
tag_feed.rb Revert filtering public timelines by locale by default (#20294) 2 years ago
tag_follow.rb Add ability to follow hashtags (#18809) 2 years ago
tombstone.rb Record deleted(by mod) status to prevent re-appear (#10732) 6 years ago
translation.rb Translate CW, poll options and media descriptions (#24175) 1 year ago
trends.rb Admin mailer parameterization (#25759) 1 year ago
unavailable_domain.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
user.rb Fix `Rails/WhereExists` cop in User model (#28792) 10 months ago
user_invite_request.rb Add "why do you want to join" field to invite requests (#10524) 6 years ago
user_ip.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
user_role.rb Refactor, lint fix, and bug fix on admin/roles/form partial (#27558) 12 months ago
user_settings.rb Add admin notifications for new Mastodon versions (#26582) 1 year ago
web.rb Add extended about page stub 8 years ago
webauthn_credential.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
webhook.rb Use `normalizes` to prepare `Webhook#events` value (#27605) 1 year ago