discourse/spec
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
..
fabricators FEATURE: Improve wizard quality and rearrange steps (#30055) 2025-01-02 09:28:23 +10:00
fixtures FIX: invalid CSP directive sources should allow site to boot with valid CSP directives (stable) (#31270) 2025-02-11 11:51:01 +08:00
generator
helpers SECURITY: Preload data only when rendering application layout 2025-02-04 13:32:30 -03:00
import_export
initializers
integration SECURITY: When enabled only allow Discourse Connect logins 2024-12-19 13:13:23 -03:00
integrity
jobs UX: Remove loading="lazy" from avatars for improved UX (#30897) 2025-01-21 14:06:45 +00:00
lib FIX: invalid CSP directive sources should allow site to boot with valid CSP directives (stable) (#31270) 2025-02-11 11:51:01 +08:00
mailers FEATURE: add support for One-Click unsubscribe (RFC 8058) 2024-12-31 15:28:59 +01:00
migrations DEV: update fa6 icons to drop fa prefix (#30100) 2024-12-05 10:00:41 +08:00
models DEV: Resolve flaky trust_level spec (#31165) 2025-02-04 13:46:31 +00:00
multisite FIX: Include original filename in s3 uploads even if not attachment (#30789) 2025-01-15 18:08:18 +08:00
requests Allow passing a redirect path to a param on the /login route (#32711) 2025-05-22 10:51:24 -05:00
script/import_scripts
serializers FEATURE: Multiple Draft Topics (#30790) 2025-01-29 10:23:26 +04:00
services FEATURE: enable full page login by default (#31771) 2025-05-22 10:51:14 -05:00
support DEV: Make smoke specs work with stable branch 2025-04-30 12:02:20 +02:00
system Allow passing a redirect path to a param on the /login route (#32711) 2025-05-22 10:51:24 -05:00
tasks DEV: Fix constant redefinition warnings when running specs (#29837) 2024-11-20 15:17:36 +11:00
views
rails_helper.rb DEV: Add base admin page page object (#30814) 2025-01-16 12:52:41 +08:00
regenerate_swagger_docs
swagger_helper.rb