nextcloud/lib/private/Files/Cache
Arthur Schiwon f04eb95352 fix: ensure file names are string-typed
- `$child` was used as an array key earlier. If they are numeric, they
  are automatically converted to ints, leading to type issues later.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2026-06-17 05:25:18 +00:00
..
Wrapper feat: add permissions mask variant that only masks one directory 2026-04-09 23:54:51 +00:00
Cache.php perf: remove unneeded sort in getFolderContentsById 2026-05-20 17:56:12 +00:00
CacheDependencies.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
CacheEntry.php fix(files): Always return a valid mimetype 2025-10-06 11:24:18 +00:00
CacheQueryBuilder.php fix: add missing color select to tags usage query 2025-08-01 02:47:04 +02:00
FailedCache.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
FileAccess.php fix(FileAccess): Make getAncestorInStorage pass sharding tests 2025-10-09 07:51:58 +00:00
HomeCache.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
HomePropagator.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
LocalRootScanner.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
MoveFromCacheTrait.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
NullWatcher.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Propagator.php Merge pull request #58520 from nextcloud/backport/58466/stable32 2026-02-23 15:34:33 +01:00
QuerySearchHelper.php feat(file-search): add property to SearchQuery and check select fields to decide wheter to join extended cache 2026-06-10 16:51:44 +02:00
Scanner.php fix: ensure file names are string-typed 2026-06-17 05:25:18 +00:00
SearchBuilder.php feat(recent-files): add nc:last_activity property to allow sorting by max between upload_time and mtime 2026-03-26 08:06:16 +00:00
Storage.php chore: better type hints for getAvailability 2025-11-12 17:45:55 +00:00
StorageGlobal.php chore(db): Correctly apply query types 2024-10-17 09:21:07 +02:00
Updater.php fix(Updater): Lower deadlock log level from warning to info 2025-09-16 16:19:39 +00:00
Watcher.php fix: use interfaces instead of classes in Cache\Watcher type hints 2025-12-31 13:15:24 +01:00