Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix group path trailing slash | Runxi Yu | 2025-03-25 | 4 | -2/+7 | |
| | ||||||
* | Use cache for raw files too | Runxi Yu | 2025-03-25 | 2 | -1/+45 | |
| | ||||||
* | Cache file view | Runxi Yu | 2025-03-25 | 2 | -8/+33 | |
| | ||||||
* | Cache dir view in tree view | Runxi Yu | 2025-03-25 | 2 | -31/+51 | |
| | ||||||
* | Cache commit logs on the repo index page | Runxi Yu | 2025-03-25 | 7 | -15/+95 | |
| | ||||||
* | Revert "Add prometheus" | Runxi Yu | 2025-03-25 | 3 | -29/+0 | |
| | | | | This reverts commit bb3b881a0cef2248e15452ed1eead630b9ba0f75. | |||||
* | Fix regression in tree/raw dir handling | Runxi Yu | 2025-03-25 | 1 | -2/+12 | |
| | ||||||
* | Add prometheus | Runxi Yu | 2025-03-24 | 3 | -0/+29 | |
| | ||||||
* | Reuse the cache for /tree | Runxi Yu | 2025-03-22 | 3 | -69/+112 | |
| | ||||||
* | Cache tree-building | Runxi Yu | 2025-03-22 | 3 | -9/+63 | |
| | ||||||
* | Support X-Forwarded-For for reverse proxies | Runxi Yu | 2025-03-22 | 3 | -2/+21 | |
| | ||||||
* | Configurable timeout | Runxi Yu | 2025-03-22 | 3 | -3/+10 | |
| | ||||||
* | Actually incrementally generate the git log | Runxi Yu | 2025-03-22 | 1 | -4/+4 | |
| | ||||||
* | Use a custom errPage500 | Runxi Yu | 2025-03-22 | 13 | -50/+86 | |
| | ||||||
* | Variable name lengths | Runxi Yu | 2025-03-22 | 24 | -242/+246 | |
| | ||||||
* | Initial linting | Runxi Yu | 2025-03-22 | 22 | -55/+90 | |
| | ||||||
* | fedauth: Use NewRequestWithContext | Runxi Yu | 2025-03-22 | 1 | -6/+8 | |
| | ||||||
* | Add HTTP 451 | Runxi Yu | 2025-03-22 | 3 | -2/+33 | |
| | ||||||
* | Fix tree/raw redirection and disallow slashes in their path segments | Runxi Yu | 2025-03-22 | 6 | -8/+51 | |
| | ||||||
* | Fix HTTPS cloning | Runxi Yu | 2025-03-22 | 1 | -2/+3 | |
| | ||||||
* | Remove the Hare migration notice | Runxi Yu | 2025-03-22 | 1 | -4/+0 | |
| | ||||||
* | Allow anonymous MRs...? | Runxi Yu | 2025-03-22 | 1 | -4/+11 | |
| | ||||||
* | Log incoming and outgoing messages | Runxi Yu | 2025-03-22 | 4 | -14/+25 | |
| | ||||||
* | Handle error when doing NICK/USER | Runxi Yu | 2025-03-22 | 1 | -1/+4 | |
| | ||||||
* | Send IRC message when receiving merge requests | Runxi Yu | 2025-03-22 | 1 | -1/+8 | |
| | ||||||
* | Only say test when self-joining | Runxi Yu | 2025-03-22 | 1 | -0/+7 | |
| | ||||||
* | Bump dependencies | Runxi Yu | 2025-03-22 | 2 | -6/+6 | |
| | ||||||
* | IRC sending queues | Runxi Yu | 2025-03-22 | 3 | -20/+111 | |
| | ||||||
* | Add rudimentary IRC logic | Runxi Yu | 2025-03-22 | 5 | -0/+57 | |
| | ||||||
* | errorPage404 should actually do 404 | Runxi Yu | 2025-03-21 | 1 | -0/+1 | |
| | ||||||
* | Group not found -> 404 | Runxi Yu | 2025-03-21 | 1 | -1/+1 | |
| | ||||||
* | Add a "Proper" 404 page | Runxi Yu | 2025-03-21 | 4 | -7/+55 | |
| | ||||||
* | Fix Is_file -> IsFile naming | Runxi Yu | 2025-03-21 | 3 | -3/+3 | |
| | ||||||
* | Fix spacing in branchspec on repo indexes | Runxi Yu | 2025-03-21 | 1 | -1/+1 | |
| | ||||||
* | Stop using the cursed contentfulSegmentsLen | Runxi Yu | 2025-03-21 | 1 | -30/+32 | |
| | ||||||
* | Bump lindenii-common | Runxi Yu | 2025-03-21 | 2 | -3/+3 | |
| | ||||||
* | dereference_or_zero | Runxi Yu | 2025-03-21 | 2 | -1/+9 | |
| | ||||||
* | Removing s/stale/existing/g socket | Runxi Yu | 2025-03-21 | 1 | -6/+6 | |
| | ||||||
* | Output git logs incrementally | Runxi Yu | 2025-03-21 | 6 | -7/+56 | |
| | ||||||
* | Bump Go version to 1.24.1 | Runxi Yu | 2025-03-21 | 1 | -1/+1 | |
| | ||||||
* | Reformat | Runxi Yu | 2025-03-21 | 1 | -1/+1 | |
| | ||||||
* | Revert "main: Add pprof listener for performance debugging" | Runxi Yu | 2025-03-21 | 1 | -13/+0 | |
| | | | | This reverts commit 5ec84ffa3f06295ef3d93f7db18f7e0e9ed184eb. | |||||
* | Bump dependencies | Runxi Yu | 2025-03-21 | 3 | -13/+12 | |
| | ||||||
* | Rename httpRouter | Runxi Yu | 2025-03-21 | 2 | -3/+3 | |
| | ||||||
* | Revert "Add gohtmplgen to the build process" | Runxi Yu | 2025-03-19 | 2 | -3/+1 | |
| | | | | This reverts commit c00fbc1189c44b6d3d8c79033a3044deaf1c4ca1. | |||||
* | Add gohtmplgen to the build process | Runxi Yu | 2025-03-19 | 2 | -1/+3 | |
| | ||||||
* | Remove underscores from Go code, pt 6 | Runxi Yu | 2025-03-19 | 4 | -21/+20 | |
| | ||||||
* | Remove underscores from Go code, pt 6 | Runxi Yu | 2025-03-19 | 11 | -96/+94 | |
| | ||||||
* | Remove underscores from Go code, pt 5 | Runxi Yu | 2025-03-19 | 6 | -20/+20 | |
| | ||||||
* | Remove old style guide | Runxi Yu | 2025-03-19 | 1 | -9/+0 | |
| |