Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-12 | Fix invalid votes from the API being accepted (#12601) | ThibG | |
* Fix invalid votes from the API being accepted Fixes #12556 - Ensure `choice` is an integer instead of silently converting to 0 - Ensure `choice` corresponds to an actual choice of the poll * Please CodeClimate | |||
2019-03-03 | Fix vote validation for polls with multiple choices (#10138) | Eugen Rochko | |
2019-03-03 | Add polls (#10111) | Eugen Rochko | |
* Add polls Fix #1629 * 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 |