Commit Graph

65 Commits

Author SHA1 Message Date
RunasSudo 913aac26ca
Fix unit tests 2021-10-16 20:44:56 +11:00
RunasSudo da24cc4f63
Add threading task strategy 2019-03-17 12:06:46 +11:00
RunasSudo fd6f6bc4b1
Implement task timeout 2019-03-06 13:06:01 +11:00
RunasSudo 2011749836
Prevent saving different version objects 2019-01-14 17:55:14 +11:00
RunasSudo cb3623fda7
Update for Transcrypt/Python 3.7 2019-01-14 17:54:31 +11:00
RunasSudo f0950effca
Fix PostgreSQL 2018-04-15 19:41:16 +10:00
RunasSudo 86a28cd1d8
Increase shortened hash length to 60 bits 2018-01-20 21:46:12 +10:30
RunasSudo 884d949d04
Add defaults to enum fields to stop errors on creation 2018-01-20 21:03:00 +10:30
Yingtong Li 65aa81844b
Implement enums 2018-01-11 19:06:21 +08:00
Yingtong Li a47164fc53
Use truncated hashes for votes #9
Also add a nice icon to the smart ballot tracker
2018-01-08 20:16:28 +08:00
Yingtong Li b62933629b
Implement deletion 2018-01-04 16:40:32 +08:00
Yingtong Li 3a44890803
Email admins about task failures 2018-01-04 13:18:08 +08:00
Yingtong Li 1962c1759f
Sort pending tasks in correct order 2018-01-04 10:51:37 +08:00
RunasSudo 9255899a01
Store votes in a separate collection for better concurrency support 2018-01-03 13:51:37 +08:00
RunasSudo 4d9ad7226a
And more abstraction to fields and prepare for related fields 2018-01-03 13:51:37 +08:00
RunasSudo d4eb9ae5cf
Make datetime output timezone-aware 2017-12-13 15:28:21 +10:30
RunasSudo 6ba9b1369a
Add task scheduling to election/admin UI 2017-12-12 20:49:02 +10:30
RunasSudo 788c5c006c
Smush the WorkflowTasks and Tasks together; liberally apply superglue and duct tape 2017-12-12 20:02:39 +10:30
RunasSudo 5740f33b7d
Implement IP and fingerprint logging 2017-12-11 13:23:25 +10:30
RunasSudo d264159237
Implement randomisation of choices 2017-12-11 12:30:41 +10:30
RunasSudo c0752f71ed
Enforce a consistent message length for encrypted ballots
Closes #6
2017-12-07 18:02:01 +10:30
RunasSudo 9fc9d08fb4
Generate more condensed Javascript to save bits in encryption 2017-12-07 17:35:38 +10:30
RunasSudo 5918cde53b
Basic task queue framework 2017-12-07 15:02:50 +10:30
RunasSudo 4f1f0cf042
Improve dealing with Transcrypt's funky aliases
Transcrypt issue 414
2017-12-05 19:40:26 +10:30
RunasSudo 41c588d0bf
Use better workaround for Transcrypt bug 387
Avoid modifying Transcrypt compiler code
2017-12-04 13:52:10 +11:00
RunasSudo 30cb0d674e
Implement verification of election results 2017-11-29 18:29:42 +11:00
RunasSudo ca542f9d9e
Implement ballot auditing 🎉 2017-11-28 22:43:32 +11:00
RunasSudo 864db1ba02
Force MongoDB to write to journal by default 2017-11-28 12:16:33 +11:00
RunasSudo 5f05450ea4
Implement PostgreSQL "support". Closes #3
Good god what have I done
2017-11-27 20:12:31 +11:00
RunasSudo 72e08c01ff
Abstract away DB implementation 2017-11-27 19:40:01 +11:00
RunasSudo 20abbdae78
Integrate authentication into voting booth
Also fix a number (several too many) bugs that found their way into the system following the previous few commits
2017-11-25 23:16:29 +11:00
RunasSudo bf1b8cee09
Implement flexible configurations 2017-11-25 22:37:42 +11:00
RunasSudo 82aa31cf50
Dates, hashes and more cross-references 2017-11-24 20:26:18 +11:00
RunasSudo 247f050d5b
Pretty results display 2017-11-24 19:51:10 +11:00
RunasSudo 6af132bb5f
🎉 Up to counting elections 2017-11-24 19:37:48 +11:00
RunasSudo 81807ca7f8
Fix hashing issues and issues with passing EosLists around
Caused election hash to change when changing workflow task states
2017-11-24 18:09:43 +11:00
RunasSudo 453443d22a
🎉 We did it, Reddit! Voting booth now functional at a basic level 2017-11-23 23:10:57 +11:00
RunasSudo 700a791e72
Fix hashing in Javascript and add protected/private/internal field awareness 2017-11-23 20:42:22 +11:00
RunasSudo 6ebf83ed96
Get started on a basic web UI 2017-11-22 23:23:24 +11:00
RunasSudo 5fd8716b38
Amend hashing API to fit with volatile fields 2017-11-22 23:23:05 +11:00
RunasSudo db74f67474
Correctly map messages to G_q instead of simply using Z_p* 2017-10-05 20:26:40 +11:00
Yingtong Li f1c4296887
Get started with threshold encryption 2017-10-05 19:12:02 +11:00
Yingtong Li 805401ed43
Verify proofs as part of test 2017-09-29 13:39:56 +10:00
Yingtong Li 239c7be952
Add mixnet verification to workflow 2017-09-29 13:06:37 +10:00
Yingtong Li a242f1f666
Refactor hashing out into separate library 2017-09-28 20:02:20 +10:00
Yingtong Li 3427b376b5
Add mixnets to election workflow 2017-09-28 19:37:10 +10:00
Yingtong Li b2bc6980cb
Build encryption into election workflow 2017-09-28 16:46:30 +10:00
Yingtong Li 2ec44db65d
Implement signed ElGamal encryption 2017-09-27 18:13:48 +10:00
Yingtong Li 93f5dcfe42
Implement string/object encryption 2017-09-26 23:09:33 +10:00
Yingtong Li 00ac2f96aa
Implement easy block encryption/decryption 2017-09-26 21:47:32 +10:00