Commit Graph

4 Commits (a1519a8ef564ed3773f3a0d1613cbe1c5d6f8459)

Author SHA1 Message Date
Hinaloe 48f466daf1 Allow set the voting period to just 5 minutes ()
* Add spec of PollValidator for 

* Raise fraction less than 1 second

* format

* simplify time initialize
Eugen Rochko 5996be994d
Fix poll validation issues ()
- Fix missing interpolation argument in PollValidator
- Fix PollValidator rejecting exact allowed min/max durations
ThibG f2a1b8b96b Widen allowed time windows for polls ()
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