chinwagsocial/app
Eugen Rochko 7d985f2aac
Remove dependency on goldfinger gem (#14919)
There are edge cases where requests to certain hosts timeout when
using the vanilla HTTP.rb gem, which the goldfinger gem uses. Now
that we no longer need to support OStatus servers, webfinger logic
is so simple that there is no point encapsulating it in a gem, so
we can just use our own Request class. With that, we benefit from
more robust timeout code and IPv4/IPv6 resolution.

Fix #14091
2020-10-08 00:34:57 +02:00
..
chewy Change tootctl search deploy algorithm (#14300) 2020-07-14 18:10:35 +02:00
controllers Add option to disable swiping motions across the WebUI (#13885) 2020-09-30 19:31:03 +02:00
helpers Remove dependency on goldfinger gem (#14919) 2020-10-08 00:34:57 +02:00
javascript Ignore alt-key hotkeys in text fields (#14942) 2020-10-05 22:04:06 +02:00
lib Remove dependency on goldfinger gem (#14919) 2020-10-08 00:34:57 +02:00
mailers Change account suspensions to be reversible by default (#14726) 2020-09-15 14:37:58 +02:00
models Remove dependency on goldfinger gem (#14919) 2020-10-08 00:34:57 +02:00
policies Change account suspensions to be reversible by default (#14726) 2020-09-15 14:37:58 +02:00
presenters Add user notes on accounts (#14148) 2020-06-30 19:19:50 +02:00
serializers Add option to disable swiping motions across the WebUI (#13885) 2020-09-30 19:31:03 +02:00
services Remove dependency on goldfinger gem (#14919) 2020-10-08 00:34:57 +02:00
validators Improve email address validation (#14565) 2020-08-12 12:40:25 +02:00
views Remove dependency on goldfinger gem (#14919) 2020-10-08 00:34:57 +02:00
workers Add option to be notified when a followed user posts (#13546) 2020-09-18 17:26:45 +02:00