Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: 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 |
| | | | | | | 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. | ||||
* | TODO: Remove | Runxi Yu | 2025-02-19 | 1 | -13/+0 |
| | | | | We'll use https://codeberg.org/lindenii/forge/issues/ for now. | ||||
* | 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 |
| | | | | | I'm undecided on how I wrap errors in this project. I'll just return errors directly for now. This will probably be adjusted later. | ||||
* | 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 |
| | |||||
* | hooks: Use ssh stderr directly instead of going through hook | Runxi Yu | 2025-02-19 | 2 | -134/+101 |
| | |||||
* | *.go: Reformat | Runxi Yu | 2025-02-19 | 2 | -3/+2 |
| | |||||
* | hooks: Reject non-FF contrib pushes for now | Runxi Yu | 2025-02-19 | 1 | -36/+68 |
| | | | | We actually intend to create special refs for this in the future. | ||||
* | repo/contrib/one: Add missing error check | Runxi Yu | 2025-02-19 | 1 | -0/+4 |
| | |||||
* | hooks: Add TODOs on where to create MRs and MR history points | Runxi Yu | 2025-02-19 | 1 | -0/+8 |
| | |||||
* | repo/index: Don't show HTTP clone URL as it's the same as the Web URL | Runxi Yu | 2025-02-19 | 1 | -5/+2 |
| | |||||
* | *.go: Use lowercase error values | Runxi Yu | 2025-02-19 | 8 | -15/+15 |
| | |||||
* | repo/contrib: Fix destination_commit param | Runxi Yu | 2025-02-19 | 1 | -1/+1 |
| | |||||
* | repo/contrib: Display merge request diffs | Runxi Yu | 2025-02-19 | 6 | -55/+175 |
| | |||||
* | http: Add blank contrib/%d template | Runxi Yu | 2025-02-19 | 3 | -1/+36 |
| | |||||
* | contrib/index: Remove erroneous go-git/v5 | Runxi Yu | 2025-02-19 | 1 | -2/+0 |
| | |||||
* | repo/contrib: Remove unnecessary blank assign | Runxi Yu | 2025-02-19 | 1 | -2/+0 |
| | |||||
* | http: Fix detecting subgroups with separator_index | Runxi Yu | 2025-02-19 | 1 | -1/+1 |
| | | | | | | In eabdb3c93cd7118deb5745cca7be9f11a196a9b8 we caused an error message whenver subgroups are used which was written erroneously, causing e.g. the forge front page to be handled here. | ||||
* | url.go: Reformat | Runxi Yu | 2025-02-19 | 1 | -1/+1 |
| | |||||
* | contrib: Add contrib/MR index page | Runxi Yu | 2025-02-19 | 5 | -7/+89 |
| |