chinwagsocial/app
Eugen Rochko ce6aaed432 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-19 14:48:54 +02:00
..
chewy Change tootctl search deploy algorithm (#14300) 2020-07-14 18:10:35 +02:00
controllers Do not serve account actors at all in limited federation mode (#14800) 2020-10-19 14:45:12 +02:00
helpers Remove dependency on goldfinger gem (#14919) 2020-10-19 14:48:54 +02:00
javascript Fix unnecessary second connection to user stream from account timeline in web UI (#14387) 2020-07-24 14:55:14 +02:00
lib Remove dependency on goldfinger gem (#14919) 2020-10-19 14:48:54 +02:00
mailers Add e-mail-based sign in challenge for users with disabled 2FA (#14013) 2020-06-09 10:23:06 +02:00
models Remove dependency on goldfinger gem (#14919) 2020-10-19 14:48:54 +02:00
policies Add ability to delete files uploaded for settings in admin UI (#13192) 2020-03-08 16:00:24 +01:00
presenters Add user notes on accounts (#14148) 2020-06-30 19:19:50 +02:00
serializers Add thumbnail_remote_url in MediaAttachment REST response (#14358) 2020-07-19 19:53:31 +02:00
services Remove dependency on goldfinger gem (#14919) 2020-10-19 14:48:54 +02:00
validators Add E2EE API (#13820) 2020-06-02 19:24:53 +02:00
views Remove dependency on goldfinger gem (#14919) 2020-10-19 14:48:54 +02:00
workers Changed retries and rescued in ActivityPub::ProcessingWorker (#14355) 2020-07-20 11:26:12 +02:00