stable
Clone or download
Read-only
This is part of story #24227: have private oauth2 endpoints for Mediawiki No functional change expected here. This is a new step before moving POST oauth2/token in core. Change-Id: I28a7568bdffe6b36de8e448884a9234c6600d011
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/oauth2_server/include/AuthorizationServer/AuthorizationEndpointController.php | +1 | −1 | Go to diff View file |
M | plugins/oauth2_server/include/Grant/AccessTokenGrantRepresentationBuilder.php | +2 | −2 | Go to diff View file |
M | plugins/oauth2_server/include/Grant/RefreshToken/OAuth2GrantAccessTokenFromRefreshToken.php | +2 | −2 | Go to diff View file |
M | plugins/oauth2_server/include/RefreshToken/OAuth2RefreshTokenVerifier.php | +1 | −0 | Go to diff View file |
M | plugins/oauth2_server/include/oauth2_serverPlugin.php | +2 | −2 | Go to diff View file |
M | plugins/oauth2_server/site-content/fr_FR/LC_MESSAGES/tuleap-oauth2_server.po | +0 | −10 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/AuthorizationServer/AuthorizationEndpointControllerTest.php | +1 | −1 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Grant/AccessTokenGrantRepresentationBuilderTest.php | +3 | −3 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Grant/RefreshToken/OAuth2GrantAccessTokenFromRefreshTokenTest.php | +1 | −1 | Go to diff View file |
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +10 | −0 | Go to diff View file |
R | plugins/oauth2_server/include/RefreshToken/OAuth2OfflineAccessScope.php | Go to diff View file | ||
R | plugins/oauth2_server/include/RefreshToken/OAuth2RefreshToken.php | Go to diff View file | ||
R | plugins/oauth2_server/include/RefreshToken/OAuth2RefreshTokenCreator.php | Go to diff View file | ||
R | plugins/oauth2_server/include/RefreshToken/OAuth2ScopeNotCoveredByOneOfTheScopeAssociatedWithTheRefreshTokenException.php | Go to diff View file | ||
R | plugins/oauth2_server/tests/unit/RefreshToken/OAuth2OfflineAccessScopeTest.php | Go to diff View file | ||
R | plugins/oauth2_server/tests/unit/RefreshToken/OAuth2RefreshTokenCreatorTest.php | Go to diff View file | ||
R | plugins/oauth2_server/tests/unit/RefreshToken/OAuth2RefreshTokenTest.php | Go to diff View file |