| Commit message (Expand) | Author | Files | Lines |
2025-02-15 | templates: *.html.tmpl -> *.tmpl | Runxi Yu | 12 | -0/+0 |
2025-02-14 | repo_index: Make readme scrollable just in case | Runxi Yu | 1 | -1/+1 |
2025-02-14 | style.css, repo_index: Use div, not table, for expandables | Runxi Yu | 2 | -22/+8 |
2025-02-14 | *: Use Makefile, and generate a version | Runxi Yu | 1 | -1/+1 |
2025-02-14 | reop_commit: Fix immediate newlines after <pre> | Runxi Yu | 1 | -3/+3 |
2025-02-14 | *: Make the forge title configurable | Runxi Yu | 10 | -19/+19 |
2025-02-14 | repo_log: Use parameters for refspec | Runxi Yu | 2 | -2/+2 |
2025-02-14 | repo_index: Allow refspecs | Runxi Yu | 1 | -2/+3 |
2025-02-14 | http_*: Refactor to reduce duplication | Runxi Yu | 5 | -11/+11 |
2025-02-13 | repo_*_{dir,file}: Add ref params if not head | Runxi Yu | 3 | -3/+7 |
2025-02-13 | repo_{raw,tree}_dir: Only display "on $ref" if necessary | Runxi Yu | 2 | -2/+2 |
2025-02-13 | group_repos: Fix table rows | Runxi Yu | 1 | -6/+8 |
2025-02-13 | repo_tree_file: Add padding | Runxi Yu | 1 | -4/+6 |
2025-02-13 | group_index: Use table list | Runxi Yu | 1 | -8/+15 |
2025-02-13 | repo_log: Scrollable view | Runxi Yu | 1 | -25/+27 |
2025-02-13 | index: Reformat the page | Runxi Yu | 1 | -14/+30 |
2025-02-13 | repo_index: Add repo descriptions | Runxi Yu | 1 | -0/+10 |
2025-02-13 | _repo_header.html: Purge | Runxi Yu | 7 | -28/+0 |
2025-02-13 | _header.html: Format the main header | Runxi Yu | 9 | -34/+20 |
2025-02-13 | handle_user: Stub | Runxi Yu | 1 | -1/+1 |
2025-02-13 | login: Implement password validation | Runxi Yu | 1 | -0/+1 |
2025-02-13 | login: Stub login page | Runxi Yu | 1 | -0/+54 |
2025-02-13 | _header.html: Add header | Runxi Yu | 10 | -1/+36 |
2025-02-12 | {ssh,global}.go, index.html: Add global data containing ssh fp | Runxi Yu | 1 | -3/+19 |
2025-02-12 | repo_index: Add clone instructions | Runxi Yu | 1 | -0/+15 |
2025-02-12 | repo_log: Fix anchor | Runxi Yu | 1 | -1/+1 |
2025-02-12 | _footer.html: Fix upstream link | Runxi Yu | 1 | -1/+1 |
2025-02-12 | repo_tree_file: Fix link to CSS | Runxi Yu | 1 | -1/+1 |
2025-02-12 | *: Migrate to the new path scheme | Runxi Yu | 5 | -8/+8 |
2025-02-12 | repo_tree_file: Don't treespec when it's head | Runxi Yu | 1 | -1/+1 |
2025-02-12 | render_readme.go: Render plain READMEs too | Runxi Yu | 2 | -4/+2 |
2025-02-12 | repo_commit: Use /dev/null, not {a,b}/NULL, for empty files | Runxi Yu | 1 | -2/+10 |
2025-02-11 | _repo_header.html: Add /g/ | Runxi Yu | 1 | -0/+2 |
2025-02-11 | _repo_header.html: Add link to root | Runxi Yu | 1 | -0/+2 |
2025-02-11 | *.html: Add a simple repo header | Runxi Yu | 7 | -0/+25 |
2025-02-11 | repo_commit: Don't crash when viewing the first commit | Runxi Yu | 1 | -2/+2 |
2025-02-11 | *: Use URL params to specify commits/branches/tags | Runxi Yu | 3 | -4/+4 |
2025-02-11 | repo_commit: Add patch view | Runxi Yu | 1 | -0/+4 |
2025-02-11 | repo_commit: Properly format patchsets | Runxi Yu | 1 | -13/+24 |
2025-02-11 | repo_commit: Show chunks | Runxi Yu | 1 | -3/+16 |
2025-02-11 | repo_index.html, style.css: CSS state machines | Runxi Yu | 3 | -25/+6 |
2025-02-11 | *.html: Fix body class | Runxi Yu | 3 | -3/+3 |
2025-02-11 | style.css, *.html: Scrolling behavior | Runxi Yu | 5 | -12/+14 |
2025-02-11 | repo_{index,tree_dir}.html, style.css: No inner margins on README td's | Runxi Yu | 2 | -4/+4 |
2025-02-11 | repo_commit: Add commit message | Runxi Yu | 1 | -1/+9 |
2025-02-11 | repo_{index,log}: Link commits to their pages | Runxi Yu | 2 | -2/+2 |
2025-02-11 | repo_index: Don't display commit IDs | Runxi Yu | 1 | -3/+1 |
2025-02-11 | repo_commit: Add a commit info page | Runxi Yu | 1 | -0/+44 |
2025-02-11 | repo_index: Link to repo log | Runxi Yu | 1 | -1/+1 |
2025-02-11 | _{head,footer}.html: Add underscore to indicate that it's partial | Runxi Yu | 2 | -0/+0 |