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_group_index.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move stuff into internal/unsorted
v0.1.28
Runxi Yu
2025-04-06
1
-197
/
+0
*
templates shall no longer be a global variable
Runxi Yu
2025-04-05
1
-15
/
+15
*
web: Separate HTTP error pages into its own package
Runxi Yu
2025-04-05
1
-14
/
+15
*
Unexport some other things
Runxi Yu
2025-04-05
1
-4
/
+5
*
Unexport fields in Server
v0.1.24
Runxi Yu
2025-04-05
1
-7
/
+7
*
Move things to internal/
v0.1.23
Runxi Yu
2025-04-05
1
-1
/
+1
*
Export symbols from database.go
Runxi Yu
2025-04-05
1
-4
/
+4
*
Use cmd/forge for the entry point
Runxi Yu
2025-04-05
1
-9
/
+9
*
database shall no longer be a global variable
Runxi Yu
2025-04-05
1
-6
/
+6
*
config shall no longer be a global variable
Runxi Yu
2025-04-05
1
-3
/
+3
*
misc: Move url.go into the misc package
Runxi Yu
2025-04-05
1
-1
/
+2
*
Add descriptive comments to most Go functions
Runxi Yu
2025-03-31
1
-0
/
+3
*
Replace FileContributor with FileCopyrightText
Runxi Yu
2025-03-31
1
-1
/
+1
*
Add 403 and 501 pages
Runxi Yu
2025-03-25
1
-2
/
+2
*
Use a custom errPage500
Runxi Yu
2025-03-22
1
-11
/
+11
*
Variable name lengths
Runxi Yu
2025-03-22
1
-27
/
+27
*
Initial linting
Runxi Yu
2025-03-22
1
-2
/
+3
*
Group not found -> 404
Runxi Yu
2025-03-21
1
-1
/
+1
*
Remove underscores from Go code, pt 4
Runxi Yu
2025-03-19
1
-30
/
+30
*
Remove underscores from Go code, pt 3
Runxi Yu
2025-03-19
1
-1
/
+1
*
Remove underscores from Go code, pt 2
Runxi Yu
2025-03-18
1
-4
/
+4
*
group/index: Fix repo_desc in creation form handler
Runxi Yu
2025-03-07
1
-1
/
+1
*
group/index: Allow repo creation via web
Runxi Yu
2025-03-06
1
-0
/
+56
*
*: Remove unnecessary debug printf
Runxi Yu
2025-03-06
1
-3
/
+0
*
http: Check for direct user access
Runxi Yu
2025-03-06
1
-0
/
+15
*
group/index: Reuse ID from first SQL query to avoid triple recursion
Runxi Yu
2025-03-06
1
-59
/
+10
*
group/index: Add group description
Runxi Yu
2025-03-06
1
-0
/
+42
*
*: Reformat
Runxi Yu
2025-03-06
1
-1
/
+0
*
*: Support subgroups via SQL recursion
Runxi Yu
2025-03-06
1
-6
/
+112
*
*: Replace some := with var
Runxi Yu
2025-03-05
1
-2
/
+6
*
Add SPDX license headers to all Go files
Runxi Yu
2025-03-03
1
-0
/
+3
*
http_*.go: Abstract out render_template for deduplication
Runxi Yu
2025-02-14
1
-5
/
+1
*
{database,http_handle_*index}.go: Reduce query_name_desc_list duplication
Runxi Yu
2025-02-14
1
-13
/
+1
*
{group_,}index: Use name_desc_t
Runxi Yu
2025-02-13
1
-8
/
+2
*
group_index: Use table list
Runxi Yu
2025-02-13
1
-4
/
+21
*
index: Reformat the page
Runxi Yu
2025-02-13
1
-2
/
+2
*
database.go: query_list[T any]
Runxi Yu
2025-02-13
1
-20
/
+3
*
http_*.go: Use http.Error
Runxi Yu
2025-02-13
1
-5
/
+4
*
http_handle_*.go: Use fmt.Fprintln, not w.Write
Runxi Yu
2025-02-13
1
-4
/
+5
*
_header.html: Add header
Runxi Yu
2025-02-13
1
-6
/
+3
*
*.go: Mass rename files for clarity
Runxi Yu
2025-02-13
1
-0
/
+42