aboutsummaryrefslogtreecommitdiff
path: root/http_handle_repo_index.go (unfollow)
Commit message (Expand)AuthorFilesLines
6 daysrepo/index: Emit warning when path contains newlineRunxi Yu1-0/+7
6 daysrepo/index: Display repo info only, when commits/files unavailableRunxi Yu1-14/+13
7 days*: Support subgroups via SQL recursionRunxi Yu1-4/+5
8 daysrepo/*: Use var instead of :=Runxi Yu1-7/+15
10 daysAdd SPDX license headers to all Go filesRunxi Yu1-0/+3
2025-02-18http: Refactor more handler code duplication into the routerRunxi Yu1-7/+3
2025-02-16repo_index: Add HTTP clone along with SSHRunxi Yu1-1/+2
2025-02-14repo_index: Allow refspecsRunxi Yu1-5/+6
2025-02-14http_handle_*.go: Remove redundant return statementsRunxi Yu1-1/+0
2025-02-14http_*.go: Abstract out render_template for deduplicationRunxi Yu1-5/+2
2025-02-14http_*: Refactor to reduce duplicationRunxi Yu1-1/+0
2025-02-13http_handle_*.go: Fix http.Error callsRunxi Yu1-6/+6
2025-02-13ssh_url_generation.go, etc.: Add config ssh.root and use itRunxi Yu1-2/+1
2025-02-13http_*.go: Use http.ErrorRunxi Yu1-7/+6
2025-02-13repo_index: Add repo descriptionsRunxi Yu1-1/+2
2025-02-13http_handle_*.go: Use fmt.Fprintln, not w.WriteRunxi Yu1-6/+7
2025-02-13_header.html: Add headerRunxi Yu1-11/+8
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-1/+2
2025-02-12repo_index: Add clone instructionsRunxi Yu1-0/+3
2025-02-12*.go: Use the database for repo info, and fix ssh cloning repoRunxi Yu1-1/+1
2025-02-12*: Migrate to the new path schemeRunxi Yu1-2/+2
2025-02-12render_readme.go: Render plain READMEs tooRunxi Yu1-1/+1
2025-02-11*.go: Remove extra TODOsRunxi Yu1-1/+0
2025-02-11repo_log: Add a logRunxi Yu1-1/+1
2025-02-10*: category -> groupRunxi Yu1-3/+3
2025-02-10git_misc: Abstract away get_recent_commitsRunxi Yu1-15/+2
2025-02-10git_misc: Abstract git.PlainOpen into open_git_repoRunxi Yu1-2/+1
2025-02-10git_misc: Abstract tree-listing into build_display_git_treeRunxi Yu1-19/+2
2025-02-10render_readme: Abstract away README renderingRunxi Yu1-22/+1
2025-02-10*: project -> categoryRunxi Yu1-3/+3
2025-02-10*.go: LintingRunxi Yu1-13/+17
2025-02-10handle_repo_{index,tree}: Don't crash on missing READMERunxi Yu1-12/+12
2025-02-10repo_index: Add anchors to filenames in the tree listingRunxi Yu1-0/+1
2025-02-10*.go: Reformat codeRunxi Yu1-4/+5
2025-02-10repo_index: Only display first four characters of os_modeRunxi Yu1-2/+2
2025-02-10repo_index: Add file listRunxi Yu1-0/+19
2025-02-09*: Add basic repo home with a README and recent commits displayRunxi Yu1-0/+76