nextcloud/lib/private/Files/Cache
Ferdinand Thiessen 3a09acebd2
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-04 13:41:32 +02:00
..
Wrapper fix: don't use cached root info from shared cache if the watcher has detected an update 2025-02-06 19:41:43 +01:00
Cache.php perf(files): faster query to fetch incomplete directories 2025-02-13 10:11:02 +01:00
CacheDependencies.php
CacheEntry.php feat: add getParentId to ICacheEntry 2025-03-28 16:47:07 +01:00
CacheQueryBuilder.php
FailedCache.php
FileAccess.php
HomeCache.php
HomePropagator.php
LocalRootScanner.php
MoveFromCacheTrait.php
NullWatcher.php
Propagator.php
QuerySearchHelper.php
Scanner.php fix: Harden files scanner for invalid null access 2025-01-28 20:08:46 +01:00
SearchBuilder.php
Storage.php
StorageGlobal.php
Updater.php
Watcher.php fix(cache): always require updates if mtime is null 2025-04-04 13:41:32 +02:00