aboutsummaryrefslogtreecommitdiff
path: root/routes/routes.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* go.mod, etc: git.icyphox.sh/legit -> git.sr.ht/~runxiyu/legitrxRunxi Yu2024-07-261-2/+2
|
* routes: ignore filesAnirudh Oppiliappan2024-07-051-1/+1
|
* git: hide .git extensionMarco Andronaco2024-07-051-6/+15
|
* routes: Add handler to generate tar gz fileGabriel A. Giovanini2024-06-291-0/+53
|
* re-add accidentally removed code for raw file viewlillian2024-03-301-0/+5
|
* routes: switch to net/http routerAnirudh Oppiliappan2024-03-271-19/+13
| | | | | | 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-251-1/+11
|
* templates: add missing title to repo pageAnirudh Oppiliappan2023-11-051-0/+1
|
* log errors from git.OpenAnirudh Oppiliappan2023-11-051-0/+1
|
* cleaner titlesAnirudh Oppiliappan2023-02-181-1/+2
| | | | by nilix
* tree: directories first, add size column, fix ..Derek Stevens2023-02-081-0/+1
| | | | Signed-off-by: Derek Stevens <nilix@nilfm.cc>
* only add go meta import tag if go.mod exists in repo rootDerek Stevens2023-02-051-0/+1
| | | | | | | | This is a multipart message in MIME format. Pretty self-explanitory :3 Signed-off-by: Derek Stevens <nilix@nilfm.cc>
* markdown: more file exts, fix imgAnirudh Oppiliappan2022-12-261-2/+5
|
* routes: render markdown readmes in repo index (#11)James Mills2022-12-261-3/+17
|
* config: add repo.ignoreAnirudh Oppiliappan2022-12-221-10/+29
|
* index: turn off logging, it's too noisyAnirudh Oppiliappan2022-12-191-1/+0
|
* all: no more pretty urlsAnirudh Oppiliappan2022-12-191-17/+3
|
* config: fix go-import pretty urlAnirudh Oppiliappan2022-12-181-3/+6
|
* all: go-import, clone urlAnirudh Oppiliappan2022-12-181-0/+12
|
* routes: skip unopenable dirsAnirudh Oppiliappan2022-12-181-3/+2
|
* routes: sort repo index by last idleAnirudh Oppiliappan2022-12-181-1/+11
|
* templates: add title tagsAnirudh Oppiliappan2022-12-181-0/+1
|
* git: rework diff to fetch initial commitAnirudh Oppiliappan2022-12-181-3/+7
|
* git, templates: diff viewAnirudh Oppiliappan2022-12-171-0/+1
|
* templates: repo and logAnirudh Oppiliappan2022-12-171-9/+26
|
* routes: serve static content from /staticAnirudh Oppiliappan2022-12-171-4/+12
|
* routes: description and humanized time to indexAnirudh Oppiliappan2022-12-141-4/+18
|
* git: find main branch from configAnirudh Oppiliappan2022-12-131-11/+17
|
* routes: refs viewAnirudh Oppiliappan2022-12-121-0/+39
|
* routes: index viewAnirudh Oppiliappan2022-12-121-8/+44
|
* routes: render readmeAnirudh Oppiliappan2022-12-121-9/+26
|
* git, routes: commit diff viewAnirudh Oppiliappan2022-12-121-0/+36
|
* routes, templates: tree and log viewsAnirudh Oppiliappan2022-12-111-25/+50
|
* routes: file content viewAnirudh Oppiliappan2022-12-111-11/+21
|
* routes: split repo index and files viewsAnirudh Oppiliappan2022-12-111-2/+46
|
* all: initAnirudh Oppiliappan2022-12-111-0/+50