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 35f008aa2a
Move translation service config to `config_for` yml (#30663)
2 months ago
..
activitypub Add `OpenSSL::SSL::SSLError` to http connection errors wrapper (#32307) 3 months ago
admin Add “A Mastodon update is available.” message on admin dashboard for non-bugfix updates (#32106) 3 months ago
annual_report Add `AnnualReport::Source#report_statuses` method for subclasses to use (#31753) 4 months ago
connection_pool Fix `Style/SuperArguments` cop (#30406) 7 months ago
importer
node_info
ostatus
rss Fix `Style/SuperArguments` cop (#30406) 7 months ago
translation_service
vacuum Remove unneeded `reorder(nil)` conditions (#32200) 3 months ago
webhooks
access_grant_extension.rb Add expired/revoked scopes for doorkeeper models via extension modules (#29936) 7 months ago
access_token_extension.rb Add expired/revoked scopes for doorkeeper models via extension modules (#29936) 7 months ago
account_reach_finder.rb
account_statuses_filter.rb Add scope `Status.distributable_visibility` (#29950) 9 months ago
activity_tracker.rb Use inclusive range in `ActivityTracker#get` (#29413) 10 months ago
annual_report.rb
application_extension.rb Merge pull request from GHSA-vp5r-5pgw-jwqx 6 months ago
ascii_folding.rb
attachment_batch.rb
cache_buster.rb Remove `CacheBuster` default options (#30718) 6 months ago
content_security_policy.rb add SWIFT object storage uri to CSP media hosts (#32439) 2 months ago
delivery_failure_tracker.rb
emoji_formatter.rb Change some instances of Nokogiri HTML4 parsing to HTML5 (#31812) 4 months ago
entity_cache.rb Add `CustomEmoji.enabled` scope (#31830) 4 months ago
extractor.rb Remove unused `Extractor#extract_cashtags_with_indices` method (#30742) 6 months ago
fast_geometry_parser.rb
fast_ip_map.rb
feed_manager.rb Fix issue when encountering reblog of deleted post in feed rebuild (#32001) 3 months ago
hashtag_normalizer.rb
html_aware_formatter.rb
inline_renderer.rb Remove unused E2EE messaging code (#31193) 3 months ago
link_details_extractor.rb Ignore `undefined` as canonical url (#31882) 4 months ago
oauth_pre_authorization_extension.rb Enable OAuth PKCE Extension (#31129) 5 months ago
permalink_redirector.rb Fix search params being dropped when redirected to non-deck path (#31984) 3 months ago
plain_text_formatter.rb Change some instances of Nokogiri HTML4 parsing to HTML5 (#31812) 4 months ago
private_address_check.rb Rely on built-in ruby private IP detection (#30848) 6 months ago
rate_limiter.rb
redis_connection.rb Refactor (ruby) redis configuration (#31694) 4 months ago
request.rb Change Mastodon to issue correctly-signed queries by default (#31994) 3 months ago
request_pool.rb
response_with_limit.rb
scope_parser.rb
scope_transformer.rb Change `read:me` scope to `profile` scope (#30357) 7 months ago
search_query_parser.rb
search_query_transformer.rb Fix invalid date searches returning 503 (#31526) 4 months ago
signature_parser.rb Rewrite signature verification using regexps and `StringScanner` (#29133) 11 months ago
status_cache_hydrator.rb
status_filter.rb
status_finder.rb
status_reach_finder.rb
suspicious_sign_in_detector.rb
tag_manager.rb
text_formatter.rb Use rails built-in `tag` methods in `TextFormatter.shortened_link` (#28976) 10 months ago
themes.rb Update CSS color variables to match our latest design system (#31510) 4 months ago
translation_service.rb Move translation service config to `config_for` yml (#30663) 2 months ago
user_settings_serializer.rb
vacuum.rb
validation_error_formatter.rb
video_metadata_extractor.rb Fix division by zero on some video/GIF files (#30600) 7 months ago
web_push_request.rb Extract `WebPushRequest` from push notification worker and subscription (#32208) 3 months ago
webfinger.rb Select correct self link when parsing Webfinger response (#31110) 5 months ago
webfinger_resource.rb