nextcloud-server/lib/private/Files
Robin Appelman 2e1c316582 fix: remove double cache write in ObjectStoreStorage::touch
the file_put_contents already puts all of those values into the cache

Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-06-18 22:22:51 +07:00
..
AppData chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Cache fix: Run cleanByMoundId query on all shards 2025-06-06 14:36:34 +07:00
Config fix(SetupManager): Include home and root providers when registering mounts 2025-05-20 09:46:53 +07:00
Conversion fix: php lint extra tab fix 2025-01-17 21:37:39 +07:00
Lock chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Mount feat: move primary object store configuration to a single place 2025-05-28 15:32:31 +07:00
Node fix(dav): file drop nickname 2025-06-05 09:09:17 +07:00
Notify chore: Add SPDX header 2024-05-24 13:11:22 +07:00
ObjectStore fix: remove double cache write in ObjectStoreStorage::touch 2025-06-18 22:22:51 +07:00
Search fix: Forward 'extra' argument when optimizing query 2025-04-29 18:17:23 +07:00
SimpleFS fix: annotate possible exceptions 2025-05-13 22:27:19 +07:00
Storage chore: move streamCopy implementation from `OC_Helper` to `OCP\Files` 2025-05-16 13:03:05 +07:00
Stream fix: $uid type in Encryption stream 2024-10-23 13:20:40 +07:00
Template feat: only load template fields when requested 2025-05-19 17:51:25 +07:00
Type Merge pull request #52822 from nextcloud/feat/mime-names 2025-05-15 11:41:12 +07:00
Utils fix: better error message when trying to scan a folder that is already being scanned 2025-04-25 18:40:03 +07:00
FileInfo.php fix(FileInfo): correctly implement `\ArrayAccess::offsetGet` 2024-09-06 03:58:00 +07:00
FilenameValidator.php fix(FilenameValidator): use `_` as default replacement for invalid chars 2025-06-18 09:44:57 +07:00
Filesystem.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
SetupManager.php feat(IUser): add `getQuotaBytes` method to get machine readable quota 2025-05-22 12:50:38 +07:00
SetupManagerFactory.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
View.php fix(node): emit hooks on `Node::copy()` 2025-05-27 12:14:14 +07:00