]> source.dussan.org Git - nextcloud-server.git/commit
Add a wrapper to fall back to the share owner on public shares
authorRoeland Jago Douma <roeland@famdouma.nl>
Tue, 14 Apr 2020 12:42:28 +0000 (14:42 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Thu, 30 Apr 2020 12:43:21 +0000 (12:43 +0000)
commit325f84bd0d363d27e5e4634821fcc45c83deb70a
treea405d00b5291ff83dd3270f8d3150b2b7f832739
parentf33923c8e804fb9d0f8e3a52ca7d5018a838fe03
Add a wrapper to fall back to the share owner on public shares

Else it might happen that we setup a storage that has no real owner and
activities do boom etc (looking at you groupfolders and external
storages!).

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
apps/dav/appinfo/v1/publicwebdav.php
apps/dav/composer/composer/autoload_classmap.php
apps/dav/composer/composer/autoload_static.php
apps/dav/lib/Storage/PublicOwnerWrapper.php [new file with mode: 0644]