summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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 #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>
| * | | | drone wasn't satisfied yetArthur Schiwon2017-06-231-5/+12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | adjust another testArthur Schiwon2017-06-231-3/+19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | …and adjust testsArthur Schiwon2017-06-231-22/+23
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | add missing pieces to Settings Manager and fix and extend its unit testsArthur Schiwon2017-06-231-10/+120
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #5490 from nextcloud/add-clear-site-data-headerLukas Reschke2017-06-291-0/+2
|\ \ \ \ \ | |/ / / / |/| | | | Add Clear-Site-Data header
| * | | | Add Clear-Site-Data headerLukas Reschke2017-06-201-0/+2
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a Clear-Site-Data header to the logout response which will delete all relevant data in the caches which may contain potentially sensitive content. See https://w3c.github.io/webappsec-clear-site-data/#header for the definition of the types. Ref https://twitter.com/mikewest/status/877149667909406723 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | Merge pull request #5498 from nextcloud/allow-to-force-a-languageMorris Jobke2017-06-221-122/+0
|\ \ \ \ | | | | | | | | | | Allow to force a language and set it via the ocs api
| * | | | Allow to force a language and set it via the ocs apiJoas Schilling2017-06-211-122/+0
| |/ / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / / / Improve wording of various error messagesJan-Christoph Borchardt2017-06-211-22/+22
|/ / / | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>