nextcloud/lib/private/Files/Cache
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
..
Wrapper Some php-cs fixes 2019-11-22 20:52:10 +01:00
AbstractCacheEvent.php Some php-cs fixes 2019-11-22 20:52:10 +01:00
Cache.php Allow filtering the search results to the users home storage 2019-12-03 13:49:37 +01:00
CacheEntry.php store filecache extension fields 2019-11-13 11:30:44 +01:00
CacheQueryBuilder.php store filecache extension fields 2019-11-13 11:30:44 +01:00
FailedCache.php Remove deprecated searchByTag 2019-07-26 12:29:19 +02:00
HomeCache.php Update with robin 2016-07-21 18:13:58 +02:00
HomePropagator.php Update with robin 2016-07-21 18:13:58 +02:00
MoveFromCacheTrait.php Fix cache moves 2019-11-18 12:48:00 +01:00
Propagator.php Merge pull request #12865 from nextcloud/fix/do_not_propogate_in_appdata 2018-12-06 08:50:22 +01:00
QuerySearchHelper.php Allow filtering the search results to the users home storage 2019-12-03 13:49:37 +01:00
Scanner.php Avoid calculating folder size for parent that needs scan. 2019-03-06 15:23:37 +01:00
Storage.php log which storage id can't be inserted 2019-09-26 15:04:00 +02:00
StorageGlobal.php use eq instead of in for loading single storage 2019-09-26 15:04:04 +02:00
Updater.php Update with robin 2016-07-21 18:13:58 +02:00
Watcher.php Harden watcher 2019-11-22 13:38:16 +01:00