aboutsummaryrefslogtreecommitdiff
path: root/tmpl/index_login.tmpl (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-19*: Switch to PostgresRunxi Yu8-64/+198
2024-08-19Switch to plain database/sql and sqlite3Runxi Yu7-83/+33
2024-08-19{main,oidc}.go, index{,_login}.tmpl: Basic signing inRunxi Yu4-22/+60
2024-08-19index_login.tmpl: Use a modified old fbfp templateRunxi Yu1-7/+43
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