Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Author: Jörn Friedrich Dreyer <[email protected]> Date: Thu Jan 12 16:09:34 2023 +0100 graph: add appRoleAssignments and minimal application resource (#5318) * bump libregraph-go lib Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * add appRoleAssignment stubs Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * add get application stub Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * fetch appRoles for application from settings service Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * initial list appRoleAssignments implementation Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * initial create appRoleAssignment implementation, extract assignmentToAppRoleAssignment, configurable app id and displayname Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * initial delete appRoleAssignment implementation, changed error handling and logging Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * initial expand appRoleAssignment on users Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * test user expand appRoleAssignment Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * test appRoleAssignment Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * fix education test by actually using the mocked roleManager Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * test getapplication Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * list assignments Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * use common not exists error handling Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * default to just 'ownCloud Infinite Scale' as application name Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * fix store_test Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * roll application uuid on init Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * fix tests Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * extract method Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * Apply suggestions from code review Co-authored-by: Michael Barz <[email protected]> Signed-off-by: Jörn Friedrich Dreyer <[email protected]> Co-authored-by: Michael Barz <[email protected]>
- Loading branch information