nextcloud/lib
Vincent Petry 149814d95b 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-25 15:01:38 +01:00
..
l10n remove ru_RU - it's almost untranslated 2014-01-13 16:44:03 +01:00
private Replace deleteAll call with unlink call 2014-02-25 15:01:38 +01:00
public replace 'size' with 'unencrypted_size' if encryption is enabled 2014-02-07 15:26:21 +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 add icons.css file, first step to get rid of %webroot% 2014-02-06 14:28:08 +01:00