nextcloud/lib
Vincent Petry 09cc0c5cc9 Fixed quota wrapper to not wrap failed fopen streams
When calling fopen() on some storage types, these return false instead
of throwing an exception.

This fix makes sure that in case the stream wasn't opened (for example
when a file doesn't exist any more) the stream isn't wrapped.

Also added 'rb' as another case that doesn't need to be wrapped.

Fixes #6832
2014-01-20 14:32:57 +01:00
..
l10n remove ru_RU - it's almost untranslated 2014-01-13 16:44:03 +01:00
private Fixed quota wrapper to not wrap failed fopen streams 2014-01-20 14:32:57 +01:00
public add needUpgrade() check to addQueuedTask() 2014-01-17 19:50:37 +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 rename user-id to loginname to stay consistent 2014-01-09 12:34:19 +01:00