aboutsummaryrefslogtreecommitdiff
path: root/http_handle_login.go (unfollow)
Commit message (Expand)AuthorFilesLines
2025-02-19all: Use COALESCE to handle some nullable database fieldsRunxi Yu1-1/+6
2025-02-18*.go: Add some comments for docsRunxi Yu1-0/+3
2025-02-14http_*.go: Abstract out render_template for deduplicationRunxi Yu1-13/+3
2025-02-13http_{server,handle_login}.go: Fix missing error handlingRunxi Yu1-0/+5
2025-02-13http_handle_*.go: Fix http.Error callsRunxi Yu1-6/+6
2025-02-13http_*.go: Use http.ErrorRunxi Yu1-6/+6
2025-02-13login: Set cookieRunxi Yu1-0/+36
2025-02-13login: Implement password validationRunxi Yu1-2/+39
2025-02-13http_handle_*.go: Use fmt.Fprintln, not w.WriteRunxi Yu1-1/+2
2025-02-13login: Stub login pageRunxi Yu1-0/+18