- Nov 28, 2013
-
-
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 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
-
Robin Appelman authored
-
Andreas Fischer authored
-
Andreas Fischer authored
-
Andreas Fischer authored
-
Robin Appelman authored
-
Andreas Fischer authored
-
- Oct 28, 2013
-
-
Robin Appelman authored
-
Robin Appelman authored
-
- Oct 25, 2013
-
-
Vincent Petry authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Vincent Petry authored
-
Vincent Petry authored
- Added missing return statement - Added missing support for SEEK_END - Fixes #5524
-
- Oct 24, 2013
-
-
Thomas Müller authored
-
Thomas Müller authored
-
- Oct 23, 2013
-
-
Vincent Petry authored
When two scanning processed run at the same time, for example when scan.php and list.php were called at the same time on an external storage mountpoint, duplicate insertion errors can occurs. These errors are now logged and ignored. Since both scans are running in parallel transactions, they don't see each other's changes directly in the DB which can cause duplicate insertion errors for mime types as well, but those mime types can't be selected yet. The solution to this is to force-reload the mimetypes list after the transaction is finished. Fixes #5199
-
- Oct 15, 2013
-
-
Vincent Petry authored
Fixed permissions returned for mount points to not include update and delete permissions. Fixes #5291
-
- Oct 10, 2013
-
-
Thomas Müller authored
otherwise the returned internalPath will not match followup calls to e.g. Cache::getID()
-
- Oct 09, 2013
-
-
Robin Appelman authored
-
Robin Appelman authored
-
- Oct 08, 2013
-
-
Thomas Müller authored
-