aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Collapse)AuthorAgeFilesLines
* merge master into filesystemRobin Appelman2012-10-111-151/+162
|\
| * fix storage test caseRobin Appelman2012-10-111-3/+0
| |
| * remove ctime tests for filestorage, ctime will be removed from the storage ↵Robin Appelman2012-10-111-8/+1
| | | | | | | | api in the future
| * some test cases for fopen of storage backendsRobin Appelman2012-10-111-0/+20
| |
| * code styleRobin Appelman2012-10-111-149/+149
| |
* | drop Filesystem::getInternalPath and Filesystem::getStorage in favor of ↵Robin Appelman2012-10-101-3/+6
| | | | | | | | Filesystem::resolvePath
* | fix cache scanner test caseRobin Appelman2012-10-101-2/+1
| |
* | few more test cases for scanning foldersRobin Appelman2012-10-101-0/+7
| |
* | don't use depricated OC_FilesystemRobin Appelman2012-10-102-29/+31
| |
* | make sure we can do our tests againRobin Appelman2012-10-102-2/+2
| |
* | Merge branch 'master' into filesystemRobin Appelman2012-10-101-0/+2
|\|
| * make sure the share backend test case can find the correct interfaceRobin Appelman2012-10-101-0/+2
| |
* | merge master into filesystemRobin Appelman2012-10-101-0/+3
|\|
| * Merge branch 'phpunit'Robin Appelman2012-10-1010-73/+48
| |\
| * | Manually change appconfig value for share policy so tests work correctlyMichael Gapczynski2012-10-091-0/+3
| | |
* | | add Cache::getStatusRobin Appelman2012-10-081-0/+10
| | |
* | | merge phpunit into filesystemRobin Appelman2012-10-0810-87/+69
|\ \ \ | | |/ | |/|
| * | merge master into phpunitRobin Appelman2012-10-082-14/+16
| |\|
| | * better detect if we need to init the filesystem for the hooks testRobin Appelman2012-10-071-1/+1
| | |
| | * fix hook test when not logged inRobin Appelman2012-10-071-1/+6
| | |
| | * skip some test for storage backends that don't support touchRobin Appelman2012-10-061-13/+15
| | |
| * | make archive test cases work againRobin Appelman2012-10-053-37/+29
| | |
| * | remove cache ttl tests, take a lot of time and don't work correctly for most ↵Robin Appelman2012-10-033-21/+0
| | | | | | | | | | | | backends anyway
| * | initual phpunit supportRobin Appelman2012-10-037-16/+25
| |/
* | more tests and fixes for the filesystem scannerRobin Appelman2012-10-031-1/+38
| |
* | add some more test cases for the scannerRobin Appelman2012-10-031-1/+22
| |
* | make filestorage scanner non-static and add a simple test caseRobin Appelman2012-10-032-0/+48
| |
* | dont need this anymoreRobin Appelman2012-10-021-2/+0
| |
* | merge master into filesystemRobin Appelman2012-10-011-35/+59
|\|
| * fix test case for when a user is logged inRobin Appelman2012-10-011-1/+4
| |
| * add test to make sure filepaths that are passed to filesystems hooks are ↵Robin Appelman2012-10-011-0/+23
| | | | | | | | normalized
| * code styleRobin Appelman2012-10-011-46/+44
| |
* | convert Cache to a non-static class that handles the cache for a single ↵Robin Appelman2012-09-261-40/+42
| | | | | | | | storage backend
* | add Cache::getFolderContentRobin Appelman2012-09-231-0/+23
| |
* | some simple test cases for the new filecacheRobin Appelman2012-09-221-0/+88
| |
* | move storage backend test cases to their own namespaceRobin Appelman2012-09-223-20/+23
| |
* | Merge branch 'master' into filesystemRobin Appelman2012-09-221-0/+8
|\|
| * Fix unsharing from self for group shares and add test for itMichael Gapczynski2012-09-081-0/+8
| |
* | put filestorages in a namespaceRobin Appelman2012-09-075-6/+6
|/
* adding space between) and {Thomas Mueller2012-09-0719-82/+82
|
* no more require_once()Thomas Mueller2012-09-052-2/+2
|
* Listen to post_deleteGroup hook in Share APIMichael Gapczynski2012-09-021-0/+4
|
* Restructure generateTarget for the post_addToGroup hookMichael Gapczynski2012-09-021-12/+13
|
* Fix sharing test caseMichael Gapczynski2012-08-281-2/+1
|
* assert array length and individual content instead of assertEqual on arraysThomas Mueller2012-08-281-2/+6
|
* assert array length and individual content instead of assertEqual on arraysThomas Mueller2012-08-281-1/+6
|
* add backticks to SQL, use limit parameter instead of LIMIT SQLJörn Friedrich Dreyer2012-08-251-1/+1
|
* Revert using item name, no longer allowing the same item source exist for a userMichael Gapczynski2012-08-222-44/+46
|
* Merge branch 'share_api'Michael Gapczynski2012-08-193-5/+452
|\ | | | | | | | | | | | | Conflicts: apps/contacts/lib/vcard.php apps/files/index.php lib/files.php
| * Refactor again so we can tell what item is being reshared in case the same ↵Michael Gapczynski2012-08-191-41/+33
| | | | | | | | source shows up. This is the end of the share_api branch, moving to master.