stable

Clone or download

Read-only

Edit an OAuth2 app

Part of story #14811 Edit OAuth2 App How to test: - In Project administration, in OAuth2 Apps tab, you can now edit apps - The name, redirect endpoint and "Force PKCE" checkbox are editable Change-Id: I5ffad2874be4c8eb07732dd39b7d847cf58b5b0f

Modified Files

Name
M plugins/oauth2_server/include/App/AppDao.php +13 −0 Go to diff View file
M plugins/oauth2_server/include/App/OAuth2App.php +31 −0 Go to diff View file
A plugins/oauth2_server/include/ProjectAdmin/EditAppController.php +126 −0 Go to diff View file
M plugins/oauth2_server/include/ProjectAdmin/ProjectAdminPresenter.php +6 −0 Go to diff View file
M plugins/oauth2_server/include/oauth2_serverPlugin.php +25 −0 Go to diff View file
M plugins/oauth2_server/scripts/src/project-administration.ts +4 −0 Go to diff View file
M plugins/oauth2_server/site-content/fr_FR/LC_MESSAGES/tuleap-oauth2_server.po +6 −0 Go to diff View file
A plugins/oauth2_server/templates/app-edit-modal.mustache +66 −0 Go to diff View file
M plugins/oauth2_server/templates/project-admin.mustache +12 −0 Go to diff View file
M plugins/oauth2_server/tests/unit/App/NewOAuth2AppTest.php +41 −29 Go to diff View file
A plugins/oauth2_server/tests/unit/App/OAuth2AppTest.php +77 −0 Go to diff View file
A plugins/oauth2_server/tests/unit/ProjectAdmin/EditAppControllerTest.php +135 −0 Go to diff View file
M src/scripts/tuleap/modals/modal-opener.test.ts +57 −6 Go to diff View file
M src/scripts/tuleap/modals/modal-opener.ts +25 −8 Go to diff View file
M src/www/tlp-doc/resources/flyover/modals/open-target/doc.html +11 −0 Go to diff View file
M src/www/tlp-doc/resources/flyover/modals/open-target/example.html +40 −2 Go to diff View file
M src/www/tlp-doc/resources/flyover/modals/replace-placeholders/example.html +7 −5 Go to diff View file