stable

Clone or download

Read-only

Reorganize OAuth2 server administration code

No functional changes, the code is moved a bit as most of the code between the project administration and the site administration will be shared. Part of story #17106: have OAuth2 apps at Site Level Change-Id: I7cc4473465dde4c6a419b2614ec5cd5c316d0d52

Modified Files

Name
R plugins/oauth2_server/include/ProjectAdmin/AppPresenter.php Go to diff View file
R plugins/oauth2_server/include/ProjectAdmin/AddAppController.php Go to diff View file
R plugins/oauth2_server/include/ProjectAdmin/DeleteAppController.php Go to diff View file
R plugins/oauth2_server/include/ProjectAdmin/EditAppController.php Go to diff View file
R plugins/oauth2_server/include/ProjectAdmin/LastCreatedOAuth2AppPresenter.php Go to diff View file
R plugins/oauth2_server/include/ProjectAdmin/ListAppsController.php Go to diff View file
R plugins/oauth2_server/include/ProjectAdmin/NewClientSecretController.php Go to diff View file
R plugins/oauth2_server/include/ProjectAdmin/ProjectAdminPresenter.php Go to diff View file
R plugins/oauth2_server/include/ProjectAdmin/ProjectAdminPresenterBuilder.php Go to diff View file
R plugins/oauth2_server/include/SiteAdmin/SiteAdminListAppsController.php Go to diff View file
M plugins/oauth2_server/include/oauth2_serverPlugin.php +6 −6 Go to diff View file
R plugins/oauth2_server/tests/unit/ProjectAdmin/AddAppControllerTest.php Go to diff View file
R plugins/oauth2_server/tests/unit/ProjectAdmin/DeleteAppControllerTest.php Go to diff View file
R plugins/oauth2_server/tests/unit/ProjectAdmin/EditAppControllerTest.php Go to diff View file
R plugins/oauth2_server/tests/unit/ProjectAdmin/ListAppsControllerTest.php Go to diff View file
R plugins/oauth2_server/tests/unit/ProjectAdmin/NewClientSecretControllerTest.php Go to diff View file
R plugins/oauth2_server/tests/unit/ProjectAdmin/ProjectAdminPresenterBuilderTest.php Go to diff View file
R plugins/oauth2_server/tests/unit/SiteAdmin/SiteAdminListAppsControllerTest.php Go to diff View file