0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-11 02:59:07 +08:00
discourse/plugins/discourse-post-voting/spec
Joffrey JAFFEUX 97586c948d
FIX: fail early when flagging as anonymous (#37771)
Before this fix attempting to flag in the post voting plugin with an
anonymous user would fail, but due to a guardian and not the
ensure_logged_in check.
2026-02-23 15:01:52 +11:00
..
components/post_voting DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02:00
fabricators FEATURE: Update the ReviewablePostVotingComment UI (#35675) 2025-10-31 11:50:14 +08:00
lib DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02:00
models DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02:00
requests FIX: fail early when flagging as anonymous (#37771) 2026-02-23 15:01:52 +11:00
serializers DEV: Fix random typos (#33839) 2025-07-24 22:04:13 +02:00
system DEV: Remove reviewable_ui_refresh feature flag and legacy code (#36752) 2026-02-23 10:45:36 +08:00
plugin_helper.rb