nextcloud/lib
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
..
composer Merge pull request #17443 from nextcloud/enh/expired_token_on_invalid_pass 2019-12-03 08:59:11 +01:00
l10n [tx-robot] updated from transifex 2019-12-02 02:16:54 +00:00
private Allow filtering the search results to the users home storage 2019-12-03 13:49:37 +01:00
public Allow filtering the search results to the users home storage 2019-12-03 13:49:37 +01:00
autoloader.php move log constants to ILogger 2018-04-26 10:45:52 +02:00
base.php Make sure we create an app's Application class just once 2019-10-11 08:21:24 +02:00
versioncheck.php Use PHP_VERSION_ID to check for the current php version 2019-12-02 19:28:09 +01:00