owncloud / moodle-repository_ocis

GNU General Public License v3.0
3 stars 0 forks source link

do not show hidden shares #77

Closed individual-it closed 9 months ago

individual-it commented 9 months ago

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.

While testing this: