nextcloud/lib/private/files
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
..
cache Merge pull request #22071 from owncloud/cache-split-insert 2016-02-03 14:32:28 +01:00
config better exists check for insert mount cache 2016-02-08 15:18:42 +01:00
mount Happy new year! 2016-01-12 15:02:18 +01:00
node Make sure fileinfo exists when calling getCheckSum in node API 2016-02-08 12:24:18 +01:00
objectstore fix object store storage 2016-01-14 12:54:42 +01:00
storage Fix part file partial cache logic in encryption code 2016-02-09 09:47:34 +01:00
stream Scrutinizer Auto-Fixes 2016-02-05 09:38:43 +00:00
type Scrutinizer Auto-Fixes 2016-02-05 09:38:43 +00:00
utils Happy new year! 2016-01-12 15:02:18 +01:00
fileinfo.php Add store/retrieve checksums 2016-02-03 09:03:51 +01:00
filesystem.php multiple minor fies 2016-01-20 16:32:52 +01:00
view.php Block shares that dont have the correct source permissions 2016-01-29 13:05:53 +01:00