- Fixed ElGamal class instantiation in votes.py (ElGamalEncryption instead of ElGamal) - Fixed public key serialization in admin.py (use public_key_bytes property) - Implemented database migration with SQL-based key generation - Added vote deduplication endpoint: GET /api/votes/check - Protected all array accesses with type validation in frontend - Fixed vote parameter type handling (string to number conversion) - Removed all debug console logs for production - Created missing dynamic route for vote history details Fixes: - JavaScript error: "can't access property length, e is undefined" - Vote deduplication not preventing form display - Frontend data validation issues - Missing dynamic routes
Description
No description provided
Languages
JavaScript
37.7%
Python
28.6%
CSS
26%
Typst
4.1%
Shell
2.4%
Other
1.2%