nextcloud-server/lib/private/Files/Node
Côme Chilliet 9277a17a3c
fix: Flag folder objects that got deleted to recreate them if needed
AppData caches folder objects, and several places get them to delete
 them, so afterwards if the folder gets reused in the same session an
 error happens. This is the case in unit tests with user avatars.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-09-26 15:11:36 +07:00
..
File.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Folder.php fix: Flag folder objects that got deleted to recreate them if needed 2025-09-26 15:11:36 +07:00
HookConnector.php fix: Correctly create NonExistingFolder during copy 2024-12-04 15:38:35 +07:00
LazyFolder.php fix(dav): file drop nickname 2025-06-05 09:09:17 +07:00
LazyRoot.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
LazyUserFolder.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
Node.php fix: Renaming does not need update but delete permissions 2024-08-28 17:22:20 +07:00
NonExistingFile.php fix: Do not fail to get internal path on NonExistingFile/NonExistingFolder 2024-08-29 12:43:44 +07:00
NonExistingFolder.php fix: Do not fail to get internal path on NonExistingFile/NonExistingFolder 2024-08-29 12:43:44 +07:00
Root.php perf: use more optimized node-by-id logic in View::getPath 2025-08-13 19:42:42 +07:00