nextcloud/lib/private/files/storage
Vincent Petry 19980be116 Fix part file partial cache logic in encryption code
The encryption code uses partial cache entries for the part file (which
are not stored in the database) but are useful for other parts of the
code to retrieve the file size again.

This means that in the fixed code $info was empty, so getData() could
not be called.

The fix makes sure to support both cases when the cache entry exists and
doesn't.
2016-02-09 09:47:34 +01:00
..
polyfill Happy new year! 2016-01-12 15:02:18 +01:00
wrapper Fix part file partial cache logic in encryption code 2016-02-09 09:47:34 +01:00
common.php remove unused Storage->getLocalFolder 2016-02-05 16:48:08 +01:00
commontest.php Happy new year! 2016-01-12 15:02:18 +01:00
dav.php Happy new year! 2016-01-12 15:02:18 +01:00
flysystem.php Happy new year! 2016-01-12 15:02:18 +01:00
home.php Happy new year! 2016-01-12 15:02:18 +01:00
local.php Happy new year! 2016-01-12 15:02:18 +01:00
localtempfiletrait.php Happy new year! 2016-01-12 15:02:18 +01:00
storage.php Happy new year! 2016-01-12 15:02:18 +01:00
storagefactory.php Happy new year! 2016-01-12 15:02:18 +01:00
temporary.php Happy new year! 2016-01-12 15:02:18 +01:00