discourse/plugins/discourse-reactions/spec/system
Régis Hanol fba56920b5
FEATURE: Prompt anonymous users to sign up after engagement clicks (#40256)
Previously, anonymous users clicking event RSVP buttons hit a dead-end
with no signup prompt, and other engagement actions (Like, React, Vote)
opened the login modal but lost the click on the way to authentication.

This change captures the intent in a short-lived signed cookie via `POST
/anonymous-action` and replays it through each action's existing service
when `CurrentUser#log_on_user` completes, so anonymous engagement
converts to signups with the original action carried through.

Ref - t/184288

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-26 09:30:38 +02:00
..
page_objects FIX: Properly URL-encode reaction value when fetching reaction users (#40218) 2026-05-21 15:54:41 +02:00
anonymous_user_react_post_spec.rb FEATURE: Prompt anonymous users to sign up after engagement clicks (#40256) 2026-05-26 09:30:38 +02:00
core_features_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
reaction_notifications_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
reactions_activity_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
reactions_post_list_spec.rb UX: open post reactions menu with initial filter (#39656) 2026-05-07 10:46:53 +04:00
reactions_post_spec.rb DEV: bump new post reaction menu to stable (#40270) 2026-05-25 16:04:45 +08:00