nextcloud/lib/private/Files
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
..
AppData chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Cache fix: improve error message when cache rename source can't be found 2025-05-15 15:06:55 +02:00
Config feat: add debug logging for adding/removing items from the user mounts cache 2025-04-03 17:58:46 +02:00
Conversion fix: php lint extra tab fix 2025-01-17 21:37:39 +01:00
Lock chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Mount fix: use proper way to get numeric storage id for mountpoint 2025-01-13 17:59:17 +01:00
Node fix: improve handling of newFolder race condition handling 2025-05-08 15:19:40 +02:00
Notify chore: Add SPDX header 2024-05-24 13:11:22 +02:00
ObjectStore Merge pull request #51779 from nextcloud/object-store-filename 2025-05-06 15:21:01 +02:00
Search fix: Forward 'extra' argument when optimizing query 2025-04-29 18:17:23 +02:00
SimpleFS fix: annotate possible exceptions 2025-05-13 22:27:19 +02:00
Storage chore: move streamCopy implementation from OC_Helper to OCP\Files 2025-05-16 13:03:05 +02:00
Stream fix: $uid type in Encryption stream 2024-10-23 13:20:40 +02:00
Template fix(TemplateManager): Remove warning message 2025-01-20 13:05:28 +01:00
Type Merge pull request #52822 from nextcloud/feat/mime-names 2025-05-15 11:41:12 +02:00
Utils fix: better error message when trying to scan a folder that is already being scanned 2025-04-25 18:40:03 +02:00
FileInfo.php fix(FileInfo): correctly implement \ArrayAccess::offsetGet 2024-09-06 03:58:00 +02:00
FilenameValidator.php feat(FilenameValidator): allow to sanitize filenames 2025-05-13 14:14:17 +02:00
Filesystem.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
SetupManager.php fix: fix availability wrapper not applying 2024-11-26 17:44:58 +01:00
SetupManagerFactory.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
View.php chore: move streamCopy implementation from OC_Helper to OCP\Files 2025-05-16 13:03:05 +02:00