Go to file
2021-12-21 20:49:05 -05:00
config Added HTTPS support. 2021-12-20 12:33:14 -05:00
context Moved pager to the controller package. Added additional documentation. 2021-12-18 16:55:35 -05:00
controller Added tests package with helpers. Started on middleware tests. 2021-12-21 15:18:17 -05:00
ent Finished auth tests. 2021-12-17 21:10:35 -05:00
funcmap Added tests for funcmap. 2021-12-19 16:08:09 -05:00
middleware Added tests for cache middleware. 2021-12-21 20:49:05 -05:00
msg Variable naming cleanup. 2021-12-11 19:32:34 -05:00
routes Removed unnecessary user load during registration validation. 2021-12-20 12:48:46 -05:00
services Added tests package with helpers. Started on middleware tests. 2021-12-21 15:18:17 -05:00
static Added favicon. 2021-12-14 20:10:48 -05:00
templates Add template parsing and execution to mail service. 2021-12-19 20:37:51 -05:00
tests Added tests for auth middleware. 2021-12-21 20:29:15 -05:00
.gitignore Initial commit. 2021-12-03 06:11:01 -05:00
docker-compose.yml Added database config and docker image. 2021-12-10 08:49:15 -05:00
go.mod Added tests for auth middleware. 2021-12-21 20:29:15 -05:00
go.sum Added tests for auth middleware. 2021-12-21 20:29:15 -05:00
main.go Added HTTPS support. 2021-12-20 12:33:14 -05:00
Makefile Added shutdown method to container. 2021-12-19 13:22:44 -05:00