Commit Graph

66 Commits (f105e9b454abe8dedc241b90b62797851f767257)

Author SHA1 Message Date
Jörn Friedrich Dreyer fa3497f6ed add backticks to SQL, use limit parameter instead of LIMIT SQL 12 years ago
Michael Gapczynski 9699ff03bd Revert using item name, no longer allowing the same item source exist for a user 12 years ago
Michael Gapczynski 5eca531f99 Refactor again so we can tell what item is being reshared in case the same source shows up. This is the end of the share_api branch, moving to master. 12 years ago
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
Robin Appelman 0c8ce0bb32 some basic path normalization 12 years ago
Robin Appelman 59364366d8 use dummy user backend for oc_cache_file tests 13 years ago
Thomas Mueller ab7a2d43e8 create a user for Test_Cache_File to allow unit tesing within ci 13 years ago
Robin Appelman 51566e87c7 add prefix option to OC_Cache::clear 13 years ago
Robin Appelman c9be9ab251 remove unused variables 13 years ago
Robin Appelman 0e6238c66f fix OC_Cache_File tests if encryption is not enabled 13 years ago
Robin Appelman e031b9b880 fix running test cases from browser 13 years ago
Thomas Mueller 3ffc96c3e9 add database type to xml report 13 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) 13 years ago
Robin Appelman 2c35e185f7 make sure the filesystem is setup properly for oc_cache_file tests 13 years ago
Robin Appelman d43ed43b5a cant to ttl tests for xcache 13 years ago
Bart Visscher cff1b6e699 Don't use substr to get first char of string 13 years ago
Robin Appelman 449760f665 add hasUpdated to oc_filestorage 13 years ago
Bart Visscher ac36512102 Don't use substr to get first char of string 13 years ago
Bart Visscher fc56a668ce Add OC_Cache implementation for APC 13 years ago
Bart Visscher 86961b6445 Skip test for XCache when the module is not there 13 years ago
Bart Visscher 9984c2a593 Spelling fixes in XCache files 13 years ago
Robin Appelman 86ddf386d9 add TTL tests for OC_Cache 13 years ago
Robin Appelman f6298cb74f add hasKey for XCache backend 13 years ago
Robin Appelman 301a14dcd6 add XCache backend and testcases for OC_Cache 13 years ago
Sam Tuke 410b556a86 Added class comment block 13 years ago
Robin Appelman 60fdc13ae6 enable running unit tests from cli 13 years ago
Robin Appelman 48505c5626 improve tar archive backend 13 years ago
Thomas Mueller 583dce5276 removing executable bit - again 13 years ago
Robin Appelman e5ef3e1340 move archive library to core so we can properly depend on it 13 years ago
Robin Appelman aceda02887 check if removed folders are really gone 13 years ago
Robin Appelman 71cdfdcec8 only run tests of enabled apps 13 years ago
Robin Appelman d8e54acbf3 test cases for user backends 13 years ago
Robin Appelman 1d8fdf52d5 allow multiply group backends 13 years ago
Robin Appelman 0466437fa7 tests for oc_filesystem 13 years ago
Robin Appelman f42897344f allow running a single test or group of tests 13 years ago
Robin Appelman 0a93d4eccf loosen tests for mtime and ctime a bit 13 years ago
Robin Appelman c609b30841 fix the filestorage test a bit 13 years ago
Robin Appelman 48fe85d9bd add streamwrapper that provides a callback on stream close 13 years ago
Robin Appelman e8afe4f158 add search implementation to filestorage common 13 years ago
Robin Appelman 4daedda35a only test enabled apps 13 years ago
Robin Appelman 3b9ce95fc3 allow apps to ship test cases 13 years ago
Robin Appelman f193e474c1 add test cases for stat and touch 13 years ago
Robin Appelman d1c3aa3112 add test case for getLocalFile 13 years ago
Robin Appelman 7ec1c0703d fix testcase runner 13 years ago