aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/files/cache
Commit message (Collapse)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-209-2150/+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
* Fix namespaces and class names in tests/lib/files/Joas Schilling2016-05-191-2/+1
|
* Add fallback moveFromCache implementationRobin Appelman2016-01-292-2/+33
|
* fix testsRobin Appelman2016-01-142-2/+4
|
* Use TempManager instead of tmpFolderMorris Jobke2015-12-181-1/+1
|
* Removed deprecated function OC_User::deleteUserRoeland Jago Douma2015-12-172-2/+6
| | | | Replaced with proper OCP calls
* Removed deprecated private OC_User::createUserRoeland Jago Douma2015-12-172-2/+2
| | | | | All function calls are replaced with the recommended (which was already the body of the function).
* remove old propagation logicRobin Appelman2015-12-011-137/+0
|
* Adding more DB groups to test suitsThomas Müller2015-11-302-0/+14
| | | | Adding more DB groups to test suits
* Apply DB group annotation ...Thomas Müller2015-11-307-0/+49
|
* Make Cache\Updater per storageRobin Appelman2015-11-251-30/+11
|
* update testsRobin Appelman2015-11-191-37/+10
|
* take the etag of child mounts into account for the folder etagRobin Appelman2015-11-191-0/+33
| | | | this replaces shared etag propagation
* Add test for special character during moveRobin Appelman2015-11-051-0/+48
|
* 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
|
* also detect files in a .part folder as part fileBjoern Schiessle2015-10-121-0/+23
|
* Fix watcher tests to explicitly set policyVincent Petry2015-07-291-0/+3
|
* 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-083-22/+6
| | | | | | | | | | 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.
* fixing unit test - expected value change due to different size being stored ↵Thomas Müller2015-04-071-1/+1
| | | | in cache table
* Removing files_encryption left oversThomas Müller2015-04-071-11/+0
|
* remove unencrypted_size from the cache, size will contain the unencrypted sizeBjoern Schiessle2015-04-071-5/+2
|
* SQLite autoincrement testVincent Petry2015-03-251-0/+13
|
* Add test for backticks in path and etagJoas Schilling2015-03-181-0/+22
|
* add some tests for disabled updaterRobin Appelman2015-02-271-0/+30
|
* update testRobin Appelman2015-02-131-0/+2
|
* Dont lower the mtime of a folder when propagating changesRobin Appelman2015-02-131-2/+25
|
* Additional unit test for recursive removeRobin Appelman2015-01-151-0/+19
|
* Trim leading or trailing slashes in file cache pathsVincent Petry2015-01-081-0/+36
|
* Sort results to make sure assert work on consistent orderVincent Petry2014-12-151-2/+6
|
* Added searchByTags to view, storage and cacheVincent Petry2014-12-111-0/+57
|
* Fix numeric storage id for cache wrapperVincent Petry2014-12-101-0/+4
|
* Replace uniqid calls with $this->getUniqueID so tests pass again on windowsJoas Schilling2014-12-031-1/+1
|
* Add storage and cache wrappers to apply a permissions mask to a storageRobin Appelman2014-11-271-0/+94
|
* Add storage and cache wrappers to jail a storage to a subfolderRobin Appelman2014-11-272-4/+71
|
* Use base class to reset the file mapperJoas Schilling2014-11-197-16/+32
|
* Correctly restore previous root mount point after testingJoas Schilling2014-11-173-5/+34
|
* Resolves cache tests failing if the directory length is longer than 64Clark Tomlinson2014-09-171-0/+4
|
* w͢͢͝h͡o͢͡ ̸͢k̵͟n̴͘ǫw̸̛s͘ ̀́w͘͢ḩ̵a҉̡͢t ↵Jörn Friedrich Dreyer2014-09-081-0/+2
| | | | ̧̕h́o̵r͏̵rors̡ ̶͡͠lį̶e͟͟ ̶͝in͢ ͏t̕h̷̡͟e ͟͟d̛a͜r̕͡k̢̨ ͡h̴e͏a̷̢̡rt́͏ ̴̷͠ò̵̶f̸ u̧͘ní̛͜c͢͏o̷͏d̸͢e̡͝
* remove unstable testRobin Appelman2014-09-051-1/+0
|
* Fix unit testRobin Appelman2014-09-051-1/+0
|
* Improve unit tests for Cache\UpdaterRobin Appelman2014-09-052-281/+416
|
* Refactor Cache\Updater to work outside of the users homeRobin Appelman2014-09-051-1/+0
|
* add utf8 folder testJörn Friedrich Dreyer2014-08-071-13/+28
|
* make search case insensitive on postgres and oracleJörn Friedrich Dreyer2014-07-031-0/+6
|
* Merge pull request #8968 from owncloud/scanner-parent-repairVincent Petry2014-06-121-2/+49
|\ | | | | Repair broken parent link in the scanner
| * Repair broken parent link in the scannerRobin Appelman2014-06-101-2/+49
| |
* | Use assertNotSame when checking etagsVincent Petry2014-06-111-3/+3
|/ | | | | Sometimes etags contain a "e" character which makes PHP believe it's a number and make the tests fail