Commits at d1774f5a6d25242d659b1a08656de9e20fa84e26
d1774f5a
css: fix table overflow
Anirudh Oppiliappan
authored at
2023-03-19 22:46:04 +0200
Anirudh Oppiliappan
comitted at
2023-03-19 22:46:04 +0200
4f5d35ff
how did that happen
Anirudh Oppiliappan
authored at
2023-03-12 00:22:12 +0530
Anirudh Oppiliappan
comitted at
2023-03-12 00:22:12 +0530
5dc6516d
bump x/net
Anirudh Oppiliappan
authored at
2023-02-18 14:18:33 +0530
Anirudh Oppiliappan
comitted at
2023-02-18 14:18:33 +0530
1574bbec
cleaner titles
by nilix
Anirudh Oppiliappan
authored at
2023-02-18 14:16:43 +0530
Anirudh Oppiliappan
comitted at
2023-02-18 14:17:47 +0530
d5a33e91
fix buffer overflow in countlines for files greater than 32k
Signed-off-by: Derek Stevens <nilix@nilfm.cc>
Derek Stevens
authored at
2023-02-05 09:50:53 -0700
Anirudh Oppiliappan
comitted at
2023-02-18 14:17:47 +0530
c90b2b51
contrib: docker support (#20)
Gil Poiares-Oliveira
authored at
2023-02-14 18:32:49 +0000
GitHub
comitted at
2023-02-14 20:32:49 +0200
22cf7a4a
templates: fix tags
Anirudh Oppiliappan
authored at
2023-02-05 16:04:33 +0530
Anirudh Oppiliappan
comitted at
2023-02-08 00:30:58 +0530
b78354ae
tree: directories first, add size column, fix ..
Signed-off-by: Derek Stevens <nilix@nilfm.cc>
Derek Stevens
authored at
2023-02-01 23:01:36 -0700
Anirudh Oppiliappan
comitted at
2023-02-08 00:30:57 +0530
ee800624
fix line count for files that don't end in a newline
Signed-off-by: Derek Stevens <nilix@nilfm.cc>
Derek Stevens
authored at
2023-02-01 22:08:04 -0700
Anirudh Oppiliappan
comitted at
2023-02-08 00:30:51 +0530
ee5ab32a
utils: Add helper to get all repos
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.
Daniele Sluijters
authored at
2023-01-03 14:42:34 +0100
Anirudh Oppiliappan
comitted at
2023-02-05 12:45:46 +0200
ee459fce
docs: Expand on repo.ignore
Make it clear the expectation is the paths are relative to scanPath.
Daniele Sluijters
authored at
2023-01-03 14:36:58 +0100
Anirudh Oppiliappan
comitted at
2023-02-05 12:45:46 +0200
8586d930
config: Ensure we always have an absolute path
Having this consistent across the code is handy when we're building
paths, counting separators and other path manipulation.
Daniele Sluijters
authored at
2023-01-03 14:35:36 +0100
Anirudh Oppiliappan
comitted at
2023-02-05 12:45:46 +0200
1e7b6381
readme: tiny thing
Anirudh Oppiliappan
authored at
2023-02-05 15:17:27 +0530
Anirudh Oppiliappan
comitted at
2023-02-05 15:17:27 +0530
de046690
only add go meta import tag if go.mod exists in repo root
This is a multipart message in MIME format.
Pretty self-explanitory :3
Signed-off-by: Derek Stevens <nilix@nilfm.cc>
Derek Stevens
authored at
2023-01-31 21:30:40 -0700
Anirudh Oppiliappan
comitted at
2023-02-05 15:12:02 +0530
3060c752
sort tags and deduplicate
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>
Derek Stevens
authored at
2023-01-31 21:29:38 -0700
Anirudh Oppiliappan
comitted at
2023-02-05 15:11:16 +0530
e782f36f
add style tweaks
Signed-off-by: Derek Stevens <nilix@nilfm.cc>
Derek Stevens
authored at
2023-01-31 21:28:42 -0700
Anirudh Oppiliappan
comitted at
2023-02-05 15:10:25 +0530
7a512b1d
markdown: more file exts, fix img
Anirudh Oppiliappan
authored at
2022-12-26 12:04:09 +0530
Anirudh Oppiliappan
comitted at
2022-12-26 12:04:09 +0530
49b8b292
css: fix ul padding in readme
Anirudh Oppiliappan
authored at
2022-12-26 11:57:00 +0530
Anirudh Oppiliappan
comitted at
2022-12-26 11:57:00 +0530
95dec0f0
routes: render markdown readmes in repo index (#11)
James Mills
authored at
2022-12-26 16:20:08 +1000
GitHub
comitted at
2022-12-26 11:50:08 +0530
0547b042
css: set repo desc font weight to normal
Anirudh Oppiliappan
authored at
2022-12-24 16:50:44 +0530
Anirudh Oppiliappan
comitted at
2022-12-24 16:50:44 +0530
5912a0bc
css: bottom padding in refs pre
Anirudh Oppiliappan
authored at
2022-12-24 15:13:40 +0530
Anirudh Oppiliappan
comitted at
2022-12-24 15:13:40 +0530
845cce8e
css: lose grid layout in refs
Anirudh Oppiliappan
authored at
2022-12-24 15:11:48 +0530
Anirudh Oppiliappan
comitted at
2022-12-24 15:11:48 +0530
08c49d4d
unveil: remove git executable and /dev/null
Anirudh Oppiliappan
authored at
2022-12-24 15:05:04 +0530
Anirudh Oppiliappan
comitted at
2022-12-24 15:05:04 +0530
fa66c4fa
git: pure go git clone
Anirudh Oppiliappan
authored at
2022-12-24 14:57:44 +0530
Anirudh Oppiliappan
comitted at
2022-12-24 14:57:44 +0530
983dabb3
css: wrap refs pre
Anirudh Oppiliappan
authored at
2022-12-22 21:19:00 +0530
Anirudh Oppiliappan
comitted at
2022-12-22 21:19:00 +0530
30559cd9
readme: unveil and ideas
Anirudh Oppiliappan
authored at
2022-12-22 21:15:57 +0530
Anirudh Oppiliappan
comitted at
2022-12-22 21:15:57 +0530
f661e6e4
config: add repo.ignore
Anirudh Oppiliappan
authored at
2022-12-22 21:13:49 +0530
Anirudh Oppiliappan
comitted at
2022-12-22 21:13:49 +0530
2b57b6e0
unveil: /dev/null
Anirudh Oppiliappan
authored at
2022-12-22 16:24:31 +0530
Anirudh Oppiliappan
comitted at
2022-12-22 16:24:31 +0530
2fe14eca
unveil: reorder
Anirudh Oppiliappan
authored at
2022-12-22 16:18:15 +0530
Anirudh Oppiliappan
comitted at
2022-12-22 16:18:15 +0530
d58151db
css: reduce pre font size
Anirudh Oppiliappan
authored at
2022-12-22 14:45:22 +0530
Anirudh Oppiliappan
comitted at
2022-12-22 14:45:22 +0530
a64f9d8f
css: set pre font
lol
Anirudh Oppiliappan
authored at
2022-12-22 14:27:54 +0530
Anirudh Oppiliappan
comitted at
2022-12-22 14:31:35 +0530
d6b8143f
css: ui-monospace
ref: https://stackoverflow.com/a/64133415
Anirudh Oppiliappan
authored at
2022-12-22 13:33:27 +0530
Anirudh Oppiliappan
comitted at
2022-12-22 13:33:27 +0530
6e6648e3
unveil: add git executable
Anirudh Oppiliappan
authored at
2022-12-22 11:22:47 +0530
Anirudh Oppiliappan
comitted at
2022-12-22 11:35:32 +0530
0ed4b29f
clean up long line
Anirudh Oppiliappan
authored at
2022-12-22 11:20:02 +0530
Anirudh Oppiliappan
comitted at
2022-12-22 11:20:02 +0530
45d1c6c2
unveil: cleanup code in main.go
zak
authored at
2022-12-22 00:37:04 +1000
Anirudh Oppiliappan
comitted at
2022-12-22 11:17:59 +0530
8c129f88
unveil: log each call
zak
authored at
2022-12-22 00:22:08 +1000
Anirudh Oppiliappan
comitted at
2022-12-22 11:17:59 +0530
4aa8cbff
unveil: initial commit
zak
authored at
2022-12-22 00:17:33 +1000
Anirudh Oppiliappan
comitted at
2022-12-22 11:17:59 +0530
d0f5d874
css: change iOS mono font
Anirudh Oppiliappan
authored at
2022-12-22 11:02:48 +0530
Anirudh Oppiliappan
comitted at
2022-12-22 11:02:48 +0530
86eb6431
templates: improve this & parent commit
Anirudh Oppiliappan
authored at
2022-12-22 10:58:41 +0530
Anirudh Oppiliappan
comitted at
2022-12-22 10:58:41 +0530
13757407
Link to parent commit file version in commit view
It makes sense for [oldfile] in [oldfile]->[newfile] to link to the
previous version. This is also how cgit behaves.
phire
authored at
2022-12-20 09:41:55 +0100
Anirudh Oppiliappan
comitted at
2022-12-20 14:24:17 +0530
e5d35c4d
css: scroll file content x-axis only
- we don't need any overflow scrolling for the y-axis.
- set overflow-x to 'auto' so that the scroll bar only shows
when the content does overflow.
zak
authored at
2022-12-20 11:45:29 +1000
Anirudh Oppiliappan
comitted at
2022-12-20 07:37:27 +0530
42bce066
readme: add note clarifying cloning
Anirudh Oppiliappan
authored at
2022-12-19 22:33:33 +0530
Anirudh Oppiliappan
comitted at
2022-12-19 22:33:33 +0530
150d81df
diff: scroll diff on overflow
Anirudh Oppiliappan
authored at
2022-12-19 22:15:03 +0530
Anirudh Oppiliappan
comitted at
2022-12-19 22:15:03 +0530
2f508f86
add license
closes #2
Anirudh Oppiliappan
authored at
2022-12-19 18:09:45 +0530
Anirudh Oppiliappan
comitted at
2022-12-19 18:09:45 +0530
263a1509
diff: show diff type
Anirudh Oppiliappan
authored at
2022-12-19 18:07:13 +0530
Anirudh Oppiliappan
comitted at
2022-12-19 18:07:13 +0530
194ec63d
file: separate content and line numbers
Anirudh Oppiliappan
authored at
2022-12-19 17:52:42 +0530
Anirudh Oppiliappan
comitted at
2022-12-19 17:52:42 +0530
2b9b2bdb
css: add bg to readme/file content
Anirudh Oppiliappan
authored at
2022-12-19 17:49:32 +0530
Anirudh Oppiliappan
comitted at
2022-12-19 17:49:48 +0530
d1a2847a
index: turn off logging, it's too noisy
Anirudh Oppiliappan
authored at
2022-12-19 17:38:21 +0530
Anirudh Oppiliappan
comitted at
2022-12-19 17:38:21 +0530
203fb6c5
readme: clarify license
Anirudh Oppiliappan
authored at
2022-12-19 17:37:30 +0530
Anirudh Oppiliappan
comitted at
2022-12-19 17:37:30 +0530
e0e4c1eb
css: scroll file content
Anirudh Oppiliappan
authored at
2022-12-19 17:12:42 +0530
Anirudh Oppiliappan
comitted at
2022-12-19 17:12:42 +0530
f3c20bcb
decrease prominence of author info in ui
Alexander Cobleigh
authored at
2022-12-19 12:25:56 +0100
Anirudh Oppiliappan
comitted at
2022-12-19 17:02:09 +0530
27ed90c5
unveil: clarify its uselessness
Anirudh Oppiliappan
authored at
2022-12-19 12:08:31 +0530
Anirudh Oppiliappan
comitted at
2022-12-19 12:08:31 +0530
a0524401
git: check for binary files
Anirudh Oppiliappan
authored at
2022-12-19 11:36:50 +0530
Anirudh Oppiliappan
comitted at
2022-12-19 11:36:50 +0530
8ba1a960
add favicon
Anirudh Oppiliappan
authored at
2022-12-19 11:25:49 +0530
Anirudh Oppiliappan
comitted at
2022-12-19 11:25:49 +0530
9a8041a2
readme: more info
Anirudh Oppiliappan
authored at
2022-12-19 10:52:16 +0530
Anirudh Oppiliappan
comitted at
2022-12-19 10:52:16 +0530
fc65017b
config: fix yaml
Anirudh Oppiliappan
authored at
2022-12-19 09:57:25 +0530
Anirudh Oppiliappan
comitted at
2022-12-19 09:57:25 +0530
df0962a3
all: no more pretty urls
Anirudh Oppiliappan
authored at
2022-12-19 09:02:23 +0530
Anirudh Oppiliappan
comitted at
2022-12-19 09:02:23 +0530
232a3603
templates: message under tag name
Anirudh Oppiliappan
authored at
2022-12-18 22:15:58 +0530
Anirudh Oppiliappan
comitted at
2022-12-18 22:18:00 +0530
99a092b8
css: default monospace font
Anirudh Oppiliappan
authored at
2022-12-18 22:08:03 +0530
Anirudh Oppiliappan
comitted at
2022-12-18 22:08:03 +0530
089ada4c
config: fix go-import pretty url
Anirudh Oppiliappan
authored at
2022-12-18 21:00:36 +0530
Anirudh Oppiliappan
comitted at
2022-12-18 21:00:36 +0530
0e6eaa21
css: single column index on small screens
Anirudh Oppiliappan
authored at
2022-12-18 20:07:27 +0530
Anirudh Oppiliappan
comitted at
2022-12-18 20:07:27 +0530
d0d636aa
all: go-import, clone url
Anirudh Oppiliappan
authored at
2022-12-18 20:00:19 +0530
Anirudh Oppiliappan
comitted at
2022-12-18 20:00:19 +0530
2e3c3103
log: cleaner view
Anirudh Oppiliappan
authored at
2022-12-18 12:18:43 +0530
Anirudh Oppiliappan
comitted at
2022-12-18 12:19:48 +0530
8f8f205c
routes: skip unopenable dirs
Anirudh Oppiliappan
authored at
2022-12-18 11:43:50 +0530
Anirudh Oppiliappan
comitted at
2022-12-18 11:43:50 +0530
08255439
config: scan path
Anirudh Oppiliappan
authored at
2022-12-18 11:22:26 +0530
Anirudh Oppiliappan
comitted at
2022-12-18 11:22:26 +0530
85d1bf73
routes: sort repo index by last idle
Anirudh Oppiliappan
authored at
2022-12-18 11:19:14 +0530
Anirudh Oppiliappan
comitted at
2022-12-18 11:19:14 +0530
7fe98772
templates: add title tags
Anirudh Oppiliappan
authored at
2022-12-18 11:14:38 +0530
Anirudh Oppiliappan
comitted at
2022-12-18 11:14:38 +0530
5ea7cae9
unveil: init
Anirudh Oppiliappan
authored at
2022-12-18 11:04:11 +0530
Anirudh Oppiliappan
comitted at
2022-12-18 11:04:11 +0530
60298a69
git: rework diff to fetch initial commit
Anirudh Oppiliappan
authored at
2022-12-18 10:42:29 +0530
Anirudh Oppiliappan
comitted at
2022-12-18 10:42:53 +0530
e4d12fc6
templates: unified repo-header
Anirudh Oppiliappan
authored at
2022-12-18 10:42:18 +0530
Anirudh Oppiliappan
comitted at
2022-12-18 10:42:18 +0530
3e6a7201
git, templates: diff view
Anirudh Oppiliappan
authored at
2022-12-17 22:35:48 +0530
Anirudh Oppiliappan
comitted at
2022-12-17 22:35:48 +0530
5091695e
templates: repo and log
Anirudh Oppiliappan
authored at
2022-12-17 21:33:04 +0530
Anirudh Oppiliappan
comitted at
2022-12-17 21:33:04 +0530
4eaaf451
css: wrong name
Anirudh Oppiliappan
authored at
2022-12-17 12:47:54 +0530
Anirudh Oppiliappan
comitted at
2022-12-17 12:47:54 +0530
9649b3ed
templates: index rework
Anirudh Oppiliappan
authored at
2022-12-17 12:46:09 +0530
Anirudh Oppiliappan
comitted at
2022-12-17 12:46:57 +0530
d083d5d7
routes: serve static content from /static
Anirudh Oppiliappan
authored at
2022-12-17 12:45:21 +0530
Anirudh Oppiliappan
comitted at
2022-12-17 12:45:21 +0530
b833d2f7
readme: some bs
Anirudh Oppiliappan
authored at
2022-12-15 11:31:03 +0530
Anirudh Oppiliappan
comitted at
2022-12-15 11:32:15 +0530
f8829d9e
routes: disable git push
Anirudh Oppiliappan
authored at
2022-12-14 21:40:01 +0530
Anirudh Oppiliappan
comitted at
2022-12-14 21:40:01 +0530
abe30076
routes: wildcard multiplex route at the end
Anirudh Oppiliappan
authored at
2022-12-14 21:19:34 +0530
Anirudh Oppiliappan
comitted at
2022-12-14 21:19:34 +0530
1b27f32c
routes: multiplex git and web ui
Anirudh Oppiliappan
authored at
2022-12-14 21:14:34 +0530
Anirudh Oppiliappan
comitted at
2022-12-14 21:14:34 +0530
1872ca72
routes: description and humanized time to index
Anirudh Oppiliappan
authored at
2022-12-14 17:38:48 +0530
Anirudh Oppiliappan
comitted at
2022-12-14 17:39:27 +0530
d879c2df
template: line numbers for file view
Anirudh Oppiliappan
authored at
2022-12-13 11:50:39 +0530
Anirudh Oppiliappan
comitted at
2022-12-13 11:50:39 +0530
eda8b58d
git: find main branch from config
Anirudh Oppiliappan
authored at
2022-12-13 09:58:40 +0530
Anirudh Oppiliappan
comitted at
2022-12-13 09:58:40 +0530
551c6637
deps: bump go-git
Now builds without cgo.
Anirudh Oppiliappan
authored at
2022-12-13 09:11:52 +0530
Anirudh Oppiliappan
comitted at
2022-12-13 09:12:24 +0530
462c7ddc
config: server host and port
Anirudh Oppiliappan
authored at
2022-12-12 22:58:23 +0530
Anirudh Oppiliappan
comitted at
2022-12-12 22:58:23 +0530
60e1092d
templates: tree and log links for tags
Anirudh Oppiliappan
authored at
2022-12-12 22:13:19 +0530
Anirudh Oppiliappan
comitted at
2022-12-12 22:13:19 +0530
7a6ff356
routes: refs view
Anirudh Oppiliappan
authored at
2022-12-12 21:58:47 +0530
Anirudh Oppiliappan
comitted at
2022-12-12 21:58:47 +0530
01f27147
routes: index view
Anirudh Oppiliappan
authored at
2022-12-12 21:33:09 +0530
Anirudh Oppiliappan
comitted at
2022-12-12 21:33:09 +0530
82b8afe1
routes: render readme
Anirudh Oppiliappan
authored at
2022-12-12 20:53:58 +0530
Anirudh Oppiliappan
comitted at
2022-12-12 20:53:58 +0530
7d99afc5
templates: fix 404 and 500
Anirudh Oppiliappan
authored at
2022-12-12 20:53:44 +0530
Anirudh Oppiliappan
comitted at
2022-12-12 20:53:44 +0530
f04137f8
template: render diff header lines
Anirudh Oppiliappan
authored at
2022-12-12 18:02:07 +0530
Anirudh Oppiliappan
comitted at
2022-12-12 18:02:07 +0530
c165c447
git, routes: commit diff view
Anirudh Oppiliappan
authored at
2022-12-12 17:17:49 +0530
Anirudh Oppiliappan
comitted at
2022-12-12 17:17:49 +0530
ce71721c
routes, templates: tree and log views
Anirudh Oppiliappan
authored at
2022-12-11 21:17:04 +0530
Anirudh Oppiliappan
comitted at
2022-12-11 21:17:04 +0530
e0f34796
git: fix trees
Anirudh Oppiliappan
authored at
2022-12-11 21:16:42 +0530
Anirudh Oppiliappan
comitted at
2022-12-11 21:16:42 +0530
ac6ca71f
routes: file content view
Anirudh Oppiliappan
authored at
2022-12-11 14:18:39 +0530
Anirudh Oppiliappan
comitted at
2022-12-11 14:18:39 +0530
ab30497e
git: file content at ref
Anirudh Oppiliappan
authored at
2022-12-11 14:18:25 +0530
Anirudh Oppiliappan
comitted at
2022-12-11 14:18:25 +0530
6857a2f0
routes: split repo index and files views
Anirudh Oppiliappan
authored at
2022-12-11 12:29:50 +0530
Anirudh Oppiliappan
comitted at
2022-12-11 12:29:50 +0530
d62fb144
git: fetch files only using ref
Anirudh Oppiliappan
authored at
2022-12-11 12:29:33 +0530
Anirudh Oppiliappan
comitted at
2022-12-11 12:29:33 +0530
856f6680
all: init
Anirudh Oppiliappan
authored at
2022-12-11 11:22:47 +0530
Anirudh Oppiliappan
comitted at
2022-12-11 11:22:47 +0530