Commit Briefs

b58a46769e Thomas Adam

gotwebd: tweak site_owner_wrapper style for dark mode


c328bece03 Thomas Adam

gotwebd: render less tags in the summary page

suggested / ok stsp


590726f8f4 Thomas Adam

plug a memleak in previous; from op@


544364accd Thomas Adam

show tree and README at the bottom of the summary page

ok op@


3b8c462a71 Thomas Adam

gotwebd: swap the tags and branch listing in the index page

discussed / ok stsp@


960618864e Thomas Adam

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@


34875d49d7 Thomas Adam

gotwebd: render READMEs in the tree view

ok tracey@


e6c0de4de8 Thomas Adam

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@


50d24d4598 Thomas Adam

gotwebd: tweak hr styling in the dark mode

Kyle Ackerman agrees


25c61626c4 Thomas Adam

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@


b2dcbbc7f5 Thomas Adam

plug pathlist leak in 'got status' code path

Patch by Kyle Ackerman.



df7661fbe8 Thomas Adam

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@




0af390fca5 Thomas Adam

remove gotwebd todo entries that are done


184e6e6f6b Thomas Adam

gotwebd: add actions in the diff view too


feaddee622 Thomas Adam

gotwebd: add patch action to serve diffs in plain text

ok tracey@


83d26b5a9e Thomas Adam

gotwebd: make blame view work in text browsers

While here pad line numbers with spaces instead of zeroes to match the blob view.


4f4afeeb57 Thomas Adam

gotwebd: add actions to the blame view

ok tracey@


54f5c7d081 Thomas Adam

gotwebd: add links for actions in the blob page

positive feedback from Kyle Ackerman ok/tweak tracey@


c13168e4b7 Thomas Adam

refactor gotweb_load_got_path; no functional change

ok tracey@


849a2aa4a7 Thomas Adam

gotwebd: add a dark mode

Diff from Kyle Ackerman. tracey@ and I likes it.


57cfad1ea0 Thomas Adam

gotwebd: introduce .page_header_wrapper to avoid style repetitions

while here clean up some *_header id not used / not needed.


991e335321 Thomas Adam

gotwebd: adjust blob line number for text browsers