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
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
..
activitypub Fix RSS feeds not being cachable (#14368) 5 years ago
admin Add WebAuthn as an alternative 2FA method (#14466) 5 years ago
api Add option to be notified when a followed user posts (#13546) 5 years ago
auth Change account suspensions to be reversible by default (#14726) 5 years ago
concerns Change account suspensions to be reversible by default (#14726) 5 years ago
oauth Bump doorkeeper from 5.3.3 to 5.4.0 (#13733) 5 years ago
settings Refactor settings controllers (#14767) 5 years ago
well_known Remove dependency on goldfinger gem (#14919) 5 years ago
about_controller_spec.rb Compensate for scrollbar disappearing when media modal visible (#8100) 7 years ago
account_follow_controller_spec.rb Add specific rate limits for posting and following (#13172) 5 years ago
account_unfollow_controller_spec.rb Cover AccountUnfollowController more in spec (#3228) 8 years ago
accounts_controller_spec.rb Do not serve account actors at all in limited federation mode (#14800) 5 years ago
application_controller_spec.rb Change to always returns html document in error pages (#12214) 5 years ago
authorize_interactions_controller_spec.rb Optimize the process of following someone (#9220) 6 years ago
emojis_controller_spec.rb Misc. typos (#8694) 7 years ago
follower_accounts_controller_spec.rb Hide blocked users from more places (#12733) 5 years ago
following_accounts_controller_spec.rb Hide blocked users from more places (#12733) 5 years ago
home_controller_spec.rb Fix blurhash and autoplay not working on public pages (#11585) 6 years ago
intents_controller_spec.rb Add remote interaction dialog for toots (#8202) 7 years ago
invites_controller_spec.rb Lint pass (#8876) 7 years ago
manifests_controller_spec.rb Use raw status code on have_http_status (#7214) 7 years ago
media_controller_spec.rb Fix media attachments enumeration (#14254) 5 years ago
media_proxy_controller_spec.rb Fix media attachments enumeration (#14254) 5 years ago
relationships_controller_spec.rb Add relationship manager UI (#10268) 6 years ago
remote_follow_controller_spec.rb Remove dependency on goldfinger gem (#14919) 5 years ago
remote_interaction_controller_spec.rb Add specs for RemoteInteractionController (#9524) 6 years ago
shares_controller_spec.rb Fix blurhash and autoplay not working on public pages (#11585) 6 years ago
statuses_controller_spec.rb Fix RSS feeds not being cachable (#14368) 5 years ago
tags_controller_spec.rb Redesign public hashtag page to use a masonry layout (#9822) 6 years ago