summaryrefslogtreecommitdiffstats
path: root/tests/lib/files/view.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | Kill permissions table
| * - drop permissions table and related codeThomas Müller2014-06-051-2/+0
| | | | | | | | | | | | - the file/folder's permission is now stored in the file cache - BackGroundWatcher has been removed - this has meanwhile be replaced by occ files:scan which can be executed in a cron jobs - increase version to trigger database migration
* | Fix unit testsRobin Appelman2014-06-031-13/+17
|/
* # This is a combination of 2 commits.Thomas Müller2014-05-281-0/+121
| | | | | | | | | | | | | # The first commit's message is: adding tests for long paths increment path field in database up to 4000 (maximum for Oracle - otherwise we could use php's 4096) increment version to trigger database migration adding unit test for too long path # This is the 2nd commit message: fix too long path
* Add tests for other types that PHP might castLukas Reschke2014-05-131-0/+2
| | | Addition to https://github.com/owncloud/core/pull/8572
* Fixed getAbsolutePath case when path is "0"Vincent Petry2014-05-131-0/+18
| | | | | Make sure to correctly check for string emptiness when the passed path is "0".
* 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
| | | | | | | | 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