aboutsummaryrefslogtreecommitdiff
path: root/http_server.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move stuff into internal/unsortedv0.1.28Runxi Yu2025-04-061-276/+0
|
* templates shall no longer be a global variableRunxi Yu2025-04-051-21/+21
|
* web: Separate HTTP error pages into its own packageRunxi Yu2025-04-051-18/+19
|
* Unexport fields in Serverv0.1.24Runxi Yu2025-04-051-5/+5
|
* Move things to internal/v0.1.23Runxi Yu2025-04-051-1/+1
|
* Use cmd/forge for the entry pointRunxi Yu2025-04-051-7/+7
|
* sshPubkey* shall no longer be global variablesRunxi Yu2025-04-051-1/+1
|
* source/static-Handler shall no longer be global variablesRunxi Yu2025-04-051-2/+2
|
* database shall no longer be a global variableRunxi Yu2025-04-051-5/+5
|
* config shall no longer be a global variableRunxi Yu2025-04-051-15/+13
|
* misc: Move url.go into the misc packageRunxi Yu2025-04-051-14/+15
|
* Use log/slog instead of clogRunxi Yu2025-04-051-2/+2
|
* HTTP: Remove GCRunxi Yu2025-04-051-3/+0
|
* Remove man pagesRunxi Yu2025-04-051-3/+0
| | | | They're better documented on the Web
* HTML: Repo patch mailing list should not include final slashv0.1.17Runxi Yu2025-04-031-1/+1
|
* HTML: Add contribution guidelines in the MR tabv0.1.16Runxi Yu2025-04-031-0/+3
|
* HTML: Use the proper repo_url_root in tree/rawtreev0.1.12Runxi Yu2025-04-031-0/+7
|
* HTTP: Ref type query errors should be 400, not 500Runxi Yu2025-04-031-1/+1
|
* HTTP: Remove resolved TODO on subgroupsRunxi Yu2025-04-031-2/+0
|
* Git: Return fsPath from OpenRepoRunxi Yu2025-04-021-1/+1
|
* Fix colon warning page's headersRunxi Yu2025-04-011-7/+7
|
* Remind visitors of the changeRunxi Yu2025-04-011-0/+7
|
* Change the main separator from : to -Runxi Yu2025-04-011-3/+3
| | | | Implements: https://todo.sr.ht/~runxiyu/forge/28
* Add descriptive comments to most Go functionsRunxi Yu2025-03-311-0/+4
|
* Replace FileContributor with FileCopyrightTextRunxi Yu2025-03-311-1/+1
|
* Add branches pageRunxi Yu2025-03-311-0/+6
|
* Mandoc moreRunxi Yu2025-03-311-0/+3
|
* Fix out of bounds in commit path handlingRunxi Yu2025-03-251-0/+4
|
* Add 403 and 501 pagesRunxi Yu2025-03-251-3/+3
|
* Navbar slashesRunxi Yu2025-03-251-0/+1
|
* Fix regression in tree/raw dir handlingRunxi Yu2025-03-251-2/+12
|
* Support X-Forwarded-For for reverse proxiesRunxi Yu2025-03-221-1/+12
|
* Use a custom errPage500Runxi Yu2025-03-221-5/+5
|
* Variable name lengthsRunxi Yu2025-03-221-46/+46
|
* Initial lintingRunxi Yu2025-03-221-3/+1
|
* Fix tree/raw redirection and disallow slashes in their path segmentsRunxi Yu2025-03-221-1/+8
|
* Add a "Proper" 404 pageRunxi Yu2025-03-211-7/+8
|
* Stop using the cursed contentfulSegmentsLenRunxi Yu2025-03-211-30/+32
|
* Rename httpRouterRunxi Yu2025-03-211-2/+2
|
* Remove underscores from Go code, pt 4Runxi Yu2025-03-191-70/+70
|
* Remove underscores from Go code, pt 3Runxi Yu2025-03-191-1/+1
|
* Remove underscores from Go code, pt 2Runxi Yu2025-03-181-1/+1
|
* Remove underscores from Go code, pt 1Runxi Yu2025-03-181-2/+2
|
* gc: Add a garbage collection buttonRunxi Yu2025-03-091-0/+3
|
* *: Remove unnecessary debug printfRunxi Yu2025-03-061-2/+0
|
* http: Check for direct user accessRunxi Yu2025-03-061-2/+3
|
* *: ReformatRunxi Yu2025-03-061-2/+2
|
* *: Support subgroups via SQL recursionRunxi Yu2025-03-061-23/+19
|
* *: Typing fixesRunxi Yu2025-03-051-1/+1
|
* *: Replacing more := with varRunxi Yu2025-03-051-17/+21
|