stable
Clone or download
Read-only
Merge commit 'refs/changes/20/15720/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #13732: Incorrectly formatted access key should not generate a fatal error when a user tries to authenticate with it Change-Id: If7ff1612150a8f421708337eb08c2497a105f38e
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/gitlfs/include/Authorization/LFSAuthorizationTokenHeaderSerializer.php | +2 | −2 | Go to diff View file |
M | plugins/gitlfs/phpunit/Authorization/LFSAuthorizationTokenHeaderSerializerTest.php | +14 | −3 | Go to diff View file |
M | src/common/REST/RESTCurrentUserMiddleware.php | +3 | −1 | Go to diff View file |
M | src/common/User/AccessKey/AccessKeySerializer.php | +1 | −1 | Go to diff View file |
M | src/common/User/Password/Reset/ResetTokenSerializer.php | +6 | −3 | Go to diff View file |
M | tests/phpunit/common/REST/RESTCurrentUserMiddlewareTest.php | +25 | −3 | Go to diff View file |
M | tests/phpunit/common/User/AccessKey/AccessKeySerializerTest.php | +15 | −4 | Go to diff View file |
M | tests/phpunit/common/User/Password/Reset/ResetTokenSerializerTest.php | +14 | −4 | Go to diff View file |