aboutsummaryrefslogtreecommitdiff
path: root/ssh_handle_upload_pack.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unexport fields in Serverv0.1.24Runxi Yu2025-04-051-1/+1
|
* Use cmd/forge for the entry pointRunxi Yu2025-04-051-3/+3
|
* config shall no longer be a global variableRunxi Yu2025-04-051-3/+3
|
* Replace FileContributor with FileCopyrightTextRunxi Yu2025-03-311-1/+1
|
* Initial lintingRunxi Yu2025-03-221-3/+1
|
* Remove underscores from Go code, pt 4Runxi Yu2025-03-191-5/+5
|
* gofumptRunxi Yu2025-03-181-1/+1
|
* *: Replacing more := with varRunxi Yu2025-03-051-4/+3
|
* Add SPDX license headers to all Go filesRunxi Yu2025-03-031-0/+3
|
* hooks, ssh: Indicate URL of newly-created MRsRunxi Yu2025-02-201-1/+1
|
* ssh/recv, hooks: Create MRs on push, reject pushes to others' MRsRunxi Yu2025-02-191-1/+1
|
* ssh/recv, schema: Add repos.contrib_requirementsRunxi Yu2025-02-191-1/+1
|
* *.go: Add some comments for docsRunxi Yu2025-02-181-0/+2
|
* *_handle_*_pack.go: Pass env LINDENII_FORGE_HOOKS_SOCKET_PATHRunxi Yu2025-02-171-0/+2
|
* ssh_handle_upload_pack: Use system git-upload-packRunxi Yu2025-02-171-33/+19
|
* {ssh_*,acl}.go: Check ACL when receiving packsRunxi Yu2025-02-161-1/+1
|
* ssh_*: Pass pubkey to SSH handlersRunxi Yu2025-02-161-1/+1
|
* ssh_*: Use pure go-git SSH handling (receive and upload)Runxi Yu2025-02-161-0/+49