]> source.dussan.org Git - nextcloud-server.git/commit
Add path filter to OCS Share API ?shared_with_me=true
authorRoeland Jago Douma <rullzer@owncloud.com>
Fri, 29 Jan 2016 14:26:04 +0000 (15:26 +0100)
committerRoeland Jago Douma <rullzer@owncloud.com>
Fri, 29 Jan 2016 14:36:23 +0000 (15:36 +0100)
commita24e7f655885b5047e73036acb2f1706803a2b65
tree368b0e20962529da9a1fe6d0a48c0842945ebde8
parent8ad45dad38c2c502ac1fae48e4bc12ec3dcfd565
Add path filter to OCS Share API ?shared_with_me=true

This allows all clients to quickly get the share info for a given path.
Instead of returning everything and filtering it then manually on the
client side.
apps/files_sharing/api/share20ocs.php
lib/private/share20/defaultshareprovider.php
lib/private/share20/manager.php
lib/public/share/imanager.php
lib/public/share/ishareprovider.php
tests/lib/share20/defaultshareprovidertest.php