stable
Clone or download
Read-only
Merge commit 'refs/changes/66/12566/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #12237: limit access to the tracker SOAP API to whitelisted users Change-Id: Ia275f25f3d9c1656d4bca0eb978364df937f996a
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/tracker/include/Tracker/SOAP/NotTrackerWhitelistedUserException.php | +29 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/SOAP/SOAPRequestValidatorTrackerWhitelistedUser.php | +75 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/SOAPServer.class.php | +3 | −2 | Go to diff View file |
A | plugins/tracker/phpunit/Tracker/SOAP/SOAPRequestValidatorTrackerWhitelistedUserTest.php | +83 | −0 | Go to diff View file |
M | plugins/tracker/www/soap/index.php | +4 | −1 | Go to diff View file |
M | src/common/autoload.php | +3 | −2 | Go to diff View file |
A | src/common/soap/SOAPRequestValidator.php | +54 | −0 | Go to diff View file |
M | src/common/soap/SOAP_RequestValidator.class.php | +2 | −1 | Go to diff View file |
M | src/common/svn/SVN_SOAPServer.class.php | +4 | −2 | Go to diff View file |