Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make some storage tests explain what went wrong | Jörn Friedrich Dreyer | 2014-10-01 | 1 | -6/+6 |
| | |||||
* | add unit test for #8325 | Jörn Friedrich Dreyer | 2014-08-20 | 1 | -17/+80 |
| | |||||
* | Add $storage->instanceOfStorage to handle instanceof for storage wrappers | Robin Appelman | 2014-05-29 | 1 | -0/+6 |
| | |||||
* | add recursive copy to local storage backend | Robin Appelman | 2014-05-28 | 1 | -1/+64 |
| | |||||
* | fix recursive rename for local storage backend | Robin Appelman | 2014-05-28 | 1 | -0/+16 |
| | |||||
* | aditional test cases for copy and rename | Robin Appelman | 2014-05-28 | 1 | -0/+40 |
| | |||||
* | Merge pull request #7970 from owncloud/webdav-upload-hash | Thomas Müller | 2014-04-03 | 1 | -1/+20 |
|\ | | | | | Fix uploading files containing a # in the path for webdav | ||||
| * | Fix uploading files containing a # in the path for webdav | Robin Appelman | 2014-03-31 | 1 | -1/+20 |
| | | |||||
* | | Correctly read the full stream in file_get_contents | Vincent Petry | 2014-04-01 | 1 | -2/+13 |
|/ | | | | | | | | | | | When using user-defined stream wrappers, PHP will return a maximum of 8192 bytes even if more was requested. This fix uses stream_get_contents to make sure the full stream is read and not only the first 8 KB. Added unit test with a bigger test file to cover this case. | ||||
* | Fix parameter order for Storage\Local::hash | Robin Appelman | 2014-03-20 | 1 | -15/+32 |
| | |||||
* | Fixed ext storage webdav path encoding | Vincent Petry | 2014-02-19 | 1 | -0/+19 |
| | | | | | | | | | | | | - Some WebDAV servers like lighttpd need paths in URLs to be properly encoded - Added error log output when curl connection failed - Added check for 'resourcetype' in case the WebDAV server doesn't support/return it - Fixed touch() to return false if the server doesn't implement PROPPATCH - Added optional delay in WebDAV unit tests to use when testing against lighttpd's WebDAV | ||||
* | Added unit test for the test() method | Vincent Petry | 2013-12-03 | 1 | -0/+7 |
| | | | | This is to make sure that method isn't broken | ||||
* | Fixed FTP and SMB to use rmdir() when deleting folders | Vincent Petry | 2013-11-29 | 1 | -1/+13 |
| | | | | | | | | | | | 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. | ||||
* | Merge pull request #6008 from owncloud/extstorage-smb-webdav-renamefix | Vincent Petry | 2013-11-26 | 1 | -1/+9 |
|\ | | | | | Fixed SMB rename function to overwrite target file | ||||
| * | Improved unit test for "overwrite on move" | Vincent Petry | 2013-11-25 | 1 | -3/+5 |
| | | | | | | | | Now using a different content to make sure the file was overwritten. | ||||
| * | Added unit test for "overwrite file on rename/move" | Vincent Petry | 2013-11-25 | 1 | -0/+6 |
| | | | | | | | | | | Also fixed "rename" unit test that was ready the result out of the wrong file. | ||||
* | | Updated unit tests for SMB | Vincent Petry | 2013-11-26 | 1 | -1/+2 |
|/ | | | | | - coverage for touch return value - fixed directory provider to exclude unsupported cases | ||||
* | Fixed SMB file deletion success detection | Vincent Petry | 2013-11-19 | 1 | -2/+14 |
| | | | | | | | Since unlink() smb4php doesn't return true on deletion success, we need to check whether the file was deleted to confirm success. Fixes #5866 | ||||
* | extend unit test to directories starting or ending in whitespace | Jörn Friedrich Dreyer | 2013-10-31 | 1 | -15/+26 |
| | |||||
* | Merge branch 'master' into storage-test-cleanup | Thomas Müller | 2013-07-24 | 1 | -4/+4 |
|\ | | | | | | | | | Conflicts: tests/lib/files/storage/storage.php | ||||
| * | increasing allowed time difference | Christian Berendt | 2013-07-08 | 1 | -9/+9 |
| | | |||||
| * | revoking additional tests | Christian Berendt | 2013-07-04 | 1 | -99/+0 |
| | | |||||
| * | remove tests from the wrong test method | Christian Berendt | 2013-07-03 | 1 | -10/+0 |
| | | |||||
| * | test moving and copying of subdirectories | Christian Berendt | 2013-07-03 | 1 | -0/+41 |
| | | |||||
| * | move new tests into the correct test method | Christian Berendt | 2013-07-03 | 1 | -10/+10 |
| | | |||||
| * | test working with files in subdirectories | Christian Berendt | 2013-07-03 | 1 | -0/+10 |
| | | |||||
| * | test working with subdirectories | Christian Berendt | 2013-07-03 | 1 | -0/+48 |
| | | |||||
| * | test copying and moving files in subdirectories | Christian Berendt | 2013-07-03 | 1 | -0/+10 |
| | | |||||
| * | increasing difference for modifcation time tests | Christian Berendt | 2013-07-03 | 1 | -9/+9 |
| | | | | | | | | | | one second is sometimes not enough when using a slow storage connection, three seconds is working better (at least when testing against S3) | ||||
* | | Storage: remove some unneeded strict tests of mtime behaviour | Robin Appelman | 2013-07-16 | 1 | -21/+2 |
| | | |||||
* | | Storage: remove tests for search | Robin Appelman | 2013-07-16 | 1 | -29/+1 |
|/ | |||||
* | Make rmdir recursive for local storage | Robin Appelman | 2013-06-17 | 1 | -1/+13 |
| | |||||
* | Fix touch for creating new files | Robin Appelman | 2013-04-10 | 1 | -0/+6 |
| | |||||
* | fixing various filesystem/storage unit tests on windows | Thomas Mueller | 2013-03-12 | 1 | -2/+1 |
| | | | | fixing copy operation on mapper | ||||
* | new test cases added to search in sub folders | Thomas Mueller | 2013-02-15 | 1 | -0/+16 |
| | |||||
* | initial version of a local storage implementation which will use unique ↵ | Thomas Mueller | 2013-02-06 | 1 | -4/+13 |
| | | | | | | slugified filename on the local filesystem. This implementation will only be enabled on windows based system to solve the issues around UTF-8 file names with php on windows. | ||||
* | merge master into filesystem | Robin Appelman | 2013-01-26 | 1 | -26/+26 |
| | |||||
* | merge master into filesystem | Robin Appelman | 2012-10-11 | 1 | -151/+162 |
| | |||||
* | merge phpunit into filesystem | Robin Appelman | 2012-10-08 | 1 | -15/+17 |
| | |||||
* | move storage backend test cases to their own namespace | Robin Appelman | 2012-09-22 | 1 | -0/+223 |