stable

Clone or download

Read-only

Git LFS objects can be downloaded with the client

This is part of story #12322: have git-lfs batch and basic transfer API Change-Id: I0421c5a7995dbabf3df6365f7d8a727fa00fdd3d

Modified Files

Name
A plugins/gitlfs/include/Authorization/Action/Type/ActionAuthorizationTypeDownload.php +29 −0 Go to diff View file
A plugins/gitlfs/include/Batch/Response/Action/BatchResponseActionHrefDownload.php +49 −0 Go to diff View file
A plugins/gitlfs/include/Batch/Response/Action/BatchResponseActionsForDownloadOperation.php +39 −0 Go to diff View file
M plugins/gitlfs/include/Batch/Response/BatchResponseObjectWithActions.php +1 −1 Go to diff View file
A plugins/gitlfs/include/Batch/Response/BatchResponseObjectWithNotFoundError.php +45 −0 Go to diff View file
M plugins/gitlfs/include/Batch/Response/BatchSuccessfulResponseBuilder.php +82 −9 Go to diff View file
M plugins/gitlfs/include/Object/LFSObjectDAO.php +15 −5 Go to diff View file
M plugins/gitlfs/include/Object/LFSObjectRetriever.php +24 −2 Go to diff View file
A plugins/gitlfs/include/Transfer/Basic/LFSBasicTransferDownloadController.php +90 −0 Go to diff View file
M plugins/gitlfs/include/gitlfsPlugin.class.php +9 −0 Go to diff View file
M plugins/gitlfs/phpunit/Batch/Response/BatchSuccessfulResponseBuilderTest.php +59 −6 Go to diff View file
M plugins/gitlfs/phpunit/Object/LFSObjectRetrieverTest.php +28 −2 Go to diff View file