stable

Clone or download

Read-only

Add a verify action when responding to a batch upload request

Batch action responses to an upload request now has a verify action and the route to handle the verify action query. However, besides checking the authorization the verify action route does not do anything for now. This is part of story #12322: have git-lfs batch and basic transfer API Change-Id: Ia8f295b46f69a4c193391c4fd095160253fb72f6

Modified Files

Name
A plugins/gitlfs/include/Authorization/Action/Type/ActionAuthorizationTypeVerify.php +32 −0 Go to diff View file
A plugins/gitlfs/include/Batch/Response/Action/BatchResponseActionHrefVerify.php +49 −0 Go to diff View file
M plugins/gitlfs/include/Batch/Response/Action/BatchResponseActionsForUploadOperation.php +9 −3 Go to diff View file
M plugins/gitlfs/include/Batch/Response/BatchSuccessfulResponseBuilder.php +12 −1 Go to diff View file
A plugins/gitlfs/include/Transfer/LFSTransferVerifyController.php +56 −0 Go to diff View file
M plugins/gitlfs/include/gitlfsPlugin.class.php +6 −0 Go to diff View file