aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* locally expose mongodb for debuggingmistressGalen Guyer2022-08-202-0/+3
|
* 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
|
* Show options that got no votesGalen Guyer2022-08-112-2/+6
|
* Add ranked-choice voting math and stuffGalen Guyer2022-08-113-33/+115
|
* Save ranked votes into databaseGalen Guyer2022-08-112-1/+30
|
* Render ranked choice voteGalen Guyer2022-08-115-20/+110
|
* Allow creation of polls with ranked choiceGalen Guyer2022-08-115-14/+36
|
* fix checks for voting rightsGalen Guyer2022-08-111-8/+35
|
* update readme with what I've just doneGalen Guyer2022-08-112-16/+11
|
* no more buildkit, okd doesn't support itGalen Guyer2022-08-111-2/+1
|
* fix binary name in gitignoreGalen Guyer2022-08-111-1/+1
| | | | I totally forgot I named it that
* Add write-in votes if the poll creator allows itGalen Guyer2022-08-116-12/+46
|
* Allow for custom vote optionsGalen Guyer2022-08-102-3/+27
|
* document that shitGalen Guyer2022-07-281-0/+25
|
* use the right env variable for oidc stateGalen Guyer2022-07-281-1/+1
|
* dockerize that shit (for local dev)Galen Guyer2022-07-282-4/+36
|
* Add logout button to all pagesGalen Guyer2022-07-285-7/+7
|
* Don't let people make votes for options that don't existGalen Guyer2022-07-281-0/+13
|
* Upgrade csh-auth version so we stop breaking the logout URLGalen Guyer2022-07-272-375/+36
|
* viewport lolGalen Guyer2022-04-255-11/+36
|
* add dockerfileGalen Guyer2022-04-254-4/+19
|
* use server sent events for live poll updates without page refreshGalen Guyer2022-04-257-11/+182
| | | | | also just use the material theme directly because holy moly themeswitcher is having a bad time
* list closed polls that you voted in or createdGalen Guyer2022-04-253-10/+133
|
* re-write vote in go with full functionalityGalen Guyer2022-04-2514-0/+1286