nextcloud/apps/dav/tests/unit
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
..
AppInfo Some php-cs fixes 2019-11-22 20:52:10 +01:00
Avatars Mode to modern phpunit 2019-11-27 15:27:18 +01:00
BackgroundJob Make phpunit8 compatible 2019-11-27 13:34:41 +01:00
CalDAV Set common-name to user's displayname if none is set 2019-11-29 07:48:30 +01:00
CardDAV Mode to modern phpunit 2019-11-27 15:27:18 +01:00
Command Mode to modern phpunit 2019-11-27 15:27:18 +01:00
Comments Mode to modern phpunit 2019-11-27 15:27:18 +01:00
Connector Mode to modern phpunit 2019-11-27 15:27:18 +01:00
Controller Mode to modern phpunit 2019-11-27 15:27:18 +01:00
DAV Mode to modern phpunit 2019-11-27 15:27:18 +01:00
Direct Mode to modern phpunit 2019-11-27 15:27:18 +01:00
Files Allow filtering the search results to the users home storage 2019-12-03 13:49:37 +01:00
Migration Mode to modern phpunit 2019-11-27 15:27:18 +01:00
Provisioning/Apple Mode to modern phpunit 2019-11-27 15:27:18 +01:00
Settings Mode to modern phpunit 2019-11-27 15:27:18 +01:00
SystemTag Mode to modern phpunit 2019-11-27 15:27:18 +01:00
Upload Mode to modern phpunit 2019-11-27 15:27:18 +01:00
bootstrap.php Require PHPUnit 6.5 or higher 2018-01-24 17:23:59 +01:00
CapabilitiesTest.php Update license headers 2017-11-06 16:56:19 +01:00
phpunit.xml Adding AvatarHomeTest 2017-03-29 00:04:29 +02:00
ServerTest.php Some php-cs fixes 2019-11-22 20:52:10 +01:00