nextcloud-server/lib/private/Files
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 +07:00
..
AppData
Cache fix(cache): always require updates if mtime is null 2025-04-04 13:41:32 +07:00
Config feat: add debug logging for adding/removing items from the user mounts cache 2025-04-03 17:58:46 +07:00
Conversion fix: php lint extra tab fix 2025-01-17 21:37:39 +07:00
Lock
Mount fix: use proper way to get numeric storage id for mountpoint 2025-01-13 17:59:17 +07:00
Node fix: fix getNodeFromCacheEntryAndMount using relative path 2025-03-10 18:19:20 +07:00
Notify
ObjectStore feat: add command to list objects 2025-03-31 14:30:40 +07:00
Search
SimpleFS
Storage fix: restore updated encrypted version when copying versions 2025-01-03 15:21:01 +07:00
Stream fix: $uid type in Encryption stream 2024-10-23 13:20:40 +07:00
Template fix(TemplateManager): Remove warning message 2025-01-20 13:05:28 +07:00
Type refactor(IMimeTypeDetector): use consistent capitalization 2025-04-02 13:22:16 +07:00
Utils fix(PathHelper): Remove null bytes when normalizing path 2025-01-13 15:21:21 +07:00
FileInfo.php
FilenameValidator.php fix(IFilenameValidator): correctly handle case insensitivity 2025-03-21 01:00:58 +07:00
Filesystem.php
SetupManager.php fix: fix availability wrapper not applying 2024-11-26 17:44:58 +07:00
SetupManagerFactory.php
View.php fix: No IFactory in constructor 2025-03-05 11:04:55 +07:00