nextcloud/lib/private/Files
Jonas 3fbd7a6602 Check whether entry is of type ICacheEntry in Cache->remove()
In some scenarios (file not in cache, but partial data of it in the
object), Cache->get() might return an array, which leads to errors like
"Call to a member function getId() on array".

So check whether the returned entry is of type ICacheEntry before doing
operations on it in Cache->remove().

Fixes: #33023

Signed-off-by: Jonas <jonas@freesources.org>
2022-06-30 12:24:01 +00:00
..
AppData Update php licenses 2021-06-04 22:02:41 +02:00
Cache Check whether entry is of type ICacheEntry in Cache->remove() 2022-06-30 12:24:01 +00:00
Config Merge pull request #26494 from rigrig/fix-php8-deprecations 2021-06-07 23:30:59 +02:00
Mount only setup part of the filesystem for appdata requests 2022-03-21 13:55:08 +00:00
Node fix Folder->getById() when a single storage is mounted multiple times 2021-08-09 17:29:40 +00:00
Notify Update php licenses 2021-06-04 22:02:41 +02:00
ObjectStore Cleanup temporary files after finishing the write to object storage 2022-06-02 16:34:27 +00:00
Search generate a better optimized query for path prefix search filters 2021-10-07 15:19:58 +00:00
SimpleFS Update php licenses 2021-06-04 22:02:41 +02:00
Storage Merge pull request #29565 from nextcloud/backport/25332/stable22 2022-03-10 14:38:40 +01:00
Stream handle stream wrappers in SeekableHttpStream 2022-06-10 17:06:06 +02:00
Template Update php licenses 2021-06-04 22:02:41 +02:00
Type Update php licenses 2021-06-04 22:02:41 +02:00
Utils background scan the source storage when a background scan on a storage jail is triggered 2021-12-06 01:11:44 +01:00
FileInfo.php Update php licenses 2021-06-04 22:02:41 +02:00
Filesystem.php fix fs cache test user setup 2022-03-21 13:55:08 +00:00
View.php Fix incorrect if conditions in View 2022-04-14 11:48:26 +00:00