aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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>
| * | | | Fix the installer testsJoas Schilling2017-07-051-0/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Fix tests of CodeChecker and MigrationServiceJoas Schilling2017-07-055-28/+83
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Start migrationsJoas Schilling2017-07-051-0/+162
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixme: - Install and update of apps - No revert on live systems (debug only) - Service adjustment to our interface - Loading via autoloader Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #5621 from ↵Morris Jobke2017-07-052-0/+105
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix-sorting-of-favorite-files-in-file-list Fix sorting of favorite files in file list
| * | | | | Add acceptance tests for sorting of favorite filesDaniel Calviño Sánchez2017-07-052-0/+105
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | | Merge pull request #5342 from nextcloud/userlist-used-spaceMorris Jobke2017-07-052-14/+101
|\ \ \ \ \ | |_|/ / / |/| | | | show used space in user list
| * | | | Update unit testsMorris Jobke2017-07-051-12/+68
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | show used space in user listRobin Appelman2017-06-151-2/+33
| | |/ / | |/| | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #5441 from nextcloud/custom-theme-updateMorris Jobke2017-07-051-0/+82
|\ \ \ \ | |_|/ / |/| | | Add command to apply updates to custom themes
| * | | Add command to apply updates to custom themesJulius Härtl2017-07-051-0/+82
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #4890 from nextcloud/unify-settingsblizzz2017-06-2910-27/+205
|\ \ \ \ | | | | | | | | | | Unify settings
| * | | | … and their tests needed adjustments, tooArthur Schiwon2017-06-295-8/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | try to lower the timeout in an acceptance testArthur Schiwon2017-06-261-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | fix typos and unnecessary white spacesArthur Schiwon2017-06-262-5/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | forgotten test adjustmentsArthur Schiwon2017-06-231-6/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | take out additional (legacy) settings section from testsArthur Schiwon2017-06-231-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | because it is dependent whether anything else registers into it and \OC_App is static Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | Fix and extend acceptance testsArthur Schiwon2017-06-233-6/+55
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>