aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/files/view.php
Commit message (Expand)AuthorAgeFilesLines
* skip testLongPath()Thomas Müller2014-12-101-1/+1
* Replace uniqid calls with $this->getUniqueID so tests pass again on windowsJoas Schilling2014-12-031-1/+1
* Use base class to reset the file mapperJoas Schilling2014-11-191-1/+1
* Merge pull request #12218 from owncloud/issue/10991-fixesMorris Jobke2014-11-171-3/+15
|\
| * Correctly restore previous root mount point after testingJoas Schilling2014-11-171-2/+14
| * Skip some more tests on Windows which just can not work at allJoas Schilling2014-11-171-1/+1
* | Also propagate etag changes when the watcher finds a changed fileRobin Appelman2014-11-071-0/+31
|/
* Better reuse of cache data for getFolderContentsRobin Appelman2014-10-241-2/+3
* fixing windows max depth testClark Tomlinson2014-09-301-6/+19
* Fix unit testRobin Appelman2014-09-051-1/+1
* Added hacky fix for long path cleanup routineVincent Petry2014-06-061-4/+9
* use system function to recursive remove the directory used by temporary storageThomas Müller2014-06-061-1/+3
* Merge pull request #8852 from owncloud/kill-permissions-masterThomas Müller2014-06-051-2/+0
|\
| * - drop permissions table and related codeThomas Müller2014-06-051-2/+0
* | Fix unit testsRobin Appelman2014-06-031-13/+17
|/
* # This is a combination of 2 commits.Thomas Müller2014-05-281-0/+121
* Add tests for other types that PHP might castLukas Reschke2014-05-131-0/+2
* Fixed getAbsolutePath case when path is "0"Vincent Petry2014-05-131-0/+18
* Remove unneccessary statement from testJoas Schilling2014-04-291-2/+0
* Update tests to test for create and update aswellJoas Schilling2014-04-291-13/+35
* use assertSame and assertNotSame for etag checksJörn Friedrich Dreyer2014-02-271-1/+1
* Allow setting the frequency of which the file watcher checks for updatesRobin Appelman2014-02-181-0/+3
* remove duplicate test classRobin Appelman2014-01-141-0/+17
* Prevent deleting storage rootVincent Petry2014-01-081-0/+42
* remove unneeded ; in commentRobin Appelman2013-12-121-1/+1
* Add test for having utf8 filenames in the cacheRobin Appelman2013-12-121-1/+31
* External storage space is now not counted in total spaceVincent Petry2013-11-181-0/+5
* Merge pull request #5263 from owncloud/fixing-5255-masterVicDeo2013-10-101-0/+34
|\
| * the path need to be normalized before putting it into resolvePath()Thomas Müller2013-10-101-0/+34
* | merge master into hooks-view-same-startRobin Appelman2013-10-101-0/+25
|\|
| * don't trigger the create hooks when if the file already exists for file_put_c...Robin Appelman2013-10-091-0/+25
* | ensure the view's root is a subfolder of the the default root, not only start...Robin Appelman2013-10-091-0/+18
|/
* files: when filtering search results, ensure results are children of the fake...Robin Appelman2013-09-221-0/+14
* test case for hooks send from a non-default viewRobin Appelman2013-08-291-1/+30
* View test needs a dummy userBart Visscher2013-06-261-0/+9
* add timeouts 3/30/90 to phpunit testsJörn Friedrich Dreyer2013-06-101-0/+24
* Merge branch 'master' into move-storagesMichael Gapczynski2013-05-231-3/+33
|\
| * Emulate touch() for backends that don't support itRobin Appelman2013-02-101-2/+32
| * Cache: bookkeeping of storage_mtimeRobin Appelman2013-02-101-1/+1
* | Fix undefined variable for copying empty foldersMichael Gapczynski2013-05-191-0/+3
* | Add tests for copying/moving between storagesMichael Gapczynski2013-05-191-0/+34
|/
* Filesystem: add View->getPath to the cache apiRobin Appelman2013-01-271-0/+23
* Cache: make mounts overwrite existing folders, prevents duplicate entriesRobin Appelman2013-01-221-0/+12
* Cache: split permission cache scanning and cache scanningRobin Appelman2013-01-071-1/+1
* Cache: split permission cache scanning and cache scanningRobin Appelman2013-01-071-0/+1
* make sure folders that are not fully scanned are at least shallow scanned whe...Robin Appelman2012-12-151-0/+13
* fix cache behaviour for non existing filesRobin Appelman2012-12-111-0/+3
* sort output of getFolderContent by nameRobin Appelman2012-11-251-11/+11
* change behaviour of Filesystem::getMountPoint when a mountpoint is passed as ...Robin Appelman2012-11-241-0/+12
* explicitly sort files when using getFolderContentsRobin Appelman2012-11-231-7/+7