]> source.dussan.org Git - nextcloud-server.git/commit
improve handling of files we can't access in the scanner 22943/head
authorRobin Appelman <robin@icewind.nl>
Fri, 18 Sep 2020 15:43:55 +0000 (17:43 +0200)
committerRobin Appelman <robin@icewind.nl>
Wed, 5 Apr 2023 12:44:55 +0000 (14:44 +0200)
commitb1f352c6149043d14256d6620d8b911eb28afae8
tree9d06fbedc465a8e37483d23e044547a83577a28f
parent59d0e7711dc84d46b30fd7a66ec13d8207b87150
improve handling of files we can't access in the scanner

instead of erroring, remove the items from the cache.

this situation can be triggered if a user has access to a file but looses it afterwards

Signed-off-by: Robin Appelman <robin@icewind.nl>
apps/files_external/lib/Lib/Storage/SMB.php
lib/private/Files/Cache/Scanner.php