| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | database: Remove query_list | Runxi Yu | 2025-03-07 | 1 | -25/+0 |
* | group/index: Fix repo_desc in creation form handler | Runxi Yu | 2025-03-07 | 1 | -1/+1 |
* | scripts, sql: Reorganize | Runxi Yu | 2025-03-06 | 6 | -2/+1 |
* | *: Add column headers to tables | Runxi Yu | 2025-03-06 | 6 | -17/+41 |
* | Update hosted forge links | Runxi Yu | 2025-03-06 | 2 | -3/+3 |
* | group/index: Allow repo creation via web | Runxi Yu | 2025-03-06 | 6 | -0/+105 |
* | group: Add description field to the create repo form | Runxi Yu | 2025-03-06 | 1 | -1/+7 |
* | readme: Fix filename typo | Runxi Yu | 2025-03-06 | 1 | -0/+0 |
* | repo/tree, readme: nosec G203 | Runxi Yu | 2025-03-06 | 2 | -5/+5 |
* | lint: Add lint script | Runxi Yu | 2025-03-06 | 1 | -0/+3 |
* | ssh: Remove unnecessary conversion | Runxi Yu | 2025-03-06 | 1 | -1/+1 |
* | *: Remove unnecessary debug printf | Runxi Yu | 2025-03-06 | 2 | -5/+0 |
* | group/index: Add create repo form | Runxi Yu | 2025-03-06 | 1 | -0/+37 |
* | sql: Create user too in the test script | Runxi Yu | 2025-03-06 | 1 | -3/+23 |
* | http: Check for direct user access | Runxi Yu | 2025-03-06 | 3 | -4/+20 |
* | group/index: Reuse ID from first SQL query to avoid triple recursion | Runxi Yu | 2025-03-06 | 1 | -59/+10 |
* | group/index: Add group description | Runxi Yu | 2025-03-06 | 2 | -0/+45 |
* | *: Reformat | Runxi Yu | 2025-03-06 | 4 | -5/+3 |
* | *: Bump go-git | Runxi Yu | 2025-03-06 | 2 | -1/+3 |
* | *: Support subgroups via SQL recursion | Runxi Yu | 2025-03-06 | 27 | -163/+427 |
* | sql: Add purge and test scripts | Runxi Yu | 2025-03-06 | 2 | -0/+19 |
* | sql: Add potential for recursive groups | Runxi Yu | 2025-03-06 | 1 | -2/+4 |
* | *: Bump dependencies | Runxi Yu | 2025-03-06 | 2 | -23/+23 |
* | css: *:focus-visible: outline color | Runxi Yu | 2025-03-06 | 1 | -0/+4 |
* | css: Don't make the arrow so large | Runxi Yu | 2025-03-05 | 1 | -1/+1 |
* | css: Add arrow to diffs in commit view | luk3yx | 2025-03-05 | 1 | -0/+14 |
* | css: Fix copyright lines | Runxi Yu | 2025-03-05 | 2 | -3/+3 |
* | *: Use main branch of go-git | Runxi Yu | 2025-03-05 | 3 | -26/+17 |
* | *: Bump dependencies | Runxi Yu | 2025-03-05 | 2 | -18/+18 |
* | repo/contrib/one: var/etc code quality modifications | Runxi Yu | 2025-03-05 | 1 | -6/+5 |
* | repo/contrib/one: Diff against merge base | Runxi Yu | 2025-03-05 | 2 | -3/+15 |
* | render_readme: Rename | Runxi Yu | 2025-03-05 | 1 | -0/+0 |
* | render_readme: Fix broken logic in error checks | Runxi Yu | 2025-03-05 | 1 | -3/+3 |
* | *: Typing fixes | Runxi Yu | 2025-03-05 | 7 | -10/+13 |
* | *: Replacing more := with var | Runxi Yu | 2025-03-05 | 10 | -70/+75 |
* | repo/*: Use var instead of := | Runxi Yu | 2025-03-05 | 9 | -115/+169 |
* | *: Replace some := with var | Runxi Yu | 2025-03-05 | 12 | -129/+173 |
* | config: Add explanatory comments | Runxi Yu | 2025-03-05 | 1 | -3/+29 |
* | hooks: Comment on how using the first byte as return doesn't make sense | Runxi Yu | 2025-03-03 | 1 | -5/+11 |
* | Add SPDX license headers to all HTML templates | Runxi Yu | 2025-03-03 | 14 | -0/+56 |
* | Add SPDX license headers to Makefile, SQL, and CSS | Runxi Yu | 2025-03-03 | 4 | -0/+16 |
* | Add SPDX license headers to git_hooks_client | Runxi Yu | 2025-03-03 | 1 | -0/+6 |
* | Add SPDX license headers to all Go files | Runxi Yu | 2025-03-03 | 37 | -0/+111 |
* | README: Update | Runxi Yu | 2025-03-02 | 1 | -162/+34 |
* | all: Reformat | Runxi Yu | 2025-02-20 | 2 | -2/+2 |
* | ssh/recv: Check hooksPath before receiving packs | Runxi Yu | 2025-02-20 | 2 | -20/+35 |
* | hooks, ssh: Indicate URL of newly-created MRs | Runxi Yu | 2025-02-20 | 4 | -13/+24 |
* | hooks: Clarify the last ACK/NAK being overall | Runxi Yu | 2025-02-20 | 1 | -4/+3 |
* | ssh: Use a blue version message | Runxi Yu | 2025-02-20 | 1 | -1/+2 |
* | hooks: Use colorful SSH messages | Runxi Yu | 2025-02-20 | 2 | -23/+40 |