| Commit message (Expand) | Author | Files | Lines |
6 days | group/index: Fix repo_desc in creation form handler | Runxi Yu | 1 | -1/+1 |
7 days | group/index: Allow repo creation via web | Runxi Yu | 1 | -0/+56 |
7 days | *: Remove unnecessary debug printf | Runxi Yu | 1 | -3/+0 |
7 days | http: Check for direct user access | Runxi Yu | 1 | -0/+15 |
7 days | group/index: Reuse ID from first SQL query to avoid triple recursion | Runxi Yu | 1 | -59/+10 |
7 days | group/index: Add group description | Runxi Yu | 1 | -0/+42 |
7 days | *: Reformat | Runxi Yu | 1 | -1/+0 |
7 days | *: Support subgroups via SQL recursion | Runxi Yu | 1 | -6/+112 |
8 days | *: Replace some := with var | Runxi Yu | 1 | -2/+6 |
10 days | Add SPDX license headers to all Go files | Runxi Yu | 1 | -0/+3 |
2025-02-14 | http_*.go: Abstract out render_template for deduplication | Runxi Yu | 1 | -5/+1 |
2025-02-14 | {database,http_handle_*index}.go: Reduce query_name_desc_list duplication | Runxi Yu | 1 | -13/+1 |
2025-02-13 | {group_,}index: Use name_desc_t | Runxi Yu | 1 | -8/+2 |
2025-02-13 | group_index: Use table list | Runxi Yu | 1 | -4/+21 |
2025-02-13 | index: Reformat the page | Runxi Yu | 1 | -2/+2 |
2025-02-13 | database.go: query_list[T any] | Runxi Yu | 1 | -20/+3 |
2025-02-13 | http_*.go: Use http.Error | Runxi Yu | 1 | -5/+4 |
2025-02-13 | http_handle_*.go: Use fmt.Fprintln, not w.Write | Runxi Yu | 1 | -4/+5 |
2025-02-13 | _header.html: Add header | Runxi Yu | 1 | -6/+3 |
2025-02-13 | *.go: Mass rename files for clarity | Runxi Yu | 1 | -0/+0 |
2025-02-12 | {ssh,global}.go, index.html: Add global data containing ssh fp | Runxi Yu | 1 | -0/+1 |
2025-02-12 | *.go: Use the database for repo info, and fix ssh cloning repo | Runxi Yu | 1 | -11/+18 |
2025-02-12 | *: Migrate to the new path scheme | Runxi Yu | 1 | -2/+2 |
2025-02-11 | group_{index,repos}: Rename files too | Runxi Yu | 1 | -0/+0 |
2025-02-10 | *: category -> group | Runxi Yu | 1 | -5/+5 |
2025-02-10 | category_index -> category_repos | Runxi Yu | 1 | -2/+2 |
2025-02-10 | handle_repo_tree: Syntax highlighting | Runxi Yu | 1 | -1/+1 |
2025-02-10 | *: project -> category | Runxi Yu | 1 | -3/+3 |
2025-02-10 | category_index: Add a repo index for each category | Runxi Yu | 1 | -0/+34 |