nextcloud/lib/private/Files/Storage
Ferdinand Thiessen 01db539d0a
chore: move streamCopy implementation from OC_Helper to OCP\Files
The function was already there but called the legacy version.
So moved the implementation and migrated all usages of it.
Sadly the interface was slightly different so adjusted it to be
compatible with both legacy and the OCP one.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-05-16 13:03:05 +02:00
..
PolyFill refactor(Storage): Make all parameter types strong types 2024-10-07 15:00:05 +02:00
Wrapper chore: move streamCopy implementation from OC_Helper to OCP\Files 2025-05-16 13:03:05 +02:00
Common.php chore: move streamCopy implementation from OC_Helper to OCP\Files 2025-05-16 13:03:05 +02:00
CommonTest.php refactor(Storage): Align all Storage constructors 2024-10-23 13:24:18 +02:00
DAV.php chore: use $this->logger and prevent Server::get 2024-11-08 10:56:30 +01:00
FailedStorage.php refactor(Storage): Align all Storage constructors 2024-10-23 13:24:18 +02:00
Home.php refactor(Storage): Align all Storage constructors 2024-10-23 13:24:18 +02:00
Local.php refactor(storage): Code adjustements and simplifications 2024-11-21 10:02:00 +01:00
LocalRootStorage.php refactor(Storage): Make all parameter types strong types 2024-10-07 15:00:05 +02:00
LocalTempFileTrait.php chore: move streamCopy implementation from OC_Helper to OCP\Files 2025-05-16 13:03:05 +02:00
Storage.php refactor(Storage): Make all parameter types strong types 2024-10-07 15:00:05 +02:00
StorageFactory.php refactor(Storage): Make all parameter types strong types 2024-10-07 15:00:05 +02:00
Temporary.php chore: move implementation from OC legacy to OCP\Files 2025-05-14 14:55:45 +02:00