Browse Source
Also get infos about email shares
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/2371/head
Joas Schilling
9 years ago
committed by
Roeland Jago Douma
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with
2 additions and
1 deletions
-
apps/dav/lib/Connector/Sabre/SharesPlugin.php
|
|
|
@ -120,7 +120,8 @@ class SharesPlugin extends \Sabre\DAV\ServerPlugin { |
|
|
|
\OCP\Share::SHARE_TYPE_USER, |
|
|
|
\OCP\Share::SHARE_TYPE_GROUP, |
|
|
|
\OCP\Share::SHARE_TYPE_LINK, |
|
|
|
\OCP\Share::SHARE_TYPE_REMOTE |
|
|
|
\OCP\Share::SHARE_TYPE_REMOTE, |
|
|
|
\OCP\Share::SHARE_TYPE_EMAIL, |
|
|
|
]; |
|
|
|
foreach ($requestedShareTypes as $requestedShareType) { |
|
|
|
// one of each type is enough to find out about the types
|
|
|
|
|