Commit Graph

4 Commits (1ad64b5557f8980b8ec54ac09cd79ac51223a2ea)

Author SHA1 Message Date
Claire cca464bce3 Fix being able to vote on your own polls () 2023-07-06 13:45:40 +02:00
ThibG d386d89179 Fix invalid votes from the API being accepted ()
* Fix invalid votes from the API being accepted

Fixes 

- Ensure `choice` is an integer instead of silently converting to 0
- Ensure `choice` corresponds to an actual choice of the poll

* Please CodeClimate
2020-01-12 14:17:03 +01:00
Eugen Rochko 8fe93b0701
Fix vote validation for polls with multiple choices () 2019-03-03 23:41:30 +01:00
Eugen Rochko 230a012f00
Add polls ()
* Add polls

Fix 

* Add tests

* Fixes

* Change API for creating polls

* Use name instead of content for votes

* Remove poll validation for remote polls

* Add polls to public pages

* When updating the poll, update options just in case they were changed

* Fix public pages showing both poll and other media
2019-03-03 22:18:23 +01:00