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/app/models/form
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
..
account_batch.rb Change account suspensions to be reversible by default (#14726) 5 years ago
admin_settings.rb Admin setting to disable default follows (#12566) 5 years ago
challenge.rb Add password challenge to 2FA settings, e-mail notifications (#11878) 6 years ago
custom_emoji_batch.rb Cache result of SQL (#14534) 5 years ago
delete_confirmation.rb Fix 2FA challenge and password challenge for non-database users (#11831) 6 years ago
redirect.rb Remove dependency on goldfinger gem (#14919) 5 years ago
status_batch.rb Change deletes to preserve soft-deleted statuses in unresolved reports (#11805) 6 years ago
tag_batch.rb Add batch approve/reject for pending hashtags in admin UI (#11791) 6 years ago
two_factor_confirmation.rb Fix TOTP codes not being filtered from logs during enabling/disabling (#11877) 6 years ago