chinwagsocial/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
2019-07-07 02:05:38 +02:00
..
chewy Fix NameError (#11192) 2019-06-27 09:16:55 +02:00
controllers Remove Salmon and PubSubHubbub (#11205) 2019-07-06 23:26:16 +02:00
helpers Change full logo to use primary text color of the given theme (#10994) 2019-06-08 15:30:06 +02:00
javascript Only scroll to the compose form if it's not horizontally in the viewport (#11246) 2019-07-06 18:18:08 +02:00
lib Fix support for HTTP proxies (#11245) 2019-07-07 02:05:38 +02:00
mailers Fix error in AdminMailer#new_pending_account (#10264) 2019-03-14 14:20:22 +01:00
models Remove Salmon and PubSubHubbub (#11205) 2019-07-06 23:26:16 +02:00
policies Admission-based registrations mode (#10250) 2019-03-14 05:28:30 +01:00
presenters Improve blocked view of profiles (#10491) 2019-04-07 04:59:13 +02:00
serializers Remove Salmon and PubSubHubbub (#11205) 2019-07-06 23:26:16 +02:00
services Remove Salmon and PubSubHubbub (#11205) 2019-07-06 23:26:16 +02:00
validators Fix “invited by” not showing up for invited accounts in admin interface (#10791) 2019-05-19 21:40:36 +02:00
views Remove Salmon and PubSubHubbub (#11205) 2019-07-06 23:26:16 +02:00
workers Remove Salmon and PubSubHubbub (#11205) 2019-07-06 23:26:16 +02:00