stable
Clone or download
Read-only
Merge commit 'refs/changes/34/3534/10' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #7799: Token is stored in a dedicated cookie Change-Id: Ie58fd641b335bfb27fcde16a66d484d0c9ee7cd6
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tests/include/simpletest/test/user_agent_test.php | +5 | −5 | Go to diff View file |
M | src/common/REST/TokenManager.class.php | +3 | −0 | Go to diff View file |
M | src/common/include/CookieManager.class.php | +57 | −25 | Go to diff View file |
M | src/common/include/Response.class.php | +1 | −1 | Go to diff View file |
M | src/common/user/UserManager.class.php | +29 | −4 | Go to diff View file |
M | tests/simpletest/common/include/CookieManagerTest.php | +14 | −8 | Go to diff View file |
M | tests/simpletest/common/user/UserManagerTest.php | +35 | −20 | Go to diff View file |