about summary refs log tree commit diff
path: root/app/services/vote_service.rb
AgeCommit message (Expand)Author
2023-02-20Autofix Rubocop remaining Layout rules (#23679)Nick Schonning
2022-05-26Fix empty votes arbitrarily increasing voters count in polls (#18526)Eugen Rochko
2022-05-13Refactor how Redis locks are created (#18400)Eugen Rochko
2022-04-28Fix single Redis connection being used across all threads (#18135)Eugen Rochko
2020-01-12Fix invalid votes from the API being accepted (#12601)ThibG
2019-09-29Add voters count support (#11917)ThibG
2019-06-04Refactor all ActivityPub deliveries to be serialized and signed through one c...Eugen Rochko
2019-03-23Fix vote-after-expiration not showing error, count vote as interaction (#10352)Eugen Rochko
2019-03-12Fix poll update handler calling method was that was not available (#10246)Eugen Rochko
2019-03-11Support pushing and receiving updates to poll tallies (#10209)ThibG
2019-03-08Do not allow adding votes to expired polls (#10214)ThibG
2019-03-03Add polls (#10111)Eugen Rochko