-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
graph/groups: Allow unprivileged users to search for groups
- Loading branch information
Showing
6 changed files
with
120 additions
and
18 deletions.
There are no files selected for viewing
8 changes: 5 additions & 3 deletions
8
changelog/unreleased/enhancement-allow-listing-regular-users.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
Enhancement: Allow regular users to list other users | ||
|
||
Regular users can search for other users. The following limitations | ||
Regular users can search for other users and groups. The following limitations | ||
apply: | ||
|
||
* Only search queries are allowed (using the `$search=term` query parameter) | ||
* The search term needs to have at least 3 characters | ||
* The result set only contains the attribute `displayName`, `userType`, `mail` | ||
and `id` | ||
* for user searches the result set only contains the attributes `displayName`, | ||
`userType`, `mail` and `id` | ||
* for group searches the result set only contains the attributes `displayName`, | ||
`groupTypes` and `id` | ||
|
||
https://github.com/owncloud/ocis/pull/7887 | ||
https://github.com/owncloud/ocis/issues/7782 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters