- Mar 07, 2014
-
-
Robin Appelman authored
-
- Mar 03, 2014
-
-
Robin Appelman authored
-
- Feb 27, 2014
-
-
Robin Appelman authored
-
- Feb 24, 2014
-
-
Björn Schießle authored
-
Vincent Petry authored
The "deleteAll" method on the Common storage class isn't used anywhere. Also, it isn't defined on the Storage interface so this fix removes it completely.
-
Vincent Petry authored
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.
-
- Feb 21, 2014
-
-
Robin Appelman authored
-
Robin Appelman authored
-
- Feb 20, 2014
-
-
Lukas Reschke authored
-
- Feb 19, 2014
-
-
Robin Appelman authored
-
Scrutinizer Auto-Fixer authored
This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
-
- Feb 18, 2014
-
-
Robin Appelman authored
-
Robin Appelman authored
-
- Feb 14, 2014
-
-
Robin Appelman authored
-
- Feb 08, 2014
-
-
Joas Schilling authored
Issue #7111
-
- Feb 06, 2014
-
-
Vincent Petry authored
Added isLocal() method to Storage to find out whether the storage is local or not. This method is used for the x-sendfile logic to find out whether to add the headers.
-
Jörn Friedrich Dreyer authored
-
- Feb 04, 2014
-
-
Jens-Christian Fischer authored
close statement was never executed due to it being after a return statement.
-
- Feb 03, 2014
-
-
Robin Appelman authored
-
- Jan 29, 2014
-
-
Tigran Mkrtchyan authored
do not share users data with config files Signed-off-by:
Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
-
- Jan 27, 2014
-
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
- Jan 24, 2014
-
-
Robin Appelman authored
-
- Jan 21, 2014
-
-
Robin Appelman authored
-
- Jan 20, 2014
-
-
Robin Appelman authored
-
- Jan 19, 2014
-
-
Vincent Petry authored
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
-
- Jan 14, 2014
-
-
Robin Appelman authored
-
- Jan 13, 2014
-
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
Add a FileInfo class which holds all info of a file and return that from getFileInfo, getDirectoryContent and search
-
- Jan 09, 2014
-
-
Vincent Petry authored
The encrypted size was used when calculating folder sizes. This fix now also sums up the unencrypted size and shows that one when available.
-
- Jan 08, 2014
-
-
Vincent Petry authored
Storage mount points are not deletable, so make sure that the unlink operation and its hooks aren't run in such cases. Note that some storages might recursively delete their contents when calling unlink on their root. This fix prevents that as well.
-
- Jan 07, 2014
-
-
Vincent Petry authored
Fixes #6526
-
- Jan 02, 2014
-
-
Robin Appelman authored
-
- Dec 06, 2013
-
-
Bart Visscher authored
-
- Dec 05, 2013
-
-
Robin Appelman authored
-
- Dec 03, 2013
-
-
Vincent Petry authored
This is to make sure that method isn't broken
-
- Dec 02, 2013
-
-
Robin Appelman authored
-
- Nov 28, 2013
-
-
Björn Schießle authored
-