discourse/app
Penar Musaraj 38c1692719
DEV: Use query param for login-required welcome screen
With the full screen login page, on login required sites we want to
show a welcome page. However, we should be able to also link directly to
the login form. This commit adds a `welcome` query param to the login
route, and shows the login form when this param is not present.

This means links to "/login" will show the login form directly.
And it also means routing between the welcome screen and the login form
works as expected.
2024-11-09 12:27:58 -05:00
..
assets DEV: Use query param for login-required welcome screen 2024-11-09 12:27:58 -05:00
controllers DEV: Use query param for login-required welcome screen 2024-11-09 12:27:58 -05:00
helpers DEV: Drop `WithServiceHelper` 2024-09-05 09:58:20 +02:00
jobs DEV: Remove logical OR assignment of constants (#29201) 2024-10-16 10:09:07 +08:00
mailers UX: Use a dropdown for SSL mode for group SMTP (#27932) 2024-07-18 10:33:14 +10:00
models Add dedicated user_api_key_clients table to allow for 1:many use cases (#28119) 2024-11-08 12:05:03 -05:00
serializers Add dedicated user_api_key_clients table to allow for 1:many use cases (#28119) 2024-11-08 12:05:03 -05:00
services Add dedicated user_api_key_clients table to allow for 1:many use cases (#28119) 2024-11-08 12:05:03 -05:00
views UX: Change the authorize button color to primary (#29666) 2024-11-08 17:33:50 -05:00