aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add artifact uploadsv0.1.0Runxi Yu2025-03-281-0/+12
|
* One more blank line for version.goRunxi Yu2025-03-271-1/+1
|
* Don't use extra source in CIRunxi Yu2025-03-271-5/+3
|
* Attempt to fix that lint issueRunxi Yu2025-03-271-1/+1
|
* Lint and add CIRunxi Yu2025-03-273-2/+21
|
* LintRunxi Yu2025-03-273-18/+15
|
* Fix out of bounds in commit path handlingRunxi Yu2025-03-251-0/+4
|
* Fix index page padding wrapper containmentRunxi Yu2025-03-251-22/+21
|
* Add 403 and 501 pagesRunxi Yu2025-03-257-8/+68
|
* Remove unnecessary whitespace in branches templateRunxi Yu2025-03-251-2/+2
|
* Further remove .rounded and .rounded-footedRunxi Yu2025-03-2511-50/+14
|
* Remove test message in IRCRunxi Yu2025-03-251-5/+0
|
* Remove round corners for nowRunxi Yu2025-03-251-4/+0
|
* Bump dependenciesRunxi Yu2025-03-252-3/+3
|
* Reindent HTML templateRunxi Yu2025-03-251-29/+23
|
* Responsive grid for commit and repo infoRunxi Yu2025-03-253-58/+124
|
* Navbar slashesRunxi Yu2025-03-252-1/+6
|
* Better nav barRunxi Yu2025-03-252-4/+41
|
* Separate cache into separate filesRunxi Yu2025-03-255-74/+102
|
* Fix group path trailing slashRunxi Yu2025-03-254-2/+7
|
* Use cache for raw files tooRunxi Yu2025-03-252-1/+45
|
* Cache file viewRunxi Yu2025-03-252-8/+33
|
* Cache dir view in tree viewRunxi Yu2025-03-252-31/+51
|
* Cache commit logs on the repo index pageRunxi Yu2025-03-257-15/+95
|
* Revert "Add prometheus"Runxi Yu2025-03-253-29/+0
| | | | This reverts commit bb3b881a0cef2248e15452ed1eead630b9ba0f75.
* Fix regression in tree/raw dir handlingRunxi Yu2025-03-251-2/+12
|
* Add prometheusRunxi Yu2025-03-243-0/+29
|
* Reuse the cache for /treeRunxi Yu2025-03-223-69/+112
|
* Cache tree-buildingRunxi Yu2025-03-223-9/+63
|
* Support X-Forwarded-For for reverse proxiesRunxi Yu2025-03-223-2/+21
|
* Configurable timeoutRunxi Yu2025-03-223-3/+10
|
* Actually incrementally generate the git logRunxi Yu2025-03-221-4/+4
|
* Use a custom errPage500Runxi Yu2025-03-2213-50/+86
|
* Variable name lengthsRunxi Yu2025-03-2224-242/+246
|
* Initial lintingRunxi Yu2025-03-2222-55/+90
|
* fedauth: Use NewRequestWithContextRunxi Yu2025-03-221-6/+8
|
* Add HTTP 451Runxi Yu2025-03-223-2/+33
|
* Fix tree/raw redirection and disallow slashes in their path segmentsRunxi Yu2025-03-226-8/+51
|
* Fix HTTPS cloningRunxi Yu2025-03-221-2/+3
|
* Remove the Hare migration noticeRunxi Yu2025-03-221-4/+0
|
* Allow anonymous MRs...?Runxi Yu2025-03-221-4/+11
|
* Log incoming and outgoing messagesRunxi Yu2025-03-224-14/+25
|
* Handle error when doing NICK/USERRunxi Yu2025-03-221-1/+4
|
* Send IRC message when receiving merge requestsRunxi Yu2025-03-221-1/+8
|
* Only say test when self-joiningRunxi Yu2025-03-221-0/+7
|
* Bump dependenciesRunxi Yu2025-03-222-6/+6
|
* IRC sending queuesRunxi Yu2025-03-223-20/+111
|
* Add rudimentary IRC logicRunxi Yu2025-03-225-0/+57
|
* errorPage404 should actually do 404Runxi Yu2025-03-211-0/+1
|
* Group not found -> 404Runxi Yu2025-03-211-1/+1
|