nextcloud/apps/dav
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 Do not create Application instances directly 2019-10-11 08:33:09 +02:00
bin Handle OC-Total-Length in new chunking 2017-12-15 14:46:36 +01:00
composer Add refresh-interval to exported calendars 2019-11-27 14:51:17 +01:00
css Include accept / decline links in CalDAV invitation emails 2018-06-29 10:44:44 +02:00
js Make push notifications for calendar reminders opt-in 2019-09-02 15:18:43 +02:00
l10n [tx-robot] updated from transifex 2019-12-02 02:16:54 +00:00
lib Allow filtering the search results to the users home storage 2019-12-03 13:49:37 +01:00
templates Make push notifications for calendar reminders opt-in 2019-09-02 15:18:43 +02:00
tests Allow filtering the search results to the users home storage 2019-12-03 13:49:37 +01:00
.gitignore Introducing CardDAV into core 2015-11-06 15:26:51 +01:00