stable
Clone or download
Read-only
Merge commit 'refs/changes/04/4904/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #8618: An user can be authenticated from a token for all SVN operations when mod_perl is used. If there is no valid token to authenticate the user, we try to authenticate him with his classic password in the database. Change-Id: I873eec6f2d1f467287122e25036475a6b0be8369
Modified Files
Name | ||||
---|---|---|---|---|
M | src/db/mysql/database_structure.sql | +11 | −0 | Go to diff View file |
A | src/db/mysql/updates/2015/201512171700_add_svn_token_table.php | +46 | −0 | Go to diff View file |
M | src/utils/svn/Tuleap.pm | +221 | −170 | Go to diff View file |
M | tools/setup.sh | +1 | −0 | Go to diff View file |