aboutsummaryrefslogtreecommitdiff
path: root/http_server.go (unfollow)
Commit message (Expand)AuthorFilesLines
2025-04-03HTML: Repo patch mailing list should not include final slashv0.1.17Runxi Yu1-1/+1
2025-04-03HTML: Add contribution guidelines in the MR tabv0.1.16Runxi Yu1-0/+3
2025-04-03HTML: Use the proper repo_url_root in tree/rawtreev0.1.12Runxi Yu1-0/+7
2025-04-03HTTP: Ref type query errors should be 400, not 500Runxi Yu1-1/+1
2025-04-03HTTP: Remove resolved TODO on subgroupsRunxi Yu1-2/+0
2025-04-02Git: Return fsPath from OpenRepoRunxi Yu1-1/+1
2025-04-01Fix colon warning page's headersRunxi Yu1-7/+7
2025-04-01Remind visitors of the changeRunxi Yu1-0/+7
2025-04-01Change the main separator from : to -Runxi Yu1-3/+3
2025-03-31Add descriptive comments to most Go functionsRunxi Yu1-0/+4
2025-03-31Replace FileContributor with FileCopyrightTextRunxi Yu1-1/+1
2025-03-31Add branches pageRunxi Yu1-0/+6
2025-03-31Mandoc moreRunxi Yu1-0/+3
2025-03-25Fix out of bounds in commit path handlingRunxi Yu1-0/+4
2025-03-25Add 403 and 501 pagesRunxi Yu1-3/+3
2025-03-25Navbar slashesRunxi Yu1-0/+1
2025-03-25Fix regression in tree/raw dir handlingRunxi Yu1-2/+12
2025-03-22Support X-Forwarded-For for reverse proxiesRunxi Yu1-1/+12
2025-03-22Use a custom errPage500Runxi Yu1-5/+5
2025-03-22Variable name lengthsRunxi Yu1-46/+46
2025-03-22Initial lintingRunxi Yu1-3/+1
2025-03-22Fix tree/raw redirection and disallow slashes in their path segmentsRunxi Yu1-1/+8
2025-03-21Add a "Proper" 404 pageRunxi Yu1-7/+8
2025-03-21Stop using the cursed contentfulSegmentsLenRunxi Yu1-30/+32
2025-03-21Rename httpRouterRunxi Yu1-2/+2
2025-03-19Remove underscores from Go code, pt 4Runxi Yu1-70/+70
2025-03-19Remove underscores from Go code, pt 3Runxi Yu1-1/+1
2025-03-18Remove underscores from Go code, pt 2Runxi Yu1-1/+1
2025-03-18Remove underscores from Go code, pt 1Runxi Yu1-2/+2
2025-03-09gc: Add a garbage collection buttonRunxi Yu1-0/+3
2025-03-06*: Remove unnecessary debug printfRunxi Yu1-2/+0
2025-03-06http: Check for direct user accessRunxi Yu1-2/+3
2025-03-06*: ReformatRunxi Yu1-2/+2
2025-03-06*: Support subgroups via SQL recursionRunxi Yu1-23/+19
2025-03-05*: Typing fixesRunxi Yu1-1/+1
2025-03-05*: Replacing more := with varRunxi Yu1-17/+21
2025-03-03Add SPDX license headers to all Go filesRunxi Yu1-0/+3
2025-02-19all: Remove error wrappingRunxi Yu1-2/+0
2025-02-19*.go: ReformatRunxi Yu1-2/+2
2025-02-19*.go: Use lowercase error valuesRunxi Yu1-1/+1
2025-02-19repo/contrib: Display merge request diffsRunxi Yu1-1/+4
2025-02-19http: Add blank contrib/%d templateRunxi Yu1-1/+9
2025-02-19http: Fix detecting subgroups with separator_indexRunxi Yu1-1/+1
2025-02-19contrib: Add contrib/MR index pageRunxi Yu1-1/+6
2025-02-19http: Consistently use redirect_with{out,}_slash, never r.URL.PathRunxi Yu1-5/+1
2025-02-18http: Refactor more handler code duplication into the routerRunxi Yu1-11/+29
2025-02-18http_server.go: Error out on subgroupsRunxi Yu1-0/+6
2025-02-16*.go: Fix missing error handlingRunxi Yu1-2/+8
2025-02-16http_*: Add HTTP cloningRunxi Yu1-0/+2
2025-02-15*.go: ReformatRunxi Yu1-4/+4