stable

Clone or download

Read-only

Merge commit 'refs/changes/06/3706/10' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #7701: make all project api resources public Conflicts: src/common/autoload.php Change-Id: If5395c14ed105e37b48232b372c851fc8448a4e4

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