| Commit message (Expand) | Author | Age | Files | Lines |
* | *: Support subgroups via SQL recursion | Runxi Yu | 7 days | 13 | -69/+106 |
* | repo/contrib/one: Diff against merge base | Runxi Yu | 8 days | 1 | -2/+6 |
* | Add SPDX license headers to all HTML templates | Runxi Yu | 10 days | 14 | -0/+56 |
* | repo/index: Remove toggle boxes | Runxi Yu | 2025-02-19 | 1 | -12/+4 |
* | repo/index: Add button to show merge requests | Runxi Yu | 2025-02-19 | 1 | -0/+5 |
* | repo/index: Don't show HTTP clone URL as it's the same as the Web URL | Runxi Yu | 2025-02-19 | 1 | -5/+2 |
* | repo/contrib: Display merge request diffs | Runxi Yu | 2025-02-19 | 2 | -18/+83 |
* | http: Add blank contrib/%d template | Runxi Yu | 2025-02-19 | 1 | -0/+18 |
* | contrib: Add contrib/MR index page | Runxi Yu | 2025-02-19 | 1 | -0/+33 |
* | *.tmpl: Update <title>'s | Runxi Yu | 2025-02-18 | 7 | -7/+7 |
* | repo_index.html: Move the repo description before the clone URLs | Runxi Yu | 2025-02-18 | 1 | -6/+6 |
* | repo_commit.html: Move the commit message out of the table | Runxi Yu | 2025-02-18 | 1 | -4/+3 |
* | repo_index: Add HTTP clone along with SSH | Runxi Yu | 2025-02-16 | 1 | -2/+5 |
* | templates: *.html.tmpl -> *.tmpl | Runxi Yu | 2025-02-15 | 12 | -0/+0 |
* | repo_index: Make readme scrollable just in case | Runxi Yu | 2025-02-14 | 1 | -1/+1 |
* | style.css, repo_index: Use div, not table, for expandables | Runxi Yu | 2025-02-14 | 2 | -22/+8 |
* | *: Use Makefile, and generate a version | Runxi Yu | 2025-02-14 | 1 | -1/+1 |
* | reop_commit: Fix immediate newlines after <pre> | Runxi Yu | 2025-02-14 | 1 | -3/+3 |
* | *: Make the forge title configurable | Runxi Yu | 2025-02-14 | 10 | -19/+19 |
* | repo_log: Use parameters for refspec | Runxi Yu | 2025-02-14 | 2 | -2/+2 |
* | repo_index: Allow refspecs | Runxi Yu | 2025-02-14 | 1 | -2/+3 |
* | http_*: Refactor to reduce duplication | Runxi Yu | 2025-02-14 | 5 | -11/+11 |
* | repo_*_{dir,file}: Add ref params if not head | Runxi Yu | 2025-02-13 | 3 | -3/+7 |
* | repo_{raw,tree}_dir: Only display "on $ref" if necessary | Runxi Yu | 2025-02-13 | 2 | -2/+2 |
* | group_repos: Fix table rows | Runxi Yu | 2025-02-13 | 1 | -6/+8 |
* | repo_tree_file: Add padding | Runxi Yu | 2025-02-13 | 1 | -4/+6 |
* | group_index: Use table list | Runxi Yu | 2025-02-13 | 1 | -8/+15 |
* | repo_log: Scrollable view | Runxi Yu | 2025-02-13 | 1 | -25/+27 |
* | index: Reformat the page | Runxi Yu | 2025-02-13 | 1 | -14/+30 |
* | repo_index: Add repo descriptions | Runxi Yu | 2025-02-13 | 1 | -0/+10 |
* | _repo_header.html: Purge | Runxi Yu | 2025-02-13 | 7 | -28/+0 |
* | _header.html: Format the main header | Runxi Yu | 2025-02-13 | 9 | -34/+20 |
* | handle_user: Stub | Runxi Yu | 2025-02-13 | 1 | -1/+1 |
* | login: Implement password validation | Runxi Yu | 2025-02-13 | 1 | -0/+1 |
* | login: Stub login page | Runxi Yu | 2025-02-13 | 1 | -0/+54 |
* | _header.html: Add header | Runxi Yu | 2025-02-13 | 10 | -1/+36 |
* | {ssh,global}.go, index.html: Add global data containing ssh fp | Runxi Yu | 2025-02-12 | 1 | -3/+19 |
* | repo_index: Add clone instructions | Runxi Yu | 2025-02-12 | 1 | -0/+15 |
* | repo_log: Fix anchor | Runxi Yu | 2025-02-12 | 1 | -1/+1 |
* | _footer.html: Fix upstream link | Runxi Yu | 2025-02-12 | 1 | -1/+1 |
* | repo_tree_file: Fix link to CSS | Runxi Yu | 2025-02-12 | 1 | -1/+1 |
* | *: Migrate to the new path scheme | Runxi Yu | 2025-02-12 | 5 | -8/+8 |
* | repo_tree_file: Don't treespec when it's head | Runxi Yu | 2025-02-12 | 1 | -1/+1 |
* | render_readme.go: Render plain READMEs too | Runxi Yu | 2025-02-12 | 2 | -4/+2 |
* | repo_commit: Use /dev/null, not {a,b}/NULL, for empty files | Runxi Yu | 2025-02-12 | 1 | -2/+10 |
* | _repo_header.html: Add /g/ | Runxi Yu | 2025-02-11 | 1 | -0/+2 |
* | _repo_header.html: Add link to root | Runxi Yu | 2025-02-11 | 1 | -0/+2 |
* | *.html: Add a simple repo header | Runxi Yu | 2025-02-11 | 7 | -0/+25 |
* | repo_commit: Don't crash when viewing the first commit | Runxi Yu | 2025-02-11 | 1 | -2/+2 |
* | *: Use URL params to specify commits/branches/tags | Runxi Yu | 2025-02-11 | 3 | -4/+4 |