Commit Graph

9 Commits (11582d35901262597059a7ded3a67661ed2854fb)

Author SHA1 Message Date
Jan Dittberner 11582d3590 Update linter config and apply suggestions
- remove copyright years (they are in git)
- remove outdated linter bug workarounds
- update .golangci.yml to match current schema (as of golangci-lint 1.59.0)
4 weeks ago
Jan Dittberner c1c9ed5dec Fix golangci-lint warnings 2 years ago
Jan Dittberner be14a37b4d Implement add email address 2 years ago
Jan Dittberner a5475ec16e Implement user editing 2 years ago
Jan Dittberner 7f0b52c5b5 Fix linter warnings 2 years ago
Jan Dittberner c12aaf4d89 Implement proxy voting 2 years ago
Jan Dittberner 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
2 years ago
Jan Dittberner aa3a1b0cc7 Implement database mapping for vote types 2 years ago
Jan Dittberner e1af6876c1 Implement new motion form
- add session handler
- add form decoder from go-playground
- implement custom decoder for VoteType
2 years ago