stable
Clone or download
Read-only
Merge commit 'refs/changes/14/3414/11' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #7716: Update user details thru REST api Change-Id: I27afa63a37c9fdcb205d34ea108a139f210b16f6
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/en_US/user/user.tab | +2 | −0 | Go to diff View file |
M | site-content/fr_FR/user/user.tab | +2 | −0 | Go to diff View file |
M | src/common/autoload.php | +1 | −0 | Go to diff View file |
A | src/common/user/ForgeUserGroupPermission/UserManagement.class.php | +38 | −0 | Go to diff View file |
M | src/common/user/ForgeUserGroupPermissionsFactory.class.php | +4 | −1 | Go to diff View file |
M | src/common/user/REST/UserRepresentation.class.php | +7 | −0 | Go to diff View file |
M | src/common/user/REST/v1/UserResource.php | +80 | −3 | Go to diff View file |
M | tests/lib/rest/TestDataBuilder.php | +29 | −0 | Go to diff View file |
M | tests/lib/rest/init_data.php | +1 | −0 | Go to diff View file |
M | tests/rest/UserGroupTest.php | +14 | −7 | Go to diff View file |
M | tests/rest/UsersTest.php | +25 | −0 | Go to diff View file |
M | tests/simpletest/common/user/ForgeUserGroupPermissionsFactoryTest.php | +2 | −0 | Go to diff View file |