aboutsummaryrefslogtreecommitdiff
path: root/templates/repo_index.tmpl (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-03-31Replace FileContributor with FileCopyrightTextRunxi Yu1-1/+1
2025-03-31Unify spelling of Author dateRunxi Yu1-1/+1
2025-03-31Add branches pageRunxi Yu1-40/+7
2025-03-31Proper tabs on repo indexRunxi Yu1-8/+12
2025-03-31Use ref_query for ?branch=x, etcRunxi Yu1-4/+5
2025-03-30Fix tabs lookRunxi Yu1-6/+6
2025-03-30Add basic tabs to repo indexRunxi Yu1-0/+22
2025-03-30Remove tree from repo index pageRunxi Yu1-27/+0
2025-03-25Remove unnecessary whitespace in branches templateRunxi Yu1-2/+2
2025-03-25Further remove .rounded and .rounded-footedRunxi Yu1-3/+3
2025-03-25Responsive grid for commit and repo infoRunxi Yu1-25/+17
2025-03-25Cache commit logs on the repo index pageRunxi Yu1-1/+1
2025-03-21Fix Is_file -> IsFile namingRunxi Yu1-1/+1
2025-03-21Fix spacing in branchspec on repo indexesRunxi Yu1-1/+1
2025-03-21Output git logs incrementallyRunxi Yu1-0/+3
2025-03-16Show branchesRunxi Yu1-0/+18
2025-03-10css, html: Rounded cornersRunxi Yu1-3/+3
2025-03-07http/templates: Reduce whitespaceRunxi Yu1-33/+33
2025-03-07repo/index: Emit warning when path contains newlineRunxi Yu1-0/+6
2025-03-07repo/index: Display repo info only, when commits/files unavailableRunxi Yu1-51/+57
2025-03-06*: Add column headers to tablesRunxi Yu1-0/+10
2025-03-06*: Support subgroups via SQL recursionRunxi Yu1-1/+1
2025-03-03Add SPDX license headers to all HTML templatesRunxi Yu1-0/+4
2025-02-19repo/index: Remove toggle boxesRunxi Yu1-12/+4
They were just an experiment and are imo quite unnecessary. Also the README doesn't have a border any more, hopefully it's quite obvious that's a README.
2025-02-19repo/index: Add button to show merge requestsRunxi Yu1-0/+5
2025-02-19repo/index: Don't show HTTP clone URL as it's the same as the Web URLRunxi Yu1-5/+2
2025-02-18*.tmpl: Update <title>'sRunxi Yu1-1/+1
2025-02-18repo_index.html: Move the repo description before the clone URLsRunxi Yu1-6/+6
2025-02-16repo_index: Add HTTP clone along with SSHRunxi Yu1-2/+5
2025-02-15templates: *.html.tmpl -> *.tmplRunxi Yu1-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 Yu1-20/+6
2025-02-14*: Make the forge title configurableRunxi Yu1-3/+3
2025-02-14repo_log: Use parameters for refspecRunxi Yu1-1/+1
2025-02-14repo_index: Allow refspecsRunxi Yu1-2/+3
2025-02-14http_*: Refactor to reduce duplicationRunxi Yu1-3/+3
2025-02-13repo_index: Add repo descriptionsRunxi Yu1-0/+10
2025-02-13_repo_header.html: PurgeRunxi Yu1-3/+0
We'll integrate this into the main header in the future
2025-02-13_header.html: Format the main headerRunxi Yu1-3/+1
2025-02-13_header.html: Add headerRunxi Yu1-0/+3
2025-02-12repo_index: Add clone instructionsRunxi Yu1-0/+15
2025-02-12render_readme.go: Render plain READMEs tooRunxi Yu1-1/+1
2025-02-11*.html: Add a simple repo headerRunxi Yu1-0/+3
2025-02-11*: Use URL params to specify commits/branches/tagsRunxi Yu1-1/+1
2025-02-11repo_index.html, style.css: CSS state machinesRunxi Yu1-15/+6
2025-02-11style.css, *.html: Scrolling behaviorRunxi Yu1-5/+5
2025-02-11repo_{index,tree_dir}.html, style.css: No inner margins on README td'sRunxi Yu1-2/+2
2025-02-11repo_{index,log}: Link commits to their pagesRunxi Yu1-1/+1
2025-02-11repo_index: Don't display commit IDsRunxi Yu1-3/+1
2025-02-11repo_index: Link to repo logRunxi Yu1-1/+1