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",