aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/git-lfs-authenticate
Commit message (Collapse)AuthorAgeFilesLines
* Fix makehextag in git-lfs-authenticate (C)Libravatar Rutger Broekhoff2024-01-092-15/+18
|
* Simplify git-lfs-authenticate, rip out GitoliteLibravatar Rutger Broekhoff2024-01-092-133/+309
| | | | | | 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.
* Make tokens short-livedLibravatar Rutger Broekhoff2024-01-021-1/+1
|
* Don't use die() for printing usageLibravatar Rutger Broekhoff2024-01-021-2/+4
|
* Print usage in git-lfs-authenticateLibravatar Rutger Broekhoff2024-01-021-2/+4
|
* Remove concurrency stuff in git-lfs-authenticateLibravatar Rutger Broekhoff2024-01-021-21/+9
|
* Token types, download verificationLibravatar Rutger Broekhoff2024-01-021-0/+2
|
* Add .git suffix to repo in href constructionLibravatar Rutger Broekhoff2023-12-301-5/+5
|
* git-lfs-authenticate: allow setting repo href base URLLibravatar Rutger Broekhoff2023-12-301-8/+27
|
* Implement authorization in git-lfs-server, test presigned PUTsLibravatar Rutger Broekhoff2023-12-301-2/+5
|
* Properly format request timestampLibravatar Rutger Broekhoff2023-12-301-1/+2
|
* Adjust MkdirAll modeLibravatar Rutger Broekhoff2023-12-301-2/+2
|
* Improve git-lfs-authenticateLibravatar Rutger Broekhoff2023-12-301-10/+70
|
* Implement git-lfs-authenticateLibravatar Rutger Broekhoff2023-12-301-32/+123
|
* Make Nix builds workLibravatar Rutger Broekhoff2023-12-291-32/+32
|
* Initial commitLibravatar Rutger Broekhoff2023-12-291-0/+48