aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Update guzzlehttp/guzzle requirement from 6.5.2 to 6.5.3 in ↵Roeland Jago Douma2020-04-221-1/+1
| | | | /build/integration"
* Update guzzlehttp/guzzle requirement in /build/integrationdependabot-preview[bot]2020-04-191-1/+1
| | | | | | | | Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/6.5.3/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/6.5.2...6.5.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #20037 from ↵blizzz2020-04-151-0/+22
|\ | | | | | | | | nextcloud/fix/19127/deprecated-ldap_control_paged_result_1 do not use deprecated API for LDAP paged results
| * use serverControls directly with LDAP calls, fixes 19127Arthur Schiwon2020-04-141-0/+22
| | | | | | | | | | | | | | | | - adapters for PHP API version to Support PHP < 7.3 - switch to pass only one base per search - cookie logic is moved from Access to API adapters Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Allow local remotes in integration testsJoas Schilling2020-04-151-0/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix jsunit testsDaniel Kesselberg2020-04-142-84/+390
|/ | | | | | JSUnit tests are failing for some reason. It seems to be related to a new karma-coverage version published a few hours ago. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Fix app not listed in provisioning integration testDaniel Calviño Sánchez2020-04-131-0/+1
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Bump jsdoc from 3.6.3 to 3.6.4 in /builddependabot-preview[bot]2020-04-122-45/+51
| | | | | | | | Bumps [jsdoc](https://github.com/jsdoc/jsdoc) from 3.6.3 to 3.6.4. - [Release notes](https://github.com/jsdoc/jsdoc/releases) - [Changelog](https://github.com/jsdoc/jsdoc/blob/3.6.4/CHANGES.md) - [Commits](https://github.com/jsdoc/jsdoc/compare/3.6.3...3.6.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1020-160/+125
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use elseif instead of else ifChristoph Wurst2020-04-104-5/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Make sure every file ends with an empty newlineChristoph Wurst2020-04-093-3/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove trailing and in between spacesChristoph Wurst2020-04-092-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-0910-34/+34
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #20321 from ↵Joas Schilling2020-04-081-0/+63
|\ | | | | | | | | nextcloud/enh/noid/check-translation-for-triple-dot Check for triple dots in translations in CI
| * Check for triple dots in translations in CIGary Kim2020-04-071-0/+63
| | | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* | Bump handlebars from 4.7.3 to 4.7.6 in /builddependabot-preview[bot]2020-04-052-9/+24
|/ | | | | | | | Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.3 to 4.7.6. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.3...v4.7.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #20216 from ↵Roeland Jago Douma2020-04-032-15/+15
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/build/karma-viewport-1.0.6 Bump karma-viewport from 1.0.5 to 1.0.6 in /build
| * Bump karma-viewport from 1.0.5 to 1.0.6 in /builddependabot-preview[bot]2020-03-292-15/+15
| | | | | | | | | | | | | | | | Bumps [karma-viewport](https://github.com/squidfunk/karma-viewport) from 1.0.5 to 1.0.6. - [Release notes](https://github.com/squidfunk/karma-viewport/releases) - [Changelog](https://github.com/squidfunk/karma-viewport/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/karma-viewport/compare/1.0.5...1.0.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #20209 from nextcloud/techdebt/php-cs-configRoeland Jago Douma2020-04-011-0/+2
|\ \ | | | | | | Add a shared php coding style fixer config
| * | Add shared php-cs configChristoph Wurst2020-03-311-0/+2
| |/ | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / Update the license headers for Nextcloud 19Christoph Wurst2020-03-315-2/+4
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-276-13/+0
|\ | | | | Remove unused imports
| * Remove unused importsChristoph Wurst2020-03-256-13/+0
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Use the short array syntax, everywhereChristoph Wurst2020-03-263-9/+9
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Use lowercase true, false and null constantsChristoph Wurst2020-03-251-12/+12
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #19368 from ↵Roeland Jago Douma2020-03-242-7/+7
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/build/handlebars-4.7.3 Bump handlebars from 4.5.3 to 4.7.3 in /build
| * Bump handlebars from 4.5.3 to 4.7.3 in /builddependabot-preview[bot]2020-03-102-7/+7
| | | | | | | | | | | | | | | | Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.3 to 4.7.3. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.5.3...v4.7.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Force compatible EventDispatcher version in integration testsDaniel Calviño Sánchez2020-03-121-1/+2
|/ | | | | | | | | | | Nextcloud requires EventDispatcher from Symfony 4.4. Behat required Symfony 4.x until Behat 3.5, but since Behat 3.6 it supports Symfony 5.x too. However, as the EventDispatcher version was not restricted in the "composer.json" file Composer installed the latest compatible version with all the dependencies, which happened to be Symfony 5.x. To prevent that now the EventDispatcher is explicitly limited to Symfony 4.4 only. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Update behat/behat requirement in /build/integrationdependabot-preview[bot]2020-02-121-1/+1
| | | | | | | | Updates the requirements on [behat/behat](https://github.com/Behat/Behat) to permit the latest version. - [Release notes](https://github.com/Behat/Behat/releases) - [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md) - [Commits](https://github.com/Behat/Behat/compare/v3.5.0...v3.6.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Update guzzlehttp/guzzle requirement in /build/integrationdependabot-preview[bot]2020-02-091-1/+1
| | | | | | | | Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/6.3.3...6.5.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #18518 from nextcloud/security-polixyJoas Schilling2020-02-061-0/+1
|\ | | | | Set up a security policy
| * Set up a security policyRuben Barkow2020-01-211-0/+1
| | | | | | | | Signed-off-by: Ruben Barkow-Kuder <github@r.z11.de>
* | Bump karma-viewport from 1.0.4 to 1.0.5 in /builddependabot-preview[bot]2020-02-022-18/+119
|/ | | | | | | | Bumps [karma-viewport](https://github.com/squidfunk/karma-viewport) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/squidfunk/karma-viewport/releases) - [Changelog](https://github.com/squidfunk/karma-viewport/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/karma-viewport/compare/1.0.4...1.0.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Don't show link shares hash in inherited share listRoeland Jago Douma2020-01-151-22/+4
| | | | | | This adds no value at all. Just showing the text "(Shared link)" now. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix license headersChristoph Wurst2020-01-131-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix testsJohn Molakvoæ (skjnldsv)2019-12-101-0/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update license headersChristoph Wurst2019-12-0526-35/+77
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license script appsChristoph Wurst2019-12-051-15/+41
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* integration testsMaxence Lange2019-12-031-0/+80
| | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> add tests on non-owner pov Signed-off-by: Maxence Lange <maxence@artificial-owl.com> duplicate Signed-off-by: Maxence Lange <maxence@artificial-owl.com> small fixes Signed-off-by: Maxence Lange <maxence@artificial-owl.com> removed tags Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Merge pull request #18159 from nextcloud/tests/comments-integrationRoeland Jago Douma2019-12-021-2/+6
|\ | | | | Do not call count on null
| * Do not call count on nullJulius Härtl2019-11-291-2/+6
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix integrationRoeland Jago Douma2019-11-281-1/+1
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump handlebars from 4.5.2 to 4.5.3 in /builddependabot-preview[bot]2019-11-242-4/+4
| | | | | | | | Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.2 to 4.5.3. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.5.2...v4.5.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Accept incoming shares in integration testsDaniel Calviño Sánchez2019-11-2012-0/+167
| | | | | | | | | Now all incoming shares need to be explicitly accepted before being able to use the shared file or get information about a reshare (although getting the information of the incoming share is possible before accepting it). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Replace direct calls to share API with specific share stepsDaniel Calviño Sánchez2019-11-205-35/+35
| | | | | | | This makes possible to use steps that reference the last share, which will be needed to accept pending shares. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Remove extra spaces at the end of linesDaniel Calviño Sánchez2019-11-202-7/+7
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Bump handlebars from 4.5.1 to 4.5.2 in /builddependabot-preview[bot]2019-11-172-7/+7
| | | | | | | | Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.1 to 4.5.2. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.5.1...v4.5.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump handlebars from 4.4.5 to 4.5.1 in /builddependabot-preview[bot]2019-11-102-7/+7
| | | | | | | | Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.5 to 4.5.1. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.5...v4.5.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Add .editorconfig to expected filesGary Kim2019-11-081-0/+1
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>