nextcloud/apps/dav/lib/Files
Robin Appelman c62637da8b
Allow filtering the search results to the users home storage
This is done by adding a

```xml
<d:eq>
    <d:prop>
        <oc:owner-id/>
    </d:prop>
    <d:literal>$userId</d:literal>
</d:eq>
```

clause to the search query.

Searching by `owner-id` can only be done with the current user id
and the comparison can not be inside a `<d:not>` or `<d:or>` statement

Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-12-03 13:49:37 +01:00
..
Sharing Some php-cs fixes 2019-11-22 20:52:10 +01:00
BrowserErrorPagePlugin.php Remove any detailed information about the exception in the browser error plugin 2016-10-25 14:47:33 +02:00
FileSearchBackend.php Allow filtering the search results to the users home storage 2019-12-03 13:49:37 +01:00
FilesHome.php Some php-cs fixes 2019-11-22 20:52:10 +01:00
LazySearchBackend.php Fix lazy search backend 2018-07-02 13:42:41 +02:00
RootCollection.php Some php-cs fixes 2019-11-22 20:52:10 +01:00