summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5032 from owncloud/fixing-5006-masterAndreas Fischer2013-10-082-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 Fischer2013-10-081-3/+3
| |
| * Use parent:: in Test_User_Database::getUser().Andreas Fischer2013-10-081-6/+1
| |
| * Test_User_Backend::getUser() does not return an array, it returns a string.Andreas Fischer2013-10-081-1/+1
| |
| * Test OC_User_Database in Test_User_Database instead of OC_User_Dummy.Andreas Fischer2013-10-081-1/+1
| |
* | Merge pull request #5188 from owncloud/master-delete-userThomas Müller2013-10-081-11/+41
|\ \ | |/ |/| User::delete should return bool
| * Add unit testsVictor Dubiniuk2013-10-081-11/+41
| |
* | adding check isDeletable() on $sourcePathThomas Müller2013-10-081-13/+19
|/
* Merge pull request #4974 from owncloud/fixing-4011-masterThomas Müller2013-10-071-0/+38
|\ | | | | error handling added in case file_put_contents is failing
| * Merge branch 'master' into fixing-4011-masterThomas Müller2013-10-0422-148/+2406
| |\
| * \ Merge branch 'master' into fixing-4011-masterThomas Müller2013-09-301-0/+97
| |\ \ | | | | | | | | | | | | | | | | Conflicts: lib/connector/sabre/directory.php
| * | | adding test testSimplePutFailsOnRename()Thomas Müller2013-09-301-0/+14
| | | |
| * | | Merge branch 'master' into fixing-4011-masterThomas Müller2013-09-3010-65/+260
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/connector/sabre/directory.php lib/connector/sabre/file.php
| * | | | remove unused setUp()Thomas Müller2013-09-271-3/+0
| | | | |
| * | | | adding basic unit test for failing file_put_content operationThomas Müller2013-09-241-0/+27
| | | | |
* | | | | Make abstract Middleware class publicThomas Tanghus2013-10-052-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | It doesn't make sense for subclasses to have to implement all methods.
* | | | | Merge pull request #5125 from owncloud/fixing-5122-masterFrank Karlitschek2013-10-051-9/+13
|\ \ \ \ \ | | | | | | | | | | | | upload abortion detection only for PUT
| * | | | | upload abortion detection only for PUTThomas Müller2013-10-041-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | e.g. LOCK would break with this approach
* | | | | | Merge pull request #5068 from owncloud/improved_requestBart Visscher2013-10-042-0/+241
|\ \ \ \ \ \ | | | | | | | | | | | | | | Improved request
| * | | | | | Fix fix of POST :PThomas Tanghus2013-10-031-2/+2
| | | | | | |
| * | | | | | Modified PUT behaviourThomas Tanghus2013-10-021-24/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Now only non-parable PUT requests return a stream resource.
| * | | | | | Add assertions for ->params and array access with jsonThomas Tanghus2013-10-011-0/+2
| | | | | | |
| * | | | | | Implement PUT an PATCH supportThomas Tanghus2013-10-012-1/+207
| | | | | | |
| * | | | | | Check if accessor matched request method.Thomas Tanghus2013-10-011-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It's easier to find errors in the code if an exception is thrown.
* | | | | | | Merge pull request #4877 from owncloud/ocs_share_apiBjörn Schießle2013-10-041-0/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | OCS Share API
| * | | | | | Merge branch 'master' into ocs_share_apiBjoern Schiessle2013-09-2621-118/+2367
| |\ \ \ \ \ \
| * | | | | | | some unit test for the new ocs share apiBjoern Schiessle2013-09-191-0/+1
| | | | | | | |
* | | | | | | | Added unit tests for relative_modified_date, changed method signatureVincent Petry2013-10-031-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 testsMorris Jobke2013-10-021-3/+3
| |_|/ / / / |/| | | | |
* | | | | | move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/private/vcategories.php
* | | | | | Merge pull request #4459 from owncloud/appframework-masterThomas Müller2013-09-3021-143/+2401
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Public API for OC6+ (includes AppFramework)
| * | | | | Merge branch 'master' into appframework-masterThomas Müller2013-09-304-1/+148
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'master' into appframework-masterThomas Müller2013-09-281-0/+14
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into appframework-masterThomas Müller2013-09-275-64/+98
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #4892 from owncloud/vcategories_publicThomas Müller2013-09-252-128/+166
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | OC_VCategories => OC\Tags. Public interface and getter in server container
| | * | | | | | | Add factory class for the server container.Thomas Tanghus2013-09-241-50/+42
| | | | | | | | |
| | * | | | | | | Moar tests.Thomas Tanghus2013-09-231-3/+7
| | | | | | | | |
| | * | | | | | | Add another test.Thomas Tanghus2013-09-231-1/+1
| | | | | | | | |
| | * | | | | | | Updated method names and added a few more tests.Thomas Tanghus2013-09-231-11/+48
| | | | | | | | |
| | * | | | | | | OC_VCategories=>OC\Tags. Public interface + getter in server containerThomas Tanghus2013-09-232-128/+133
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into appframework-masterThomas Müller2013-09-255-11/+304
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | / | | | |_|_|_|_|/ | | |/| | | | | | | | | | | | | Conflicts: apps/files/lib/helper.php apps/files_trashbin/lib/helper.php
| * | | | | | | updating php docsThomas Müller2013-09-181-1/+1
| | | | | | | |
| * | | | | | | Merge branch 'appframework-master' into public_cacheThomas Tanghus2013-09-181-5/+0
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/public/iservercontainer.php lib/server.php
| | * | | | | | | Still some session leftovers.Thomas Tanghus2013-09-171-5/+0
| | | | | | | | |
| * | | | | | | | OC_Cache namespace changes and add UserCache to server container.Thomas Tanghus2013-09-172-14/+84
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Refs #4863
| * | | | | | | Merge branch 'master' into appframework-masterThomas Müller2013-09-174-10/+215
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into appframework-masterThomas Müller2013-09-152-0/+26
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into appframework-masterThomas Müller2013-09-135-0/+1701
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into appframework-masterThomas Müller2013-09-137-44/+201
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into appframework-masterThomas Müller2013-08-312-5/+106
| |\ \ \ \ \ \ \ \ \ \ \