nextcloud/lib
Vincent Petry c465835e85 Replace deleteAll call with unlink call
The method deleteAll() doesn't officially exist on the Storage class as
it's not defined on the interface, which means it fails on the Quota
storage wrapper and might fail on some external storage classes.
Also, this here is the only use case for that one method.
2014-02-24 12:20:11 +01:00
..
l10n remove ru_RU - it has bee removed from transifex 2014-01-13 16:41:10 +01:00
private Replace deleteAll call with unlink call 2014-02-24 12:20:11 +01:00
public Merge pull request #6714 from owncloud/files-newfileinvalidcharsfix 2014-02-20 11:53:58 +01:00
autoloader.php Allow null as cache parameter (if no cache was found) and for cache removal. 2013-10-22 11:17:15 +02:00
base.php Merge branch 'master' into no-css-js-delivery-via-php 2014-02-21 14:01:24 +01:00