nextcloud-server/lib/private/Files/Cache
Ferdinand Thiessen 45cd76224e fix(cache): always require updates if mtime is null
- Resolves https://github.com/nextcloud/server/issues/51941

Due to strong typings we introduced the parameter needs to be an
integer. Previously it was `null` which was equal to `0`.
So if there is no storage mtime we need to update the cache.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-04-07 08:17:16 +07:00
..
Wrapper fix: don't use cached root info from shared cache if the watcher has detected an update 2025-02-11 20:35:46 +07:00
Cache.php perf(files): faster query to fetch incomplete directories 2025-02-13 14:24:44 +07:00
CacheDependencies.php
CacheEntry.php
CacheQueryBuilder.php fix(cache): etag constraint violation 2024-11-21 10:34:39 +07:00
FailedCache.php
FileAccess.php
HomeCache.php
HomePropagator.php
LocalRootScanner.php
MoveFromCacheTrait.php
NullWatcher.php
Propagator.php fix: don't propagate future mtimes 2024-11-28 17:24:36 +07:00
QuerySearchHelper.php chore(db): Apply query prepared statements 2024-10-17 20:30:47 +07:00
Scanner.php fix: Harden files scanner for invalid null access 2025-01-28 19:49:03 +07:00
SearchBuilder.php fix: Metadata field search 2025-01-25 09:44:50 +07:00
Storage.php chore(db): Apply query prepared statements 2024-10-17 20:30:47 +07:00
StorageGlobal.php chore(db): Correctly apply query types 2024-10-17 09:21:07 +07:00
Updater.php fix: Fix copying to the root of another mountpoint 2024-12-17 18:24:35 +07:00
Watcher.php fix(cache): always require updates if mtime is null 2025-04-07 08:17:16 +07:00