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
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
..
controllers Remove dependency on goldfinger gem (#14919) 5 years ago
fabricators Change account suspensions to be reversible by default (#14726) 5 years ago
features Add submit button to the top of preferences pages (#13068) 5 years ago
fixtures Add noopener and/or noreferrer (#12202) 6 years ago
helpers Add ability to filter audit log in admin UI (#13381) 5 years ago
lib Remove dependency on goldfinger gem (#14919) 5 years ago
mailers refactor: add email previews for WebAuthn emails (#14658) 5 years ago
models Add option to be notified when a followed user posts (#13546) 5 years ago
policies Change admin UI for hashtags and add back whitelisted trends (#11490) 6 years ago
presenters Admission-based registrations mode (#10250) 6 years ago
requests Fix localization test failing due to order of locale definitions (#12393) 5 years ago
routing Move create/destroy actions for api/v1/statuses to namespace (#3678) 8 years ago
serializers/activitypub Fix account URI in UpdatePollSerializer (#11194) 6 years ago
services Add option to be notified when a followed user posts (#13546) 5 years ago
support Fix base64-encoded file uploads not being possible (#12748) 5 years ago
validators Improve email address validation (#14565) 5 years ago
views Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247) 6 years ago
workers Add option to be notified when a followed user posts (#13546) 5 years ago
rails_helper.rb Add WebAuthn as an alternative 2FA method (#14466) 5 years ago
spec_helper.rb Move rspec examples to tmp dir (#12539) 5 years ago