Commit Graph

3 Commits (7bc432823374ac4ce6f12f521f404be730276f2d)

Author SHA1 Message Date
ThibG 82262a6100 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 06511d1942 Fix vote validation for polls with multiple choices () 2019-03-03 23:41:30 +01:00
Eugen Rochko 4a3acdc916 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