aboutsummaryrefslogtreecommitdiff
path: root/main.go
Commit message (Expand)AuthorAgeFilesLines
* Stupid go not enforcing returns on errors smhGalen Guyer2022-08-111-0/+1
* Ensure Abstain is always present in simple custom votesGalen Guyer2022-08-111-0/+12
* Save ranked votes into databaseGalen Guyer2022-08-111-0/+29
* Render ranked choice voteGalen Guyer2022-08-111-1/+8
* Allow creation of polls with ranked choiceGalen Guyer2022-08-111-12/+21
* fix checks for voting rightsGalen Guyer2022-08-111-8/+35
* update readme with what I've just doneGalen Guyer2022-08-111-13/+8
* Add write-in votes if the poll creator allows itGalen Guyer2022-08-111-9/+21
* Allow for custom vote optionsGalen Guyer2022-08-101-0/+6
* use the right env variable for oidc stateGalen Guyer2022-07-281-1/+1
* Don't let people make votes for options that don't existGalen Guyer2022-07-281-0/+13
* add dockerfileGalen Guyer2022-04-251-3/+3
* use server sent events for live poll updates without page refreshGalen Guyer2022-04-251-0/+19
* list closed polls that you voted in or createdGalen Guyer2022-04-251-10/+51
* re-write vote in go with full functionalityGalen Guyer2022-04-251-0/+247