| Commit message (Expand) | Author | Files | Lines |
2025-04-05 | HTML: Broken branches warning | Runxi Yu | 1 | -0/+7 |
2025-04-03 | HTML: Don't use <table> for the repo index page's commit list | Runxi Yu | 1 | -29/+20 |
2025-04-03 | HTML: Fix authorship fields | Runxi Yu | 1 | -2/+2 |
2025-03-31 | Replace FileContributor with FileCopyrightText | Runxi Yu | 1 | -1/+1 |
2025-03-31 | Unify spelling of Author date | Runxi Yu | 1 | -1/+1 |
2025-03-31 | Add branches page | Runxi Yu | 1 | -40/+7 |
2025-03-31 | Proper tabs on repo index | Runxi Yu | 1 | -8/+12 |
2025-03-31 | Use ref_query for ?branch=x, etc | Runxi Yu | 1 | -4/+5 |
2025-03-30 | Fix tabs look | Runxi Yu | 1 | -6/+6 |
2025-03-30 | Add basic tabs to repo index | Runxi Yu | 1 | -0/+22 |
2025-03-30 | Remove tree from repo index page | Runxi Yu | 1 | -27/+0 |
2025-03-25 | Remove unnecessary whitespace in branches template | Runxi Yu | 1 | -2/+2 |
2025-03-25 | Further remove .rounded and .rounded-footed | Runxi Yu | 1 | -3/+3 |
2025-03-25 | Responsive grid for commit and repo info | Runxi Yu | 1 | -25/+17 |
2025-03-25 | Cache commit logs on the repo index page | Runxi Yu | 1 | -1/+1 |
2025-03-21 | Fix Is_file -> IsFile naming | Runxi Yu | 1 | -1/+1 |
2025-03-21 | Fix spacing in branchspec on repo indexes | Runxi Yu | 1 | -1/+1 |
2025-03-21 | Output git logs incrementally | Runxi Yu | 1 | -0/+3 |
2025-03-16 | Show branches | Runxi Yu | 1 | -0/+18 |
2025-03-10 | css, html: Rounded corners | Runxi Yu | 1 | -3/+3 |
2025-03-07 | http/templates: Reduce whitespace | Runxi Yu | 1 | -33/+33 |
2025-03-07 | repo/index: Emit warning when path contains newline | Runxi Yu | 1 | -0/+6 |
2025-03-07 | repo/index: Display repo info only, when commits/files unavailable | Runxi Yu | 1 | -51/+57 |
2025-03-06 | *: Add column headers to tables | Runxi Yu | 1 | -0/+10 |
2025-03-06 | *: Support subgroups via SQL recursion | Runxi Yu | 1 | -1/+1 |
2025-03-03 | Add SPDX license headers to all HTML templates | Runxi Yu | 1 | -0/+4 |
2025-02-19 | repo/index: Remove toggle boxes | Runxi Yu | 1 | -12/+4 |
2025-02-19 | repo/index: Add button to show merge requests | Runxi Yu | 1 | -0/+5 |
2025-02-19 | repo/index: Don't show HTTP clone URL as it's the same as the Web URL | Runxi Yu | 1 | -5/+2 |
2025-02-18 | *.tmpl: Update <title>'s | Runxi Yu | 1 | -1/+1 |
2025-02-18 | repo_index.html: Move the repo description before the clone URLs | Runxi Yu | 1 | -6/+6 |
2025-02-16 | repo_index: Add HTTP clone along with SSH | Runxi Yu | 1 | -2/+5 |
2025-02-15 | templates: *.html.tmpl -> *.tmpl | Runxi Yu | 1 | -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 | 1 | -20/+6 |
2025-02-14 | *: Make the forge title configurable | Runxi Yu | 1 | -3/+3 |
2025-02-14 | repo_log: Use parameters for refspec | Runxi Yu | 1 | -1/+1 |
2025-02-14 | repo_index: Allow refspecs | Runxi Yu | 1 | -2/+3 |
2025-02-14 | http_*: Refactor to reduce duplication | Runxi Yu | 1 | -3/+3 |
2025-02-13 | repo_index: Add repo descriptions | Runxi Yu | 1 | -0/+10 |
2025-02-13 | _repo_header.html: Purge | Runxi Yu | 1 | -3/+0 |
2025-02-13 | _header.html: Format the main header | Runxi Yu | 1 | -3/+1 |
2025-02-13 | _header.html: Add header | Runxi Yu | 1 | -0/+3 |
2025-02-12 | repo_index: Add clone instructions | Runxi Yu | 1 | -0/+15 |
2025-02-12 | render_readme.go: Render plain READMEs too | Runxi Yu | 1 | -1/+1 |
2025-02-11 | *.html: Add a simple repo header | Runxi Yu | 1 | -0/+3 |
2025-02-11 | *: Use URL params to specify commits/branches/tags | Runxi Yu | 1 | -1/+1 |
2025-02-11 | repo_index.html, style.css: CSS state machines | Runxi Yu | 1 | -15/+6 |
2025-02-11 | style.css, *.html: Scrolling behavior | Runxi Yu | 1 | -5/+5 |
2025-02-11 | repo_{index,tree_dir}.html, style.css: No inner margins on README td's | Runxi Yu | 1 | -2/+2 |