nextcloud/lib/public/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
..
Cache Some php-cs fixes 2019-11-22 20:52:10 +01:00
Config Add the option to filter mounts for a user 2018-07-10 16:49:26 +02:00
Mount Fix tests 2018-04-04 12:50:54 +02:00
Notify Add since 2017-01-27 10:44:48 +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 Some php-cs fixes 2019-11-22 20:52:10 +01:00
AlreadyExistsException.php Some php-cs fixes 2019-11-22 20:52:10 +01:00
EmptyFileNameException.php Update license headers 2017-11-06 16:56:19 +01:00
EntityTooLargeException.php Some php-cs fixes 2019-11-22 20:52:10 +01:00
File.php Properly anotate LockedException in files node api 2019-11-28 14:17:15 +01:00
FileInfo.php Some php-cs fixes 2019-11-22 20:52:10 +01:00
FileNameTooLongException.php Some php-cs fixes 2019-11-22 20:52:10 +01:00
Folder.php Some php-cs fixes 2019-11-22 20:52:10 +01:00
ForbiddenException.php Some php-cs fixes 2019-11-22 20:52:10 +01:00
GenericFileException.php Some php-cs fixes 2019-11-22 20:52:10 +01:00
IAppData.php Some php-cs fixes 2019-11-22 20:52:10 +01:00
IHomeStorage.php Some php-cs fixes 2019-11-22 20:52:10 +01:00
IMimeTypeDetector.php Some php-cs fixes 2019-11-22 20:52:10 +01:00
IMimeTypeLoader.php Fix others 2016-07-21 18:13:57 +02:00
InvalidCharacterInPathException.php Some php-cs fixes 2019-11-22 20:52:10 +01:00
InvalidContentException.php Some php-cs fixes 2019-11-22 20:52:10 +01:00
InvalidDirectoryException.php Update license headers 2017-11-06 16:56:19 +01:00
InvalidPathException.php Some php-cs fixes 2019-11-22 20:52:10 +01:00
IRootFolder.php Some php-cs fixes 2019-11-22 20:52:10 +01:00
LockNotAcquiredException.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
NotEnoughSpaceException.php Some php-cs fixes 2019-11-22 20:52:10 +01:00
NotFoundException.php Some php-cs fixes 2019-11-22 20:52:10 +01:00
NotPermittedException.php Some php-cs fixes 2019-11-22 20:52:10 +01:00
ReservedWordException.php Some php-cs fixes 2019-11-22 20:52:10 +01:00
Storage.php Some php-cs fixes 2019-11-22 20:52:10 +01:00
StorageAuthException.php Some php-cs fixes 2019-11-22 20:52:10 +01:00
StorageBadConfigException.php Some php-cs fixes 2019-11-22 20:52:10 +01:00
StorageConnectionException.php Some php-cs fixes 2019-11-22 20:52:10 +01:00
StorageInvalidException.php Some php-cs fixes 2019-11-22 20:52:10 +01:00
StorageNotAvailableException.php Some php-cs fixes 2019-11-22 20:52:10 +01:00
StorageTimeoutException.php Some php-cs fixes 2019-11-22 20:52:10 +01:00
UnseekableException.php Some php-cs fixes 2019-11-22 20:52:10 +01:00