aboutsummaryrefslogtreecommitdiff
path: root/go.mod (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-19{config,oidc}.go: Simplify error handling againRunxi Yu2-14/+7
2024-08-19oidc.go: Set cookie to Secure when prod=trueRunxi Yu3-0/+8
2024-08-18main.go, tmpl/index_login.tmpl: Make it possible to log in at indexRunxi Yu2-9/+17
2024-08-18Makefile: Add db.goRunxi Yu1-1/+1
2024-08-18config: Add tmpl to specify where templates areRunxi Yu3-1/+9
2024-08-18tmpl/*: IndentationRunxi Yu2-27/+27
2024-08-18oidc.go: Basic user queryingRunxi Yu1-5/+26
2024-08-18{misc,main}.go: Use generics and er(any, error) to simply error handlingRunxi Yu2-7/+12
2024-08-18db.goRunxi Yu2-10/+37
2024-08-18main.go: Listen after fetching OIDC configurationRunxi Yu1-3/+3
2024-08-18Add licensing and login pageRunxi Yu7-1/+168