stable
Clone or download
Read-only
Part of story #17106: have OAuth2 apps at Site Level Change-Id: I0bea6a6cc4b9c8c569de0322c4b6ba9c659d8b69
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/oauth2_server/include/Administration/AdminOAuth2AppsPresenter.php | +6 | −10 | Go to diff View file |
R | plugins/oauth2_server/include/Administration/ProjectAdmin/DeleteAppController.php | Go to diff View file | ||
R | plugins/oauth2_server/include/Administration/ProjectAdmin/EditAppController.php | Go to diff View file | ||
R | plugins/oauth2_server/include/Administration/ProjectAdmin/NewClientSecretController.php | Go to diff View file | ||
M | plugins/oauth2_server/include/Administration/OAuth2AppProjectVerifier.php | +5 | −0 | Go to diff View file |
D | plugins/oauth2_server/include/Administration/SiteAdmin/SiteAdminNotYetActiveActionController.php | +0 | −37 | Go to diff View file |
M | plugins/oauth2_server/include/App/OAuth2App.php | +26 | −1 | Go to diff View file |
M | plugins/oauth2_server/include/oauth2_serverPlugin.php | +86 | −14 | Go to diff View file |
M | plugins/oauth2_server/site-content/fr_FR/LC_MESSAGES/tuleap-oauth2_server.po | +0 | −3 | Go to diff View file |
R | plugins/oauth2_server/tests/unit/Administration/ProjectAdmin/DeleteAppControllerTest.php | Go to diff View file | ||
R | plugins/oauth2_server/tests/unit/Administration/ProjectAdmin/EditAppControllerTest.php | Go to diff View file | ||
R | plugins/oauth2_server/tests/unit/Administration/ProjectAdmin/NewClientSecretControllerTest.php | Go to diff View file | ||
M | plugins/oauth2_server/tests/unit/Administration/OAuth2AppProjectVerifierTest.php | +8 | −0 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/App/OAuth2AppTest.php | +20 | −3 | Go to diff View file |