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/spec/controllers/well_known
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
5 years ago
..
host_meta_controller_spec.rb Remove dependency on goldfinger gem (#14919) 5 years ago
keybase_proof_config_controller_spec.rb Add Keybase integration (#10297) 6 years ago
nodeinfo_controller_spec.rb Add a nodeinfo endpoint (#12002) 6 years ago
webfinger_controller_spec.rb Fix webfinger returning wrong status code on malformed or missing param (#13759) 5 years ago