]> source.dussan.org Git - nextcloud-server.git/commit
cache the verification of the share mountpoint 32053/head
authorRobin Appelman <robin@icewind.nl>
Thu, 21 Apr 2022 15:43:51 +0000 (17:43 +0200)
committerRobin Appelman <robin@icewind.nl>
Thu, 21 Apr 2022 16:08:35 +0000 (18:08 +0200)
commitbda86016480ade925125977fbe20a7c2b05389d0
treedb34101ee5638d35f8d635fdbfa5e6f5fa2dd108
parentcaebdc2a559f995ff5672cdea7c46a5febaa1ea5
cache the verification of the share mountpoint

after the initial verification this can only really be invalidated by a system mount (external/group/etc) being created at the share target since any normal file/folder creation will already conflict with the share

Signed-off-by: Robin Appelman <robin@icewind.nl>
apps/files_sharing/lib/MountProvider.php
apps/files_sharing/lib/SharedMount.php
apps/files_sharing/tests/MountProviderTest.php