Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tests for OCP\Share::unshareAll(). | Andreas Fischer | 2013-11-03 | 1 | -10/+33 |
| | |||||
* | Merge pull request #5652 from owncloud/front-port-5647-master | Thomas Müller | 2013-11-01 | 1 | -15/+26 |
|\ | | | | | [WIP] extend unit test to directories starting or ending in whitespace | ||||
| * | extend unit test to directories starting or ending in whitespace | Jörn Friedrich Dreyer | 2013-10-31 | 1 | -15/+26 |
| | | |||||
* | | Merge pull request #5637 from owncloud/fix_privatedata | Jörn Friedrich Dreyer | 2013-10-31 | 1 | -0/+141 |
|\ \ | | | | | | | Fix privatedata | ||||
| * | | testing update and delete | Thomas Müller | 2013-10-31 | 1 | -0/+39 |
| | | | |||||
| * | | adding unit tests for delete | Thomas Müller | 2013-10-31 | 1 | -0/+16 |
| | | | |||||
| * | | unit tests for set added | Thomas Müller | 2013-10-31 | 1 | -5/+38 |
| | | | |||||
| * | | first two tests | Thomas Müller | 2013-10-31 | 1 | -0/+53 |
| |/ | |||||
* | | Merge branch 'master' into home-storage | Thomas Müller | 2013-10-30 | 3 | -9/+96 |
|\| | |||||
| * | Merge pull request #5625 from owncloud/fix-test-master | Jörn Friedrich Dreyer | 2013-10-30 | 1 | -7/+5 |
| |\ | | | | | | | fix failing preview test on master | ||||
| | * | fix failing preview test on master | Morris Jobke | 2013-10-30 | 1 | -7/+5 |
| | | | |||||
| * | | Merge branch 'master' into update-parent-storage-mtime | Robin Appelman | 2013-10-30 | 1 | -0/+18 |
| |\| | | | | | | | | | | | | | Conflicts: lib/private/files/cache/updater.php | ||||
| | * | backport of https://github.com/owncloud/core/pull/5513 | Bjoern Schiessle | 2013-10-29 | 1 | -0/+18 |
| | | | |||||
| * | | update touch tests for updated behaviour | Robin Appelman | 2013-10-29 | 1 | -2/+0 |
| | | | |||||
| * | | Update the parent folders storage_mtime on write and delete to prevent rescans | Robin Appelman | 2013-10-29 | 1 | -0/+32 |
| |/ | |||||
| * | Merge pull request #5493 from owncloud/fix-language-detection | Thomas Müller | 2013-10-28 | 1 | -0/+41 |
| |\ | | | | | | | Fix HTTP language detection | ||||
| | * | Merge branch 'master' into fix-language-detection | Thomas Müller | 2013-10-24 | 2 | -0/+41 |
| | |\ | |||||
| | * | | Some tests for OC_L10N::findLanguage() | Andreas Fischer | 2013-10-23 | 1 | -0/+41 |
| | | | | |||||
* | | | | add specialized storage backend for home folders | Robin Appelman | 2013-10-29 | 1 | -0/+71 |
|/ / / | |||||
* | | | Fixed quota stream to not wrap read-only fopen calls | Vincent Petry | 2013-10-25 | 1 | -0/+22 |
| | | | |||||
* | | | Fixed quota stream's fseek method | Vincent Petry | 2013-10-25 | 1 | -0/+72 |
| |/ |/| | | | | | | | | | - Added missing return statement - Added missing support for SEEK_END - Fixes #5524 | ||||
* | | Merge pull request #5464 from owncloud/fixing-5456-master | Thomas Müller | 2013-10-23 | 2 | -0/+41 |
|\ \ | |/ |/| | Fixing 5456 master | ||||
| * | test cases added for create/remove Shared folder and file | Thomas Müller | 2013-10-22 | 2 | -0/+41 |
| | | |||||
* | | Fix namespace for OCP\Appframework\Http | Thomas Tanghus | 2013-10-23 | 5 | -4/+7 |
|/ | | | | | To avoid having to use OCP\Appframework\Http\Http in the public - and stable - API OCP\Appframework\Http is now both a class and a namespace. | ||||
* | Test that dispayNamesInGroup(s) always returns uid as key in the result array | Arthur Schiwon | 2013-10-20 | 1 | -0/+18 |
| | |||||
* | Merge pull request #5237 from owncloud/coverage-on-windows-master | Thomas Müller | 2013-10-17 | 3 | -347/+355 |
|\ | | | | | PHP Code Coverage on windows master | ||||
| * | fixing syntax for openssl config | Thomas Müller | 2013-10-15 | 1 | -1/+1 |
| | | |||||
| * | on windows we supply an openssl.cnf file in order to execute the unit tests ↵ | Thomas Müller | 2013-10-15 | 2 | -0/+355 |
| | | | | | | | | properly | ||||
| * | Merge branch 'master' into coverage-on-windows-master | Thomas Müller | 2013-10-15 | 2 | -0/+111 |
| |\ | |||||
| * | | win32-phpunit.php is no longer required | Thomas Müller | 2013-10-09 | 1 | -347/+0 |
| | | | |||||
* | | | re-enable test in SecurityMiddlewareTest | Thomas Müller | 2013-10-16 | 1 | -5/+0 |
| | | | |||||
* | | | Merge branch 'master' into fixing-appframework-master | Thomas Müller | 2013-10-16 | 9 | -39/+186 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/private/appframework/middleware/security/securitymiddleware.php tests/lib/appframework/middleware/security/SecurityMiddlewareTest.php | ||||
| * \ \ | Merge pull request #5067 from owncloud/urlParams_fix | Thomas Müller | 2013-10-16 | 2 | -3/+10 |
| |\ \ \ | | | | | | | | | | | Get urlParams registered before Request is instantiated | ||||
| | * | | | Get urlParams registered before Request is instantiated | Thomas Tanghus | 2013-10-01 | 2 | -3/+10 |
| | | | | | |||||
| * | | | | Fix avatar unittest | kondou | 2013-10-15 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge branch 'master' into avater_with_encryption | Bjoern Schiessle | 2013-10-15 | 1 | -0/+34 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | streamCopy() should return proper structure. | Thomas Müller | 2013-10-14 | 1 | -0/+34 |
| | | | | | | | | | | | | | | | | | | | | Callers of streamCopy() expect an array to be returned containing count and result. | ||||
| * | | | | test should work now | Bjoern Schiessle | 2013-10-15 | 1 | -1/+0 |
| |/ / / | |||||
| * | | | Merge pull request #5263 from owncloud/fixing-5255-master | VicDeo | 2013-10-10 | 1 | -0/+34 |
| |\ \ \ | | | | | | | | | | | Proper behavior of resolvePath() | ||||
| | * | | | the path need to be normalized before putting it into resolvePath() | Thomas Müller | 2013-10-10 | 1 | -0/+34 |
| | | | | | | | | | | | | | | | | | | | | otherwise the returned internalPath will not match followup calls to e.g. Cache::getID() | ||||
| * | | | | merge master into hooks-view-same-start | Robin Appelman | 2013-10-10 | 1 | -0/+25 |
| |\| | | | |||||
| | * | | | don't trigger the create hooks when if the file already exists for ↵ | Robin Appelman | 2013-10-09 | 1 | -0/+25 |
| | | |/ | | |/| | | | | | | | | | file_put_contents | ||||
| * / | | ensure the view's root is a subfolder of the the default root, not only ↵ | Robin Appelman | 2013-10-09 | 1 | -0/+18 |
| |/ / | | | | | | | | | | starting the same | ||||
| * | | Merge pull request #5032 from owncloud/fixing-5006-master | Andreas Fischer | 2013-10-08 | 2 | -11/+6 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test OC_User_Database in Test_User_Database instead of OC_User_Dummy. * owncloud/fixing-5006-master: Use strict comparison === instead of ==. Adjust return value tests for checkPassword() to what OC_User_Example says. Make OC_User_Dummy::checkPassword() compatible with OC_User_Example. Use parent:: in Test_User_Database::getUser(). Test_User_Backend::getUser() does not return an array, it returns a string. Test OC_User_Database in Test_User_Database instead of OC_User_Dummy. | ||||
| | * | | Adjust return value tests for checkPassword() to what OC_User_Example says. | Andreas Fischer | 2013-10-08 | 1 | -3/+3 |
| | | | | |||||
| | * | | Use parent:: in Test_User_Database::getUser(). | Andreas Fischer | 2013-10-08 | 1 | -6/+1 |
| | | | | |||||
| | * | | Test_User_Backend::getUser() does not return an array, it returns a string. | Andreas Fischer | 2013-10-08 | 1 | -1/+1 |
| | | | | |||||
| | * | | Test OC_User_Database in Test_User_Database instead of OC_User_Dummy. | Andreas Fischer | 2013-10-08 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #5188 from owncloud/master-delete-user | Thomas Müller | 2013-10-08 | 1 | -11/+41 |
| |\ \ \ | | |/ / | |/| | | User::delete should return bool | ||||
| | * | | Add unit tests | Victor Dubiniuk | 2013-10-08 | 1 | -11/+41 |
| | | | |