Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-06 | Add optimistic lock to avoid race conditions when handling votes (#10196) | ThibG | |
* Add optimistic lock to avoid race conditions when handling votes * Force-reload polls when getting `ActiveRecord::StaleObjectError` | |||
2019-03-05 | Fix poll options not being stripped of surrounding whitespace on save (#10168) | 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 |