Matt Jankowski 245064bb98 Move "everyone" role and "instance actor" account magic number IDs to constants (#29260) 7 months ago
..
account 717683d1c3 Autofix Rubocop remaining Layout rules (#23679) 1 year ago
account_suggestions 7ee93b7431 Change `source` attribute of `Suggestion` entity in `/api/v2/suggestions` back to a string (#29108) 7 months ago
admin 1480573c83 Add `Account.auditable` scope, fix N+1 in admin/action_logs#index (#28812) 8 months ago
concerns 245064bb98 Move "everyone" role and "instance actor" account magic number IDs to constants (#29260) 7 months ago
form a2f02a0775 Disable `Rails/SkipsModelValidations` cop (#28712) 8 months ago
trends d83d01eb1e Fix `Lint/RedundantSafeNavigation` cop (#28172) 10 months ago
user_settings 5631f139c1 Fix `Lint/SymbolConversion` cop (#28175) 10 months ago
web f70f39dd04 Add explicit `dependent: nil` to associations (#28169) 10 months ago
account.rb 245064bb98 Move "everyone" role and "instance actor" account magic number IDs to constants (#29260) 7 months ago
account_alias.rb 714e3ae5b5 Use Rails 7.1 `normalizes` feature (#27521) 11 months ago
account_conversation.rb ebfeaebedb Fix /api/v1/conversations sometimes returning empty accounts (#25499) 1 year ago
account_deletion_request.rb ed099d8bdc Change account suspensions to be reversible by default (#14726) 4 years ago
account_domain_block.rb b5ac61b2c5 Change algorithm of follow recommendations (#28314) 9 months ago
account_filter.rb cd4b4d4734 Replace unused `by_recent_sign_in` scope (#28616) 8 months ago
account_migration.rb 714e3ae5b5 Use Rails 7.1 `normalizes` feature (#27521) 11 months ago
account_moderation_note.rb 717683d1c3 Autofix Rubocop remaining Layout rules (#23679) 1 year ago
account_note.rb 717683d1c3 Autofix Rubocop remaining Layout rules (#23679) 1 year ago
account_pin.rb 717683d1c3 Autofix Rubocop remaining Layout rules (#23679) 1 year ago
account_stat.rb cb2ce842b0 Autofix Rubocop Rails/IgnoredColumnsAssignment (#23761) 1 year ago
account_statuses_cleanup_policy.rb 9f5deb310b Fix Performance/MapCompact cop (#24797) 1 year ago
account_suggestions.rb 7ee93b7431 Change `source` attribute of `Suggestion` entity in `/api/v2/suggestions` back to a string (#29108) 7 months ago
account_summary.rb 86500e3312 Extract scenic view model common methods to concern (#28111) 7 months ago
account_warning.rb cfadb87077 Update enum syntax to use the new Rails 7.0 style (#29217) 7 months ago
account_warning_preset.rb f556f79b77 Add titles to warning presets in admin UI (#13252) 4 years ago
admin.rb e84fecb7e9 Add logging of admin actions (#5757) 6 years ago
announcement.rb 1b0cb3b54d Announcement reactions query spec improvement and refactor (#28768) 8 months ago
announcement_filter.rb b31afc6294 Fix error when passing unknown filter param in REST API (#20626) 1 year ago
announcement_mute.rb f52c988e12 Add announcements (#12662) 4 years ago
announcement_reaction.rb b5c4b47746 Fix Rails/ActiveRecordCallbacksOrder cop (#24689) 1 year ago
appeal.rb aaa6f2e930 Group common `class_name` options in associations (#28779) 8 months ago
application_record.rb 39da3d86f8 Fix ActiveRecord using two connection pools when no replica is defined (#27061) 1 year ago
backup.rb e084b5b82d Fix user archive takeout when using OpenStack Swift or S3 providers with no ACL support (#24200) 1 year ago
block.rb b5ac61b2c5 Change algorithm of follow recommendations (#28314) 9 months ago
bookmark.rb 717683d1c3 Autofix Rubocop remaining Layout rules (#23679) 1 year ago
bulk_import.rb cfadb87077 Update enum syntax to use the new Rails 7.0 style (#29217) 7 months ago
bulk_import_row.rb 32a030dd74 Rewrite import feature (#21054) 1 year ago
canonical_email_block.rb 717683d1c3 Autofix Rubocop remaining Layout rules (#23679) 1 year ago
content_retention_policy.rb 5c9abdeff1 Add retention policy for cached content and media (#19232) 2 years ago
context.rb 8b2cad5637 Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) 7 years ago
conversation.rb f70f39dd04 Add explicit `dependent: nil` to associations (#28169) 10 months ago
conversation_mute.rb 717683d1c3 Autofix Rubocop remaining Layout rules (#23679) 1 year ago
custom_emoji.rb e827c4692c Use Arel `matches` method in CustomEmoji search (#28615) 8 months ago
custom_emoji_category.rb f70f39dd04 Add explicit `dependent: nil` to associations (#28169) 10 months ago
custom_emoji_filter.rb 57f49c8191 Use Arel `nulls_first` method in ordering CustomEmojiFilter scope (#28614) 8 months ago
custom_filter.rb cfadb87077 Update enum syntax to use the new Rails 7.0 style (#29217) 7 months ago
custom_filter_keyword.rb 6b6586f5d0 Add `CustomFilterKeyword#to_regex` method (#28893) 8 months ago
custom_filter_status.rb 717683d1c3 Autofix Rubocop remaining Layout rules (#23679) 1 year ago
device.rb 717683d1c3 Autofix Rubocop remaining Layout rules (#23679) 1 year ago
domain_allow.rb d0b3bc23d7 Remove unused `matches_domain` scopes on Account, DomainAllow, DomainBlock (#28803) 8 months ago
domain_block.rb cfadb87077 Update enum syntax to use the new Rails 7.0 style (#29217) 7 months ago
email_domain_block.rb aaa6f2e930 Group common `class_name` options in associations (#28779) 8 months ago
encrypted_message.rb 717683d1c3 Autofix Rubocop remaining Layout rules (#23679) 1 year ago
export.rb 50948b46aa Add ability to filter followed accounts' posts by language (#19095) 2 years ago
extended_description.rb 1bd00036c2 Change about page to be mounted in the web UI (#19345) 1 year ago
favourite.rb 717683d1c3 Autofix Rubocop remaining Layout rules (#23679) 1 year ago
featured_tag.rb f866413e72 Extract shared tagged statuses method in `FeaturedTag` (#28805) 8 months ago
feed.rb 45770c9306 Fix `Performance/MapMethodChain` cop (#27744) 10 months ago
follow.rb b5ac61b2c5 Change algorithm of follow recommendations (#28314) 9 months ago
follow_recommendation.rb 86500e3312 Extract scenic view model common methods to concern (#28111) 7 months ago
follow_recommendation_filter.rb b5ac61b2c5 Change algorithm of follow recommendations (#28314) 9 months ago
follow_recommendation_mute.rb b5ac61b2c5 Change algorithm of follow recommendations (#28314) 9 months ago
follow_recommendation_suppression.rb b5ac61b2c5 Change algorithm of follow recommendations (#28314) 9 months ago
follow_request.rb a2f02a0775 Disable `Rails/SkipsModelValidations` cop (#28712) 8 months ago
generated_annual_report.rb 5b1eb09d54 Add annual reports for accounts (#28693) 8 months ago
home_feed.rb efffdd3778 Fix rubocop config and warnings (#15503) 3 years ago
identity.rb b31af34c97 Merge pull request from GHSA-vm39-j3vx-pch3 7 months ago
import.rb cfadb87077 Update enum syntax to use the new Rails 7.0 style (#29217) 7 months ago
instance.rb 86500e3312 Extract scenic view model common methods to concern (#28111) 7 months ago
instance_filter.rb b31afc6294 Fix error when passing unknown filter param in REST API (#20626) 1 year ago
invite.rb f70f39dd04 Add explicit `dependent: nil` to associations (#28169) 10 months ago
invite_filter.rb b31afc6294 Fix error when passing unknown filter param in REST API (#20626) 1 year ago
ip_block.rb cfadb87077 Update enum syntax to use the new Rails 7.0 style (#29217) 7 months ago
list.rb cfadb87077 Update enum syntax to use the new Rails 7.0 style (#29217) 7 months ago
list_account.rb a2a22bad23 Fix various edge cases with local moves (#24812) 1 year ago
list_feed.rb efffdd3778 Fix rubocop config and warnings (#15503) 3 years ago
login_activity.rb cfadb87077 Update enum syntax to use the new Rails 7.0 style (#29217) 7 months ago
marker.rb e445a8af64 Add timeline read markers API (#11762) 5 years ago
media_attachment.rb cfadb87077 Update enum syntax to use the new Rails 7.0 style (#29217) 7 months ago
mention.rb 717683d1c3 Autofix Rubocop remaining Layout rules (#23679) 1 year ago
message_franking.rb 5d8398c8b8 Add E2EE API (#13820) 4 years ago
mute.rb b5ac61b2c5 Change algorithm of follow recommendations (#28314) 9 months ago
notification.rb dcc24db793 Fix N+1s because of association preloaders not actually getting called (#28339) 9 months ago
one_time_key.rb 717683d1c3 Autofix Rubocop remaining Layout rules (#23679) 1 year ago
poll.rb 9d413cbaf8 Fix `Rails/WhereExists` cop in app/models (#28863) 8 months ago
poll_vote.rb 4bb39ac3c3 Fix single-record invalid condition on PollVote (#23810) 1 year ago
preview_card.rb cfadb87077 Update enum syntax to use the new Rails 7.0 style (#29217) 7 months ago
preview_card_provider.rb bd810391d6 Properly remove tIME chunk from PNG uploads (#27111) 1 year ago
preview_card_trend.rb 45ebdb72ca Add support for language preferences for trending statuses and links (#18288) 2 years ago
preview_cards_status.rb b5ac61b2c5 Change algorithm of follow recommendations (#28314) 9 months ago
privacy_policy.rb 5fc4ae7c5f Move privacy policy into markdown file (#28699) 8 months ago
public_feed.rb f337008819 Fix timeout on invalid set of exclusionary parameters in `/api/v1/timelines/public` (#26239) 1 year ago
relationship_filter.rb 340c390849 Fix crash when filtering for “dormant” relationships (#27306) 11 months ago
relay.rb cfadb87077 Update enum syntax to use the new Rails 7.0 style (#29217) 7 months ago
remote_follow.rb 2177daeae9 Autofix Rubocop Style/RedundantBegin (#23703) 1 year ago
report.rb cfadb87077 Update enum syntax to use the new Rails 7.0 style (#29217) 7 months ago
report_filter.rb 2016c5d912 Fix deprecation warning about `rewhere: true` being default behavior (Rails 7.1 prep) (#27190) 1 year ago
report_note.rb 717683d1c3 Autofix Rubocop remaining Layout rules (#23679) 1 year ago
rule.rb 2e2ba39abf Fix rules with same priority being sorted non-deterministically (#20623) 1 year ago
scheduled_status.rb 86f27b178c Fix deleting a scheduled status immediately deleting media attachments (#9728) 5 years ago
search.rb 8b2cad5637 Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) 7 years ago
session_activation.rb 9d413cbaf8 Fix `Rails/WhereExists` cop in app/models (#28863) 8 months ago
setting.rb 10203bd57a Clean up `Setting` model and remove dead code (#28661) 8 months ago
site_upload.rb bd810391d6 Properly remove tIME chunk from PNG uploads (#27111) 1 year ago
software_update.rb cfadb87077 Update enum syntax to use the new Rails 7.0 style (#29217) 7 months ago
status.rb cfadb87077 Update enum syntax to use the new Rails 7.0 style (#29217) 7 months ago
status_edit.rb 4be12791e6 Remove `default_scope` from `StatusEdit` class (#28042) 10 months ago
status_pin.rb 717683d1c3 Autofix Rubocop remaining Layout rules (#23679) 1 year ago
status_stat.rb e4f5114aaf Fix obsolete cache key in status cache invalidation logic (#26934) 1 year ago
status_trend.rb f01310dadb Fix trending statuses returning more than one post by the same author (#19349) 1 year ago
system_key.rb a6f77aa28a Autofix Rubocop Lint/AmbiguousOperatorPrecedence (#23681) 1 year ago
tag.rb b0207d7757 Add coverage for `Tag.recently_used` scope (#28850) 8 months ago
tag_feed.rb 0cd0786aef Revert filtering public timelines by locale by default (#20294) 1 year ago
tag_follow.rb c3f0621a59 Add ability to follow hashtags (#18809) 2 years ago
tombstone.rb ce8635605c Record deleted(by mod) status to prevent re-appear (#10732) 5 years ago
translation.rb 69057467cb Translate CW, poll options and media descriptions (#24175) 1 year ago
trends.rb cf33028f35 Admin mailer parameterization (#25759) 1 year ago
unavailable_domain.rb 717683d1c3 Autofix Rubocop remaining Layout rules (#23679) 1 year ago
user.rb 68eaa804c9 Merge pull request from GHSA-7w3c-p9j8-mq3x 7 months ago
user_invite_request.rb 8b69a66380 Add "why do you want to join" field to invite requests (#10524) 5 years ago
user_ip.rb 86500e3312 Extract scenic view model common methods to concern (#28111) 7 months ago
user_role.rb 245064bb98 Move "everyone" role and "instance actor" account magic number IDs to constants (#29260) 7 months ago
user_settings.rb 16681e0f20 Add admin notifications for new Mastodon versions (#26582) 1 year ago
web.rb e25170f960 Add extended about page stub 7 years ago
webauthn_credential.rb 717683d1c3 Autofix Rubocop remaining Layout rules (#23679) 1 year ago
webhook.rb b7807f3d84 Use `normalizes` to prepare `Webhook#events` value (#27605) 10 months ago