Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | |||||
| * | | | adding check isDeletable() on $sourcePath | Thomas Müller | 2013-10-08 | 1 | -13/+19 |
| |/ / | |||||
* | | | OCP\AppFramework\Controller\Controller => OCP\AppFramework\Controller | Thomas Tanghus | 2013-10-11 | 6 | -7/+7 |
| | | | |||||
* | | | Merge branch 'master' into fixing-appframework-master | Thomas Müller | 2013-10-08 | 1 | -0/+38 |
|\| | | |||||
| * | | Merge pull request #4974 from owncloud/fixing-4011-master | Thomas Müller | 2013-10-07 | 1 | -0/+38 |
| |\ \ | | | | | | | | | error handling added in case file_put_contents is failing | ||||
| | * \ | Merge branch 'master' into fixing-4011-master | Thomas Müller | 2013-10-04 | 22 | -148/+2406 |
| | |\ \ | |||||
| | * \ \ | Merge branch 'master' into fixing-4011-master | Thomas Müller | 2013-09-30 | 1 | -0/+97 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/connector/sabre/directory.php | ||||
| | * | | | | adding test testSimplePutFailsOnRename() | Thomas Müller | 2013-09-30 | 1 | -0/+14 |
| | | | | | | |||||
| | * | | | | Merge branch 'master' into fixing-4011-master | Thomas Müller | 2013-09-30 | 10 | -65/+260 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/connector/sabre/directory.php lib/connector/sabre/file.php | ||||
| | * | | | | | remove unused setUp() | Thomas Müller | 2013-09-27 | 1 | -3/+0 |
| | | | | | | | |||||
| | * | | | | | adding basic unit test for failing file_put_content operation | Thomas Müller | 2013-09-24 | 1 | -0/+27 |
| | | | | | | | |||||
* | | | | | | | remove getTrans() from API class | Thomas Müller | 2013-10-07 | 1 | -19/+2 |
| | | | | | | | |||||
* | | | | | | | fixing all appframework unit tests | Thomas Müller | 2013-10-07 | 7 | -142/+89 |
|/ / / / / / | |||||
* | | | | | | Make abstract Middleware class public | Thomas Tanghus | 2013-10-05 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It doesn't make sense for subclasses to have to implement all methods. | ||||
* | | | | | | Merge pull request #5125 from owncloud/fixing-5122-master | Frank Karlitschek | 2013-10-05 | 1 | -9/+13 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | upload abortion detection only for PUT | ||||
| * | | | | | | upload abortion detection only for PUT | Thomas Müller | 2013-10-04 | 1 | -9/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | e.g. LOCK would break with this approach | ||||
* | | | | | | | Merge pull request #5068 from owncloud/improved_request | Bart Visscher | 2013-10-04 | 2 | -0/+241 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Improved request | ||||
| * | | | | | | | Fix fix of POST :P | Thomas Tanghus | 2013-10-03 | 1 | -2/+2 |
| | | | | | | | | |||||
| * | | | | | | | Modified PUT behaviour | Thomas Tanghus | 2013-10-02 | 1 | -24/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now only non-parable PUT requests return a stream resource. | ||||
| * | | | | | | | Add assertions for ->params and array access with json | Thomas Tanghus | 2013-10-01 | 1 | -0/+2 |
| | | | | | | | | |||||
| * | | | | | | | Implement PUT an PATCH support | Thomas Tanghus | 2013-10-01 | 2 | -1/+207 |
| | | | | | | | | |||||
| * | | | | | | | Check if accessor matched request method. | Thomas Tanghus | 2013-10-01 | 1 | -0/+27 |
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | It's easier to find errors in the code if an exception is thrown. |