nextcloud-server/lib/private/Files/Storage
Louis Chemineau ef4281ebe3 fix(files): Correctly copy the cache information on copy operations
Needed to copy the `encrypted` flag of encrypted files when those files are two level down in a moved folder.

Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-02-13 23:37:04 +07:00
..
PolyFill fix: Clean-up some remaining readdir calls with undesirable false evaluation potential 2024-11-13 08:34:23 +07:00
Wrapper fix(files): Correctly copy the cache information on copy operations 2025-02-13 23:37:04 +07:00
Common.php fix: don't do same-storage move optimization with encryption wrappers 2025-01-09 09:32:16 +07:00
CommonTest.php
DAV.php Fix Undefined variable: response notice in case of non-404 error 2024-11-08 16:12:15 +07:00
FailedStorage.php Remove unused method getLocalFolder 2023-04-03 10:52:34 +07:00
Home.php improve di performance for cache 2024-02-09 13:28:30 +07:00
Local.php fix(storage): Try to delete existing target 2024-11-21 07:41:54 +07:00
LocalRootStorage.php
LocalTempFileTrait.php Fix return type of methods returning false on error 2023-04-03 10:52:34 +07:00
Storage.php
StorageFactory.php
Temporary.php