chinwagsocial/spec
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
..
controllers Remove dependency on goldfinger gem (#14919) 2020-10-08 00:34:57 +02:00
fabricators Change account suspensions to be reversible by default (#14726) 2020-09-15 14:37:58 +02:00
features
fixtures
helpers
lib Remove dependency on goldfinger gem (#14919) 2020-10-08 00:34:57 +02:00
mailers refactor: add email previews for WebAuthn emails (#14658) 2020-08-25 01:21:11 +02:00
models Add option to be notified when a followed user posts (#13546) 2020-09-18 17:26:45 +02:00
policies
presenters
requests
routing
serializers/activitypub
services Add option to be notified when a followed user posts (#13546) 2020-09-18 17:26:45 +02:00
support
validators Improve email address validation (#14565) 2020-08-12 12:40:25 +02:00
views
workers Add option to be notified when a followed user posts (#13546) 2020-09-18 17:26:45 +02:00
rails_helper.rb Add WebAuthn as an alternative 2FA method (#14466) 2020-08-24 16:46:27 +02:00
spec_helper.rb