aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump dependenciesRunxi Yu2024-07-122-3/+3
|
* Use new scanPathRunxi Yu2024-07-061-1/+1
|
* Bump dependenciesRunxi Yu2024-07-062-14/+14
|
* Nah, scrap the git.sr.ht-style thingRunxi Yu2024-06-201-1/+0
|
* README.md: Cgit -> git.sr.htRunxi Yu2024-06-201-1/+2
|
* LICENSE: Switch to AGPLv3-onlyRunxi Yu2024-06-2014-242/+709
|
* tree.html: IsFile checkRunxi Yu2024-06-201-0/+8
|
* tree.html: Very basic, a lot missingRunxi Yu2024-06-192-40/+93
|
* head.html: Add spaceRunxi Yu2024-06-191-1/+1
|
* Add basic repo display... kinda broken thoughRunxi Yu2024-06-194-39/+199
|
* Bump all dependenciesRunxi Yu2024-06-182-41/+33
|
* Add copyright information to each Go fileRunxi Yu2024-06-1612-1/+290
|
* Add myself to LICENSERunxi Yu2024-06-161-1/+2
|
* legitrx.service: /usr/local/bin, username changes, etcRunxi Yu2024-06-161-4/+4
|
* Move the <table id="header">... thing to primary-header.htmlRunxi Yu2024-06-162-7/+10
|
* head.html: Add generator tag; <meta ...> -> <meta .../>Runxi Yu2024-06-161-6/+6
|
* legit.png -> null legitrx.pngRunxi Yu2024-06-162-1/+1
|
* style.css: tabs, not spacesRunxi Yu2024-06-161-152/+152
|
* repoheader must be in body, not headRunxi Yu2024-06-167-7/+7
|
* Include the original legit CSS for nowRunxi Yu2024-06-1611-315/+321
|
* repo.html: repoheader should be in <body>, not <head>Runxi Yu2024-06-151-1/+1
|
* head.html: Remove inter.css ref to cdn.icyphox.shRunxi Yu2024-06-151-1/+0
|
* README.md: Clean upRunxi Yu2024-06-151-44/+26
|
* go.mod, etc: git.icyphox.sh/legit -> git.sr.ht/~runxiyu/legitrxRunxi Yu2024-06-157-9/+9
|
* README.md: icyphox made legit, not legitrxRunxi Yu2024-06-151-1/+1
|
* Add footer to each template and use standard error messagesRunxi Yu2024-06-149-3/+14
|
* Re-indent all HTML filesRunxi Yu2024-06-1411-310/+285
| | | | Use tabs and try to make <pre> not add extra spaces
* Remove blank lines in the HTMLRunxi Yu2024-06-149-16/+0
|
* foot.html: Use legit's legit upstream, not GitHubRunxi Yu2024-06-141-1/+1
|
* foot.html: Use a common footerRunxi Yu2024-06-142-3/+6
|
* index.html: Fix <td> being closed by <th>Runxi Yu2024-06-141-3/+3
|
* index.html: Formatted primitivelyRunxi Yu2024-06-142-213/+228
|
* Add the Cgit CSSRunxi Yu2024-06-142-198/+1120
| | | | This commit obviously breaks everything temporarily
* Add <!DOCTYPE html> to all relevant templatesRunxi Yu2024-06-149-0/+9
| | | | See https://developer.mozilla.org/en-US/docs/Web/HTML/Quirks_Mode_and_Standards_Mode
* legitrx.yaml: /ymp/git for nowRunxi Yu2024-06-141-1/+1
|
* Remove docker stuff and rename config.yaml -> legitrx.yamlRunxi Yu2024-06-146-73/+33
|
* Fork initRunxi Yu2024-06-144-91/+85
|
* readme: misc updatesAnirudh Oppiliappan2024-04-081-1/+2
|
* re-add accidentally removed code for raw file viewlillian2024-03-301-0/+5
|
* readme: remove frivolous line from notesAnirudh Oppiliappan2024-03-271-3/+0
|
* routes: switch to net/http routerAnirudh Oppiliappan2024-03-275-77/+80
| | | | | | BREAKING: This commit reworks routes.Handlers (and everywhere else) to use http.ServeMux -- and subsequently, Go 1.22's new net/http router. This might break something.
* routes: add raw file viewAnirudh Oppiliappan2024-02-253-2/+19
|
* deps: bump go-git dependabot[bot]2023-12-272-91/+60
| | | | | | | | | | | | | | Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.6.1 to 5.11.0. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](https://github.com/go-git/go-git/compare/v5.6.1...v5.11.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* templates: add missing title to repo pageAnirudh Oppiliappan2023-11-052-1/+2
|
* log errors from git.OpenAnirudh Oppiliappan2023-11-052-0/+4
|
* fix broken mailto: link in commit templateGil Poiares-Oliveira2023-05-151-1/+1
|
* contrib: add systemd service fileAkilesh Kannan2023-04-161-0/+17
|
* deps: revert go-gitdiff bumpAnirudh Oppiliappan2023-04-072-7/+5
|
* deps: bumpAnirudh Oppiliappan2023-04-072-51/+77
|
* css: fix table overflowAnirudh Oppiliappan2023-03-192-12/+19
|