mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-22 11:09:02 -05:00
2352145b98
In order to work with (e.g. get/delete) permissions granted to space we need to give them a stable id. As the CS3 API don't provide an id we generate it base on the id of the identity that the permission applies to. For users we use "u:<userid>" for groups "g:<groupid>". Closes: #8352