stable
Clone or download
Read-only
Merge commit 'refs/changes/08/3708/12' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #7701: make all relevant user related api resources public Change-Id: I766da41e3577ad3e5a715a74e6f1a99879dfbf77
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/REST/AuthenticatedResource.class.php | +6 | −0 | Go to diff View file |
M | src/common/autoload.php | +3 | −2 | Go to diff View file |
M | src/common/project/REST/v1/UserGroupResource.class.php | +3 | −5 | Go to diff View file |
A | src/common/user/REST/MinimalUserRepresentation.class.php | +69 | −0 | Go to diff View file |
M | src/common/user/REST/UserRepresentation.class.php | +8 | −45 | Go to diff View file |
M | src/common/user/REST/v1/UserResource.php | +54 | −41 | Go to diff View file |
M | tests/rest/UsersTest.php | +13 | −9 | Go to diff View file |