Commit Graph

7062 Commits (master)

Author SHA1 Message Date
Michael Gapczynski f987e22d85 Large refactoring to allow for the same item to be shared to a group and again with a user in the group with different permissions 12 years ago
Robin Appelman 9b44d0cb32 add OC_FileStorage::getLocalFolder 12 years ago
Robin Appelman 5962469892 add OC_Archive::addRecursive 12 years ago
Lukas Reschke d54390b1a0 Optimized image size 12 years ago
Robin Appelman 53a888cc81 more path normalization 12 years ago
Michael Gapczynski df8a2e5361 File sharing cleanup, works perfectly I think :) 12 years ago
Michael Gapczynski 137e4cb342 Add tests for Share API, all tests passing :) 12 years ago
Michael Gapczynski 4c7fd8cd01 Merge branch 'master' into share_api
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
12 years ago
Robin Appelman 0c8ce0bb32 some basic path normalization 12 years ago
Michael Gapczynski 30b58f5677 Merge branch 'master' into share_api
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
12 years ago
Robin Appelman 59364366d8 use dummy user backend for oc_cache_file tests 12 years ago
Thomas Mueller ab7a2d43e8 create a user for Test_Cache_File to allow unit tesing within ci 12 years ago
Robin Appelman 51566e87c7 add prefix option to OC_Cache::clear 12 years ago
Robin Appelman c9be9ab251 remove unused variables 12 years ago
Robin Appelman 0e6238c66f fix OC_Cache_File tests if encryption is not enabled 12 years ago
Robin Appelman e031b9b880 fix running test cases from browser 12 years ago
Thomas Mueller 3ffc96c3e9 add database type to xml report 12 years ago
Thomas Mueller 5de2a292fc restructuring test suite invocation - now we load all test cases into one 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) 12 years ago
Robin Appelman 2c35e185f7 make sure the filesystem is setup properly for oc_cache_file tests 12 years ago
Robin Appelman d43ed43b5a cant to ttl tests for xcache 12 years ago
Robin Appelman 449760f665 add hasUpdated to oc_filestorage 12 years ago
Bart Visscher ac36512102 Don't use substr to get first char of string 12 years ago
Bart Visscher fc56a668ce Add OC_Cache implementation for APC 12 years ago
Bart Visscher 86961b6445 Skip test for XCache when the module is not there 12 years ago
Bart Visscher 9984c2a593 Spelling fixes in XCache files 12 years ago
Robin Appelman 86ddf386d9 add TTL tests for OC_Cache 12 years ago
Robin Appelman f6298cb74f add hasKey for XCache backend 12 years ago
Robin Appelman 301a14dcd6 add XCache backend and testcases for OC_Cache 12 years ago
Sam Tuke 410b556a86 Added class comment block 12 years ago
Robin Appelman 60fdc13ae6 enable running unit tests from cli 12 years ago
Robin Appelman 48505c5626 improve tar archive backend 12 years ago
Thomas Mueller 583dce5276 removing executable bit - again 12 years ago
Robin Appelman e5ef3e1340 move archive library to core so we can properly depend on it 12 years ago
Robin Appelman aceda02887 check if removed folders are really gone 12 years ago
Robin Appelman 71cdfdcec8 only run tests of enabled apps 12 years ago
Robin Appelman d8e54acbf3 test cases for user backends 12 years ago
Robin Appelman 1d8fdf52d5 allow multiply group backends 12 years ago
Robin Appelman 0466437fa7 tests for oc_filesystem 12 years ago
Robin Appelman f42897344f allow running a single test or group of tests 12 years ago
Robin Appelman 0a93d4eccf loosen tests for mtime and ctime a bit 12 years ago
Robin Appelman c609b30841 fix the filestorage test a bit 12 years ago
Robin Appelman 48fe85d9bd add streamwrapper that provides a callback on stream close 12 years ago
Robin Appelman e8afe4f158 add search implementation to filestorage common 12 years ago
Robin Appelman 4daedda35a only test enabled apps 12 years ago
Robin Appelman 3b9ce95fc3 allow apps to ship test cases 12 years ago
Robin Appelman f193e474c1 add test cases for stat and touch 12 years ago
Robin Appelman d1c3aa3112 add test case for getLocalFile 12 years ago
Robin Appelman 7ec1c0703d fix testcase runner 12 years ago
Robin Appelman 63a088c2b1 more tests for filestorage 12 years ago
Robin Appelman cef230c141 extend filestorage common and provide test implementation 12 years ago
Robin Appelman 4eb9a69bd8 fix test case for filestorage
file storage no longer needs to implement file_put_contents for streams
12 years ago
Robin Appelman d9c7e4c333 proper mimetypes for encrypted files 12 years ago
Robin Appelman 31ea39360c dummy data for tests cases 12 years ago
Robin Appelman 3030f13d5f some additional test cases for file storage backends 12 years ago
Robin Appelman 3579446930 use SimpleTest for unit testing
includes some tests for storage providers, more to come
12 years ago
Robin Appelman 595b13f1e0 prevent the remaining ob_clean related errors 13 years ago
Bart Visscher 9a5d517ec2 Add more checks for admin user 13 years ago
Jakob Sack bafd684eb6 Renaming classes :-) 13 years ago
Jakob Sack 2f807a3c7f Delete requires in applications where possible 13 years ago
Robin Appelman 141ffbb1f5 small fix in filesystem test 13 years ago
Robin Appelman e179ef5547 test cases for OC_FILESYSTEM 13 years ago
Robin Appelman bb5a2a917b test case library and start of filesystem test 13 years ago