summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Storage
Commit message (Collapse)AuthorAgeFilesLines
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix owner on publicownerwrapperRoeland Jago Douma2020-05-011-0/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add a wrapper to fall back to the share owner on public sharesRoeland Jago Douma2020-04-301-0/+53
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>