- Feb 14, 2014
-
-
Robin Appelman authored
-
- 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.
-
- 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 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
-
Björn Schießle authored
make sure that we don't try to access an already deleted files, fixes some file source not found warnings
-
- Nov 27, 2013
-
-
Vincent Petry authored
-
- Nov 22, 2013
-
-
Vincent Petry authored
Also adjusted all ext storage backends to not override these when the default behavior is expected.
-
- Nov 21, 2013
-
-
Vincent Petry authored
To find out whether to apply a quota, we now try and detect whether the storage to wrap is a "Home" storage.
-
- Nov 20, 2013
-
-
Robin Appelman authored
-
- Nov 18, 2013
-
-
Vincent Petry authored
Fixes #4593
-
Vincent Petry authored
Added argument to getFileInfo() to disable adding the size of mountpoints to a directory's size. Fixes #5924
-
- Nov 14, 2013
-
-
Owen Winkler authored
-
Owen Winkler authored
-
Vincent Petry authored
Now removing "/./" and trailing "/." from the paths when normalizing.
-
- Nov 12, 2013
-
-
Vincent Petry authored
Legacy home storage ids with the format "local://path/to/datadir/user1" are now also wrapped by the HomeStorage.
-
Vincent Petry authored
-
Robin Appelman authored
-
- Nov 07, 2013
-
-
Robin Appelman authored
-
- Nov 05, 2013
-
-
Vincent Petry authored
Note that the root folder size is mandatory for quota calculation.
-
- Nov 04, 2013
-
-
Thomas Müller authored
-
- Nov 02, 2013
-
-
Thomas Müller authored
WIN: fixing Fatal error: Call to a member function logicToPhysical() on a non-object in C:\jenkins2\workspace\server-stable5-windows\database\mssql\label\WINDOWS\lib\files\storage\mappedlocal.php on line 311
-
- Oct 29, 2013
-
-
Björn Schießle authored
-
Björn Schießle authored
-