You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Searching a sharee by displayname seems to be broken, the backend only considers the username when searching for users.
Steps to reproduce
run ocis v1.16.0
open webui
share folder with string 'marie c' -> works
run ocis from master
open webui
share folder with string 'marie c' -> does not work
request done by the frontend: https://localhost:9200/ocs/v2.php/apps/files_sharing/api/v1/sharees?search=marie%20c&itemType=folder&page=1&perPage=200&format=json
Expected behavior
find the user by displayname
Actual behavior
only considers the username when searching for a sharee
Describe the bug
Searching a sharee by displayname seems to be broken, the backend only considers the username when searching for users.
Steps to reproduce
run ocis v1.16.0
open webui
share folder with string 'marie c' -> works
run ocis from master
open webui
share folder with string 'marie c' -> does not work
request done by the frontend:
https://localhost:9200/ocs/v2.php/apps/files_sharing/api/v1/sharees?search=marie%20c&itemType=folder&page=1&perPage=200&format=json
Expected behavior
find the user by displayname
Actual behavior
only considers the username when searching for a sharee
https://github.com/cs3org/reva/blob/3d065e97841af9abbeb416ec03ff39c550b8e2bd/pkg/user/manager/ldap/ldap.go#L286-L292
The text was updated successfully, but these errors were encountered: