about summary refs log tree commit diff
path: root/app/models/poll.rb
AgeCommit message (Expand)Author
2023-02-20Autofix Rubocop remaining Layout rules (#23679)Nick Schonning
2022-11-26Clear voter count when poll is reset (#21700)afontenot
2022-05-26Fix regression in `tootctl search deploy` caused by unloaded attribute (#18514)Eugen Rochko
2022-02-10Fix poll votes not being properly reset on poll change (#17498)Claire
2022-01-19Add support for editing for published statuses (#16697)Eugen Rochko
2021-01-07Fix rubocop config and warnings (#15503)abcang
2020-12-20Fix AccountDeletionWorker crashing and clogging sidekiq queues (#15380)ThibG
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