stable

Clone or download

Read-only

Site level OAuth2 apps can be created from the site administration

Part of story #17106: have OAuth2 apps at Site Level Change-Id: I893046973f05bb51d89683670e21397a364d6b26

Modified Files

Name
R plugins/oauth2_server/include/Administration/ProjectAdmin/AddAppController.php Go to diff View file
M plugins/oauth2_server/include/Administration/AdminOAuth2AppsPresenter.php +2 −3 Go to diff View file
M plugins/oauth2_server/include/Administration/SiteAdmin/SiteAdminListAppsController.php +2 −0 Go to diff View file
M plugins/oauth2_server/include/App/AppDao.php +2 −1 Go to diff View file
M plugins/oauth2_server/include/App/NewOAuth2App.php +29 −4 Go to diff View file
M plugins/oauth2_server/include/oauth2_serverPlugin.php +29 −1 Go to diff View file
M plugins/oauth2_server/tests/integration/AccessToken/OAuth2AccessTokenDAOTest.php +2 −2 Go to diff View file
M plugins/oauth2_server/tests/integration/Grant/AuthorizationCode/OAuth2AuthorizationCodeDAOTest.php +2 −2 Go to diff View file
M plugins/oauth2_server/tests/integration/RefreshToken/OAuth2RefreshTokenDAOTest.php +2 −2 Go to diff View file
R plugins/oauth2_server/tests/unit/Administration/ProjectAdmin/AddAppControllerTest.php Go to diff View file
M plugins/oauth2_server/tests/unit/App/NewOAuth2AppTest.php +26 −6 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +4 −0 Go to diff View file
A src/common/admin/RejectNonSiteAdministratorMiddleware.php +55 −0 Go to diff View file
A tests/unit/common/Admin/RejectNonSiteAdministratorMiddlewareTest.php +74 −0 Go to diff View file