Matt Jankowski ea8e7f3e9d Align `TagServersMeasure` query style with other classes (#29414) 3 months ago
..
activitypub 1726085db5 Merge pull request from GHSA-3fjr-858r-92rw 4 months ago
admin ea8e7f3e9d Align `TagServersMeasure` query style with other classes (#29414) 3 months ago
annual_report 5b1eb09d54 Add annual reports for accounts (#28693) 4 months ago
connection_pool 1a6c2e450a Update rubocop to v1.54.1 (#25627) 11 months ago
importer 770fd993ec Fix importer returning negative row estimates (#27258) 8 months ago
node_info d6f50839e1 Fix `RSpec/SpecFilePathFormat` cops (#27730) 7 months ago
ostatus 0e5b8fc46b Fix `Style/RedundantReturn` cop (#28391) 5 months ago
rss 30f5ec7303 Rubocop fix: `Perfomance/UnfreezeString` (#26217) 10 months ago
translation_service 69057467cb Translate CW, poll options and media descriptions (#24175) 1 year ago
vacuum 7a1f087659 Add `created_before` and `updated_before` scopes to `MediaAttachment` (#28869) 4 months ago
webhooks 4eda233e09 Add webhook templating (#23289) 1 year ago
access_token_extension.rb 3917353645 Fix single Redis connection being used across all threads (#18135) 2 years ago
account_reach_finder.rb 9015c2d646 Change profile updates to be sent to recently-mentioned servers (#24852) 1 year ago
account_statuses_filter.rb 963354978a Add `Account#unavailable?` and `Account#permanently_unavailable?` aliases (#28053) 6 months ago
activity_tracker.rb 5e060e1f44 Fix Performance/Sum cop (#24788) 1 year ago
annual_report.rb 5b1eb09d54 Add annual reports for accounts (#28693) 4 months ago
application_extension.rb 68eaa804c9 Merge pull request from GHSA-7w3c-p9j8-mq3x 3 months ago
ascii_folding.rb e7aa2be828 Change how hashtags are normalized (#18795) 1 year ago
attachment_batch.rb a2f02a0775 Disable `Rails/SkipsModelValidations` cop (#28712) 4 months ago
cache_buster.rb e93a75f1a1 Rails 7.1 update (#25963) 7 months ago
content_security_policy.rb 5f4643b895 Add `PAPERCLIP_ROOT_URL` to Content-Security-Policy when used (#28561) 5 months ago
delivery_failure_tracker.rb 1290fede65 Fix `Rails/WhereExists` cop in app/lib (#28862) 4 months ago
emoji_formatter.rb 3e7a9266ea Remove unused `EmojiFormatter#count_tag_nesting` method (#28643) 5 months ago
entity_cache.rb 5027abecd1 Fix cache_collection crashing when given an empty collection (#15921) 3 years ago
extractor.rb 0664704cd9 Fix Performance/StartWith cop (#24818) 1 year ago
fast_geometry_parser.rb fc3ae1343d Switch from unmaintained paperclip to kt-paperclip (#16724) 2 years ago
fast_ip_map.rb 5e1364c448 Add IP-based rules (#14963) 3 years ago
feed_manager.rb 1290fede65 Fix `Rails/WhereExists` cop in app/lib (#28862) 4 months ago
hashtag_normalizer.rb 78a6b871fe Improve performance by avoiding regex construction (#20215) 1 year ago
html_aware_formatter.rb cefa526c6d Refactor formatter (#17828) 2 years ago
inline_renderer.rb dcc24db793 Fix N+1s because of association preloaders not actually getting called (#28339) 5 months ago
link_details_extractor.rb 7593465c23 Fix error when processing link preview with an array as `inLanguage` (#28252) 6 months ago
permalink_redirector.rb b19ae521b7 Add confirmation when redirecting logged-out requests to permalink (#27792) 4 months ago
plain_text_formatter.rb 5c38c3a9a1 Change text extraction in `PlainTextFormatter` to be faster (#26727) 9 months ago
rate_limiter.rb a6f77aa28a Autofix Rubocop Lint/AmbiguousOperatorPrecedence (#23681) 1 year ago
redis_configuration.rb 5c9abdeff1 Add retention policy for cached content and media (#19232) 1 year ago
request.rb 092bb8a27a Fix Mastodon not correctly processing HTTP Signatures with query strings (#28476) 5 months ago
request_pool.rb 1a6c2e450a Update rubocop to v1.54.1 (#25627) 11 months ago
response_with_limit.rb 7aaf2b44ec Fix remote files not using Content-Type header, streaming (#14184) 3 years ago
scope_parser.rb eb2417ce99 Fix OAuth apps page crashing when listing apps with certain admin API scopes (#25713) 11 months ago
scope_transformer.rb 203739dd3a Apply Rubocop Performance/StringIdentifierArgument (#23444) 1 year ago
search_query_parser.rb 3a679844e4 Fix `account_id`, `max_id` and `min_id` params not working in search (#26847) 9 months ago
search_query_transformer.rb ad44d832b8 Support "in:public" search filter (#26976) 7 months ago
signature_parser.rb eff447a455 Rewrite signature verification using regexps and `StringScanner` (#29133) 4 months ago
status_cache_hydrator.rb fd64817fbe Fix `Rails/WhereExists` cop in app/lib/status_cache_hydrator (#28808) 4 months ago
status_filter.rb 717683d1c3 Autofix Rubocop remaining Layout rules (#23679) 1 year ago
status_finder.rb e2a3ebb271 Autofix Rubocop Style/IfUnlessModifier (#23697) 1 year ago
status_reach_finder.rb 2c05b8a60d Fix Undo Announce activity is not sent, when not followed by the reblogged post author (#18482) 4 months ago
suspicious_sign_in_detector.rb 1290fede65 Fix `Rails/WhereExists` cop in app/lib (#28862) 4 months ago
tag_manager.rb eeab3560fc Merge pull request from GHSA-v3xf-c9qf-j667 8 months ago
text_formatter.rb 30f5ec7303 Rubocop fix: `Perfomance/UnfreezeString` (#26217) 10 months ago
themes.rb 0401a24558 Add support for multiple themes (#4959) 6 years ago
translation_service.rb bd047acc35 Replace `Status#translatable?` with language matrix in separate endpoint (#24037) 1 year ago
user_settings_serializer.rb a9b5598c97 Change user settings to be stored in a more optimal way (#23630) 1 year ago
vacuum.rb 5c9abdeff1 Add retention policy for cached content and media (#19232) 1 year ago
validation_error_formatter.rb 0cfdd1a401 Enable Rubocop Style/StringConcatenation defaults (#23792) 1 year ago
video_metadata_extractor.rb 13ffe91c81 Fix `frame_rate` for videos where `ffprobe` reports 0/0 (#26500) 9 months ago
webfinger.rb 717683d1c3 Autofix Rubocop remaining Layout rules (#23679) 1 year ago
webfinger_resource.rb b4e739ff0f Change interaction modal in web UI (#26075) 10 months ago