Files
opencloud/services
Ralf Haferkamp 1552f6df5a Add support for $filter on appRoleAssignment
This add support for filtering on the `appRoleAssignment` relation of
users.  E.g.

```
$filter=appRoleAssignments/any(m:m/appRoleId eq '262982c1-2362-4afa-bfdf-8cbfef64a06e')
```

combining it with a filter on groupMemberShip does also work:

```
$filter=memberOf/any(m:m/id eq '262982c1-2362-4afa-bfdf-8cbfef64a06e') and appRoleAssignments/any(m:m/appRoleId eq 'd7beeea8-8ff4-406b-8fb6-ab2dd81e6b11')
```

The filter is still very inefficient as it always needs to get the full
users list. We need to adapt it to only filter on a subset of users when
using this filter 'and' combined with other filters.

Closes: #5488
2023-02-21 12:30:59 +01:00
..
2023-02-15 15:26:07 +00:00
2023-02-03 09:40:35 +01:00
2023-02-03 09:40:35 +01:00
2023-02-03 09:40:35 +01:00
2023-02-03 09:40:35 +01:00
2023-02-03 09:40:35 +01:00
2023-02-16 13:15:57 +00:00
2022-11-04 13:01:18 +01:00
2023-02-15 15:26:07 +00:00
2023-02-15 15:26:07 +00:00
2023-02-20 12:50:24 +01:00
2023-02-03 09:40:35 +01:00
2023-02-15 15:26:07 +00:00
2023-02-03 09:40:35 +01:00
2023-02-17 22:26:20 +01:00