stable
Clone or download
Read-only
Merge commit 'refs/changes/77/24377/9' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #23479 Openid and ldap user login generator must be the same
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/ldap/include/LDAP_BackendSVN.class.php | +3 | −1 | Go to diff View file |
M | plugins/ldap/include/LDAP_DirectorySynchronization.class.php | +1 | −1 | Go to diff View file |
M | plugins/ldap/include/LDAP_UserGroupManager.class.php | +3 | −1 | Go to diff View file |
M | plugins/ldap/include/LDAP_UserManager.class.php | +9 | −39 | Go to diff View file |
M | plugins/ldap/include/ldapPlugin.php | +2 | −1 | Go to diff View file |
M | plugins/ldap/tests/unit/UserManagerAuthenticateTest.php | +6 | −1 | Go to diff View file |
M | plugins/ldap/tests/unit/UserManagerTest.php | +0 | −62 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Login/Registration/UsernameGenerator.php | +7 | −36 | Go to diff View file |
M | plugins/openidconnectclient/include/openidconnectclientPlugin.php | +3 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Login/Registration/UsernameGeneratorTest.php | +66 | −29 | Go to diff View file |
M | plugins/tracker/composer.json | +0 | −1 | Go to diff View file |
M | plugins/tracker/composer.lock | +2 | −76 | Go to diff View file |
R | plugins/openidconnectclient/include/OpenIDConnectClient/Login/Registration/DataIncompatibleWithUsernameGenerationException.php | Go to diff View file | ||
A | src/common/User/UserNameNormalizer.php | +55 | −0 | Go to diff View file |
M | src/composer.json | +1 | −0 | Go to diff View file |
M | src/composer.lock | +75 | −1 | Go to diff View file |
A | tests/unit/common/User/UsernameNameNormalizerTest.php | +99 | −0 | Go to diff View file |