discourse/plugins/poll/spec
Roman Rizzi 7925a76d93
DEV: An endpoint to check if the current user voted in a poll. (#13648)
The endpoint the existence of the poll and if the current user can see it. It
will facilitate using a poll programmatically, especially if we'd like to create an external poll through a theme component.
2021-07-06 14:46:34 -03:00
..
controllers DEV: An endpoint to check if the current user voted in a poll. (#13648) 2021-07-06 14:46:34 -03:00
db/post_migrate DEV: Promote historic post_deploy migrations 2021-06-23 17:43:38 +01:00
integration DEV: Use `response.parsed_body` in specs (#9615) 2020-05-07 17:04:12 +02:00
jobs/regular DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
lib FIX: Generate unique HTML heading names (#12705) 2021-04-16 10:54:19 +03:00
models FIX: no error when double save post with poll (#13111) 2021-05-27 08:39:51 +10:00
requests DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
serializers FIX: hides votes from regular users when poll is staff only (#11342) 2020-11-24 22:19:06 +01:00