aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/files
Commit message (Expand)AuthorAgeFilesLines
* add timeouts 3/30/90 to phpunit testsJörn Friedrich Dreyer2013-06-102-0/+27
* Merge branch 'master' into fix_for_2377Florin Peter2013-05-251-0/+27
|\
| * Merge pull request #3388 from roha4000/masterMichael Gapczynski2013-05-251-0/+27
| |\
| | * New tests to assure that a move will not affect another users cache entriesRoland Hager2013-05-221-0/+27
* | | improved tests to check if database layer normalize folder namesFlorin Peter2013-05-251-11/+29
* | | Merge branch 'master' into fix_for_2377Florin Peter2013-05-241-0/+37
|\| |
| * | Merge branch 'master' into move-storagesMichael Gapczynski2013-05-233-8/+55
| |\|
| * | Fix undefined variable for copying empty foldersMichael Gapczynski2013-05-191-0/+3
| * | Add tests for copying/moving between storagesMichael Gapczynski2013-05-191-0/+34
* | | changed tests for using new normalizerFlorin Peter2013-05-242-3/+3
* | | revert previous fix and added normalizer to cache classFlorin Peter2013-05-231-0/+67
| |/ |/|
* | merge master into filecache_mtimeRobin Appelman2013-05-217-74/+141
|\|
| * Merge pull request #3044 from owncloud/backgroundwatchericewind19912013-05-071-2/+4
| |\
| | * Cache: add a backgroundjob to check for external changes to the filesystemRobin Appelman2013-04-201-2/+4
| * | Merge pull request #3025 from owncloud/move-fileMichael Gapczynski2013-05-071-3/+4
| |\ \
| | * | Cache: only look for child entires when doing a move operation when moving a ...Robin Appelman2013-04-191-3/+4
| | |/
| * | Further seperation of mount management logicRobin Appelman2013-04-262-58/+67
| * | Have the filecache updater testcase clean the filesystem properlyRobin Appelman2013-04-251-6/+3
| |/
| * Fix touch for creating new filesRobin Appelman2013-04-101-0/+6
| * Fixing author and copyrightThomas Müller2013-03-201-2/+2
| * some more test cases & fix on file name generation with indexThomas Mueller2013-03-191-0/+11
| * adding extension to slugified physical pathThomas Mueller2013-03-191-0/+41
| * Merge pull request #2204 from owncloud/chache_updater_renameFrank Karlitschek2013-03-171-2/+3
| |\
| | * Cache: better rename hook for cache updaterRobin Appelman2013-03-081-2/+3
| * | fixing various filesystem/storage unit tests on windowsThomas Mueller2013-03-121-2/+1
| |/
* | Merge branch 'master' into filecache_mtimeMichael Gapczynski2013-03-084-4/+93
|\|
| * Change findById to findByStorageId in mount testMichael Gapczynski2013-03-071-1/+1
| * Fix fetching source path of shared filesMichael Gapczynski2013-03-071-4/+4
| * Merge pull request #1724 from owncloud/long-storage-idFrank Karlitschek2013-02-182-0/+32
| |\
| | * Cache: hash long storage ids to ensure they fit in the databaseRobin Appelman2013-02-152-0/+32
| * | new test cases added to search in sub foldersThomas Mueller2013-02-151-0/+16
| * | folder should be created :-(Thomas Mueller2013-02-151-0/+2
| * | adding a new test class for mapped local using a dot in the datadir - reflect...Thomas Mueller2013-02-151-0/+40
| |/
* | merge master into filecache_mtimeRobin Appelman2013-02-154-3/+42
|\|
| * Merge pull request #1618 from owncloud/mapped-storage-unit-testing-linux-masterv5.0.0alpha1Lukas Reschke2013-02-121-0/+40
| |\
| | * make MappedLocal available and testable within Linux as wellThomas Müller2013-02-091-0/+40
| * | Merge pull request #1616 from owncloud/cache_fixes_rebaseThomas Müller2013-02-121-1/+0
| |\ \
| | * | Cache: reuse known folder sizes when doing a shallow scanRobin Appelman2013-02-111-1/+0
| | |/
| * / Update tests and apps to the new \OC\Files\Filesystem::init signatureRobin Appelman2013-02-112-2/+2
| |/
* | Emulate touch() for backends that don't support itRobin Appelman2013-02-101-2/+32
* | Cache: bookkeeping of storage_mtimeRobin Appelman2013-02-103-6/+24
|/
* initial version of a local storage implementation which will use unique slugi...Thomas Mueller2013-02-061-4/+13
* uncomment failing calls to \OC\Files\Filesystem::file_put_contentsThomas Mueller2013-02-051-3/+3
* reuse \OC_Helper::tmpFolder()Thomas Mueller2013-02-041-4/+1
* Cache: use greaterEquals in tests cases to prevent failures due to race condi...Robin Appelman2013-01-301-3/+3
* Filesystem: return all matching mounts in Mount::findByIdRobin Appelman2013-01-281-2/+6
* Filesystem: add View->getPath to the cache apiRobin Appelman2013-01-271-0/+23
* Cache: add function to get storage id and internal path of a file by idRobin Appelman2013-01-271-0/+7
* Test cases for new mount managementRobin Appelman2013-01-271-0/+37
* Cache: port test cases to PHPUnitRobin Appelman2013-01-262-47/+47