]> source.dussan.org Git - nextcloud-server.git/commit
Add a wrapper to fall back to the share owner on public shares 20718/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Tue, 14 Apr 2020 12:42:28 +0000 (14:42 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Thu, 30 Apr 2020 06:57:01 +0000 (08:57 +0200)
commitbc66bdc0725f51c3ff119e2fc852fccbc6c692aa
tree5f04a7c824f60aab71c0b7f7ceb0a4a164881fb3
parent80222e6a06d282a2cbd9fdfa0a446316c27278ee
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]