Commit graph

18 commits

Author SHA1 Message Date
3dc3160945 Fix proxy_vote nil pointer dereference 2022-10-15 15:06:03 +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
db52f88e25 Implement user list 2022-05-29 20:46:52 +02:00
28ddbd2ce6 Implement motion withdraw 2022-05-29 12:01:58 +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
c3d0733e27 Replace gorilla/csrf with justinas/nosurf
- replace dependency for less indirect dependencies
- remove unused configuration options
2022-05-26 17:25:25 +02:00
1695ce0168 Implement small improvements
- fix golangci-lint warnings
- start setup for user management
- nicer formatting of user login information
2022-05-26 16:47:57 +02:00
a1a66b7245 Finish new motion create implementation
- rename config block mail_server to mail_config
- rename smtp server settings
- move mail notification settings to mail_config
- improve navigation templates
- prepare routes for user management
2022-05-26 15:27:25 +02:00
e1af6876c1 Implement new motion form
- add session handler
- add form decoder from go-playground
- implement custom decoder for VoteType
2022-05-22 21:15:54 +02:00
0ad88fe5f4 Implement motion detail view
- add httprouter for parameterized routing
- improve styling
- add routes and handlers
- implement motion detail handler
2022-05-22 14:08:02 +02:00
ec7623a51a Implement timestamp pagination for motion list 2022-05-21 19:18:17 +02:00
ec7d2fe324 Start refactoring to packages 2022-05-09 21:09:24 +02:00