Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 1 | -308/+0 |
| | | | | | | | | | | | | | | | | | | | | * Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader | ||||
* | Apply DB group annotation ... | Thomas Müller | 2015-11-30 | 1 | -0/+7 |
| | |||||
* | Make Cache\Updater per storage | Robin Appelman | 2015-11-25 | 1 | -30/+11 |
| | |||||
* | Also adjust storage_mtime of target after rename | Vincent Petry | 2015-10-26 | 1 | -0/+41 |
| | | | | Some storages like Dropbox change their mtime on rename... | ||||
* | Add tests for double cache rename | Robin Appelman | 2015-10-16 | 1 | -0/+18 |
| | |||||
* | Get correct mimetype when moving and changing extension | Vincent Petry | 2015-05-21 | 1 | -7/+19 |
| | | | | | | | | Fixes issue when restoring folders from trash cross-storage, as such folders have an extension ".d12345678". Fixes issue when moving folders between storages and at the same time changing their extension. | ||||
* | preserve cache data when doing a cross storage move | Robin Appelman | 2015-04-13 | 1 | -0/+74 |
| | |||||
* | Replace originalStorage in tests with a proper teardown | Vincent Petry | 2015-04-08 | 1 | -6/+2 |
| | | | | | | | | | | The purpose of $originalStorage in unit tests was to remount the old root. However that storage itself is already wrapped by storage wrapper, so remounting it would rewrap the storage several times. This fix makes use of "loginAsUser()" and "logout()" from the TestCase class to properly initialize and cleanup the FS as expected. | ||||
* | add some tests for disabled updater | Robin Appelman | 2015-02-27 | 1 | -0/+30 |
| | |||||
* | Use base class to reset the file mapper | Joas Schilling | 2014-11-19 | 1 | -1/+2 |
| | |||||
* | Correctly restore previous root mount point after testing | Joas Schilling | 2014-11-17 | 1 | -1/+14 |
| | |||||
* | Improve unit tests for Cache\Updater | Robin Appelman | 2014-09-05 | 1 | -281/+86 |
| | |||||
* | Refactor Cache\Updater to work outside of the users home | Robin Appelman | 2014-09-05 | 1 | -1/+0 |
| | |||||
* | - drop permissions table and related code | Thomas Müller | 2014-06-05 | 1 | -31/+0 |
| | | | | | | - the file/folder's permission is now stored in the file cache - BackGroundWatcher has been removed - this has meanwhile be replaced by occ files:scan which can be executed in a cron jobs - increase version to trigger database migration | ||||
* | Merge branch 'master' into cachehooks-first | Robin Appelman | 2014-03-13 | 1 | -21/+64 |
|\ | |||||
| * | initialize etags of temporary storage | Jörn Friedrich Dreyer | 2014-02-27 | 1 | -0/+1 |
| | | |||||
| * | use assertInternalType for typechecking | Jörn Friedrich Dreyer | 2014-02-27 | 1 | -21/+63 |
| | | |||||
* | | Manually triger the filecache update hooks before any other hook | Robin Appelman | 2014-02-26 | 1 | -5/+0 |
|/ | |||||
* | use different value for mtime and storage_mtime in test | Robin Appelman | 2014-01-14 | 1 | -1/+1 |
| | |||||
* | Use storage_mtime when determining if we can reuse cached data while scanning | Robin Appelman | 2014-01-14 | 1 | -1/+1 |
| | |||||
* | Redetect mime type whenever extension is renamed | Vincent Petry | 2013-11-27 | 1 | -0/+8 |
| | |||||
* | Merge branch 'master' into update-parent-storage-mtime | Robin Appelman | 2013-10-30 | 1 | -0/+18 |
|\ | | | | | | | | | Conflicts: lib/private/files/cache/updater.php | ||||
| * | backport of https://github.com/owncloud/core/pull/5513 | Bjoern Schiessle | 2013-10-29 | 1 | -0/+18 |
| | | |||||
* | | update touch tests for updated behaviour | Robin Appelman | 2013-10-29 | 1 | -2/+0 |
| | | |||||
* | | Update the parent folders storage_mtime on write and delete to prevent rescans | Robin Appelman | 2013-10-29 | 1 | -0/+32 |
|/ | |||||
* | rename can cause mtime change - invalid assert | Thomas Müller | 2013-07-01 | 1 | -2/+4 |
| | |||||
* | Merge pull request #3764 from owncloud/scanfolder-existing | icewind1991 | 2013-06-19 | 1 | -3/+2 |
|\ | | | | | Improve re-using existing data in the filescanner | ||||
| * | fix updaters test cases | Robin Appelman | 2013-06-19 | 1 | -2/+1 |
| | | |||||
* | | Add tests for the updater with mount points | Michael Gapczynski | 2013-06-12 | 1 | -3/+125 |
|/ | |||||
* | Have the filecache updater testcase clean the filesystem properly | Robin Appelman | 2013-04-25 | 1 | -6/+3 |
| | |||||
* | Cache: better rename hook for cache updater | Robin Appelman | 2013-03-08 | 1 | -2/+3 |
| | |||||
* | Update tests and apps to the new \OC\Files\Filesystem::init signature | Robin Appelman | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | Cache: use greaterEquals in tests cases to prevent failures due to race ↵ | Robin Appelman | 2013-01-30 | 1 | -3/+3 |
| | | | | conditions | ||||
* | Cache: fix test case Updater::testRename | Robin Appelman | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | Add tests for mtime changes in folders - testRename is failing right now | Michael Gapczynski | 2013-01-22 | 1 | -0/+8 |
| | |||||
* | Fix eTagUpdate and add tests | Michael Gapczynski | 2012-12-31 | 1 | -6/+22 |
| | |||||
* | one additional test case for the cache updater | Robin Appelman | 2012-12-11 | 1 | -0/+5 |
| | |||||
* | don't throw fatal error in updater cache if setup failed for some reason | Robin Appelman | 2012-11-22 | 1 | -1/+3 |
| | |||||
* | add cache updater | Robin Appelman | 2012-11-08 | 1 | -0/+116 |