stable

Clone or download

Read-only

request #7716: Update user details thru REST api

Change-Id: Id34c40dc504c4d341e5543d19c0f1be5a5310b58

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