summaryrefslogtreecommitdiffstats
path: root/tests/lib/files/view.php
Commit message (Collapse)AuthorAgeFilesLines
* 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