aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/git-lfs-authenticate
Commit message (Expand)AuthorAgeFilesLines
* Remove Go and C source•••The Rust implementation now implements all features I need Rutger Broekhoff2024-01-242-394/+0
* Rust code dumpRutger Broekhoff2024-01-191-7/+6
* Fix makehextag in git-lfs-authenticate (C)Rutger Broekhoff2024-01-092-15/+18
* Simplify git-lfs-authenticate, rip out Gitolite•••Zero dependencies for git-lfs-authenticate now. Not compatible with the LFS server. Assumes that any user who has access to the Git user, should have access to all repositories. Rutger Broekhoff2024-01-092-133/+309
* Make tokens short-livedRutger Broekhoff2024-01-021-1/+1
* Don't use die() for printing usageRutger Broekhoff2024-01-021-2/+4
* Print usage in git-lfs-authenticateRutger Broekhoff2024-01-021-2/+4
* Remove concurrency stuff in git-lfs-authenticateRutger Broekhoff2024-01-021-21/+9
* Token types, download verificationRutger Broekhoff2024-01-021-0/+2
* Add .git suffix to repo in href constructionRutger Broekhoff2023-12-301-5/+5
* git-lfs-authenticate: allow setting repo href base URLRutger Broekhoff2023-12-301-8/+27
* Implement authorization in git-lfs-server, test presigned PUTsRutger Broekhoff2023-12-301-2/+5
* Properly format request timestampRutger Broekhoff2023-12-301-1/+2
* Adjust MkdirAll modeRutger Broekhoff2023-12-301-2/+2
* Improve git-lfs-authenticateRutger Broekhoff2023-12-301-10/+70
* Implement git-lfs-authenticateRutger Broekhoff2023-12-301-32/+123
* Make Nix builds workRutger Broekhoff2023-12-291-32/+32
* Initial commitRutger Broekhoff2023-12-291-0/+48