discourse/plugins/poll/spec
Kelvin Tan ee084b754e
SECURITY: Prevent unauthorized access to grouped poll results
This adds access controls for the `/polls/grouped_poll_results`
endpoint, such that only users with appropriate permissions can read
the grouped results of a given poll.
2023-10-16 10:34:37 -04:00
..
controllers DEV: use HTML5 version of loofah (#21522) 2023-06-20 09:49:22 +08:00
fabricators FIX: Cater for polls that can have multiple votes per user (#22297) 2023-06-27 18:58:16 +08:00
integration SECURITY: Prevent unauthorized access to grouped poll results 2023-10-16 10:34:37 -04:00
jobs/regular DEV: Apply syntax_tree formatting to plugins/* 2023-01-07 11:11:37 +00:00
lib REFACTOR: improve poll info layout (#22353) 2023-07-05 12:20:18 -04:00
models DEV: Apply syntax_tree formatting to plugins/* 2023-01-07 11:11:37 +00:00
requests FIX: Ensure poll extraction is not attempted if post body is absent (#19718) 2023-01-13 01:47:44 +00:00
serializers DEV: Apply syntax_tree formatting to plugins/* 2023-01-07 11:11:37 +00:00