Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|/ | |||||
* | 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 |
| | | | | | |||||
* | | | | | 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. | ||||
* | | | | | | | Merge pull request #4877 from owncloud/ocs_share_api | Björn Schießle | 2013-10-04 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | OCS Share API | ||||
| * | | | | | | Merge branch 'master' into ocs_share_api | Bjoern Schiessle | 2013-09-26 | 21 | -118/+2367 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | some unit test for the new ocs share api | Bjoern Schiessle | 2013-09-19 | 1 | -0/+1 |
| | | | | | | | | |||||
* | | | | | | | | Added unit tests for relative_modified_date, changed method signature | Vincent Petry | 2013-10-03 | 1 | -1/+189 |
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed method signature of relative_modified_date template method to make it possible to add a fromTime to compare with, mostly to make it possible to test it. Added unit test for date and time cases. | ||||
* | | | | | | | fix unit tests | Morris Jobke | 2013-10-02 | 1 | -3/+3 |
| |_|/ / / / |/| | | | | | |||||
* | | | | | | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/private/vcategories.php | ||||
* | | | | | | Merge pull request #4459 from owncloud/appframework-master | Thomas Müller | 2013-09-30 | 21 | -143/+2401 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | Public API for OC6+ (includes AppFramework) | ||||
| * | | | | | Merge branch 'master' into appframework-master | Thomas Müller | 2013-09-30 | 4 | -1/+148 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| * | | | | | Merge branch 'master' into appframework-master | Thomas Müller | 2013-09-28 | 1 | -0/+14 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' into appframework-master | Thomas Müller | 2013-09-27 | 5 | -64/+98 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge pull request #4892 from owncloud/vcategories_public | Thomas Müller | 2013-09-25 | 2 | -128/+166 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | OC_VCategories => OC\Tags. Public interface and getter in server container | ||||
| | * | | | | | | | Add factory class for the server container. | Thomas Tanghus | 2013-09-24 | 1 | -50/+42 |
| | | | | | | | | | |||||
| | * | | | | | | | Moar tests. | Thomas Tanghus | 2013-09-23 | 1 | -3/+7 |
| | | | | | | | | | |||||
| | * | | | | | | | Add another test. | Thomas Tanghus | 2013-09-23 | 1 | -1/+1 |
| | | | | | | | | | |||||
| | * | | | | | | | Updated method names and added a few more tests. | Thomas Tanghus | 2013-09-23 | 1 | -11/+48 |
| | | | | | | | | | |||||
| | * | | | | | | | OC_VCategories=>OC\Tags. Public interface + getter in server container | Thomas Tanghus | 2013-09-23 | 2 | -128/+133 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge branch 'master' into appframework-master | Thomas Müller | 2013-09-25 | 5 | -11/+304 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | / | | | |_|_|_|_|/ | | |/| | | | | | | | | | | | | | Conflicts: apps/files/lib/helper.php apps/files_trashbin/lib/helper.php | ||||
| * | | | | | | | updating php docs | Thomas Müller | 2013-09-18 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'appframework-master' into public_cache | Thomas Tanghus | 2013-09-18 | 1 | -5/+0 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/public/iservercontainer.php lib/server.php | ||||
| | * | | | | | | | Still some session leftovers. | Thomas Tanghus | 2013-09-17 | 1 | -5/+0 |
| | | | | | | | | | |||||
| * | | | | | | | | OC_Cache namespace changes and add UserCache to server container. | Thomas Tanghus | 2013-09-17 | 2 | -14/+84 |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Refs #4863 | ||||
| * | | | | | | | Merge branch 'master' into appframework-master | Thomas Müller | 2013-09-17 | 4 | -10/+215 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into appframework-master | Thomas Müller | 2013-09-15 | 2 | -0/+26 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into appframework-master | Thomas Müller | 2013-09-13 | 5 | -0/+1701 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into appframework-master | Thomas Müller | 2013-09-13 | 7 | -44/+201 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into appframework-master | Thomas Müller | 2013-08-31 | 2 | -5/+106 |
| |\ \ \ \ \ \ \ \ \ \ \ |