aboutsummaryrefslogtreecommitdiff
path: root/http_handle_login.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* templates shall no longer be a global variableRunxi Yu2025-04-051-8/+8
|
* web: Separate HTTP error pages into its own packageRunxi Yu2025-04-051-4/+5
|
* Unexport fields in Serverv0.1.24Runxi Yu2025-04-051-3/+3
|
* Use cmd/forge for the entry pointRunxi Yu2025-04-051-5/+5
|
* database shall no longer be a global variableRunxi Yu2025-04-051-2/+2
|
* config shall no longer be a global variableRunxi Yu2025-04-051-2/+2
|
* Add descriptive comments to most Go functionsRunxi Yu2025-03-311-0/+1
|
* Replace FileContributor with FileCopyrightTextRunxi Yu2025-03-311-1/+1
|
* Use a custom errPage500Runxi Yu2025-03-221-4/+4
|
* Variable name lengthsRunxi Yu2025-03-221-16/+16
|
* Initial lintingRunxi Yu2025-03-221-3/+2
|
* Remove underscores from Go code, pt 4Runxi Yu2025-03-191-18/+18
|
* *: Replace some := with varRunxi Yu2025-03-051-13/+22
|
* Add SPDX license headers to all Go filesRunxi Yu2025-03-031-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
| | | | | | Previously when I was converting the fmt.Fprintln calls into http.Error, there was a mistake in my sed command which caused some of the messages to have double colons. This should fix them.
* 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