nextcloud / groupfolders

๐Ÿ“๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ Admin-configured folders shared by everyone in a group. https://github.com/nextcloud-releases/groupfolders
https://apps.nextcloud.com/apps/groupfolders
286 stars 87 forks source link

Filter group folder in admin page doesn't work #1103

Open billux opened 4 years ago

billux commented 4 years ago

Environment:

On our 2 Nextcloud instances where the groupfolders app is installed, we noticed that the filter/search function (#125) at the top-right of the admin page (/settings/admin/groupfolders) doesn't filter anything.

In the web console, I can see the XHR request /core/search?query=foo&inApps%5B%5D=settings&page=1&size=30, it always returns an HTTP 200 response with empty JSON array, whatever string I put in the query parameter. And the view keeps displaying all our groupfolders.

fschrempf commented 3 years ago

It looks like #1395 could maybe fix this!?

jngrb commented 3 years ago

@fschrempf , I was not trying to fix the search in the admin page of the groupfolders plugin (/settings/admin/groupfolders) where this issue occurs.

My fix concerns the group and user search in the folder's detail view: in the 'sharing' tab, administrator can specify advanced permissons (ACLs) for groups and users. That search is broken as well.

fschrempf commented 3 years ago

@jngrb Ok, got it. Thanks for pointing that out. So we need a separate fix for this issue.