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
ThibG 58276715be Fix support for HTTP proxies (#11245)
* Disable incorrect check for hidden services in Socket

Hidden services can only be accessed with an HTTP proxy, in which
case the host seen by the Socket class will be the proxy, not the
target host.

Hidden services are already filtered in `Request#initialize`.

* Use our Socket class to connect to HTTP proxies

Avoid the timeout logic being bypassed

* Add support for IP addresses in Request::Socket

* Refactor a bit, no need to keep the DNS resolver around
6 years ago
..
chewy Fix NameError (#11192) 6 years ago
controllers Remove Salmon and PubSubHubbub (#11205) 6 years ago
helpers Change full logo to use primary text color of the given theme (#10994) 6 years ago
javascript Only scroll to the compose form if it's not horizontally in the viewport (#11246) 6 years ago
lib Fix support for HTTP proxies (#11245) 6 years ago
mailers Fix error in AdminMailer#new_pending_account (#10264) 6 years ago
models Remove Salmon and PubSubHubbub (#11205) 6 years ago
policies Admission-based registrations mode (#10250) 6 years ago
presenters Improve blocked view of profiles (#10491) 6 years ago
serializers Remove Salmon and PubSubHubbub (#11205) 6 years ago
services Remove Salmon and PubSubHubbub (#11205) 6 years ago
validators Fix “invited by” not showing up for invited accounts in admin interface (#10791) 6 years ago
views Remove Salmon and PubSubHubbub (#11205) 6 years ago
workers Remove Salmon and PubSubHubbub (#11205) 6 years ago