dev

Forked from tuleap/dev

Clone or download

Read-only

tasks #7481: Allow granted users to fetch info about all users

This is part of story #7322: retrieve user membership from master Change-Id: Iecf1c8f18c838d3a37bab6a202df4f14ba804998

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 +3 −1 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
A src/common/user/ForgeUserGroupPermission/RetrieveUserMembershipInformation.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/v1/UserResource.php +14 −1 Go to diff View file
M tests/lib/rest/TestDataBuilder.php +22 −0 Go to diff View file
M tests/lib/rest/init_data.php +1 −0 Go to diff View file
M tests/rest/UsersTest.php +11 −0 Go to diff View file
M tests/simpletest/common/user/ForgeUserGroupPermissionsFactoryTest.php +2 −0 Go to diff View file