aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/files/view.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | Storage mount points are not deletable, so make sure that the unlink operation and its hooks aren't run in such cases. Note that some storages might recursively delete their contents when calling unlink on their root. This fix prevents that as well.
* 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
| | | | | | | Added argument to getFileInfo() to disable adding the size of mountpoints to a directory's size. Fixes #5924
* Merge pull request #5263 from owncloud/fixing-5255-masterVicDeo2013-10-101-0/+34
|\ | | | | Proper behavior of resolvePath()
| * the path need to be normalized before putting it into resolvePath()Thomas Müller2013-10-101-0/+34
| | | | | | | | otherwise the returned internalPath will not match followup calls to e.g. Cache::getID()
* | 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 ↵Robin Appelman2013-10-091-0/+25
| | | | | | | | file_put_contents
* | ensure the view's root is a subfolder of the the default root, not only ↵Robin Appelman2013-10-091-0/+18
|/ | | | starting the same
* files: when filtering search results, ensure results are children of the ↵Robin Appelman2013-09-221-0/+14
| | | | fakeroot not just path starting the same
* 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
|\ | | | | | | | | Conflicts: tests/lib/files/view.php
| * 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 ↵Robin Appelman2012-12-151-0/+13
| | | | | | when we open them the fact that they are in the cache does not mean they are scanned
* 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
| | | | path without trailing slash
* explicitly sort files when using getFolderContentsRobin Appelman2012-11-231-7/+7
|
* allow storage backends to implement custom permission managementRobin Appelman2012-11-151-1/+2
|
* check for changes when using the cache apiRobin Appelman2012-10-281-0/+17
|
* add filesystem watcher to detect updatesRobin Appelman2012-10-281-0/+2
|
* add searchByMime to new cache apiRobin Appelman2012-10-271-0/+3
|
* move filesystem test caseRobin Appelman2012-10-261-12/+10
|
* add search to the filecache apiRobin Appelman2012-10-261-1/+44
|
* add View->putFileInfo to the filecache apiRobin Appelman2012-10-261-0/+7
|
* fix problem with normalizePath when there was a double leading slashRobin Appelman2012-10-261-0/+3
|
* move the cache api from OC_Files to filesystem(view)Robin Appelman2012-10-261-0/+113