nextcloud/lib/private/Files
Côme Chilliet 9277a17a3c
fix: Flag folder objects that got deleted to recreate them if needed
AppData caches folder objects, and several places get them to delete
 them, so afterwards if the folder gets reused in the same session an
 error happens. This is the case in unit tests with user avatars.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-09-26 15:11:36 +02:00
..
AppData chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Cache fix(Updater): Lower deadlock log level from warning to info 2025-09-16 14:49:54 +02:00
Config feat(mounts): optimize load of mounts by filtering on database side 2025-08-26 08:55:24 +02:00
Conversion chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Lock chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Mount feat: move primary object store configuration to a single place 2025-05-28 15:32:31 +02:00
Node fix: Flag folder objects that got deleted to recreate them if needed 2025-09-26 15:11:36 +02:00
Notify chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
ObjectStore fix: ensure all object store configuration have distict bucket names 2025-09-05 18:45:32 +02:00
Search chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
SimpleFS chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Storage fix(encryption): Take encryption enabled status into account 2025-09-09 11:46:18 +02:00
Stream chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Template feat: only load template fields when requested 2025-05-19 17:51:25 -04:00
Type refactor(IMimeTypeDetector): streamline finfo usage + misc tidying 2025-08-04 11:24:58 -04:00
Utils fix: make early check if users filesystem have a mountpoint at /<user>/files/ 2025-08-01 09:31:50 +02:00
FileInfo.php fix(FileInfo): correctly implement \ArrayAccess::offsetGet 2024-09-06 03:58:00 +02:00
FilenameValidator.php fix(FilenameValidator): use _ as default replacement for invalid chars 2025-06-18 09:44:57 +02:00
Filesystem.php fix(Filesystem): use FilenameValidator for Filesystem::isFileBlacklisted 2025-09-02 19:02:25 +02:00
SetupManager.php fix: don't update cached mountpoints if the request doesn't have filesystem access 2025-07-31 18:28:26 +02:00
SetupManagerFactory.php fix: Replace OC_App::loadApp calls by IAppManager 2025-07-10 11:40:27 +02:00
View.php perf: use more optimized node-by-id logic in View::getPath 2025-08-13 19:42:42 +02:00