summaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
* make sure the share backend test case can find the correct interfaceRobin Appelman2012-10-101-0/+2
* Merge branch 'phpunit'Robin Appelman2012-10-1010-73/+48
|\
| * merge master into phpunitRobin Appelman2012-10-082-14/+16
| |\
| * | 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
| * | initual phpunit supportRobin Appelman2012-10-037-16/+25
* | | Manually change appconfig value for share policy so tests work correctlyMichael Gapczynski2012-10-091-0/+3
| |/ |/|
* | 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
|/
* 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 norm...Robin Appelman2012-10-011-0/+23
* code styleRobin Appelman2012-10-011-46/+44
* Fix unsharing from self for group shares and add test for itMichael Gapczynski2012-09-081-0/+8
* 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
|\
| * Refactor again so we can tell what item is being reshared in case the same so...Michael Gapczynski2012-08-191-41/+33
| * Large refactoring to allow for the same item to be shared to a group and agai...Michael Gapczynski2012-08-191-8/+103
| * File sharing cleanup, works perfectly I think :)Michael Gapczynski2012-08-161-0/+8
| * Add tests for Share API, all tests passing :)Michael Gapczynski2012-08-153-138/+263
| * Merge branch 'master' into share_apiMichael Gapczynski2012-08-141-0/+11
| |\
| * \ Merge branch 'master' into share_apiMichael Gapczynski2012-07-255-5/+269
| |\ \
* | | | add OC_FileStorage::getLocalFolderRobin Appelman2012-08-191-1/+14
* | | | add OC_Archive::addRecursiveRobin Appelman2012-08-181-0/+8
* | | | more path normalizationRobin Appelman2012-08-171-0/+1
| |_|/ |/| |
* | | some basic path normalizationRobin Appelman2012-08-141-0/+11
| |/ |/|
* | use dummy user backend for oc_cache_file testsRobin Appelman2012-07-231-6/+14
* | create a user for Test_Cache_File to allow unit tesing within ciThomas Mueller2012-07-231-1/+8
* | add prefix option to OC_Cache::clearRobin Appelman2012-07-221-0/+21
* | remove unused variablesRobin Appelman2012-07-201-1/+0
* | fix OC_Cache_File tests if encryption is not enabledRobin Appelman2012-07-201-2/+4
|/
* make sure the filesystem is setup properly for oc_cache_file testsRobin Appelman2012-06-301-0/+19
* cant to ttl tests for xcacheRobin Appelman2012-06-301-0/+4
* add hasUpdated to oc_filestorageRobin Appelman2012-06-151-0/+8
* Add OC_Cache implementation for APCBart Visscher2012-06-052-0/+38
* Skip test for XCache when the module is not thereBart Visscher2012-06-051-0/+4
* Spelling fixes in XCache filesBart Visscher2012-06-051-3/+3
* add TTL tests for OC_CacheRobin Appelman2012-06-051-0/+9
* add hasKey for XCache backendRobin Appelman2012-06-051-0/+5
* add XCache backend and testcases for OC_CacheRobin Appelman2012-06-053-0/+96
* Added class comment blockSam Tuke2012-06-011-0/+10
* improve tar archive backendRobin Appelman2012-05-181-0/+1