summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add tests for OCP\Share::unshareAll().Andreas Fischer2013-11-031-10/+33
|
* Merge pull request #5652 from owncloud/front-port-5647-masterThomas Müller2013-11-011-15/+26
|\ | | | | [WIP] extend unit test to directories starting or ending in whitespace
| * extend unit test to directories starting or ending in whitespaceJörn Friedrich Dreyer2013-10-311-15/+26
| |
* | Merge pull request #5637 from owncloud/fix_privatedataJörn Friedrich Dreyer2013-10-311-0/+141
|\ \ | | | | | | Fix privatedata
| * | testing update and deleteThomas Müller2013-10-311-0/+39
| | |
| * | adding unit tests for deleteThomas Müller2013-10-311-0/+16
| | |
| * | unit tests for set addedThomas Müller2013-10-311-5/+38
| | |
| * | first two testsThomas Müller2013-10-311-0/+53
| |/
* | Merge branch 'master' into home-storageThomas Müller2013-10-303-9/+96
|\|
| * Merge pull request #5625 from owncloud/fix-test-masterJörn Friedrich Dreyer2013-10-301-7/+5
| |\ | | | | | | fix failing preview test on master
| | * fix failing preview test on masterMorris Jobke2013-10-301-7/+5
| | |
| * | Merge branch 'master' into update-parent-storage-mtimeRobin Appelman2013-10-301-0/+18
| |\| | | | | | | | | | | | | Conflicts: lib/private/files/cache/updater.php
| | * backport of https://github.com/owncloud/core/pull/5513Bjoern Schiessle2013-10-291-0/+18
| | |
| * | update touch tests for updated behaviourRobin Appelman2013-10-291-2/+0
| | |
| * | Update the parent folders storage_mtime on write and delete to prevent rescansRobin Appelman2013-10-291-0/+32
| |/
| * Merge pull request #5493 from owncloud/fix-language-detectionThomas Müller2013-10-281-0/+41
| |\ | | | | | | Fix HTTP language detection
| | * Merge branch 'master' into fix-language-detectionThomas Müller2013-10-242-0/+41
| | |\
| | * | Some tests for OC_L10N::findLanguage()Andreas Fischer2013-10-231-0/+41
| | | |
* | | | add specialized storage backend for home foldersRobin Appelman2013-10-291-0/+71
|/ / /
* | | Fixed quota stream to not wrap read-only fopen callsVincent Petry2013-10-251-0/+22
| | |
* | | Fixed quota stream's fseek methodVincent Petry2013-10-251-0/+72
| |/ |/| | | | | | | | | - Added missing return statement - Added missing support for SEEK_END - Fixes #5524
* | Merge pull request #5464 from owncloud/fixing-5456-masterThomas Müller2013-10-232-0/+41
|\ \ | |/ |/| Fixing 5456 master
| * test cases added for create/remove Shared folder and fileThomas Müller2013-10-222-0/+41
| |
* | Fix namespace for OCP\Appframework\HttpThomas Tanghus2013-10-235-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 arrayArthur Schiwon2013-10-201-0/+18
|
* Merge pull request #5237 from owncloud/coverage-on-windows-masterThomas Müller2013-10-173-347/+355
|\ | | | | PHP Code Coverage on windows master
| * fixing syntax for openssl configThomas Müller2013-10-151-1/+1
| |
| * on windows we supply an openssl.cnf file in order to execute the unit tests ↵Thomas Müller2013-10-152-0/+355
| | | | | | | | properly
| * Merge branch 'master' into coverage-on-windows-masterThomas Müller2013-10-152-0/+111
| |\
| * | win32-phpunit.php is no longer requiredThomas Müller2013-10-091-347/+0
| | |
* | | re-enable test in SecurityMiddlewareTestThomas Müller2013-10-161-5/+0
| | |
* | | Merge branch 'master' into fixing-appframework-masterThomas Müller2013-10-169-39/+186
|\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: lib/private/appframework/middleware/security/securitymiddleware.php tests/lib/appframework/middleware/security/SecurityMiddlewareTest.php
| * \ \ Merge pull request #5067 from owncloud/urlParams_fixThomas Müller2013-10-162-3/+10
| |\ \ \ | | | | | | | | | | Get urlParams registered before Request is instantiated
| | * | | Get urlParams registered before Request is instantiatedThomas Tanghus2013-10-012-3/+10
| | | | |
| * | | | Fix avatar unittestkondou2013-10-151-1/+1
| | | | |
| * | | | Merge branch 'master' into avater_with_encryptionBjoern Schiessle2013-10-151-0/+34
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | streamCopy() should return proper structure.Thomas Müller2013-10-141-0/+34
| | | | | | | | | | | | | | | | | | | | Callers of streamCopy() expect an array to be returned containing count and result.
| * | | | test should work nowBjoern Schiessle2013-10-151-1/+0
| |/ / /
| * | | Merge pull request #5263 from owncloud/fixing-5255-masterVicDeo2013-10-101-0/+34
| |\ \ \ | | | | | | | | | | Proper behavior of resolvePath()
| | * | | the path need to be normalized before putting it into resolvePath()Thomas Müller2013-10-101-0/+34
| | | | | | | | | | | | | | | | | | | | otherwise the returned internalPath will not match followup calls to e.g. Cache::getID()
| * | | | merge master into hooks-view-same-startRobin Appelman2013-10-101-0/+25
| |\| | |
| | * | | don't trigger the create hooks when if the file already exists for ↵Robin Appelman2013-10-091-0/+25
| | | |/ | | |/| | | | | | | | | file_put_contents
| * / | ensure the view's root is a subfolder of the the default root, not only ↵Robin Appelman2013-10-091-0/+18
| |/ / | | | | | | | | | starting the same
| * | 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
| | | |