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 72484a194f
Remove `CacheBuster` default options (#30718)
6 months ago
..
activitypub Extract `COMMENT_SIZE_LIMIT` constant in `AP::Activity::Flag` class (#30637) 7 months ago
admin Consolidate time periods methods into base measure (#30757) 6 months ago
annual_report Use `public_visibility` (#29847) 9 months ago
connection_pool Fix `Style/SuperArguments` cop (#30406) 7 months ago
importer Fix importer returning negative row estimates (#27258) 1 year ago
node_info Fix `RSpec/SpecFilePathFormat` cops (#27730) 1 year ago
ostatus Fix `Style/RedundantReturn` cop (#28391) 1 year ago
rss Fix `Style/SuperArguments` cop (#30406) 7 months ago
translation_service Translate CW, poll options and media descriptions (#24175) 2 years ago
vacuum Add expired/revoked scopes for doorkeeper models via extension modules (#29936) 7 months ago
webhooks Add webhook templating (#23289) 2 years ago
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 Change profile updates to be sent to recently-mentioned servers (#24852) 2 years ago
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 Add annual reports for accounts (#28693) 11 months ago
application_extension.rb Support multiple redirect_uris when creating OAuth 2.0 Applications (#29192) 8 months ago
ascii_folding.rb Change how hashtags are normalized (#18795) 2 years ago
attachment_batch.rb Disable `Rails/SkipsModelValidations` cop (#28712) 12 months ago
cache_buster.rb Remove `CacheBuster` default options (#30718) 6 months ago
content_security_policy.rb Add `PAPERCLIP_ROOT_URL` to Content-Security-Policy when used (#28561) 12 months ago
delivery_failure_tracker.rb Fix `Rails/WhereExists` cop in app/lib (#28862) 11 months ago
emoji_formatter.rb Remove unused `EmojiFormatter#count_tag_nesting` method (#28643) 12 months ago
entity_cache.rb Fix cache_collection crashing when given an empty collection (#15921) 4 years ago
extractor.rb Remove unused `Extractor#extract_cashtags_with_indices` method (#30742) 6 months ago
fast_geometry_parser.rb Switch from unmaintained paperclip to kt-paperclip (#16724) 3 years ago
fast_ip_map.rb
feed_manager.rb Fix notifications from limited users being outright dropped (#30559) 7 months ago
hashtag_normalizer.rb Improve performance by avoiding regex construction (#20215) 2 years ago
html_aware_formatter.rb Refactor formatter (#17828) 3 years ago
inline_renderer.rb Fix N+1s because of association preloaders not actually getting called (#28339) 1 year ago
link_details_extractor.rb Improve encoding detection for link cards (#30780) 6 months ago
permalink_redirector.rb Add confirmation when redirecting logged-out requests to permalink (#27792) 11 months ago
plain_text_formatter.rb Change text extraction in `PlainTextFormatter` to be faster (#26727) 1 year ago
rate_limiter.rb Autofix Rubocop Lint/AmbiguousOperatorPrecedence (#23681) 2 years ago
redis_configuration.rb Add option to use native Ruby driver for Redis (#30717) 6 months ago
request.rb Fix Mastodon not correctly processing HTTP Signatures with query strings (#28476) 1 year ago
request_pool.rb Update rubocop to v1.54.1 (#25627) 1 year ago
response_with_limit.rb
scope_parser.rb Fix OAuth apps page crashing when listing apps with certain admin API scopes (#25713) 2 years ago
scope_transformer.rb Change `read:me` scope to `profile` scope (#30357) 7 months ago
search_query_parser.rb Fix `account_id`, `max_id` and `min_id` params not working in search (#26847) 1 year ago
search_query_transformer.rb Support "in:public" search filter (#26976) 1 year ago
signature_parser.rb Rewrite signature verification using regexps and `StringScanner` (#29133) 11 months ago
status_cache_hydrator.rb Fix `Rails/WhereExists` cop in app/lib/status_cache_hydrator (#28808) 11 months ago
status_filter.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
status_finder.rb Autofix Rubocop Style/IfUnlessModifier (#23697) 2 years ago
status_reach_finder.rb Fix Undo Announce activity is not sent, when not followed by the reblogged post author (#18482) 12 months ago
suspicious_sign_in_detector.rb Fix `Rails/WhereExists` cop in app/lib (#28862) 11 months ago
tag_manager.rb Merge pull request from GHSA-v3xf-c9qf-j667 1 year ago
text_formatter.rb Use rails built-in `tag` methods in `TextFormatter.shortened_link` (#28976) 10 months ago
themes.rb Separate methods for theme style and meta color tags (#29802) 9 months ago
translation_service.rb Replace `Status#translatable?` with language matrix in separate endpoint (#24037) 2 years ago
user_settings_serializer.rb Change user settings to be stored in a more optimal way (#23630) 2 years ago
vacuum.rb Add retention policy for cached content and media (#19232) 2 years ago
validation_error_formatter.rb Enable Rubocop Style/StringConcatenation defaults (#23792) 2 years ago
video_metadata_extractor.rb Fix division by zero on some video/GIF files (#30600) 7 months ago
webfinger.rb Autofix Rubocop remaining Layout rules (#23679) 2 years ago
webfinger_resource.rb Change interaction modal in web UI (#26075) 1 year ago