aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/files/view.php
Commit message (Expand)AuthorAgeFilesLines
* add unit tests for null handling in viewRobin Appelman2015-04-221-2/+19
* Properly handle copy/move failures in cross storage copy/moveRobin Appelman2015-04-131-5/+14
* Improve cross storage copy between local storagesRobin Appelman2015-04-131-2/+67
* Replace originalStorage in tests with a proper teardownVincent Petry2015-04-081-8/+4
* fix testRobin Appelman2015-03-161-2/+2
* fix factory testRobin Appelman2015-03-111-3/+2
* Allow setting the watcher policy as mount optionRobin Appelman2015-03-111-0/+9
* Copy mount options to the storageRobin Appelman2015-03-111-0/+10
* Fix cache update when doing a rename that overwrites the targetRobin Appelman2015-02-271-0/+13
* Delete target file for unsuccessful copy/renameVincent Petry2015-02-261-0/+51
* Prevent directory traversals in ctr of \OC\Files\ViewLukas Reschke2015-02-181-0/+17
* detect root of mountpoint also if the trailing slash is missedBjoern Schiessle2015-02-041-0/+22
* Dont remove a file from cache if the delete operation failedRobin Appelman2015-01-291-0/+23
* Fix resolving paths for views rooted in a fileRobin Appelman2015-01-291-0/+16
* Preserve mtime when doing cross storage moveRobin Appelman2015-01-231-1/+28
* Return valid fileinfo objects for part filesRobin Appelman2015-01-131-0/+14
* 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