stable
Clone or download
Read-only
Merge commit 'refs/changes/64/25364/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #25705: MW Standalone OAuth2 integration cannot be really used without the OAuth2 Server plugin Change-Id: I34f92e3169cb1dd48dd1d1c3dd2ca07d804d990a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/oauth2_server/include/oauth2_serverPlugin.php | +0 | −23 | Go to diff View file |
R | plugins/oauth2_server/include/AccessToken/OAuth2AccessTokenVerifier.php | Go to diff View file | ||
M | src/common/OAuth2ServerCore/OAuth2ServerRoutes.php | +15 | −2 | Go to diff View file |
M | src/common/REST/UserManager.class.php | +19 | −11 | Go to diff View file |
D | src/common/User/OAuth2/AccessToken/VerifyOAuth2AccessTokenEvent.php | +0 | −92 | Go to diff View file |
M | src/common/User/OAuth2/ResourceServer/OAuth2ResourceServerMiddleware.php | +3 | −10 | Go to diff View file |
R | plugins/oauth2_server/tests/unit/AccessToken/OAuth2AccessTokenVerifierTest.php | Go to diff View file | ||
D | tests/unit/common/User/OAuth2/AccessToken/VerifyOAuth2AccessTokenEventTest.php | +0 | −92 | Go to diff View file |
M | tests/unit/common/User/OAuth2/ResourceServer/OAuth2ResourceServerMiddlewareTest.php | +16 | −19 | Go to diff View file |