Commits
- Commit:
1be82a44548cac5d1f7ca65b410ba48f4c05094a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
show tree and README at the bottom of the summary page
ok op@
- Commit:
89f6914cfb2489a403b5b126d58861ae83956d6d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: swap the tags and branch listing in the index page
discussed / ok stsp@
- Commit:
60594467968767d3e25ac41c9b0ace2851c9fad5
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
repair the "chroot" option in /etc/gotwebd.conf
This option was being ignored since the proc.c refactoring.
Problem noticed by mlarkin@
ok op@ mlarkin@
- Commit:
ac15152e219bed9c7f41007a39c3cbce83ea9386
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: render READMEs in the tree view
ok tracey@
- Commit:
ac67fee49c78c55c9b711b975fbf8d481e521c74
- From:
- Omar Polo <op@omarpolo.com>
- Date:
template: provide tp_write_htmlescape()
it's like tp_htmlescape() but takes a size instead of a NUL-terminated
string. Part of a larger diff that's ok tracey@
- Commit:
af8b29d8cf480fa20a09387923b39cb3b5394b8a
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: tweak hr styling in the dark mode
Kyle Ackerman agrees
- Commit:
6ecb0b8c6b2aa36b6af31c856909b1ddccdb301c
- From:
- Kyle Ackerman <kackerman0102@gmail.com>
- Via:
- Stefan Sperling <stsp@stsp.name>
- Date:
make diff color-highlighting in gotwebd's dark-mode more accessible
A red/green color scheme is bad for people with red/green colorblindness.
Use similar colors as used by 'tog diff' to avoid this issue.
Patch by Kyle Ackerman
ok op@
- Commit:
9e83097f9b3fc262356cc5189409a0e472d1084b
- From:
- Kyle Ackerman <kackerman0102@gmail.com>
- Via:
- Mark Jamsek <mark@jamsek.dev>
- Date:
plug pathlist leak in 'got status' code path
Patch by Kyle Ackerman.
- Commit:
e0586a74fdd1c8da68d9ecce4078de8b4602df16
- From:
- Ryan Kavanagh <rak@debian.org>
- Via:
- Mark Jamsek <mark@jamsek.dev>
- Date:
typo (s/occured/occurred) fix from Ryan Kavanagh via tobhe@
- Commit:
d0b9836b2ff0ddbe37b3dea6be10afdb14b65175
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: use breadcumbs in more actions
Breadcumbs are useful not only in the TREE and BLOB action, but
also in COMMITS/BRIEFS and BLOB.
prodded by stsp@
- Commit:
d0bb0ed648b2dd60e628937450cbaf9200beb9a6
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
plug got checkout and update worktree leaks spotted by op@
- Commit:
8f74b4995a14ceab9270fcd22a5c1ca34c5cc3be
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
plug got status worktree leak found by Kyle Ackerman; ok op@
- Commit:
227f81a40643e9c82bb019336421e17e914d015a
- From:
- Omar Polo <op@omarpolo.com>
- Date:
remove gotwebd todo entries that are done
- Commit:
e6b69762aa52f103227c9df61f3dc4c199cab22c
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: add actions in the diff view too
- Commit:
7f65bb55b8cfe0f964fd7cb845acfbc28621730e
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: add patch action to serve diffs in plain text
ok tracey@
- Commit:
4ba8b606a0a1ebe0d9a9daf6909948315c313d36
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: make blame view work in text browsers
While here pad line numbers with spaces instead of zeroes to match
the blob view.
- Commit:
2faeb3c616089a458cbffa3a46b9a15c484f0e80
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: add actions to the blame view
ok tracey@
- Commit:
4dfd9794964c0817a9cab3b2b8ea8858589b28ab
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: add links for actions in the blob page
positive feedback from Kyle Ackerman
ok/tweak tracey@
- Commit:
260fd73e179a3da7600820c158e13bf148dff25f
- From:
- Omar Polo <op@omarpolo.com>
- Date:
refactor gotweb_load_got_path; no functional change
ok tracey@
- Commit:
446026cb9332485a4c570afd42fb493d451f7251
- From:
- Kyle Ackerman <kackerman0102@gmail.com>
- Via:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: add a dark mode
Diff from Kyle Ackerman.
tracey@ and I likes it.
- Commit:
6595d7300a0803b0372c4bae0ee3a077e4739f59
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: introduce .page_header_wrapper to avoid style repetitions
while here clean up some *_header id not used / not needed.
- Commit:
edc930eb84ed02c76531f9db419b1d6477805eef
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: adjust blob line number for text browsers
- Commit:
cf056aa6a5812e8ea8b6777a842bd374ad23d4da
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: tweak .tree_wrapper styling; no functional change
there's no need to override the background-color for the 'even'
row. This will simplify the addition of a dark mode.
- Commit:
c2abf03cdeba468cb636cd3fca4c730c88f3566a
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: add breadcums to navigate the tree/blob views
ok tracey@
- Commit:
1267d012ff46a0020babeb79733d400a56402867
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
bump version number