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/lib
Matt Jankowski 1eb752fb38
Extract constants for `AnnualReport::*` minimum thresholds (#33469)
3 months ago
..
activitypub Fix featured tags for remote accounts not being kept up to date (#33372) 4 months ago
admin Update Rails to version 7.2.2 (#30391) 5 months ago
annual_report Extract constants for `AnnualReport::*` minimum thresholds (#33469) 3 months ago
connection_pool Fix `Style/SuperArguments` cop (#30406) 11 months ago
importer Use hash arguments to `select` when possible (Rails 7.2) (#32917) 5 months ago
node_info
ostatus Fix `Style/RedundantReturn` cop (#28391) 1 year ago
rss Drop support for ruby 3.1 (#32363) 5 months ago
translation_service Drop support for ruby 3.1 (#32363) 5 months ago
vacuum Add age/expiry duration constants to `BulkImport` class (#32839) 5 months ago
webhooks
access_grant_extension.rb Add expired/revoked scopes for doorkeeper models via extension modules (#29936) 10 months ago
access_token_extension.rb Add expired/revoked scopes for doorkeeper models via extension modules (#29936) 10 months ago
account_reach_finder.rb Define constants for sampling sizes in `AccountReachFinder` (#32805) 5 months ago
account_statuses_filter.rb Add scope `Status.distributable_visibility` (#29950) 12 months ago
activity_tracker.rb Use inclusive range in `ActivityTracker#get` (#29413) 1 year ago
annual_report.rb Fix performance of percentile calculation for annual reports (#32765) 5 months ago
antispam.rb Tweak antispam a bit (#33024) 4 months ago
application_extension.rb Merge pull request from GHSA-vp5r-5pgw-jwqx 9 months ago
ascii_folding.rb
attachment_batch.rb Fix and improve batch attachment deletion handling when using OpenStack Swift (#32637) 5 months ago
cache_buster.rb Remove `CacheBuster` default options (#30718) 10 months ago
content_security_policy.rb add SWIFT object storage uri to CSP media hosts (#32439) 6 months ago
delivery_failure_tracker.rb Fix `Rails/WhereExists` cop in app/lib (#28862) 1 year ago
domain_resource.rb Add `DomainResource` class to wrap MX lookup/normalize (#32864) 5 months ago
emoji_formatter.rb Change some instances of Nokogiri HTML4 parsing to HTML5 (#31812) 7 months ago
entity_cache.rb Add `CustomEmoji.enabled` scope (#31830) 7 months ago
extractor.rb Remove unused `Extractor#extract_cashtags_with_indices` method (#30742) 10 months ago
fast_geometry_parser.rb
fast_ip_map.rb
feed_manager.rb Fix exclusive lists interfering with notifications (#28162) 4 months ago
hashtag_normalizer.rb
html_aware_formatter.rb
inline_renderer.rb Remove unused E2EE messaging code (#31193) 7 months ago
link_details_extractor.rb LinkDetailsExtractor adjustments (#31357) 4 months ago
nokogiri_handler.rb LinkDetailsExtractor adjustments (#31357) 4 months ago
permalink_redirector.rb Fix search params being dropped when redirected to non-deck path (#31984) 6 months ago
plain_text_formatter.rb Change some instances of Nokogiri HTML4 parsing to HTML5 (#31812) 7 months ago
private_address_check.rb Rely on built-in ruby private IP detection (#30848) 9 months ago
rate_limiter.rb
redis_connection.rb Refactor (ruby) redis configuration (#31694) 7 months ago
request.rb Update `rubocop` to version 1.69.1 (#32967) 4 months ago
request_pool.rb
response_with_limit.rb
scope_parser.rb
scope_transformer.rb Change `read:me` scope to `profile` scope (#30357) 10 months ago
search_query_parser.rb
search_query_transformer.rb Fix `min_id` and `max_id` causing error in search API (#32857) 5 months ago
signature_parser.rb Rewrite signature verification using regexps and `StringScanner` (#29133) 1 year ago
status_cache_hydrator.rb Fix `Rails/WhereExists` cop in app/lib/status_cache_hydrator (#28808) 1 year ago
status_filter.rb
status_finder.rb
status_reach_finder.rb Prevent delivery of posts to (even more) suspended followers (#33030) 4 months ago
suspicious_sign_in_detector.rb Add `InetContainer` with scopes of `containing` and `contained` (#32802) 5 months ago
tag_manager.rb
text_formatter.rb Change URL truncation to account for ellipses (#33229) 4 months ago
themes.rb Update CSS color variables to match our latest design system (#31510) 8 months ago
translation_service.rb Move translation service config to `config_for` yml (#30663) 5 months ago
user_settings_serializer.rb
vacuum.rb
validation_error_formatter.rb
video_metadata_extractor.rb Handle rotation is not present in the video metadata (#33261) 4 months ago
web_push_request.rb Extract `WebPushRequest` from push notification worker and subscription (#32208) 6 months ago
webfinger.rb Select correct self link when parsing Webfinger response (#31110) 9 months ago
webfinger_resource.rb