| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | *: Support subgroups via SQL recursion | Runxi Yu | 7 days | 27 | -163/+427 |
* | sql: Add purge and test scripts | Runxi Yu | 7 days | 2 | -0/+19 |
* | sql: Add potential for recursive groups | Runxi Yu | 8 days | 1 | -2/+4 |
* | *: Bump dependencies | Runxi Yu | 8 days | 2 | -23/+23 |
* | css: *:focus-visible: outline color | Runxi Yu | 8 days | 1 | -0/+4 |
* | css: Don't make the arrow so large | Runxi Yu | 9 days | 1 | -1/+1 |
* | css: Add arrow to diffs in commit view | luk3yx | 9 days | 1 | -0/+14 |
* | css: Fix copyright lines | Runxi Yu | 9 days | 2 | -3/+3 |
* | *: Use main branch of go-git | Runxi Yu | 9 days | 3 | -26/+17 |
* | *: Bump dependencies | Runxi Yu | 9 days | 2 | -18/+18 |
* | repo/contrib/one: var/etc code quality modifications | Runxi Yu | 9 days | 1 | -6/+5 |
* | repo/contrib/one: Diff against merge base | Runxi Yu | 9 days | 2 | -3/+15 |
* | render_readme: Rename | Runxi Yu | 9 days | 1 | -0/+0 |
* | render_readme: Fix broken logic in error checks | Runxi Yu | 9 days | 1 | -3/+3 |
* | *: Typing fixes | Runxi Yu | 9 days | 7 | -10/+13 |
* | *: Replacing more := with var | Runxi Yu | 9 days | 10 | -70/+75 |
* | repo/*: Use var instead of := | Runxi Yu | 9 days | 9 | -115/+169 |
* | *: Replace some := with var | Runxi Yu | 9 days | 12 | -129/+173 |
* | config: Add explanatory comments | Runxi Yu | 9 days | 1 | -3/+29 |
* | hooks: Comment on how using the first byte as return doesn't make sense | Runxi Yu | 10 days | 1 | -5/+11 |
* | Add SPDX license headers to all HTML templates | Runxi Yu | 10 days | 14 | -0/+56 |
* | Add SPDX license headers to Makefile, SQL, and CSS | Runxi Yu | 10 days | 4 | -0/+16 |
* | Add SPDX license headers to git_hooks_client | Runxi Yu | 10 days | 1 | -0/+6 |
* | Add SPDX license headers to all Go files | Runxi Yu | 10 days | 37 | -0/+111 |
* | README: Update | Runxi Yu | 12 days | 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 |
* | deps: Bump lindenii-common | Runxi Yu | 2025-02-20 | 2 | -3/+3 |
* | repo/index: Remove toggle boxes | Runxi Yu | 2025-02-19 | 1 | -12/+4 |
* | TODO: Remove | Runxi Yu | 2025-02-19 | 1 | -13/+0 |
* | README: Update contrib instructions (use contrib/ pushing) | Runxi Yu | 2025-02-19 | 1 | -3/+4 |
* | README: Update | Runxi Yu | 2025-02-19 | 1 | -39/+43 |
* | README.md: Update | Runxi Yu | 2025-02-19 | 1 | -11/+9 |
* | css: Fix button text colors | Runxi Yu | 2025-02-19 | 1 | -5/+5 |
* | repo/index: Add button to show merge requests | Runxi Yu | 2025-02-19 | 1 | -0/+5 |
* | repo/contrib/one: Handle when destination branch is null | Runxi Yu | 2025-02-19 | 1 | -5/+13 |
* | hooks: Don't trim contrib/ when inserting MRs | Runxi Yu | 2025-02-19 | 1 | -2/+2 |
* | all: Use COALESCE to handle some nullable database fields | Runxi Yu | 2025-02-19 | 5 | -5/+15 |
* | ssh/recv, hooks: Create MRs on push, reject pushes to others' MRs | Runxi Yu | 2025-02-19 | 6 | -21/+54 |
* | ssh/recv, users, schema: Create pubkey_only users | Runxi Yu | 2025-02-19 | 5 | -15/+46 |
* | ssh/recv: Rename access -> direct_access | Runxi Yu | 2025-02-19 | 1 | -8/+4 |
* | ssh/recv, schema: Add repos.contrib_requirements | Runxi Yu | 2025-02-19 | 5 | -11/+38 |
* | css: .commit-id { work-break: break-word; } | Runxi Yu | 2025-02-19 | 1 | -0/+1 |
* | all: Remove error wrapping | Runxi Yu | 2025-02-19 | 5 | -39/+9 |
* | hooks: Ignore error value of the last conn.Write() | Runxi Yu | 2025-02-19 | 1 | -1/+1 |
* | ssh/recv: Remove unused err_unauthorized_push | Runxi Yu | 2025-02-19 | 1 | -3/+0 |