stable
Clone or download
Read-only
No need to guess the values to add to the array anymore. Part of story #17106: have OAuth2 apps at Site Level Change-Id: Idf54acd481407f4f7b7303bf5a00a28daa78a763
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/admindelegation/include/admindelegationPlugin.php | +7 | −11 | Go to diff View file |
M | plugins/bugzilla_reference/include/bugzilla_referencePlugin.php | +7 | −6 | Go to diff View file |
M | plugins/captcha/include/captchaPlugin.php | +7 | −6 | Go to diff View file |
M | plugins/create_test_env/include/create_test_envPlugin.php | +10 | −7 | Go to diff View file |
M | plugins/docman/include/docmanPlugin.php | +10 | −7 | Go to diff View file |
M | plugins/git/include/gitPlugin.php | +7 | −6 | Go to diff View file |
M | plugins/gitlfs/include/gitlfsPlugin.php | +11 | −7 | Go to diff View file |
M | plugins/mediawiki/include/mediawikiPlugin.php | +10 | −7 | Go to diff View file |
M | plugins/openidconnectclient/include/openidconnectclientPlugin.php | +10 | −6 | Go to diff View file |
M | plugins/statistics/include/statisticsPlugin.php | +7 | −6 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.php | +11 | −8 | Go to diff View file |
M | plugins/tuleap_synchro/include/tuleap_synchroPlugin.php | +11 | −7 | Go to diff View file |
M | plugins/userlog/include/userlogPlugin.php | +10 | −6 | Go to diff View file |
M | src/common/admin/AdminSidebarPresenterBuilder.php | +18 | −18 | Go to diff View file |
A | src/common/admin/SiteAdministrationAddOption.php | +50 | −0 | Go to diff View file |
A | src/common/admin/SiteAdministrationPluginOption.php | +59 | −0 | Go to diff View file |
M | src/templates/admin/sidebar_plugins.mustache | +1 | −1 | Go to diff View file |
A | tests/unit/common/Admin/SiteAdministrationAddOptionTest.php | +41 | −0 | Go to diff View file |
A | tests/unit/common/Admin/SiteAdministrationPluginOptionTest.php | +46 | −0 | Go to diff View file |