stable
Clone or download
Read-only
Digest Auth is no longer supported by newer version of gerrit and basic auth is superior in any possible ways (esp. because it avoids to have a dedicated HTTP_PASSWORD for ldap users) Part of story #12784 use gerrit 2.16 with tuleap Change-Id: I9baa0f503e99e987eea4b6d56d605ebd0e2b8166
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/Git/AdminGerritController.class.php | +4 | −3 | Go to diff View file |
M | plugins/git/include/Git/RemoteServer/GerritServerPresenter.class.php | +20 | −1 | Go to diff View file |
M | plugins/git/include/GitDao.class.php | +2 | −0 | Go to diff View file |
R | plugins/git/tests/Git/AdminGerritControllerTest.php | Go to diff View file | ||
M | plugins/git/site-content/fr_FR/LC_MESSAGES/tuleap-git.po | +21 | −0 | Go to diff View file |
M | plugins/git/site-content/tuleap-git.pot | +15 | −0 | Go to diff View file |
M | plugins/git/templates/admin-plugin-gerrit-modal-edit.mustache | +26 | −19 | Go to diff View file |
M | plugins/git/templates/admin-plugin-gerrit-server-modal.mustache | +10 | −15 | Go to diff View file |
M | tools/utils/gerrit_setup/Readme.md | +1 | −3 | Go to diff View file |