aboutsummaryrefslogtreecommitdiff
path: root/templates (unfollow)
Commit message (Expand)AuthorFilesLines
2025-02-19repo/contrib: Display merge request diffsRunxi Yu2-18/+83
2025-02-19http: Add blank contrib/%d templateRunxi Yu1-0/+18
2025-02-19contrib: Add contrib/MR index pageRunxi Yu1-0/+33
2025-02-18*.tmpl: Update <title>'sRunxi Yu7-7/+7
2025-02-18repo_index.html: Move the repo description before the clone URLsRunxi Yu1-6/+6
2025-02-18repo_commit.html: Move the commit message out of the tableRunxi Yu1-4/+3
2025-02-16repo_index: Add HTTP clone along with SSHRunxi Yu1-2/+5
2025-02-15templates: *.html.tmpl -> *.tmplRunxi Yu12-0/+0
2025-02-14repo_index: Make readme scrollable just in caseRunxi Yu1-1/+1
2025-02-14style.css, repo_index: Use div, not table, for expandablesRunxi Yu2-22/+8
2025-02-14*: Use Makefile, and generate a versionRunxi Yu1-1/+1
2025-02-14reop_commit: Fix immediate newlines after <pre>Runxi Yu1-3/+3
2025-02-14*: Make the forge title configurableRunxi Yu10-19/+19
2025-02-14repo_log: Use parameters for refspecRunxi Yu2-2/+2
2025-02-14repo_index: Allow refspecsRunxi Yu1-2/+3
2025-02-14http_*: Refactor to reduce duplicationRunxi Yu5-11/+11
2025-02-13repo_*_{dir,file}: Add ref params if not headRunxi Yu3-3/+7
2025-02-13repo_{raw,tree}_dir: Only display "on $ref" if necessaryRunxi Yu2-2/+2
2025-02-13group_repos: Fix table rowsRunxi Yu1-6/+8
2025-02-13repo_tree_file: Add paddingRunxi Yu1-4/+6
2025-02-13group_index: Use table listRunxi Yu1-8/+15
2025-02-13repo_log: Scrollable viewRunxi Yu1-25/+27
2025-02-13index: Reformat the pageRunxi Yu1-14/+30
2025-02-13repo_index: Add repo descriptionsRunxi Yu1-0/+10
2025-02-13_repo_header.html: PurgeRunxi Yu7-28/+0
2025-02-13_header.html: Format the main headerRunxi Yu9-34/+20
2025-02-13handle_user: StubRunxi Yu1-1/+1
2025-02-13login: Implement password validationRunxi Yu1-0/+1
2025-02-13login: Stub login pageRunxi Yu1-0/+54
2025-02-13_header.html: Add headerRunxi Yu10-1/+36
2025-02-12{ssh,global}.go, index.html: Add global data containing ssh fpRunxi Yu1-3/+19
2025-02-12repo_index: Add clone instructionsRunxi Yu1-0/+15
2025-02-12repo_log: Fix anchorRunxi Yu1-1/+1
2025-02-12_footer.html: Fix upstream linkRunxi Yu1-1/+1
2025-02-12repo_tree_file: Fix link to CSSRunxi Yu1-1/+1
2025-02-12*: Migrate to the new path schemeRunxi Yu5-8/+8
2025-02-12repo_tree_file: Don't treespec when it's headRunxi Yu1-1/+1
2025-02-12render_readme.go: Render plain READMEs tooRunxi Yu2-4/+2
2025-02-12repo_commit: Use /dev/null, not {a,b}/NULL, for empty filesRunxi Yu1-2/+10
2025-02-11_repo_header.html: Add /g/Runxi Yu1-0/+2
2025-02-11_repo_header.html: Add link to rootRunxi Yu1-0/+2
2025-02-11*.html: Add a simple repo headerRunxi Yu7-0/+25
2025-02-11repo_commit: Don't crash when viewing the first commitRunxi Yu1-2/+2
2025-02-11*: Use URL params to specify commits/branches/tagsRunxi Yu3-4/+4
2025-02-11repo_commit: Add patch viewRunxi Yu1-0/+4
2025-02-11repo_commit: Properly format patchsetsRunxi Yu1-13/+24
2025-02-11repo_commit: Show chunksRunxi Yu1-3/+16
2025-02-11repo_index.html, style.css: CSS state machinesRunxi Yu3-25/+6
2025-02-11*.html: Fix body classRunxi Yu3-3/+3
2025-02-11style.css, *.html: Scrolling behaviorRunxi Yu5-12/+14