stable
Clone or download
Read-only
part of request #27938 Build frontend apps with Vite No functional change expected in oauth2_server plugin. Change-Id: I691f00646df575efa7872f803f84f15e9128bce0
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/oauth2_server/include/Administration/ProjectAdmin/ListAppsController.php | +6 | −7 | Go to diff View file |
M | plugins/oauth2_server/include/Administration/SiteAdmin/SiteAdminListAppsController.php | +5 | −6 | Go to diff View file |
M | plugins/oauth2_server/include/AuthorizationServer/AuthorizationFormRenderer.php | +5 | −5 | Go to diff View file |
M | plugins/oauth2_server/include/User/Account/AccountAppsController.php | +4 | −6 | Go to diff View file |
M | plugins/oauth2_server/include/oauth2_serverPlugin.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/package.json | +3 | −3 | Go to diff View file |
M | plugins/oauth2_server/pnpm-lock.yaml | +2 | −2 | Go to diff View file |
M | plugins/oauth2_server/scripts/src/administration.ts | +2 | −1 | Go to diff View file |
M | plugins/oauth2_server/scripts/src/user-preferences.ts | +2 | −1 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Administration/ProjectAdmin/ListAppsControllerTest.php | +5 | −9 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Administration/SiteAdmin/SiteAdminListAppsControllerTest.php | +3 | −12 | Go to diff View file |
M | plugins/oauth2_server/tsconfig.json | +1 | −1 | Go to diff View file |
R | plugins/oauth2_server/webpack.dev.js | Go to diff View file | ||
D | plugins/oauth2_server/webpack.common.js | +0 | −61 | Go to diff View file |
D | plugins/oauth2_server/webpack.prod.js | +0 | −23 | Go to diff View file |
M | src/common/Layout/CssViteAsset.php | +9 | −0 | Go to diff View file |
M | tests/unit/common/Layout/CssViteAssetTest.php | +24 | −0 | Go to diff View file |