stable
Clone or download
Read-only
story #7701: make all relevant user related api resources public
Change-Id: I9dc3e29a40e68f2ed496f66abec2c6b54d7bba40
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 |