From 1d597bbfde79e3053a63ec0c0b2079407a1c30d8 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Fri, 17 Dec 2021 17:34:27 +0100 Subject: [PATCH] allow new file create with app provider on public links --- changelog/unreleased/enhancement-app-new-public-link.md | 5 +++++ pkg/auth/scope/resourceinfo.go | 1 + 2 files changed, 6 insertions(+) create mode 100644 changelog/unreleased/enhancement-app-new-public-link.md diff --git a/changelog/unreleased/enhancement-app-new-public-link.md b/changelog/unreleased/enhancement-app-new-public-link.md new file mode 100644 index 0000000000..01e315441b --- /dev/null +++ b/changelog/unreleased/enhancement-app-new-public-link.md @@ -0,0 +1,5 @@ +Enhancement: Allow to create new files with the app provider on public links + +We've added the option to create files with the app provider on public links. + +https://github.com/cs3org/reva/pull/2385 diff --git a/pkg/auth/scope/resourceinfo.go b/pkg/auth/scope/resourceinfo.go index 1a6c41a40f..d2ad4240fc 100644 --- a/pkg/auth/scope/resourceinfo.go +++ b/pkg/auth/scope/resourceinfo.go @@ -102,6 +102,7 @@ func checkResourcePath(path string) bool { "/dataprovider", "/data", "/app/open", + "/app/new", "/archiver", "/ocs/v2.php/cloud/capabilities", "/ocs/v1.php/cloud/capabilities",