discourse/app
Chris Alberti ec89991d0b
Allow passing a redirect path to a param on the /login route (#32711)
Detects the `redirect` queryParam on the /login route. If the user is
already logged in, navigates to that page. Otherwise, sets the
"destination_url" cookie so that the user will be redirected after
logging in.

If the param doesn't start with a single slash, ignore it and follow
previous behavior (navigate to "/" or log in then navigate there)

Respects subfolder configs.
2025-05-22 10:51:24 -05:00
..
assets FEATURE: enable full page login by default (#31771) 2025-05-22 10:51:14 -05:00
controllers Allow passing a redirect path to a param on the /login route (#32711) 2025-05-22 10:51:24 -05:00
helpers SECURITY: Preload data only when rendering application layout 2025-02-04 13:32:30 -03:00
jobs DEV: Remove code that is unused (#31117) 2025-02-03 09:53:38 +08:00
mailers UX: Use a dropdown for SSL mode for group SMTP (#27932) 2024-07-18 10:33:14 +10:00
models FEATURE: enable full page login by default (#31771) 2025-05-22 10:51:14 -05:00
serializers DEV: Use default admin routes for plugins with settings (#30941) 2025-02-04 14:57:28 +08:00
services FEATURE: enable full page login by default (#31771) 2025-05-22 10:51:14 -05:00
views UX: Remove half-pixel border from loading dots (#31105) 2025-02-03 20:26:24 +01:00