Shares that are set to hidden in the ocis webUI, should not be listed in moodle ether
fixes #73
The information about if a share is hidden or not is provided by the sharedWithMe endpoint of ocis.
Using the id of the resource we can associate the share from sharedWithMe with the resource from WebDAV, if that share is set to be hidden, we simply skip it.
Shares that are set to
hidden
in the ocis webUI, should not be listed in moodle ether fixes #73The information about if a share is hidden or not is provided by the
sharedWithMe
endpoint of ocis. Using the id of the resource we can associate the share fromsharedWithMe
with the resource from WebDAV, if that share is set to be hidden, we simply skip it.While testing this: