stable

Clone or download

Read-only

feat: request #38261 Allow the creation of OAuth2 app with a redirect endpoint to localhost

It is now possible to create an OAuth2 app with a redirect endpoint to http://localhost Change-Id: Ia1864f1e9b585abf50a5f9f6bc9de5db52fed0c0

Modified Files

Name
M plugins/oauth2_server/site-content/fr_FR/LC_MESSAGES/tuleap-oauth2_server.po +4 −4 Go to diff View file
M plugins/oauth2_server/site-content/pt_BR/LC_MESSAGES/tuleap-oauth2_server.po +2 −2 Go to diff View file
M plugins/oauth2_server/templates/app-add-modal.mustache +2 −2 Go to diff View file
M plugins/oauth2_server/templates/app-edit-modal.mustache +2 −2 Go to diff View file
M src/common/OAuth2ServerCore/App/NewOAuth2App.php +1 −1 Go to diff View file
M src/common/OAuth2ServerCore/App/OAuth2App.php +1 −1 Go to diff View file
M tests/unit/common/OAuth2ServerCore/App/NewOAuth2AppTest.php +5 −2 Go to diff View file
M tests/unit/common/OAuth2ServerCore/App/OAuth2AppTest.php +5 −2 Go to diff View file