Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | get rid of failing test that don't cause additional downloads | Robin Appelman | 2013-12-08 | 2 | -24/+24 |
| | |||||
* | extend test case for etag preservation | Robin Appelman | 2013-12-08 | 1 | -2/+2 |
| | |||||
* | reuse etags when doing a background scan | Robin Appelman | 2013-12-08 | 1 | -0/+79 |
| | |||||
* | Make rmdir recursive for local storage | Robin Appelman | 2013-12-03 | 1 | -1/+1 |
| | | | | Backport of 63c898c0 | ||||
* | Fixed FTP and SMB to use rmdir() when deleting folders | Vincent Petry | 2013-12-02 | 1 | -0/+24 |
| | | | | | | | | | | | | | 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. Backport of d69243e | ||||
* | Merge pull request #6042 from owncloud/backport-6035-oc5 | Morris Jobke | 2013-11-27 | 1 | -0/+73 |
|\ | | | | | Backport 6035 oc5 | ||||
| * | fixes #6050 | Thomas Müller | 2013-11-26 | 1 | -3/+8 |
| | | |||||
| * | in case uri and script name don't match we better throw an exception | Thomas Müller | 2013-11-25 | 1 | -0/+22 |
| | | |||||
| * | handle duplicate slashes in case of reverse proxy configuration | Thomas Müller | 2013-11-25 | 1 | -0/+46 |
| | | | | | | | | | | Conflicts: tests/lib/request.php | ||||
* | | clear permissions cache when scanning a file | Robin Appelman | 2013-11-25 | 1 | -0/+17 |
|/ | | | | | Conflicts: lib/files/cache/scanner.php | ||||
* | Merge pull request #5934 from owncloud/stable5-excludeextstoragefromquota | Vincent Petry | 2013-11-22 | 1 | -0/+5 |
|\ | | | | | [Stable5] Exclude ext storage from quota | ||||
| * | External storage space is now not counted in total space | Vincent Petry | 2013-11-19 | 1 | -0/+5 |
| | | | | | | | | | | | | | | Added argument to getFileInfo() to disable adding the size of mountpoints to a directory's size. Backport of 614e4d485c8b74f6879c401f8cbb93e9335bf9b3 | ||||
* | | Merge branch 'stable5' into fixing-4866-stable5 | Thomas Müller | 2013-11-22 | 7 | -20/+264 |
|\ \ | |||||
| * | | Fixed testTouch unit test to work with stable5 | Vincent Petry | 2013-11-22 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Calling getFileInfo() would trigger checkUpdate() and would return the real file mtime because the test value 500 was in the past. This fix makes this test work with the stable5 behavior. Removed "storage_mtime" references which don't exist in stable5. | ||||
| * | | Emulate touch() for backends that don't support it | Robin Appelman | 2013-11-21 | 1 | -2/+32 |
| | | | | | | | | | | | | Backport of 9738fae3cf1ad18593d21eb62e138e00c01f5f36 | ||||
| * | | Merge pull request #5893 from owncloud/stable5-extstorage-smbfixes | Vincent Petry | 2013-11-19 | 1 | -2/+14 |
| |\ \ | | |/ | |/| | [stable5] External storage SMB fixes for stat and unlink backport | ||||
| | * | Fixed SMB file deletion success detection | Vincent Petry | 2013-11-15 | 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 Backport of eefd91355d54b7e49dd328cef9a9561ee51b0194 | ||||
| * | | Added missing test with leading backslash | Vincent Petry | 2013-11-15 | 1 | -0/+2 |
| | | | |||||
| * | | Fixed normalizePath() to strip out single dot dirs | Vincent Petry | 2013-11-15 | 1 | -1/+54 |
| |/ | | | | | | | | | | | Now removing "/./" and trailing "/." from the paths when normalizing. Backport of c06d8bb0071839480f9e458e58630ca0c205b9cb | ||||
| * | extend unit test to directories starting or ending in whitespace | Jörn Friedrich Dreyer | 2013-10-31 | 1 | -15/+26 |
| | | |||||
| * | disable encryption app for file cache updater test since the test doesn't ↵ | Bjoern Schiessle | 2013-10-29 | 1 | -0/+12 |
| | | | | | | | | use a completely initialized oc filesystem | ||||
| * | tests should work if I explicitely log-in as a user | Bjoern Schiessle | 2013-10-29 | 1 | -0/+5 |
| | | |||||
| * | enable files sharing tests | Bjoern Schiessle | 2013-10-18 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #5229 from owncloud/more-link-expiration-stable5 | Thomas Müller | 2013-10-16 | 1 | -0/+48 |
| |\ | | | | | | | Backport of #4856 to stable5: Fix Sharing "Expiration Date" for Shares of type Link (i.e. Token) | ||||
| | * | Tests whether expired/valid link share is still accessible. | Andreas Fischer | 2013-10-09 | 1 | -0/+48 |
| | | | |||||
| * | | streamCopy() should return proper structure. | Thomas Müller | 2013-10-14 | 1 | -0/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | Callers of streamCopy() expect an array to be returned containing count and result. Conflicts: lib/helper.php tests/lib/helper.php | ||||
| * | | the path need to be normalized before putting it into resolvePath() | Thomas Müller | 2013-10-10 | 1 | -0/+34 |
| |/ | | | | | | | | | | | | | otherwise the returned internalPath will not match followup calls to e.g. Cache::getID() Conflicts: tests/lib/files/view.php | ||||
* / | Cherry-pick of 5d671a8 onto stable5. | Andreas Fischer | 2013-09-29 | 1 | -10/+37 |
|/ | | | | | | | | recreate an etag within the scanner if the cache contains an empty etag Conflicts: lib/files/cache/cache.php tests/lib/files/cache/scanner.php | ||||
* | Calculate dateInPast and dateInFuture. | Andreas Fischer | 2013-09-24 | 1 | -5/+8 |
| | |||||
* | Compare objects directly. Also use $expected and $actual. | Andreas Fischer | 2013-09-24 | 1 | -6/+6 |
| | |||||
* | Add database tests for INSERT/SELECT date format. | Andreas Fischer | 2013-09-23 | 3 | -0/+80 |
| | |||||
* | Add comment explaining how $dateInFuture was picked. | Andreas Fischer | 2013-09-23 | 1 | -0/+2 |
| | |||||
* | Coding style: { for methods start are supposed to be on the same line. | Andreas Fischer | 2013-09-23 | 1 | -12/+6 |
| | |||||
* | Expiration tests for sharing with groups. | Andreas Fischer | 2013-09-23 | 1 | -6/+76 |
| | |||||
* | Do not repeat shareUserOneTestFileWithUserTwo() code. | Andreas Fischer | 2013-09-23 | 1 | -25/+22 |
| | |||||
* | Make dates test class properties. | Andreas Fischer | 2013-09-23 | 1 | -2/+5 |
| | |||||
* | Try to make Oracle happy by also specifying seconds. | Andreas Fischer | 2013-09-23 | 1 | -2/+2 |
| | |||||
* | Test whether a still-valid user share is still accessible. | Andreas Fischer | 2013-09-23 | 1 | -11/+34 |
| | |||||
* | Test whether an expired user share is still accessible. | Andreas Fischer | 2013-09-23 | 1 | -0/+33 |
| | |||||
* | remove deleted files while scanning | Robin Appelman | 2013-09-23 | 1 | -0/+10 |
| | |||||
* | test case for hooks send from a non-default view | Robin Appelman | 2013-09-10 | 1 | -0/+34 |
| | |||||
* | backport of #4360 | Thomas Müller | 2013-08-29 | 1 | -0/+23 |
| | |||||
* | adding unit tests for quota checks | Thomas Müller | 2013-08-27 | 1 | -1/+55 |
| | |||||
* | adding unit tests to determine length | Thomas Müller | 2013-08-27 | 1 | -0/+47 |
| | |||||
* | fix namespacess for scanner test | Robin Appelman | 2013-08-12 | 1 | -3/+3 |
| | |||||
* | Scanner: additional tests for reusing etags during scanning | Robin Appelman | 2013-08-12 | 2 | -0/+92 |
| | |||||
* | Scanner test: ensure mtime in the cache is the same as on the storage to ↵ | Robin Appelman | 2013-07-30 | 1 | -0/+1 |
| | | | | prevent random failures | ||||
* | manual backport of changes related to #3459 | Thomas Müller | 2013-07-29 | 2 | -1/+86 |
| | |||||
* | Going from text to clob is not something we do. | Bart Visscher | 2013-07-09 | 1 | -1/+2 |
| | | | | | | | | Also Oracle DB has problems with this, see http://abhijitbashetti.blogspot.de/2011/10/converting-varchar2-to-clob-and-clob-to.html Conflicts: tests/lib/dbschema.php | ||||
* | fix insertIfNotExist return value, update doc and corresponding test | Jörn Friedrich Dreyer | 2013-07-05 | 1 | -14/+14 |
| |