Commit graph

10 commits

Author SHA1 Message Date
c1c9ed5dec Fix golangci-lint warnings 2022-09-26 11:58:36 +02:00
f966cbd62f Implement user creation and voter management 2022-06-04 19:00:57 +02:00
de4c6faef6 Implement email address deletion 2022-06-04 13:53:07 +02:00
be14a37b4d Implement add email address 2022-06-03 20:57:20 +02:00
a5475ec16e Implement user editing 2022-06-02 23:14:38 +02:00
5efc57d2c3 Implement user deletion
- add audit logging for user changes
- refactor model errors into functions
- implement user delete form and submit handlers
2022-06-01 18:57:38 +02:00
368bd8eefb Remove old code
- remove the old code and its dependencies
- perform some refactoring and fix notifications
- add TODO tags for observed shortcomings
- rename voters.go to users.go
- implement health check for SMTP connection
2022-05-29 15:36:27 +02:00
c12aaf4d89 Implement proxy voting 2022-05-27 20:45:04 +02:00
0c02daf29a Implement direct voting 2022-05-27 17:40:01 +02:00
2b98712aa8 Implement motion editing 2022-05-26 21:04:47 +02:00