aboutsummaryrefslogtreecommitdiff
path: root/routes/routes.go (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-26go.mod, etc: git.icyphox.sh/legit -> git.sr.ht/~runxiyu/legitrxRunxi Yu1-2/+2
2024-07-05routes: ignore filesAnirudh Oppiliappan1-1/+1
2024-07-05git: hide .git extensionMarco Andronaco1-6/+15
2024-06-29routes: Add handler to generate tar gz fileGabriel A. Giovanini1-0/+53
2024-03-30re-add accidentally removed code for raw file viewlillian1-0/+5
2024-03-27routes: switch to net/http routerAnirudh Oppiliappan1-19/+13
2024-02-25routes: add raw file viewAnirudh Oppiliappan1-1/+11
2023-11-05templates: add missing title to repo pageAnirudh Oppiliappan1-0/+1
2023-11-05log errors from git.OpenAnirudh Oppiliappan1-0/+1
2023-02-18cleaner titlesAnirudh Oppiliappan1-1/+2
2023-02-08tree: directories first, add size column, fix ..Derek Stevens1-0/+1
2023-02-05only add go meta import tag if go.mod exists in repo rootDerek Stevens1-0/+1
2022-12-26markdown: more file exts, fix imgAnirudh Oppiliappan1-2/+5
2022-12-26routes: render markdown readmes in repo index (#11)James Mills1-3/+17
2022-12-22config: add repo.ignoreAnirudh Oppiliappan1-10/+29
2022-12-19index: turn off logging, it's too noisyAnirudh Oppiliappan1-1/+0
2022-12-19all: no more pretty urlsAnirudh Oppiliappan1-17/+3
2022-12-18config: fix go-import pretty urlAnirudh Oppiliappan1-3/+6
2022-12-18all: go-import, clone urlAnirudh Oppiliappan1-0/+12
2022-12-18routes: skip unopenable dirsAnirudh Oppiliappan1-3/+2
2022-12-18routes: sort repo index by last idleAnirudh Oppiliappan1-1/+11
2022-12-18templates: add title tagsAnirudh Oppiliappan1-0/+1
2022-12-18git: rework diff to fetch initial commitAnirudh Oppiliappan1-3/+7
2022-12-17git, templates: diff viewAnirudh Oppiliappan1-0/+1
2022-12-17templates: repo and logAnirudh Oppiliappan1-9/+26
2022-12-17routes: serve static content from /staticAnirudh Oppiliappan1-4/+12
2022-12-14routes: description and humanized time to indexAnirudh Oppiliappan1-4/+18
2022-12-13git: find main branch from configAnirudh Oppiliappan1-11/+17
2022-12-12routes: refs viewAnirudh Oppiliappan1-0/+39
2022-12-12routes: index viewAnirudh Oppiliappan1-8/+44
2022-12-12routes: render readmeAnirudh Oppiliappan1-9/+26
2022-12-12git, routes: commit diff viewAnirudh Oppiliappan1-0/+36
2022-12-11routes, templates: tree and log viewsAnirudh Oppiliappan1-25/+50
2022-12-11routes: file content viewAnirudh Oppiliappan1-11/+21
2022-12-11routes: split repo index and files viewsAnirudh Oppiliappan1-2/+46