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
Claire cfa583fa71
Remove support for OAUTH_REDIRECT_AT_SIGN_IN (#17287)
Fixes #15959

Introduced in #6540, OAUTH_REDIRECT_AT_SIGN_IN allowed skipping the log-in form
to instead redirect to the external OmniAuth login provider.

However, it did not prevent the log-in form on /about introduced by #10232 from
appearing, and completely broke with the introduction of #15228.

As I restoring that previous log-in flow without introducing a security
vulnerability may require extensive care and knowledge of how OmniAuth works,
this commit removes support for OAUTH_REDIRECT_AT_SIGN_IN instead for the time
being.
3 years ago
..
chewy Add trending links (#16917) 3 years ago
controllers Remove support for OAUTH_REDIRECT_AT_SIGN_IN (#17287) 3 years ago
helpers Add support for editing for published statuses (#16697) 3 years ago
javascript Fix text being incorrectly pre-selected in composer textarea on /share (#17339) 3 years ago
lib Add support for editing for published statuses (#16697) 3 years ago
mailers Add notifications for statuses deleted by moderators (#17204) 3 years ago
models Remove leftover database columns from Devise::Models::Rememberable (#17191) 3 years ago
policies Add ability for admins to delete canonical email blocks (#16644) 3 years ago
presenters Add graphs and retention metrics to admin dashboard (#16829) 4 years ago
serializers Add support for editing for published statuses (#16697) 3 years ago
services Fix error when processing poll updates (#17333) 3 years ago
validators Add support for private pinned posts (#16954) 3 years ago
views Add post edited notice in admin and public UIs (#17335) 3 years ago
workers Fix error when using raw distribution worker (#17334) 3 years ago