summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* / chunk getting invalid paths and reuse queriesRobin Appelman2017-07-131-0/+38
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Write cert bundle to tmp file firstRoeland Jago Douma2017-07-121-2/+15
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #5567 from nextcloud/public-capabilitiesRoeland Jago Douma2017-07-122-0/+63
|\ | | | | Public capabilities API
| * Add tests for public capabiltiesJulius Härtl2017-06-302-0/+63
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #5656 from ↵Morris Jobke2017-07-105-41/+390
|\ \ | | | | | | | | | | | | nextcloud/fix-unselecting-items-on-multi-select-dropdowns Fix unselecting items on multi select dropdowns
| * | Add acceptance tests for unselecting items in dropdown for tagsDaniel Calviño Sánchez2017-07-104-0/+318
| | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Extract app navigation elements to its own contextDaniel Calviño Sánchez2017-07-083-39/+70
| | | | | | | | | | | | | | | | | | | | | | | | The app navigation is not exclusive to the Files app but a generic component used by other apps too, so its locators and steps should be in its own context. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Fix typoDaniel Calviño Sánchez2017-07-081-2/+2
| | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Merge pull request #5483 from nextcloud/issue-5075-png-files-for-activity-emailsMorris Jobke2017-07-071-6/+6
|\ \ \ | | | | | | | | Use PNGs for icons in activity emails
| * | | Fix testsJoas Schilling2017-06-201-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #5615 from ↵Morris Jobke2017-07-071-12/+52
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/issue-5286-fix-navigation-entries-for-group-restricted-apps Don't load navigation entries of restricted apps
| * | | | Don't load navigation entries of restricted appsJoas Schilling2017-07-051-12/+52
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #5424 from nextcloud/moveFromCache-from-sharedMorris Jobke2017-07-062-0/+167
|\ \ \ \ | | | | | | | | | | fix moving folders out of a cache jail
| * | | | adjust to moved repair stepRobin Appelman2017-06-291-2/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | Add repair step for invalid pathsRobin Appelman2017-06-211-0/+111
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | fix moving folders out of a cache jailRobin Appelman2017-06-151-0/+50
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | update file system tests to take the master key into accountBjoern Schiessle2017-07-062-15/+25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | | fix and extend dav test to also test the master-key setupBjoern Schiessle2017-07-061-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | | no warning on password change if no encryption module uses per-user keysBjoern Schiessle2017-07-061-4/+32
| |_|_|/ |/| | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | Merge pull request #5231 from nextcloud/migrationsMorris Jobke2017-07-056-7/+230
|\ \ \ \ | | | | | | | | | | Migrations
| * | | | Fix autoloader and namespace testMorris Jobke2017-07-051-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>