aboutsummaryrefslogtreecommitdiffstats
path: root/db.py
Commit message (Collapse)AuthorAgeFilesLines
* Enable strict tablesJan Tuomi2024-12-211-4/+6
|
* Migrate to SQLite3Jan Tuomi2024-12-211-315/+199
|
* Recreate DB connection if it is closedJan Tuomi2024-12-211-0/+3
|
* Add recommended Postgres connection options to reduce disconnectionsJan Tuomi2024-12-211-1/+17
|
* Catch closed connection errorsJan Tuomi2024-12-211-1/+1
|
* Improve validationJan Tuomi2024-12-211-18/+16
|
* Add possibility to manage own voteJan Tuomi2024-12-211-5/+30
|
* Improve db migration processJan Tuomi2024-12-211-9/+30
|
* Improve styles, error handlingJan Tuomi2024-12-211-3/+8
|
* Fix list view voters, change fontJan Tuomi2024-12-211-0/+8
|
* Add whole day mode, various improvementsJan Tuomi2024-12-211-5/+19
|
* Show end datetime if not the same dateJan Tuomi2024-12-211-0/+3
|
* Fix issue where an empty vote submission would not visually showJan Tuomi2024-12-211-5/+9
|
* Initial commitJan T2024-12-211-0/+286