summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7439 from owncloud/unit-test-for-7430Thomas Müller2014-02-272-0/+30
|\ | | | | adding test for migrations on columns using keywords
| * let's name the column 'select' because this is a keyword on all platformsThomas Müller2014-02-262-2/+2
| |
| * adding test for migrations on columns using keywordsThomas Müller2014-02-262-0/+30
| |
* | initialize etags of temporary storageJörn Friedrich Dreyer2014-02-271-0/+1
| |
* | use assertInternalType for typecheckingJörn Friedrich Dreyer2014-02-272-29/+71
| |
* | use assertSame and assertNotSame for etag checksJörn Friedrich Dreyer2014-02-274-11/+25
|/
* Merge pull request #7292 from owncloud/sharing_testsBjörn Schießle2014-02-212-7/+7
|\ | | | | fix sharing unit tests
| * fix sharing unit testsBjoern Schiessle2014-02-212-7/+7
| |
* | Merge pull request #7337 from owncloud/test_for_6935Björn Schießle2014-02-211-0/+34
|\ \ | |/ |/| add unit test for \OC\URLGenerator::getAbsoluteURL
| * add unit test for \OC\URLGenerator::getAbsoluteURL to verify #6935Bjoern Schiessle2014-02-201-0/+34
| |
* | Remove unit tests which causes the filesystem tests to failRobin Appelman2014-02-211-15/+0
|/
* Merge pull request #6962 from owncloud/quota-space-rootThomas Müller2014-02-201-3/+22
|\ | | | | Allow passing a root folder to get the used space from in the quota wrapper
| * Merge branch 'master' into quota-space-rootRobin Appelman2014-02-073-12/+129
| |\
| * | Add unit test for quote wrapper size rootRobin Appelman2014-02-041-3/+22
| | |
* | | Merge pull request #6714 from owncloud/files-newfileinvalidcharsfixLukas Reschke2014-02-203-0/+104
|\ \ \ | | | | | | | | Added extra checks for invalid file chars in newfile.php and newfolder.php
| * | | Added file name check in webdav connectorVincent Petry2014-02-182-0/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - added file name check for the put, rename and setNames() methods which throw a "Bad Request" whenever invalid characters are used - replaced \OC\Filesystem usage with $this->getFS() to be able to write unit tests
| * | | Added extra checks for invalid file chars in newfile.php and newfolder.phpVincent Petry2014-02-181-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - added PHP utility function to check for file name validity - fixes issue where a user can create a file called ".." from the files UI - added extra checks to make sure newfile.php and newfolder.php also check for invalid characters
* | | | Fixed ext storage webdav path encodingVincent Petry2014-02-191-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Some WebDAV servers like lighttpd need paths in URLs to be properly encoded - Added error log output when curl connection failed - Added check for 'resourcetype' in case the WebDAV server doesn't support/return it - Fixed touch() to return false if the server doesn't implement PROPPATCH - Added optional delay in WebDAV unit tests to use when testing against lighttpd's WebDAV
* | | | Merge pull request #7274 from owncloud/scrutinizer-patch-1Morris Jobke2014-02-1924-14/+91
|\ \ \ \ | | | | | | | | | | Scrutinizer Auto-Fixes
| * | | | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-1924-14/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
* | | | | Merge pull request #7260 from owncloud/watcher-policyicewind19912014-02-192-1/+58
|\ \ \ \ \ | |/ / / / |/| | | | Allow setting the frequency of which the file watcher checks for updates
| * | | | add unit tests for watcher policiesRobin Appelman2014-02-191-1/+55
| | | | |
| * | | | Allow setting the frequency of which the file watcher checks for updatesRobin Appelman2014-02-181-0/+3
| | | | |
* | | | | Merge pull request #7253 from owncloud/preferences-cachingicewind19912014-02-181-52/+0
|\ \ \ \ \ | |_|/ / / |/| | | | Add caching to OC\Preferences
| * | | | Add caching to OC\PreferencesRobin Appelman2014-02-181-52/+0
| |/ / /
* | | | Merge pull request #6650 from owncloud/migration_unit_testsTom Needham2014-02-181-0/+89
|\ \ \ \ | | | | | | | | | | User migration fix, and basic unit test
| * | | | Fix poor spellingtomneedham2014-02-181-3/+3
| | | | |
| * | | | Merge branch 'master' into migration_unit_teststomneedham2014-02-177-27/+324
| |\| | |
| * | | | Finish basic testing of user exporttomneedham2014-02-171-6/+63
| | | | |
| * | | | Merge branch 'master' into migration_unit_testsBart Visscher2014-02-1016-37/+672
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Add WIP unit test for migrationtomneedham2014-01-071-0/+32
| | | | |
* | | | | Merge pull request #7176 from owncloud/styleLukas Reschke2014-02-182-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | | Some style fixes
| * | | | number as numberBart Visscher2014-02-122-2/+2
| | |/ / | |/| |
* | | | Merge pull request #7156 from owncloud/backgroundjob-publicThomas Müller2014-02-144-25/+239
|\ \ \ \ | | | | | | | | | | Add the background job list to the public server container
| * | | | Add unit tests for JobListRobin Appelman2014-02-123-25/+237
| | | | |
| * | | | Add the background job list to the public server containerRobin Appelman2014-02-111-0/+2
| | | | |
* | | | | Fix test cases for group managerRobin Appelman2014-02-141-2/+35
| | | | |
* | | | | sort expected result in testsRobin Appelman2014-02-131-0/+2
| | | | |
* | | | | Merge branch 'master' into convert-oc_appconfigRobin Appelman2014-02-111-0/+47
|\| | | |
| * | | | intendationArthur Schiwon2014-02-111-5/+5
| | | | |
| * | | | Inject loggerArthur Schiwon2014-02-111-0/+7
| | | | |
| * | | | test for share dialoge sorterArthur Schiwon2014-02-111-0/+40
| |/ / /
* | | | Remove the Test_AppConfig_Object tests as they no longer make sense with cachingRobin Appelman2014-02-071-180/+0
| | | |
* | | | use the 'new' server container for appconfigRobin Appelman2014-02-0773-761/+3582
|\| | |
| * | | Merge pull request #6952 from MartialGeek/add_freebox_supportVincent Petry2014-02-061-0/+15
| |\ \ \ | | | | | | | | | | New user agent added for the Freebox.
| | * | | The regexp of the Freebox user agent is now more strict.Martial Saunois2014-01-291-0/+5
| | | | | | | | | | | | | | | | | | | | A new unit test has been added in consequence.
| | * | | Unit tests added for the new Freebox user agent.Martial Saunois2014-01-281-0/+10
| | | | |
| * | | | Merge pull request #6969 from owncloud/tests-morecoverageThomas Müller2014-02-041-12/+52
| |\ \ \ \ | | | | | | | | | | | | Fixed unit test scripts + coverage
| | * | | | Fixed unit test scripts + coverageVincent Petry2014-01-301-12/+52
| | |/ / / | | | | | | | | | | | | | | | | | | | | Tried to add more apps (others break). "preprocessors" is now populated automatically based on the tested apps.
| * | | / add test for password remove methodBjoern Schiessle2014-02-041-0/+62
| | |_|/ | |/| |