stable

Clone or download

Read-only

REST routes respect project membership delegation

This is part of story #10773: have a restricted project administrator role Given a static ugroup with membership management, When a user is member of this group, Then they can GET|PUT /user_groups/{:project_id}_3/users (like project admins) And they cannot call the same routes for other ugroups in this project. Change-Id: Ib33a4761139996e025738b9bbc6f49843aadfa6c

Modified Files

Name
M src/common/REST/ProjectAuthorization.class.php +16 −2 Go to diff View file
M src/common/include/URLVerification.class.php +25 −1 Go to diff View file
M src/common/project/REST/v1/UserGroupResource.class.php +12 −10 Go to diff View file