index
:
forge.git
broken
hare
master
[WIP] Some random software forge
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
http_handle_login.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unexport fields in Server
v0.1.24
Runxi Yu
2025-04-05
1
-3
/
+3
*
Use cmd/forge for the entry point
Runxi Yu
2025-04-05
1
-5
/
+5
*
database shall no longer be a global variable
Runxi Yu
2025-04-05
1
-2
/
+2
*
config shall no longer be a global variable
Runxi Yu
2025-04-05
1
-2
/
+2
*
Add descriptive comments to most Go functions
Runxi Yu
2025-03-31
1
-0
/
+1
*
Replace FileContributor with FileCopyrightText
Runxi Yu
2025-03-31
1
-1
/
+1
*
Use a custom errPage500
Runxi Yu
2025-03-22
1
-4
/
+4
*
Variable name lengths
Runxi Yu
2025-03-22
1
-16
/
+16
*
Initial linting
Runxi Yu
2025-03-22
1
-3
/
+2
*
Remove underscores from Go code, pt 4
Runxi Yu
2025-03-19
1
-18
/
+18
*
*: Replace some := with var
Runxi Yu
2025-03-05
1
-13
/
+22
*
Add SPDX license headers to all Go files
Runxi Yu
2025-03-03
1
-0
/
+3
*
all: Use COALESCE to handle some nullable database fields
Runxi Yu
2025-02-19
1
-1
/
+6
*
*.go: Add some comments for docs
Runxi Yu
2025-02-18
1
-0
/
+3
*
http_*.go: Abstract out render_template for deduplication
Runxi Yu
2025-02-14
1
-13
/
+3
*
http_{server,handle_login}.go: Fix missing error handling
Runxi Yu
2025-02-13
1
-0
/
+5
*
http_handle_*.go: Fix http.Error calls
Runxi Yu
2025-02-13
1
-6
/
+6
*
http_*.go: Use http.Error
Runxi Yu
2025-02-13
1
-6
/
+6
*
login: Set cookie
Runxi Yu
2025-02-13
1
-0
/
+36
*
login: Implement password validation
Runxi Yu
2025-02-13
1
-2
/
+39
*
http_handle_*.go: Use fmt.Fprintln, not w.Write
Runxi Yu
2025-02-13
1
-1
/
+2
*
login: Stub login page
Runxi Yu
2025-02-13
1
-0
/
+18