aboutsummaryrefslogtreecommitdiff
path: root/templates (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix index page padding wrapper containmentRunxi Yu2025-03-251-22/+21
|
* Add 403 and 501 pagesRunxi Yu2025-03-252-0/+49
|
* Remove unnecessary whitespace in branches templateRunxi Yu2025-03-251-2/+2
|
* Further remove .rounded and .rounded-footedRunxi Yu2025-03-2510-14/+14
|
* Reindent HTML templateRunxi Yu2025-03-251-29/+23
|
* Responsive grid for commit and repo infoRunxi Yu2025-03-252-58/+47
|
* Navbar slashesRunxi Yu2025-03-251-1/+5
|
* Better nav barRunxi Yu2025-03-251-0/+8
|
* Fix group path trailing slashRunxi Yu2025-03-252-2/+2
|
* Cache commit logs on the repo index pageRunxi Yu2025-03-254-5/+5
|
* Use a custom errPage500Runxi Yu2025-03-221-0/+25
|
* Add HTTP 451Runxi Yu2025-03-222-1/+26
|
* Fix tree/raw redirection and disallow slashes in their path segmentsRunxi Yu2025-03-221-0/+25
|
* Add a "Proper" 404 pageRunxi Yu2025-03-211-0/+24
|
* Fix Is_file -> IsFile namingRunxi Yu2025-03-213-3/+3
|
* Fix spacing in branchspec on repo indexesRunxi Yu2025-03-211-1/+1
|
* Output git logs incrementallyRunxi Yu2025-03-212-0/+6
|
* Show branchesRunxi Yu2025-03-161-0/+18
|
* css, html: Fix for multi-row headers and footersRunxi Yu2025-03-102-2/+2
|
* css, html: Rounded cornersRunxi Yu2025-03-1011-15/+15
|
* index: Humanize allocated sizeRunxi Yu2025-03-091-1/+1
|
* index: Remove unnecessary newlines in tdRunxi Yu2025-03-091-3/+1
|
* index: Rename gc button againRunxi Yu2025-03-091-1/+1
|
* index: Show allocated bytesRunxi Yu2025-03-091-3/+6
|
* gc: Add a garbage collection buttonRunxi Yu2025-03-091-0/+3
|
* http/templates: Reduce whitespaceRunxi Yu2025-03-0714-197/+196
|
* repo/index: Emit warning when path contains newlineRunxi Yu2025-03-071-0/+6
|
* repo/index: Display repo info only, when commits/files unavailableRunxi Yu2025-03-071-51/+57
|
* index, group: Escape path anchorsRunxi Yu2025-03-072-3/+3
| | | | Fixes: https://todo.sr.ht/~runxiyu/forge/1
* hooks, fedauth: Add basic federated authentication for git pushRunxi Yu2025-03-071-0/+1
|
* group: Reorder contrib options in repo creation formRunxi Yu2025-03-071-1/+1
|
* *: Add column headers to tablesRunxi Yu2025-03-066-17/+41
|
* Update hosted forge linksRunxi Yu2025-03-061-1/+1
|
* group/index: Allow repo creation via webRunxi Yu2025-03-061-0/+11
|
* group: Add description field to the create repo formRunxi Yu2025-03-061-1/+7
|
* group/index: Add create repo formRunxi Yu2025-03-061-0/+37
|
* http: Check for direct user accessRunxi Yu2025-03-061-2/+2
|
* group/index: Add group descriptionRunxi Yu2025-03-061-0/+3
|
* *: Support subgroups via SQL recursionRunxi Yu2025-03-0613-69/+106
|
* repo/contrib/one: Diff against merge baseRunxi Yu2025-03-051-2/+6
|
* Add SPDX license headers to all HTML templatesRunxi Yu2025-03-0314-0/+56
|
* repo/index: Remove toggle boxesRunxi Yu2025-02-191-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.
* repo/index: Add button to show merge requestsRunxi Yu2025-02-191-0/+5
|
* repo/index: Don't show HTTP clone URL as it's the same as the Web URLRunxi Yu2025-02-191-5/+2
|
* repo/contrib: Display merge request diffsRunxi Yu2025-02-192-18/+83
|
* http: Add blank contrib/%d templateRunxi Yu2025-02-191-0/+18
|
* contrib: Add contrib/MR index pageRunxi Yu2025-02-191-0/+33
|
* *.tmpl: Update <title>'sRunxi Yu2025-02-187-7/+7
|
* repo_index.html: Move the repo description before the clone URLsRunxi Yu2025-02-181-6/+6
|
* repo_commit.html: Move the commit message out of the tableRunxi Yu2025-02-181-4/+3
|