Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add artifact uploadsv0.1.0 | Runxi Yu | 2025-03-28 | 1 | -0/+12 | |
| | ||||||
* | One more blank line for version.go | Runxi Yu | 2025-03-27 | 1 | -1/+1 | |
| | ||||||
* | Don't use extra source in CI | Runxi Yu | 2025-03-27 | 1 | -5/+3 | |
| | ||||||
* | Attempt to fix that lint issue | Runxi Yu | 2025-03-27 | 1 | -1/+1 | |
| | ||||||
* | Lint and add CI | Runxi Yu | 2025-03-27 | 3 | -2/+21 | |
| | ||||||
* | Lint | Runxi Yu | 2025-03-27 | 3 | -18/+15 | |
| | ||||||
* | Fix out of bounds in commit path handling | Runxi Yu | 2025-03-25 | 1 | -0/+4 | |
| | ||||||
* | Fix index page padding wrapper containment | Runxi Yu | 2025-03-25 | 1 | -22/+21 | |
| | ||||||
* | Add 403 and 501 pages | Runxi Yu | 2025-03-25 | 7 | -8/+68 | |
| | ||||||
* | Remove unnecessary whitespace in branches template | Runxi Yu | 2025-03-25 | 1 | -2/+2 | |
| | ||||||
* | Further remove .rounded and .rounded-footed | Runxi Yu | 2025-03-25 | 11 | -50/+14 | |
| | ||||||
* | Remove test message in IRC | Runxi Yu | 2025-03-25 | 1 | -5/+0 | |
| | ||||||
* | Remove round corners for now | Runxi Yu | 2025-03-25 | 1 | -4/+0 | |
| | ||||||
* | Bump dependencies | Runxi Yu | 2025-03-25 | 2 | -3/+3 | |
| | ||||||
* | Reindent HTML template | Runxi Yu | 2025-03-25 | 1 | -29/+23 | |
| | ||||||
* | Responsive grid for commit and repo info | Runxi Yu | 2025-03-25 | 3 | -58/+124 | |
| | ||||||
* | Navbar slashes | Runxi Yu | 2025-03-25 | 2 | -1/+6 | |
| | ||||||
* | Better nav bar | Runxi Yu | 2025-03-25 | 2 | -4/+41 | |
| | ||||||
* | Separate cache into separate files | Runxi Yu | 2025-03-25 | 5 | -74/+102 | |
| | ||||||
* | 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 | |
| |