summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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.
| * Large refactoring to allow for the same item to be shared to a group and ↵Michael Gapczynski2012-08-191-8/+103
| | | | | | | | again with a user in the group with different permissions
| * 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
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/group.php lib/group/backend.php lib/group/database.php lib/group/interface.php lib/public/user.php lib/user.php lib/user/backend.php lib/user/database.php lib/user/interface.php
| * \ Merge branch 'master' into share_apiMichael Gapczynski2012-07-256-21/+310
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/calendar/js/loader.js apps/contacts/index.php apps/contacts/js/loader.js apps/files/js/files.js apps/files_sharing/sharedstorage.php lib/filesystemview.php
* | | | add OC_FileStorage::getLocalFolderRobin Appelman2012-08-191-1/+14
| | | |
* | | | add OC_Archive::addRecursiveRobin Appelman2012-08-181-0/+8
| | | |
* | | | Optimized image sizeLukas Reschke2012-08-181-0/+0
| | | |
* | | | 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
| |
* | fix running test cases from browserRobin Appelman2012-07-191-5/+4
| |
* | add database type to xml reportThomas Mueller2012-07-161-2/+8
| |
* | restructuring test suite invocation - now we load all test cases into one ↵Thomas Mueller2012-07-131-16/+36
|/ | | | suite and execute this single suite. this is necessary to be able to generate one xml report and is also a precondition for code coverage analysis(which will follow soon)
* 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
|
* Don't use substr to get first char of stringBart Visscher2012-06-081-1/+1
|
* 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
|
* enable running unit tests from cliRobin Appelman2012-05-221-2/+8
|
* improve tar archive backendRobin Appelman2012-05-181-0/+1
|
* removing executable bit - againThomas Mueller2012-05-153-0/+0
|
* move archive library to core so we can properly depend on itRobin Appelman2012-05-023-0/+181
|
* check if removed folders are really goneRobin Appelman2012-04-181-0/+9
|
* only run tests of enabled appsRobin Appelman2012-04-151-1/+1
|
* test cases for user backendsRobin Appelman2012-04-143-0/+161
|
* allow multiply group backendsRobin Appelman2012-04-134-0/+301
|
* tests for oc_filesystemRobin Appelman2012-04-122-4/+65
|
* allow running a single test or group of testsRobin Appelman2012-03-281-4/+8
|
* loosen tests for mtime and ctime a bitRobin Appelman2012-03-221-8/+10
|
* fix the filestorage test a bitRobin Appelman2012-03-031-1/+2
|
* add streamwrapper that provides a callback on stream closeRobin Appelman2012-03-021-0/+31
|
* add search implementation to filestorage commonRobin Appelman2012-03-021-3/+17
|
* only test enabled appsRobin Appelman2012-03-021-1/+1
|
* allow apps to ship test casesRobin Appelman2012-03-021-8/+16
|
* add test cases for stat and touchRobin Appelman2012-02-291-0/+45
|
* add test case for getLocalFileRobin Appelman2012-02-281-2/+8
|