nextcloud-server/lib
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 +07:00
..
composer chore(AppFramework): Remove unused RouteConfig class and migrate tests to RouteParser 2025-05-15 13:57:14 +07:00
l10n fix(l10n): Update translations from Transifex 2025-05-16 00:22:51 +07:00
private chore: move streamCopy implementation from `OC_Helper` to `OCP\Files` 2025-05-16 13:03:05 +07:00
public chore: move streamCopy implementation from `OC_Helper` to `OCP\Files` 2025-05-16 13:03:05 +07:00
unstable fix(lexicon): syntax 2025-01-14 10:38:15 +07:00
autoloader.php feat: Improve init a bit, and add more profiling steps 2025-05-13 16:08:49 +07:00
base.php Merge pull request #52667 from nextcloud/fix/improve-init-profiling 2025-05-14 22:57:55 +07:00
versioncheck.php