discourse/plugins/poll
Blake Erickson 21d614215b
DEV: Use staged user check instead (#24578)
This change refactors the check `user.groups.any?` and instead uses
`user.staged?` to check if the user is staged or not.

Also fixes several tests to ensure the users have their auto trust level
groups created.

Follow up to:

- 8a45f84277
- 447d9b2105
- c89edd9e86
2023-11-28 07:34:02 -07:00
..
app DEV: Apply syntax_tree formatting to plugins/* 2023-01-07 11:11:37 +00:00
assets FEATURE: Configure poll 'public' default via site setting (#24348) 2023-11-13 18:54:21 +00:00
config Update translations (#24485) 2023-11-21 14:36:16 +01:00
db FIX: Cater for polls that can have multiple votes per user (#22297) 2023-06-27 18:58:16 +08:00
jobs/regular DEV: Apply syntax_tree formatting to plugins/* 2023-01-07 11:11:37 +00:00
lib SECURITY: Prevent unauthorized access to grouped poll results 2023-10-16 10:34:37 -04:00
spec DEV: Use staged user check instead (#24578) 2023-11-28 07:34:02 -07:00
test/javascripts FEATURE: Configure poll 'public' default via site setting (#24348) 2023-11-13 18:54:21 +00:00
plugin.rb REFACTOR: improve poll info layout (#22353) 2023-07-05 12:20:18 -04:00