about summary refs log tree commit diff
path: root/app/models/poll.rb
AgeCommit message (Expand)Author
2019-12-01Only normalize local polls (#12515)ThibG
2019-09-29Add voters count support (#11917)ThibG
2019-09-22Show user what options they have voted (#11195)ThibG
2019-03-20Add support for custom emojis in poll options (#10322)ThibG
2019-03-13Add UI for enabling/disabling poll notifications (#10255)ThibG
2019-03-08Do not allow adding votes to expired polls (#10214)ThibG
2019-03-07Immediately display poll results to poll author (#10187)Eugen Rochko
2019-03-06Add optimistic lock to avoid race conditions when handling votes (#10196)ThibG
2019-03-05Fix poll options not being stripped of surrounding whitespace on save (#10168)Eugen Rochko
2019-03-03Add polls (#10111)Eugen Rochko