summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Move pre_shared and post_shared events to EventDispatcherRoeland Jago Douma2017-08-032-86/+237
| | | | | | | | * Now listeners for those events get proper share objects. * Legacy hooks still fired * Updated tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix last failures with oracleJoas Schilling2017-08-022-3/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix querybuilder and functionbuilder testsJoas Schilling2017-08-022-25/+33
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Can not insert auto increment on oracleJoas Schilling2017-08-022-43/+48
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix missing escape on column and table nameJoas Schilling2017-08-021-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove explicit type hints for ControllerLukas Reschke2017-08-011-4/+4
| | | | | | This is public API and breaks the middlewares of existing apps. Since this also requires maintaining two different code paths for 12 and 13 I'm at the moment voting for reverting this change. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #5907 from nextcloud/add-metadata-to-throttle-callMorris Jobke2017-08-013-2/+11
|\ | | | | Add metadata to \OCP\AppFramework\Http\Response::throttle
| * Add metadata to \OCP\AppFramework\Http\Response::throttleLukas Reschke2017-07-273-2/+11
| | | | | | | | | | | | Fixes https://github.com/nextcloud/server/issues/5891 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #5877 from nextcloud/typehint_middlewareMorris Jobke2017-08-015-71/+82
|\ \ | | | | | | Prop argument type for Middleware
| * | Fix testsRoeland Jago Douma2017-07-314-67/+77
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Fix middleware implementations signaturesRoeland Jago Douma2017-07-311-4/+5
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #5897 from nextcloud/add-share-mail-for-user-shareRoeland Jago Douma2017-08-011-7/+40
|\ \ \ | | | | | | | | Send an email once a file/folder is shared with a user
| * | | Send an email once a file/folder is shared with a userMorris Jobke2017-07-281-7/+40
| | |/ | |/| | | | | | | | | | | | | | | | * only if user has set an email address * only for user shares (no group shares for now) Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Update the URLs in tests to use example.orgMorris Jobke2017-08-012-14/+14
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Fix testsRoeland Jago Douma2017-08-012-4/+4
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Replace wrong PHPDocsLukas Reschke2017-08-011-2/+3
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Fix settings/Controller/Lukas Reschke2017-08-011-2/+2
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Stricter phan config fixesLukas Reschke2017-08-011-3/+3
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #5890 from nextcloud/fix-403-and-404-redirectRoeland Jago Douma2017-07-311-20/+0
|\ \ \ | |_|/ |/| | Fix 403 and 404 redirect
| * | Fix 403 and 404 redirectMorris Jobke2017-07-261-20/+0
| | | | | | | | | | | | | | | | | | | | | | | | * Nextcloud is not properly loaded in the standalone version (especially the theming) * it is already not listed anymore in the Nginx config (see nextcloud/documentation#392) * the index.php-free version doesn't support this Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Use IConfig instead of static OCP\ConfigMorris Jobke2017-07-271-1/+1
| |/ |/| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Add new bundleLukas Reschke2017-07-262-0/+46
|/ | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #5864 from nextcloud/legacy_userLukas Reschke2017-07-251-2/+2
|\ | | | | Remove legacy OC_User_Backend and OC_User_Interface
| * Remove legacy OC_User_Backend and OC_User_InterfaceRoeland Jago Douma2017-07-241-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #5825 from nextcloud/more-move-testsMorris Jobke2017-07-251-36/+38
|\ \ | |/ |/| add tests for renaming paths with multibyte utf8 characters
| * add tests for renaming paths with multibyte utf8 charactersRobin Appelman2017-07-221-36/+38
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Remove unneeded stylesMorris Jobke2017-07-244-5/+5
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Adjust to height=120Lukas Reschke2017-07-244-5/+5
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Revert "Set max-width of image to 100px in Outlook as well"Lukas Reschke2017-07-244-15/+0
| |
* | Merge pull request #5783 from nextcloud/outlook-max-widthRoeland Jago Douma2017-07-244-0/+15
|\ \ | |/ |/| Set max-width of image to 100px in Outlook as well
| * Set max-width of image to 100px in Outlook as wellMorris Jobke2017-07-234-0/+15
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Also repair storage id's when repairing invalid entriesRobin Appelman2017-07-211-0/+34
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #5802 from nextcloud/rm_dep_controller_functionsLukas Reschke2017-07-211-69/+0
|\ \ | | | | | | Remove deprecated Controller Functions
| * | Remove deprecated Controller FunctionsRoeland Jago Douma2017-07-201-69/+0
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #5818 from nextcloud/ocs_privatedataRoeland Jago Douma2017-07-211-172/+0
|\ \ \ | | | | | | | | PrivateData to app
| * | | PrivateData to appRoeland Jago Douma2017-07-211-172/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * PrivateData is an app now: https://github.com/nextcloud/privatedata * No need to load the OCS routes.php (as there is none!) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #5797 from paulijar/share20-postUnshareFromSelfMorris Jobke2017-07-212-0/+86
|\ \ \ \ | |/ / / |/| | | Dispatch event postUnshareFromSelf when the recipient of a share unshares it
| * | | Emit hook postUnshareFromSelf when the recipient of a share unshares itPauli Järvinen2017-07-202-0/+86
| | |/ | |/| | | | | | | | | | | | | - This kind of hook signal used to be emitted in the old Share library but it was missing from Share 2.0 Signed-off-by: Pauli Järvinen <pauli.jarvinen@gmail.com>
* | | Add option to acceptance test runner to set the Selenium serverDaniel Calviño Sánchez2017-07-201-1/+40
| | | | | | | | | | | | | | | | | | | | | | | | By default "127.0.0.1:4444" is used, so nothing needs to be set when the acceptance tests and the Selenium server share the same network (like when called by "run.sh"). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Add option to acceptance test runner to set the Nextcloud server domainDaniel Calviño Sánchez2017-07-202-1/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default "127.0.0.1" is used, so nothing needs to be set when the Selenium server and the Nextcloud test server share the same network (like when called by "run.sh"). Besides passing the domain to the acceptance tests the Nextcloud test server configuration must be modified to see the given domain as a trusted domain; otherwise the access would be forbidden. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Make possible to configure the domain for the Nextcloud test serverDaniel Calviño Sánchez2017-07-201-6/+16
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | The NextcloudTestServerLocalHelper started the PHP built-in web server for the Nextcloud test server at 127.0.0.1; as the Selenium server has to access the Nextcloud test server they were forced to share the same network. Now, the domain at which the PHP built-in web server is started can be specified when the NextcloudTestServerLocalHelper is created, which removes the need of sharing the same network, as the Selenium server now can access the Nextcloud test server at an arbitrary domain. However, by default "127.0.0.1" is still used if no domain is given. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Merge pull request #5719 from nextcloud/improve-jscombinerMorris Jobke2017-07-191-1/+24
|\ \ | |/ |/| Properly handle if the deps file if for some reason empty
| * Properly handle if the deps file if for some reason emptyMorris Jobke2017-07-191-1/+24
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Fix emitting of legacy hook post_unsharePauli Järvinen2017-07-161-1/+1
| | | | | | | | | | | | - When a file was unshared, the legacy hook pre_unshare fired twice and the hook post_unshare did not fire at all. This was obviously a copy-paste error. Signed-off-by: Pauli Järvinen <pauli.jarvinen@gmail.com>
* | Merge pull request #5724 from nextcloud/fix-droneMorris Jobke2017-07-142-7/+7
|\ \ | | | | | | Fix drone
| * | Fix droneMorris Jobke2017-07-142-7/+7
| |/ | | | | | | | | | | | | | | | | Fix service container host name check current folder fix redis for integration test Fix more hostnames Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #5699 from nextcloud/bruteforce_capabilityLukas Reschke2017-07-141-0/+68
|\ \ | |/ |/| Add bruteforce capabilities
| * Add bruteforce capabilitiesRoeland Jago Douma2017-07-131-0/+68
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #5708 from nextcloud/nested-permissions-maskMorris Jobke2017-07-131-0/+15
|\ \ | | | | | | Fix scan permissions with nested permissions masks
| * | Fix scan permissions with nested permissions masksRobin Appelman2017-07-131-0/+15
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>