nextcloud/lib/private/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
..
AppData Some php-cs fixes 2019-11-22 20:52:10 +01:00
Cache Allow filtering the search results to the users home storage 2019-12-03 13:49:37 +01:00
Config Some php-cs fixes 2019-11-22 20:52:10 +01:00
Mount Some php-cs fixes 2019-11-22 20:52:10 +01:00
Node Allow filtering the search results to the users home storage 2019-12-03 13:49:37 +01:00
Notify Add a more powerful notify mechanism 2017-01-27 10:44:33 +01:00
ObjectStore Some php-cs fixes 2019-11-22 20:52:10 +01:00
Search Allow filtering the search results to the users home storage 2019-12-03 13:49:37 +01:00
SimpleFS Some php-cs fixes 2019-11-22 20:52:10 +01:00
Storage delay creation of the cert bundle 2019-11-28 17:00:55 +01:00
Stream Update Encryption.php 2019-06-17 12:13:29 +02:00
Type Some php-cs fixes 2019-11-22 20:52:10 +01:00
Utils Some php-cs fixes 2019-11-22 20:52:10 +01:00
FileInfo.php cast ctime and utime 2019-11-13 12:39:56 +01:00
Filesystem.php Fix string doc type casing 2018-11-15 11:57:05 +01:00
View.php Properly anotate LockedException in files node api 2019-11-28 14:17:15 +01:00