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
47af34f1cd
Use httprouter.NotFound and httprouter.PanicHandler
2022-05-22 15:00:50 +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
44a6180a09
Use alice to chain middleware
2022-05-22 12:23:42 +02:00
2ddc013c84
Add panic recovery middleware
2022-05-22 12:19:25 +02:00
c0a73494c3
Add request logging
2022-05-22 12:06:23 +02:00
4ce321dc36
Implement security headers and HTTPS
2022-05-22 11:02:37 +02:00
ec7623a51a
Implement timestamp pagination for motion list
2022-05-21 19:18:17 +02:00
01b95f2253
Start notification job refactoring
2022-05-15 20:10:49 +02:00