all repos — gitxt @ main

Code collaboration for the small web

526e79c8
bugfix in README.md
Anthony Bucci [email protected]
Thu, 29 Dec 2022 08:06:25 -0500
5b5fab93
Fix route for tree view
James Mills 1290234+[email protected]
Thu, 29 Dec 2022 20:17:49 +1000
2f572924
Fix default config (really need to refactor this codebase already)
James Mills 1290234+[email protected]
Thu, 29 Dec 2022 16:42:13 +1000
b701bbb4
Fix case of small web
James Mills 1290234+[email protected]
Thu, 29 Dec 2022 16:38:51 +1000
070676a0
Fix typos
James Mills 1290234+[email protected]
Thu, 29 Dec 2022 16:38:11 +1000
f1b049c1
Fix default port
James Mills 1290234+[email protected]
Thu, 29 Dec 2022 16:08:02 +1000
26fbee7f
Fix hacky creation of new repos
James Mills 1290234+[email protected]
Thu, 29 Dec 2022 15:59:44 +1000
44101b43
Add hacky support for admin token auth and creation of new repos
James Mills 1290234+[email protected]
Thu, 29 Dec 2022 13:42:17 +1000
dae95318
Hard Fork
James Mills 1290234+[email protected]
Thu, 29 Dec 2022 11:22:46 +1000
6a7fff64
Add no-thin capability to work-around some go-git limitations

See: https://github.com/go-git/go-git/issues/190
James Mills 1290234+[email protected]
Thu, 29 Dec 2022 01:13:17 +1000
c5bbbf3b
Fix getDescription
James Mills 1290234+[email protected]
Mon, 26 Dec 2022 12:11:50 +1000
f8d8ff5d
Use a different HTTP router/muxer
James Mills 1290234+[email protected]
Mon, 26 Dec 2022 07:42:30 +1000
6f8b2b27
Add push support
James Mills 1290234+[email protected]
Mon, 26 Dec 2022 06:11:24 +1000
65d71b41
Add a non-CGO Git HTTP Service
James Mills 1290234+[email protected]
Sat, 24 Dec 2022 13:23:37 +1000
7d7bf631
Fix repo template
James Mills 1290234+[email protected]
Sat, 24 Dec 2022 12:19:14 +1000
5fc5fd9b
Add support for rendering Markdown README(s)
James Mills 1290234+[email protected]
Sat, 24 Dec 2022 09:39:34 +1000
e9989410
Fix README
James Mills 1290234+[email protected]
Sat, 24 Dec 2022 09:55:48 +1000
a0f95b37
Code cleanup
James Mills 1290234+[email protected]
Sat, 24 Dec 2022 09:41:06 +1000
30b8f348
updated readme
Judah Caruso [email protected]
Mon, 19 Dec 2022 21:16:42 -0700
5d4b79d0
added license to frontend
Judah Caruso [email protected]
Mon, 19 Dec 2022 21:14:20 -0700
99a6559b
added config for license detection
Judah Caruso [email protected]
Mon, 19 Dec 2022 20:34:52 -0700
74fcb64c
added basic license detection
Judah Caruso [email protected]
Mon, 19 Dec 2022 20:30:07 -0700
983dabb3
css: wrap refs pre
Anirudh Oppiliappan [email protected]
Thu, 22 Dec 2022 21:19:00 +0530
30559cd9
readme: unveil and ideas
Anirudh Oppiliappan [email protected]
Thu, 22 Dec 2022 21:15:57 +0530
f661e6e4
config: add repo.ignore
Anirudh Oppiliappan [email protected]
Thu, 22 Dec 2022 21:13:49 +0530
2b57b6e0
unveil: /dev/null
Anirudh Oppiliappan [email protected]
Thu, 22 Dec 2022 16:24:31 +0530
2fe14eca
unveil: reorder
Anirudh Oppiliappan [email protected]
Thu, 22 Dec 2022 16:18:15 +0530
d58151db
css: reduce pre font size
Anirudh Oppiliappan [email protected]
Thu, 22 Dec 2022 14:45:22 +0530
a64f9d8f
css: set pre font

lol
Anirudh Oppiliappan [email protected]
Thu, 22 Dec 2022 14:27:54 +0530
d6b8143f
css: ui-monospace

ref: https://stackoverflow.com/a/64133415
Anirudh Oppiliappan [email protected]
Thu, 22 Dec 2022 13:33:27 +0530
6e6648e3
unveil: add git executable
Anirudh Oppiliappan [email protected]
Thu, 22 Dec 2022 11:22:47 +0530
0ed4b29f
clean up long line
Anirudh Oppiliappan [email protected]
Thu, 22 Dec 2022 11:20:02 +0530
45d1c6c2
unveil: cleanup code in main.go
zak [email protected]
Thu, 22 Dec 2022 00:37:04 +1000
8c129f88
unveil: log each call
zak [email protected]
Thu, 22 Dec 2022 00:22:08 +1000
4aa8cbff
unveil: initial commit
zak [email protected]
Thu, 22 Dec 2022 00:17:33 +1000
d0f5d874
css: change iOS mono font
Anirudh Oppiliappan [email protected]
Thu, 22 Dec 2022 11:02:48 +0530
86eb6431
templates: improve this & parent commit
Anirudh Oppiliappan [email protected]
Thu, 22 Dec 2022 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 [email protected]
Tue, 20 Dec 2022 09:41:55 +0100
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 [email protected]
Tue, 20 Dec 2022 11:45:29 +1000
42bce066
readme: add note clarifying cloning
Anirudh Oppiliappan [email protected]
Mon, 19 Dec 2022 22:33:33 +0530
150d81df
diff: scroll diff on overflow
Anirudh Oppiliappan [email protected]
Mon, 19 Dec 2022 22:15:03 +0530
2f508f86
add license

closes #2
Anirudh Oppiliappan [email protected]
Mon, 19 Dec 2022 18:09:45 +0530
263a1509
diff: show diff type
Anirudh Oppiliappan [email protected]
Mon, 19 Dec 2022 18:07:13 +0530
194ec63d
file: separate content and line numbers
Anirudh Oppiliappan [email protected]
Mon, 19 Dec 2022 17:52:42 +0530
2b9b2bdb
css: add bg to readme/file content
Anirudh Oppiliappan [email protected]
Mon, 19 Dec 2022 17:49:32 +0530
d1a2847a
index: turn off logging, it's too noisy
Anirudh Oppiliappan [email protected]
Mon, 19 Dec 2022 17:38:21 +0530
203fb6c5
readme: clarify license
Anirudh Oppiliappan [email protected]
Mon, 19 Dec 2022 17:37:30 +0530
e0e4c1eb
css: scroll file content
Anirudh Oppiliappan [email protected]
Mon, 19 Dec 2022 17:12:42 +0530
f3c20bcb
decrease prominence of author info in ui
Alexander Cobleigh [email protected]
Mon, 19 Dec 2022 12:25:56 +0100
27ed90c5
unveil: clarify its uselessness
Anirudh Oppiliappan [email protected]
Mon, 19 Dec 2022 12:08:31 +0530
a0524401
git: check for binary files
Anirudh Oppiliappan [email protected]
Mon, 19 Dec 2022 11:36:50 +0530
8ba1a960
add favicon
Anirudh Oppiliappan [email protected]
Mon, 19 Dec 2022 11:25:49 +0530
9a8041a2
readme: more info
Anirudh Oppiliappan [email protected]
Mon, 19 Dec 2022 10:52:16 +0530
fc65017b
config: fix yaml
Anirudh Oppiliappan [email protected]
Mon, 19 Dec 2022 09:57:25 +0530
df0962a3
all: no more pretty urls
Anirudh Oppiliappan [email protected]
Mon, 19 Dec 2022 09:02:23 +0530
232a3603
templates: message under tag name
Anirudh Oppiliappan [email protected]
Sun, 18 Dec 2022 22:15:58 +0530
99a092b8
css: default monospace font
Anirudh Oppiliappan [email protected]
Sun, 18 Dec 2022 22:08:03 +0530
089ada4c
config: fix go-import pretty url
Anirudh Oppiliappan [email protected]
Sun, 18 Dec 2022 21:00:36 +0530
0e6eaa21
css: single column index on small screens
Anirudh Oppiliappan [email protected]
Sun, 18 Dec 2022 20:07:27 +0530
d0d636aa
all: go-import, clone url
Anirudh Oppiliappan [email protected]
Sun, 18 Dec 2022 20:00:19 +0530
2e3c3103
log: cleaner view
Anirudh Oppiliappan [email protected]
Sun, 18 Dec 2022 12:18:43 +0530
8f8f205c
routes: skip unopenable dirs
Anirudh Oppiliappan [email protected]
Sun, 18 Dec 2022 11:43:50 +0530
08255439
config: scan path
Anirudh Oppiliappan [email protected]
Sun, 18 Dec 2022 11:22:26 +0530
85d1bf73
routes: sort repo index by last idle
Anirudh Oppiliappan [email protected]
Sun, 18 Dec 2022 11:19:14 +0530
7fe98772
templates: add title tags
Anirudh Oppiliappan [email protected]
Sun, 18 Dec 2022 11:14:38 +0530
5ea7cae9
unveil: init
Anirudh Oppiliappan [email protected]
Sun, 18 Dec 2022 11:04:11 +0530
60298a69
git: rework diff to fetch initial commit
Anirudh Oppiliappan [email protected]
Sun, 18 Dec 2022 10:42:29 +0530
e4d12fc6
templates: unified repo-header
Anirudh Oppiliappan [email protected]
Sun, 18 Dec 2022 10:42:18 +0530
3e6a7201
git, templates: diff view
Anirudh Oppiliappan [email protected]
Sat, 17 Dec 2022 22:35:48 +0530
5091695e
templates: repo and log
Anirudh Oppiliappan [email protected]
Sat, 17 Dec 2022 21:33:04 +0530
4eaaf451
css: wrong name
Anirudh Oppiliappan [email protected]
Sat, 17 Dec 2022 12:47:54 +0530
9649b3ed
templates: index rework
Anirudh Oppiliappan [email protected]
Sat, 17 Dec 2022 12:46:09 +0530
d083d5d7
routes: serve static content from /static
Anirudh Oppiliappan [email protected]
Sat, 17 Dec 2022 12:45:21 +0530
b833d2f7
readme: some bs
Anirudh Oppiliappan [email protected]
Thu, 15 Dec 2022 11:31:03 +0530
f8829d9e
routes: disable git push
Anirudh Oppiliappan [email protected]
Wed, 14 Dec 2022 21:40:01 +0530
abe30076
routes: wildcard multiplex route at the end
Anirudh Oppiliappan [email protected]
Wed, 14 Dec 2022 21:19:34 +0530
1b27f32c
routes: multiplex git and web ui
Anirudh Oppiliappan [email protected]
Wed, 14 Dec 2022 21:14:34 +0530
1872ca72
routes: description and humanized time to index
Anirudh Oppiliappan [email protected]
Wed, 14 Dec 2022 17:38:48 +0530
d879c2df
template: line numbers for file view
Anirudh Oppiliappan [email protected]
Tue, 13 Dec 2022 11:50:39 +0530
eda8b58d
git: find main branch from config
Anirudh Oppiliappan [email protected]
Tue, 13 Dec 2022 09:58:40 +0530
551c6637
deps: bump go-git

Now builds without cgo.
Anirudh Oppiliappan [email protected]
Tue, 13 Dec 2022 09:11:52 +0530
462c7ddc
config: server host and port
Anirudh Oppiliappan [email protected]
Mon, 12 Dec 2022 22:58:23 +0530
60e1092d
templates: tree and log links for tags
Anirudh Oppiliappan [email protected]
Mon, 12 Dec 2022 22:13:19 +0530
7a6ff356
routes: refs view
Anirudh Oppiliappan [email protected]
Mon, 12 Dec 2022 21:58:47 +0530
01f27147
routes: index view
Anirudh Oppiliappan [email protected]
Mon, 12 Dec 2022 21:33:09 +0530
82b8afe1
routes: render readme
Anirudh Oppiliappan [email protected]
Mon, 12 Dec 2022 20:53:58 +0530
7d99afc5
templates: fix 404 and 500
Anirudh Oppiliappan [email protected]
Mon, 12 Dec 2022 20:53:44 +0530
f04137f8
template: render diff header lines
Anirudh Oppiliappan [email protected]
Mon, 12 Dec 2022 18:02:07 +0530
c165c447
git, routes: commit diff view
Anirudh Oppiliappan [email protected]
Mon, 12 Dec 2022 17:17:49 +0530
ce71721c
routes, templates: tree and log views
Anirudh Oppiliappan [email protected]
Sun, 11 Dec 2022 21:17:04 +0530
e0f34796
git: fix trees
Anirudh Oppiliappan [email protected]
Sun, 11 Dec 2022 21:16:42 +0530
ac6ca71f
routes: file content view
Anirudh Oppiliappan [email protected]
Sun, 11 Dec 2022 14:18:39 +0530
ab30497e
git: file content at ref
Anirudh Oppiliappan [email protected]
Sun, 11 Dec 2022 14:18:25 +0530
6857a2f0
routes: split repo index and files views
Anirudh Oppiliappan [email protected]
Sun, 11 Dec 2022 12:29:50 +0530
d62fb144
git: fetch files only using ref
Anirudh Oppiliappan [email protected]
Sun, 11 Dec 2022 12:29:33 +0530
856f6680
all: init
Anirudh Oppiliappan [email protected]
Sun, 11 Dec 2022 11:22:47 +0530