aboutsummaryrefslogtreecommitdiff
path: root/http_handle_login.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Replace some := with varRunxi Yu8 days1-13/+22
* Add SPDX license headers to all Go filesRunxi Yu10 days1-0/+3
* all: Use COALESCE to handle some nullable database fieldsRunxi Yu2025-02-191-1/+6
* *.go: Add some comments for docsRunxi Yu2025-02-181-0/+3
* http_*.go: Abstract out render_template for deduplicationRunxi Yu2025-02-141-13/+3
* http_{server,handle_login}.go: Fix missing error handlingRunxi Yu2025-02-131-0/+5
* http_handle_*.go: Fix http.Error callsRunxi Yu2025-02-131-6/+6
* http_*.go: Use http.ErrorRunxi Yu2025-02-131-6/+6
* login: Set cookieRunxi Yu2025-02-131-0/+36
* login: Implement password validationRunxi Yu2025-02-131-2/+39
* http_handle_*.go: Use fmt.Fprintln, not w.WriteRunxi Yu2025-02-131-1/+2
* login: Stub login pageRunxi Yu2025-02-131-0/+18