aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/files/cache/updater.php
Commit message (Collapse)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-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üller2015-11-301-0/+7
|
* Make Cache\Updater per storageRobin Appelman2015-11-251-30/+11
|
* Also adjust storage_mtime of target after renameVincent Petry2015-10-261-0/+41
| | | | Some storages like Dropbox change their mtime on rename...
* Add tests for double cache renameRobin Appelman2015-10-161-0/+18
|
* Get correct mimetype when moving and changing extensionVincent Petry2015-05-211-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 moveRobin Appelman2015-04-131-0/+74
|
* Replace originalStorage in tests with a proper teardownVincent Petry2015-04-081-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 updaterRobin Appelman2015-02-271-0/+30
|
* Use base class to reset the file mapperJoas Schilling2014-11-191-1/+2
|
* Correctly restore previous root mount point after testingJoas Schilling2014-11-171-1/+14
|
* Improve unit tests for Cache\UpdaterRobin Appelman2014-09-051-281/+86
|
* Refactor Cache\Updater to work outside of the users homeRobin Appelman2014-09-051-1/+0
|
* - drop permissions table and related codeThomas Müller2014-06-051-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-firstRobin Appelman2014-03-131-21/+64
|\
| * initialize etags of temporary storageJörn Friedrich Dreyer2014-02-271-0/+1
| |
| * use assertInternalType for typecheckingJörn Friedrich Dreyer2014-02-271-21/+63
| |
* | Manually triger the filecache update hooks before any other hookRobin Appelman2014-02-261-5/+0
|/
* use different value for mtime and storage_mtime in testRobin Appelman2014-01-141-1/+1
|
* Use storage_mtime when determining if we can reuse cached data while scanningRobin Appelman2014-01-141-1/+1
|
* Redetect mime type whenever extension is renamedVincent Petry2013-11-271-0/+8
|
* Merge branch 'master' into update-parent-storage-mtimeRobin Appelman2013-10-301-0/+18
|\ | | | | | | | | Conflicts: lib/private/files/cache/updater.php
| * backport of https://github.com/owncloud/core/pull/5513Bjoern Schiessle2013-10-291-0/+18
| |
* | update touch tests for updated behaviourRobin Appelman2013-10-291-2/+0
| |
* | Update the parent folders storage_mtime on write and delete to prevent rescansRobin Appelman2013-10-291-0/+32
|/
* rename can cause mtime change - invalid assertThomas Müller2013-07-011-2/+4
|
* Merge pull request #3764 from owncloud/scanfolder-existingicewind19912013-06-191-3/+2
|\ | | | | Improve re-using existing data in the filescanner
| * fix updaters test casesRobin Appelman2013-06-191-2/+1
| |
* | Add tests for the updater with mount pointsMichael Gapczynski2013-06-121-3/+125
|/
* Have the filecache updater testcase clean the filesystem properlyRobin Appelman2013-04-251-6/+3
|
* Cache: better rename hook for cache updaterRobin Appelman2013-03-081-2/+3
|
* Update tests and apps to the new \OC\Files\Filesystem::init signatureRobin Appelman2013-02-111-1/+1
|
* Cache: use greaterEquals in tests cases to prevent failures due to race ↵Robin Appelman2013-01-301-3/+3
| | | | conditions
* Cache: fix test case Updater::testRenameRobin Appelman2013-01-221-1/+1
|
* Add tests for mtime changes in folders - testRename is failing right nowMichael Gapczynski2013-01-221-0/+8
|
* Fix eTagUpdate and add testsMichael Gapczynski2012-12-311-6/+22
|
* one additional test case for the cache updaterRobin Appelman2012-12-111-0/+5
|
* don't throw fatal error in updater cache if setup failed for some reasonRobin Appelman2012-11-221-1/+3
|
* add cache updaterRobin Appelman2012-11-081-0/+116