summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9435 from nextcloud/bugfix/noid/fix_force_language_html_attrRoeland Jago Douma2018-05-231-7/+43
|\ | | | | make sure force language is reflected in html lang attribute
| * make sure force language is reflected in html lang attributeGeorg Ehrke2018-05-221-7/+43
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Fix ViewTestRoeland Jago Douma2018-05-231-1/+11
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #8824 from nextcloud/settings-vueMorris Jobke2018-05-2311-2921/+531
|\ \ | |/ |/| Vue migration: settings
| * Fixed root url detection, new tests, default new user group to currentJohn Molakvoæ (skjnldsv)2018-05-162-33/+107
| | | | | | | | | | | | opened group and user removal update fix Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Bump script and fixed copyright templateJohn Molakvoæ (skjnldsv)2018-05-164-118/+122
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Tabs fixJohn Molakvoæ (skjnldsv)2018-05-162-72/+76
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Users list acceptance testsJohn Molakvoæ (skjnldsv)2018-05-167-44/+394
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * newt acceptance testsJohn Molakvoæ (skjnldsv)2018-05-162-0/+67
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fixed routerJohn Molakvoæ (skjnldsv)2018-05-161-1/+0
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fixed new user form detection in acceptanceJohn Molakvoæ (skjnldsv)2018-05-161-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fix row detection acceptance testJohn Molakvoæ (skjnldsv)2018-05-161-2/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fix ApplicationtestJohn Molakvoæ (skjnldsv)2018-05-161-1/+0
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Bump tests and editorconfigJohn Molakvoæ (skjnldsv)2018-05-161-2515/+9
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Bump popovermenu item options and testsJohn Molakvoæ (skjnldsv)2018-05-162-381/+3022
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Settings to vuejsJohn Molakvoæ (skjnldsv)2018-05-161-3022/+0
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Add Firefox profile with support for CSS grid to acceptance testsDaniel Calviño Sánchez2018-05-182-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The acceptance tests are currently run on Firefox 47; in that version the CSS grid support was not enabled by default, but it could be enabled through a setting in the Firefox profile. By default Selenium uses a clean Firefox profile when a new session is started, but it also allows the customization of the profile through a zipped "user.js" file. The contents of that file have to be provided in the "firefox_profile" capability when the Firefox session is created. In the Mink extension for Behat several Mink sessions can be defined in the "behat.yml" file. Each Mink session uses a different browser session in Selenium, and each of those browser sessions is initialized with the capabilities provided in the "behat.yml" file. From the point of view of the acceptance tests each Mink session is an actor, so different actors can use different browsers with different capabilities. Due to all this a new actor was introduced, "Rubeus", who uses a Firefox browser that has CSS grid support; this actor is meant to be used only in those acceptance tests that require proper support for CSS grids. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Certain tokens can expireRoeland Jago Douma2018-05-171-0/+75
| | | | | | | | | | | | | | | | However due to the nature of what we store in the token (encrypted passwords etc). We can't just delete the tokens because that would make the oauth refresh useless. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Allow the rotation of tokensRoeland Jago Douma2018-05-161-0/+42
|/ | | | | | This for example will allow rotating the apptoken for oauth Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix session testsRoeland Jago Douma2018-05-151-2/+11
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix testsRoeland Jago Douma2018-05-152-13/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add testsRoeland Jago Douma2018-05-141-0/+159
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix testsRoeland Jago Douma2018-05-147-7/+14
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #9029 from nextcloud/settings-restructureMorris Jobke2018-05-073-69/+23
|\ | | | | Restructure server settings
| * Fix settings testsJulius Härtl2018-05-032-53/+4
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Cleanup and fix testsJulius Härtl2018-05-032-16/+19
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Do not allow folder creation with quota of 0Roeland Jago Douma2018-05-031-0/+5
|/ | | | | | | | | | Fixes #4577 Users with a quota of 0 are a special case. Since they can't (ever) create files on their own storage. Therefor it makes no real that they can create folders (and possible share those etc). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* use SystemConfig, less dependencies, and not publicly neededArthur Schiwon2018-04-262-25/+20
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* revert Log's dependency to SystemConfig to work during InstallationArthur Schiwon2018-04-261-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* offer API to create own File log. admin_audit makes use of itArthur Schiwon2018-04-262-6/+7
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* destaticfy Log classesArthur Schiwon2018-04-263-30/+163
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* move log constants to ILoggerArthur Schiwon2018-04-262-3/+5
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #9129 from nextcloud/feature/noid/proper-comments-offsetRoeland Jago Douma2018-04-222-0/+50
|\ | | | | Add proper comment offset support
| * Fix FakeManagerJoas Schilling2018-04-191-0/+8
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Add proper comment offset supportJoas Schilling2018-04-181-0/+42
| | | | | | | | | | | | | | The offset is based on the last known comment instead of limit-offset, so new comments don't mess up requests which get the history of an object- Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #9225 from nextcloud/bugfix/9157/ipv6-database-hostRoeland Jago Douma2018-04-221-0/+56
|\ \ | | | | | | Allow IPv6 database hosts
| * | Add tests for special domain nameMorris Jobke2018-04-191-0/+2
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Add tests for domainsMorris Jobke2018-04-191-0/+2
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Move regex to a function and add testsJoas Schilling2018-04-191-0/+52
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Show a link to the docs instead of a button on the untrusted domain pageMorris Jobke2018-04-172-74/+0
| | | | | | | | | | | | | | | | Before there was a button to "quickly" add the untrusted domain to the config. This button often didn't worked, because the generated URL was often untrusted as well. Thus removing it and providing proper docs seems to be the better approach to handle this rare case. Also the log should not be spammed by messages for the untrusted domain accesses, because they are user related and not necessarily an administrative issue. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | fix appinfo parsing when a single localized option is providedRobin Appelman2018-04-173-0/+29
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Provide an option to disable HTML emailsMorris Jobke2018-04-162-1/+53
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* dont keep shared database locks when running cli scriptsRobin Appelman2018-04-113-3/+105
| | | | | | For cli scripts we don't have the assumption that the universe will be cleaned up soon Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #9024 from nextcloud/fix/app-fetcher-major-minor-versionsMorris Jobke2018-04-112-6/+103
|\ | | | | Fix version comparison with minor and patch level requirements
| * Fix version comparison with minor and patch level requirementsChristoph Wurst2018-04-112-6/+103
| | | | | | | | | | | | | | | | | | | | | | If an app requires a specific minor or path level server version, the version_compare prevented the installation as only the major version had been compared and that checks obviously returns `false`. Now the full version is used for comparison, making it possible to release apps for a specific minor or patch level version of Nextcloud. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #7800 from Abijeet/bug-7281Morris Jobke2018-04-111-1/+2
|\ \ | | | | | | Fixes the usability issues with the comment section delete and edit
| * | Fixing failing test cases due to change in functionality.Abijeet2018-03-271-1/+2
| | | | | | | | | | | | | | | | | | Also fixes scrutinizer warnings. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* | | Merge pull request #8946 from nextcloud/log-exceptions-as-nested-array-2Morris Jobke2018-04-111-5/+20
|\ \ \ | | | | | | | | Log exceptions as nested array instead of encoded json
| * | | Log exceptions as nested array instead of encoded jsonRobin Appelman2018-04-101-5/+20
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #9074 from nextcloud/ARGON2IMorris Jobke2018-04-111-36/+86
|\ \ \ \ | |_|_|/ |/| | | Add ARGON2I support to the hasher