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
MIYAGI Hikaru f58dcbc981 HTTP proxy support for outgoing request, manage access to hidden service (#7134)
* Add support for HTTP client proxy

* Add access control for darknet

Supress error when access to darknet via transparent proxy

* Fix the codes pointed out

* Lint

* Fix an omission + lint

* any? -> include?

* Change detection method to regexp to avoid test fail
8 years ago
..
activitypub Add bio fields (#6645) 8 years ago
ostatus Remove "nsfw" category for sensitive statuses in OStatus serializer (#7048) 8 years ago
settings
activity_tracker.rb Fix stats expiring too quickly because of variable mistake (#6155) 8 years ago
application_extension.rb
delivery_failure_tracker.rb After 7 days of repeated delivery failures, give up on inbox (#5131) 8 years ago
exceptions.rb Detect and prevent image bombs, max. processable dimension 4096^2 (#7229) 8 years ago
extractor.rb Using double splat operator (#5859) 8 years ago
fast_geometry_parser.rb Fix avatar and header issues by using custom geometry detector (#6515) 8 years ago
feed_manager.rb Do not push status to feed if its reblog is already inserted (#6488) 8 years ago
formatter.rb Add bio fields (#6645) 8 years ago
hash_object.rb
inline_renderer.rb
language_detector.rb Improve language filter (#5724) 8 years ago
provider_discovery.rb Validate HTTP response length while receiving (#6891) 8 years ago
request.rb HTTP proxy support for outgoing request, manage access to hidden service (#7134) 8 years ago
rss_builder.rb Add RSS feeds for end-users (#7259) 8 years ago
sanitize_config.rb [!] Sanitize incoming classlist properly (#6162) 8 years ago
sidekiq_error_handler.rb Raise Mastodon::HostValidationError when host for HTTP request is private (#6410) 8 years ago
status_filter.rb Full-text search for authorized statuses (#6423) 8 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 Enable updating additional account information from user preferences via rest api (#6789) 8 years ago
webfinger_resource.rb