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 93923a4af2
First pass coverage addition for antispam class (#35771)
6 months ago
..
activitypub Fix handling of inlined `instrument` in incoming `QuoteRequest` (#35714) 6 months ago
admin Add `MediaAttachment.combined_media_file_size` method (#35570) 6 months ago
annual_report Mark `private` methods in `AnnualReport::TopStatuses` (#35256) 7 months ago
connection_pool Fix `Style/SuperArguments` cop (#30406) 2 years ago
fasp Track delivery failures to FASP (#35628) 6 months ago
importer Use hash arguments to `select` when possible (Rails 7.2) (#32917) 1 year ago
node_info Fix `RSpec/SpecFilePathFormat` cops (#27730) 2 years ago
ostatus Fix `Style/RedundantReturn` cop (#28391) 2 years ago
rss Drop support for ruby 3.1 (#32363) 1 year ago
translation_service Drop support for ruby 3.1 (#32363) 1 year ago
vacuum Add age/expiry duration constants to `BulkImport` class (#32839) 1 year ago
webhooks Add webhook templating (#23289) 3 years ago
access_grant_extension.rb Add expired/revoked scopes for doorkeeper models via extension modules (#29936) 2 years ago
access_token_extension.rb Add expired/revoked scopes for doorkeeper models via extension modules (#29936) 2 years ago
account_reach_finder.rb Change account suspensions to be federated to recently-followed accounts as well (#34294) 10 months ago
account_statuses_filter.rb Add scope `Status.distributable_visibility` (#29950) 2 years ago
activity_tracker.rb Use inclusive range in `ActivityTracker#get` (#29413) 2 years ago
annual_report.rb Fix performance of percentile calculation for annual reports (#32765) 1 year ago
antispam.rb First pass coverage addition for antispam class (#35771) 6 months ago
application_extension.rb Refer to constant values from `api/v1/apps` request spec (#33488) 1 year ago
ascii_folding.rb Change how hashtags are normalized (#18795) 4 years ago
attachment_batch.rb Fix and improve batch attachment deletion handling when using OpenStack Swift (#32637) 1 year ago
cache_buster.rb Remove `CacheBuster` default options (#30718) 2 years ago
content_security_policy.rb Add `EXTRA_MEDIA_HOSTS` environment variable to add extra hosts to Content-Security-Policy (#34184) 10 months ago
delivery_failure_tracker.rb Add minute resolution to `DeliveryFailureTracker` (#35625) 6 months ago
domain_resource.rb Add `DomainResource` class to wrap MX lookup/normalize (#32864) 1 year ago
emoji_formatter.rb Update rubocop to version 1.79.2 (#35688) 6 months ago
entity_cache.rb Fix `NoMethodError` in edge case of emoji cache handling (#34749) 8 months ago
extractor.rb Remove unused `Extractor#extract_cashtags_with_indices` method (#30742) 2 years ago
fast_geometry_parser.rb Switch from unmaintained paperclip to kt-paperclip (#16724) 4 years ago
fast_ip_map.rb Add IP-based rules (#14963) 5 years ago
feed_manager.rb Add `--skip-filled-timeline` option to `tootctl feed build` to skip half-filled feeds (#33844) 12 months ago
hashtag_normalizer.rb Remove deprecated `mb_chars` method (#34039) 11 months ago
html_aware_formatter.rb Refactor formatter (#17828) 4 years ago
http_signature_draft.rb Remove double-query for signed query strings (#34610) 9 months ago
inline_renderer.rb Remove unused E2EE messaging code (#31193) 1 year ago
link_details_extractor.rb Change `first_of_value` to `first_of_hash`, and add more test cases (#33647) 1 year ago
nokogiri_handler.rb LinkDetailsExtractor adjustments (#31357) 1 year ago
permalink_redirector.rb Fix search params being dropped when redirected to non-deck path (#31984) 1 year ago
plain_text_formatter.rb Fix handling of malformed/unusual HTML (#34201) 10 months ago
private_address_check.rb Rely on built-in ruby private IP detection (#30848) 2 years ago
rate_limiter.rb Autofix Rubocop Lint/AmbiguousOperatorPrecedence (#23681) 3 years ago
redis_connection.rb Update sidekiq to version 7 (#34745) 8 months ago
request.rb Fix `Style/OptionalBooleanParameter` cop (#34968) 8 months ago
request_pool.rb Update rubocop to v1.54.1 (#25627) 3 years ago
response_with_limit.rb Fix remote files not using Content-Type header, streaming (#14184) 6 years ago
scope_parser.rb Fix OAuth apps page crashing when listing apps with certain admin API scopes (#25713) 3 years ago
scope_transformer.rb Change `read:me` scope to `profile` scope (#30357) 2 years ago
search_query_parser.rb Fix `account_id`, `max_id` and `min_id` params not working in search (#26847) 2 years ago
search_query_transformer.rb Fix search operators sometimes getting lost (#35190) 7 months ago
signature_parser.rb Rewrite signature verification using regexps and `StringScanner` (#29133) 2 years ago
signed_request.rb Better error response to malformed headers (#35278) 7 months ago
status_cache_hydrator.rb Add experimental basic quote post authoring (#35355) 6 months ago
status_filter.rb Fix inconsistent filtering of silenced accounts for other silenced accounts (#34863) 8 months ago
status_finder.rb Autofix Rubocop Style/IfUnlessModifier (#23697) 3 years ago
status_reach_finder.rb Change `StatusReachFinder` to consider quotes as well as reblogs (#35601) 6 months ago
suspicious_sign_in_detector.rb Add `InetContainer` with scopes of `containing` and `contained` (#32802) 1 year ago
tag_manager.rb Merge pull request from GHSA-v3xf-c9qf-j667 2 years ago
text_formatter.rb Update rubocop to version 1.76.2 (#35070) 7 months ago
themes.rb Update CSS color variables to match our latest design system (#31510) 1 year ago
translation_service.rb Move translation service config to `config_for` yml (#30663) 1 year ago
user_settings_serializer.rb Change user settings to be stored in a more optimal way (#23630) 3 years ago
vacuum.rb Add retention policy for cached content and media (#19232) 3 years ago
validation_error_formatter.rb Enable Rubocop Style/StringConcatenation defaults (#23792) 3 years ago
video_metadata_extractor.rb Add rubocop-i18n linter (#34057) 11 months ago
web_push_request.rb Use `config_for` for VAPID key storage (#34845) 8 months ago
webfinger.rb Fix `Style/GuardClause` in `Webfinger` lib (#35532) 6 months ago
webfinger_resource.rb Fix `Style/GuardClause` in `WebfingerResource` (#35531) 6 months ago