aboutsummaryrefslogtreecommitdiff
path: root/http_handle_group_index.go (unfollow)
Commit message (Expand)AuthorFilesLines
6 daysgroup/index: Fix repo_desc in creation form handlerRunxi Yu1-1/+1
7 daysgroup/index: Allow repo creation via webRunxi Yu1-0/+56
7 days*: Remove unnecessary debug printfRunxi Yu1-3/+0
7 dayshttp: Check for direct user accessRunxi Yu1-0/+15
7 daysgroup/index: Reuse ID from first SQL query to avoid triple recursionRunxi Yu1-59/+10
7 daysgroup/index: Add group descriptionRunxi Yu1-0/+42
7 days*: ReformatRunxi Yu1-1/+0
7 days*: Support subgroups via SQL recursionRunxi Yu1-6/+112
8 days*: Replace some := with varRunxi Yu1-2/+6
10 daysAdd SPDX license headers to all Go filesRunxi Yu1-0/+3
2025-02-14http_*.go: Abstract out render_template for deduplicationRunxi Yu1-5/+1
2025-02-14{database,http_handle_*index}.go: Reduce query_name_desc_list duplicationRunxi Yu1-13/+1
2025-02-13{group_,}index: Use name_desc_tRunxi Yu1-8/+2
2025-02-13group_index: Use table listRunxi Yu1-4/+21
2025-02-13index: Reformat the pageRunxi Yu1-2/+2
2025-02-13database.go: query_list[T any]Runxi Yu1-20/+3
2025-02-13http_*.go: Use http.ErrorRunxi Yu1-5/+4
2025-02-13http_handle_*.go: Use fmt.Fprintln, not w.WriteRunxi Yu1-4/+5
2025-02-13_header.html: Add headerRunxi Yu1-6/+3
2025-02-13*.go: Mass rename files for clarityRunxi Yu1-0/+0
2025-02-12{ssh,global}.go, index.html: Add global data containing ssh fpRunxi Yu1-0/+1
2025-02-12*.go: Use the database for repo info, and fix ssh cloning repoRunxi Yu1-11/+18
2025-02-12*: Migrate to the new path schemeRunxi Yu1-2/+2
2025-02-11group_{index,repos}: Rename files tooRunxi Yu1-0/+0
2025-02-10*: category -> groupRunxi Yu1-5/+5
2025-02-10category_index -> category_reposRunxi Yu1-2/+2
2025-02-10handle_repo_tree: Syntax highlightingRunxi Yu1-1/+1
2025-02-10*: project -> categoryRunxi Yu1-3/+3
2025-02-10category_index: Add a repo index for each categoryRunxi Yu1-0/+34