Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unexport fields in Serverv0.1.24 | Runxi Yu | 2025-04-05 | 1 | -5/+5 |
| | |||||
* | Move things to internal/v0.1.23 | Runxi Yu | 2025-04-05 | 1 | -1/+1 |
| | |||||
* | Use cmd/forge for the entry point | Runxi Yu | 2025-04-05 | 1 | -7/+7 |
| | |||||
* | sshPubkey* shall no longer be global variables | Runxi Yu | 2025-04-05 | 1 | -1/+1 |
| | |||||
* | source/static-Handler shall no longer be global variables | Runxi Yu | 2025-04-05 | 1 | -2/+2 |
| | |||||
* | database shall no longer be a global variable | Runxi Yu | 2025-04-05 | 1 | -5/+5 |
| | |||||
* | config shall no longer be a global variable | Runxi Yu | 2025-04-05 | 1 | -15/+13 |
| | |||||
* | misc: Move url.go into the misc package | Runxi Yu | 2025-04-05 | 1 | -14/+15 |
| | |||||
* | Use log/slog instead of clog | Runxi Yu | 2025-04-05 | 1 | -2/+2 |
| | |||||
* | HTTP: Remove GC | Runxi Yu | 2025-04-05 | 1 | -3/+0 |
| | |||||
* | Remove man pages | Runxi Yu | 2025-04-05 | 1 | -3/+0 |
| | | | | They're better documented on the Web | ||||
* | HTML: Repo patch mailing list should not include final slashv0.1.17 | Runxi Yu | 2025-04-03 | 1 | -1/+1 |
| | |||||
* | HTML: Add contribution guidelines in the MR tabv0.1.16 | Runxi Yu | 2025-04-03 | 1 | -0/+3 |
| | |||||
* | HTML: Use the proper repo_url_root in tree/rawtreev0.1.12 | Runxi Yu | 2025-04-03 | 1 | -0/+7 |
| | |||||
* | HTTP: Ref type query errors should be 400, not 500 | Runxi Yu | 2025-04-03 | 1 | -1/+1 |
| | |||||
* | HTTP: Remove resolved TODO on subgroups | Runxi Yu | 2025-04-03 | 1 | -2/+0 |
| | |||||
* | Git: Return fsPath from OpenRepo | Runxi Yu | 2025-04-02 | 1 | -1/+1 |
| | |||||
* | Fix colon warning page's headers | Runxi Yu | 2025-04-01 | 1 | -7/+7 |
| | |||||
* | Remind visitors of the change | Runxi Yu | 2025-04-01 | 1 | -0/+7 |
| | |||||
* | Change the main separator from : to - | Runxi Yu | 2025-04-01 | 1 | -3/+3 |
| | | | | Implements: https://todo.sr.ht/~runxiyu/forge/28 | ||||
* | Add descriptive comments to most Go functions | Runxi Yu | 2025-03-31 | 1 | -0/+4 |
| | |||||
* | Replace FileContributor with FileCopyrightText | Runxi Yu | 2025-03-31 | 1 | -1/+1 |
| | |||||
* | Add branches page | Runxi Yu | 2025-03-31 | 1 | -0/+6 |
| | |||||
* | Mandoc more | Runxi Yu | 2025-03-31 | 1 | -0/+3 |
| | |||||
* | Fix out of bounds in commit path handling | Runxi Yu | 2025-03-25 | 1 | -0/+4 |
| | |||||
* | Add 403 and 501 pages | Runxi Yu | 2025-03-25 | 1 | -3/+3 |
| | |||||
* | Navbar slashes | Runxi Yu | 2025-03-25 | 1 | -0/+1 |
| | |||||
* | Fix regression in tree/raw dir handling | Runxi Yu | 2025-03-25 | 1 | -2/+12 |
| | |||||
* | Support X-Forwarded-For for reverse proxies | Runxi Yu | 2025-03-22 | 1 | -1/+12 |
| | |||||
* | Use a custom errPage500 | Runxi Yu | 2025-03-22 | 1 | -5/+5 |
| | |||||
* | Variable name lengths | Runxi Yu | 2025-03-22 | 1 | -46/+46 |
| | |||||
* | Initial linting | Runxi Yu | 2025-03-22 | 1 | -3/+1 |
| | |||||
* | Fix tree/raw redirection and disallow slashes in their path segments | Runxi Yu | 2025-03-22 | 1 | -1/+8 |
| | |||||
* | Add a "Proper" 404 page | Runxi Yu | 2025-03-21 | 1 | -7/+8 |
| | |||||
* | Stop using the cursed contentfulSegmentsLen | Runxi Yu | 2025-03-21 | 1 | -30/+32 |
| | |||||
* | Rename httpRouter | Runxi Yu | 2025-03-21 | 1 | -2/+2 |
| | |||||
* | Remove underscores from Go code, pt 4 | Runxi Yu | 2025-03-19 | 1 | -70/+70 |
| | |||||
* | Remove underscores from Go code, pt 3 | Runxi Yu | 2025-03-19 | 1 | -1/+1 |
| | |||||
* | Remove underscores from Go code, pt 2 | Runxi Yu | 2025-03-18 | 1 | -1/+1 |
| | |||||
* | Remove underscores from Go code, pt 1 | Runxi Yu | 2025-03-18 | 1 | -2/+2 |
| | |||||
* | gc: Add a garbage collection button | Runxi Yu | 2025-03-09 | 1 | -0/+3 |
| | |||||
* | *: Remove unnecessary debug printf | Runxi Yu | 2025-03-06 | 1 | -2/+0 |
| | |||||
* | http: Check for direct user access | Runxi Yu | 2025-03-06 | 1 | -2/+3 |
| | |||||
* | *: Reformat | Runxi Yu | 2025-03-06 | 1 | -2/+2 |
| | |||||
* | *: Support subgroups via SQL recursion | Runxi Yu | 2025-03-06 | 1 | -23/+19 |
| | |||||
* | *: Typing fixes | Runxi Yu | 2025-03-05 | 1 | -1/+1 |
| | |||||
* | *: Replacing more := with var | Runxi Yu | 2025-03-05 | 1 | -17/+21 |
| | |||||
* | Add SPDX license headers to all Go files | Runxi Yu | 2025-03-03 | 1 | -0/+3 |
| | |||||
* | all: Remove error wrapping | Runxi Yu | 2025-02-19 | 1 | -2/+0 |
| | | | | | I'm undecided on how I wrap errors in this project. I'll just return errors directly for now. This will probably be adjusted later. | ||||
* | *.go: Reformat | Runxi Yu | 2025-02-19 | 1 | -2/+2 |
| |