aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* config.yaml add my descriptionRunxi Yu2024-08-161-1/+1
|
* Bump dependenciesRunxi Yu2024-08-162-45/+41
|
* Add woodpecker CIRunxi Yu2024-07-271-0/+11
|
* More HTML sanificationRunxi Yu2024-07-2712-41/+62
|
* Some more HTML sanitiesRunxi Yu2024-07-2712-215/+199
|
* templates/file.html: Remove line numbersRunxi Yu2024-07-271-10/+1
|
* routes/git.go: Fix import pathRunxi Yu2024-07-271-1/+1
|
* Indent the HTML with tabsRunxi Yu2024-07-2712-330/+322
|
* Add myself to LICENSERunxi Yu2024-07-271-0/+1
|
* go.mod, etc: git.icyphox.sh/legit -> git.sr.ht/~runxiyu/legitrxRunxi Yu2024-07-267-9/+8
|
* Fork initRunxi Yu2024-07-2615-96/+86
|
* git: use system's git upload-packAnirudh Oppiliappan2024-07-135-71/+179
| | | | | This is an intermediate workaround for https://github.com/go-git/go-git/issues/1062. This should also fix #33.
* deps: bump golang.org/x/net from 0.22.0 to 0.23.0 (#40)dependabot[bot]2024-07-132-3/+3
|
* readme: fix a thingAnirudh Oppiliappan2024-07-131-1/+1
|
* git: fix getDisplayNameAnirudh Oppiliappan2024-07-051-5/+1
|
* routes: ignore filesAnirudh Oppiliappan2024-07-051-1/+1
|
* nix: fix docker buildAnirudh Oppiliappan2024-07-051-3/+3
|
* css: dark themeMarco Andronaco2024-07-051-0/+13
|
* git: hide .git extensionMarco Andronaco2024-07-054-8/+25
|
* templates: Add link to tar gz handler endpointGabriel A. Giovanini2024-06-291-0/+2
|
* routes: Add handler to generate tar gz fileGabriel A. Giovanini2024-06-293-0/+68
|
* git: Add function to generate tar file from repoGabriel A. Giovanini2024-06-291-0/+136
|
* nix: init flakeAnirudh Oppiliappan2024-06-165-16/+141
|
* 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
|
* how did that happenAnirudh Oppiliappan2023-03-121-1/+1
|
* bump x/netAnirudh Oppiliappan2023-02-182-8/+8
|
* cleaner titlesAnirudh Oppiliappan2023-02-189-41/+36
| | | | by nilix
* fix buffer overflow in countlines for files greater than 32kDerek Stevens2023-02-181-1/+1
| | | | Signed-off-by: Derek Stevens <nilix@nilfm.cc>
* contrib: docker support (#20)Gil Poiares-Oliveira2023-02-142-0/+40
|
* templates: fix tagsAnirudh Oppiliappan2023-02-081-1/+1
|
* tree: directories first, add size column, fix ..Derek Stevens2023-02-084-14/+29
| | | | Signed-off-by: Derek Stevens <nilix@nilfm.cc>
* fix line count for files that don't end in a newlineDerek Stevens2023-02-081-0/+8
| | | | Signed-off-by: Derek Stevens <nilix@nilfm.cc>
* utils: Add helper to get all reposDaniele Sluijters2023-02-051-0/+57
| | | | | | This does a filepath.WalkDir of the config.ScanPath and tries to find all valid git repos. It returns a list of repoInfo structs holding basic information of each repository.
* docs: Expand on repo.ignoreDaniele Sluijters2023-02-051-1/+1
| | | | Make it clear the expectation is the paths are relative to scanPath.
* config: Ensure we always have an absolute pathDaniele Sluijters2023-02-051-0/+11
| | | | | Having this consistent across the code is handy when we're building paths, counting separators and other path manipulation.
* readme: tiny thingAnirudh Oppiliappan2023-02-051-4/+4
|
* only add go meta import tag if go.mod exists in repo rootDerek Stevens2023-02-053-1/+9
| | | | | | | | This is a multipart message in MIME format. Pretty self-explanitory :3 Signed-off-by: Derek Stevens <nilix@nilfm.cc>
* sort tags and deduplicateDerek Stevens2023-02-051-0/+28
| | | | | | | | | This sorts the tags reverse-chronologically. If any tags have the same name (shouldn't happen but it does in some of my repos), we use whichever one is "newer". Signed-off-by: Derek Stevens <nilix@nilfm.cc>