stable

Clone or download

Read-only

request #9155: GET /projects should return all active projects for site administrators

If I am site administrator, I should get all projects, not only public + projects I am member of. Change-Id: Iadb6e9c2c52071408f7eb3a783d394f9af163b6f

Modified Files

Name
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/dao/ProjectDao.class.php +18 −24 Go to diff View file
A src/common/project/PaginatedProjects.php +58 −0 Go to diff View file
M src/common/project/ProjectManager.class.php +10 −17 Go to diff View file
M src/common/project/REST/v1/ProjectResource.class.php +7 −16 Go to diff View file
M tests/lib/TestDataBuilder.php +5 −3 Go to diff View file
M tests/lib/rest/TestDataBuilder.php +2 −2 Go to diff View file
M tests/rest/ProjectTest.php +24 −0 Go to diff View file
M tests/rest/UserGroupTest.php +3 −19 Go to diff View file