Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
8 days | *: Replace some := with var | Runxi Yu | 1 | -13/+22 | |
10 days | Add SPDX license headers to all Go files | Runxi Yu | 1 | -0/+3 | |
2025-02-19 | all: Use COALESCE to handle some nullable database fields | Runxi Yu | 1 | -1/+6 | |
2025-02-18 | *.go: Add some comments for docs | Runxi Yu | 1 | -0/+3 | |
2025-02-14 | http_*.go: Abstract out render_template for deduplication | Runxi Yu | 1 | -13/+3 | |
2025-02-13 | http_{server,handle_login}.go: Fix missing error handling | Runxi Yu | 1 | -0/+5 | |
2025-02-13 | http_handle_*.go: Fix http.Error calls | Runxi Yu | 1 | -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. | |||||
2025-02-13 | http_*.go: Use http.Error | Runxi Yu | 1 | -6/+6 | |
2025-02-13 | login: Set cookie | Runxi Yu | 1 | -0/+36 | |
2025-02-13 | login: Implement password validation | Runxi Yu | 1 | -2/+39 | |
2025-02-13 | http_handle_*.go: Use fmt.Fprintln, not w.Write | Runxi Yu | 1 | -1/+2 | |
2025-02-13 | login: Stub login page | Runxi Yu | 1 | -0/+18 | |