nextcloud-server/lib
Robin Appelman 5af7d921a9
Make Cache::removeChildren non recursive
Currently the "add new files during scanning" call stack is smaller than
the "remove deleted files during scanning" call stack. This can lead to
the scanner adding folders in the folder tree that are to deep to be
removed.

This changes the `removeChildren` logic to be non recursive so there is
no limit to the depth of the folder tree during removal

Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-08-20 15:37:02 +02:00
..
composer Merge pull request #22218 from nextcloud/enh/sse/make_legacy_cipher_opt_in 2020-08-19 20:10:45 +02:00
l10n [tx-robot] updated from transifex 2020-08-20 02:17:38 +00:00
private Make Cache::removeChildren non recursive 2020-08-20 15:37:02 +02:00
public Merge pull request #22304 from nextcloud/techdebt/noid/matching-param-names 2020-08-19 19:34:02 +02:00
autoloader.php
base.php Migrate OC_Group post_removeFromGroup hook to actual event object 2020-07-30 10:21:08 +02:00
versioncheck.php