- Dec 04, 2013
-
-
Robin Appelman authored
-
- Nov 29, 2013
-
-
Vincent Petry authored
Some storages need to use different calls for deleting files or folders, usually unlink() and rmdir(). Fixes #4532 (SMB dir deletion) Fixes #5941 (FTP dir deletion) Note that the extra is_dir() should be fast because it's read from the stat cache.
-
- Nov 27, 2013
-
-
Vincent Petry authored
-
- Nov 26, 2013
-
-
Thomas Müller authored
-
Vincent Petry authored
- coverage for touch return value - fixed directory provider to exclude unsupported cases
-
Andreas Fischer authored
-
- Nov 25, 2013
-
-
Vincent Petry authored
Now using a different content to make sure the file was overwritten.
-
Vincent Petry authored
Also fixed "rename" unit test that was ready the result out of the wrong file.
-
Thomas Müller authored
-
Thomas Müller authored
-
- Nov 24, 2013
-
-
Thomas Müller authored
-
- Nov 22, 2013
-
-
Arthur Schiwon authored
-
- Nov 21, 2013
-
-
Arthur Schiwon authored
-
Vincent Petry authored
When accessing a shared folder, the folder's owner appears as mountpoint but wasn't wrapped by a quota storage wrapper. This fix makes sure that all home storages are wrapped by a quota storage wrapper, if applicable, to make sure quotas are respected when uploading into shared folders.
-
- Nov 19, 2013
-
-
Vincent Petry authored
Since unlink() smb4php doesn't return true on deletion success, we need to check whether the file was deleted to confirm success. Fixes #5866
-
- 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
-
-
Thomas Müller authored
-
Vincent Petry authored
-
Vincent Petry authored
Now removing "/./" and trailing "/." from the paths when normalizing.
-
Tom Needham authored
-
Tom Needham authored
-
- 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.
-
Robin Appelman authored
-
Morris Jobke authored
-
- Nov 05, 2013
-
-
Vincent Petry authored
Added clearstatcache to make sure we get the correct file size after re-writing into the same file. This failed on openSUSE 12.3 x86_64
-
- Nov 04, 2013
-
-
Thomas Müller authored
-
- Nov 03, 2013
-
-
Andreas Fischer authored
-
- Nov 02, 2013
-
-
Thomas Müller authored
-
- Oct 31, 2013
-
-
Jörn Friedrich Dreyer authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
- Oct 30, 2013
-
-
Morris Jobke authored
-
- Oct 29, 2013
-
-
Robin Appelman authored
-
Robin Appelman authored
- Oct 28, 2013
-
-
Robin Appelman authored
-
- Oct 25, 2013
-
-
Vincent Petry authored
-