stable

Clone or download

Read-only

story #7701: make all project api resources public

Change-Id: I1a3a20b6325c4c227a00a017b16555e77480aa22

Modified Files

Name
A src/common/REST/AuthenticatedResource.class.php +56 −0 Go to diff View file
M src/common/REST/BasicAuthentication.class.php +3 −2 Go to diff View file
M src/common/REST/TokenIsAllowed.class.php +4 −0 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/project/REST/v1/ProjectResource.class.php +48 −16 Go to diff View file
M src/common/project/REST/v2/ProjectResource.class.php +8 −2 Go to diff View file
M tests/rest/AuthenticationTest.php +40 −2 Go to diff View file
M tests/rest/ProjectTest.php +0 −17 Go to diff View file