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
47092bfa9b
Implement flash messages
...
- configure session cookie security
- setup flash message handling in newTemplateData
- show flash message in base.html
- add flash message for new motion
2022-05-26 16:30:30 +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
aa3a1b0cc7
Implement database mapping for vote types
2022-05-22 21:47:27 +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
47af34f1cd
Use httprouter.NotFound and httprouter.PanicHandler
2022-05-22 15:00:50 +02:00
4ce321dc36
Implement security headers and HTTPS
2022-05-22 11:02:37 +02:00
ff93acb65c
Refactorings
...
- fix typo in nav.html and template functions
- implement template cache and render function
- refactor motion list methods to reduce cyclomatic complexity
2022-05-21 20:49:35 +02:00
ec7623a51a
Implement timestamp pagination for motion list
2022-05-21 19:18:17 +02:00
3346cb5dba
Fix golangci-lint warnings
2022-05-21 14:09:19 +02:00
68d6f4bcdc
Reimplement decision close job
2022-05-21 13:51:17 +02:00
01b95f2253
Start notification job refactoring
2022-05-15 20:10:49 +02:00
ec7d2fe324
Start refactoring to packages
2022-05-09 21:09:24 +02:00
8d0d968441
Start move to new directory structure
...
- create cmd/boardvoting/main.go
- adapt .goreleaser.yml and Makefile to use cmd/boardvoting for the main
package
2022-05-08 19:17:40 +02:00