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
Akihiko Odaki 40e5d2303b Validate HTTP response length while receiving (#6891)
to_s method of HTTP::Response keeps blocking while it receives the whole
content, no matter how it is big. This means it may waste time to receive
unacceptably large files. It may also consume memory and disk in the
process. This solves the inefficency by checking response length while
receiving.
7 years ago
..
activitypub Ignore media validation when attaching to status during processing (#6822) 7 years ago
ostatus Serialize mentions in the order they are added (#6836) 7 years ago
settings Refactor Setting (#3302) 8 years ago
activity_tracker.rb Fix stats expiring too quickly because of variable mistake (#6155) 7 years ago
application_extension.rb Conditional validations no longer accept strings for if/unless (#3124) 8 years ago
delivery_failure_tracker.rb After 7 days of repeated delivery failures, give up on inbox (#5131) 8 years ago
exceptions.rb Validate HTTP response length while receiving (#6891) 7 years ago
extractor.rb Using double splat operator (#5859) 7 years ago
fast_geometry_parser.rb Fix avatar and header issues by using custom geometry detector (#6515) 7 years ago
feed_manager.rb Do not push status to feed if its reblog is already inserted (#6488) 7 years ago
formatter.rb Remove text requirement when media attached from statuses (#6672) 7 years ago
hash_object.rb Migrate from ledermann/rails-settings to rails-settings-cached which allows global settings 8 years ago
inline_renderer.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) 8 years ago
language_detector.rb Improve language filter (#5724) 7 years ago
provider_discovery.rb Validate HTTP response length while receiving (#6891) 7 years ago
request.rb Validate HTTP response length while receiving (#6891) 7 years ago
sanitize_config.rb [!] Sanitize incoming classlist properly (#6162) 7 years ago
sidekiq_error_handler.rb Raise Mastodon::HostValidationError when host for HTTP request is private (#6410) 7 years ago
status_filter.rb Full-text search for authorized statuses (#6423) 7 years ago
status_finder.rb Raise an error for remote url in StatusFinder (#4776) 8 years ago
tag_manager.rb Introduce OStatus::TagManager (#5008) 8 years ago
themes.rb Add support for multiple themes (#4959) 8 years ago
user_settings_decorator.rb Add preference to always display sensitive media (#6448) 7 years ago
webfinger_resource.rb Allow webfinger controller to reply to user@WEB_DOMAIN in addition to user@LOCAL_DOMAIN (#2351) 8 years ago