nextcloud/lib/private/Files/Node
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
..
File.php Properly anotate LockedException in files node api 2019-11-28 14:17:15 +01:00
Folder.php Allow filtering the search results to the users home storage 2019-12-03 13:49:37 +01:00
HookConnector.php Files first to use own GenericEvent 2019-11-26 14:48:59 +01:00
LazyRoot.php Some php-cs fixes 2019-11-22 20:52:10 +01:00
Node.php Properly anotate LockedException in files node api 2019-11-28 14:17:15 +01:00
NonExistingFile.php add option to get raw size (without submounts) from fileinfo 2019-02-27 15:35:44 +01:00
NonExistingFolder.php add option to get raw size (without submounts) from fileinfo 2019-02-27 15:35:44 +01:00
Root.php Some php-cs fixes 2019-11-22 20:52:10 +01:00