summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Update psalm baselinenextcloud-command2022-02-111-59/+5
| | | | Signed-off-by: GitHub <noreply@github.com>
* Only allow avatars in 64 and 512 pixel sizeJoas Schilling2022-02-071-13/+13
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #29286 from nextcloud/enhancement/drop-php-7-3Côme Chilliet2022-02-012-3/+3
|\ | | | | Drop PHP7.3
| * Fix PHP Notices in build/integration/features/bootstrapCôme Chilliet2022-01-252-3/+3
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Update psalm baselinenextcloud-command2022-01-281-3/+1
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Fix registerEventListener issuesCarl Schwan2022-01-271-107/+2
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Fix psalm issues in theming appCarl Schwan2022-01-261-49/+0
|/ | | | | | | | After this change, we are down to only one psalm warning for this app and related to the Application.php. This also make composer psam:update-baseline not silently ignore new errors. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Merge pull request #30379 from nextcloud/feature/add-comments-reactionsJoas Schilling2022-01-211-4/+0
|\ | | | | Add comments reactions
| * Prevent query error when use subqueryVitor Mattos2022-01-211-4/+0
| | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
* | Update psalm baselinenextcloud-command2022-01-211-5/+0
|/ | | | Signed-off-by: GitHub <noreply@github.com>
* Move jsunit dependencies to main package.jsonLouis Chemineau2022-01-182-9583/+0
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Update dependenciesLouis Chemineau2022-01-182-1425/+571
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Migrate to npm 7 for autotest-js.shLouis Chemineau2022-01-182-762/+1686
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Remove .php_cs.distJohn Molakvoæ2022-01-161-1/+0
|
* Allow .php-cs-fixer.dist.phpJohn Molakvoæ2022-01-141-0/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Update psalm baselinenextcloud-command2022-01-141-3/+1
| | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #30508 from nextcloud/fix/psaml-binCarl Schwan2022-01-137-1648/+389
|\ | | | | Fix psalm not running
| * Check style updateCarl Schwan2022-01-131-1/+1
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * Fix a few psalm issues and moved back to psalm/phar 4.18Carl Schwan2022-01-126-1605/+394
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * Fix psalm not runningCarl Schwan2022-01-061-51/+3
| | | | | | | | | | | | | | | | | | | | The issue was that we were using psalm/phar instead of vimeo/psalm. This caused issue with the custom psalm plugin in buildd/psalm. This is using the opportunity to also update the psalm version from 3.8 to 3.17 and the php-cs-fixer too. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Set the file's mtime from the headers in bulk uploadLouis Chemineau2022-01-112-1/+44
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Update node deps for JS testsVincent Petry2022-01-102-12/+5235
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Revert build/package-lock.json changeLouis Chemineau2022-01-081-172/+106
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Don't import $ in every file that needs itLouis Chemineau2022-01-081-107/+173
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Split common vendor chunkJohn Molakvoæ (skjnldsv)2022-01-081-2/+4
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Improve api documentation for file sharing external storageCarl Schwan2022-01-031-3/+0
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Bump puppeteer from 13.0.0 to 13.0.1 in /builddependabot[bot]2022-01-032-4/+4
| | | | | | | | | | | | | | | Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 13.0.0 to 13.0.1. - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md) - [Commits](https://github.com/puppeteer/puppeteer/compare/v13.0.0...v13.0.1) --- updated-dependencies: - dependency-name: puppeteer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump node-sass from 7.0.0 to 7.0.1 in /builddependabot[bot]2022-01-032-362/+423
| | | | | | | | | | | | | | | | Bumps [node-sass](https://github.com/sass/node-sass) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/node-sass/compare/v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: node-sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #29879 from ↵Julius Härtl2021-12-213-2/+98
|\ | | | | | | nextcloud/bugfix/noid/sharing-enumeration-addressbooks
| * Add integration tests for email completionJulius Härtl2021-12-083-2/+98
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Bump puppeteer from 12.0.1 to 13.0.0 in /builddependabot[bot]2021-12-192-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 12.0.1 to 13.0.0. - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md) - [Commits](https://github.com/puppeteer/puppeteer/compare/v12.0.1...v13.0.0) --- updated-dependencies: - dependency-name: puppeteer dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #30304 from ↵MichaIng2021-12-191-59/+1
|\ \ | | | | | | | | | | | | nextcloud/automated/noid/psalm-baseline-update-1639714304 [Automated] Update psalm-baseline.xml
| * | Update psalm baselinenextcloud-command2021-12-171-59/+1
| | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | Update sabre/dav requirement from 4.2.3 to 4.3.0 in /build/integrationdependabot[bot]2021-12-181-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav) to permit the latest version. - [Release notes](https://github.com/sabre-io/dav/releases) - [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md) - [Commits](https://github.com/sabre-io/dav/compare/4.2.3...4.3.0) --- updated-dependencies: - dependency-name: sabre/dav dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #30184 from ↵Côme Chilliet2021-12-131-4/+0
|\ \ | | | | | | | | | | | | nextcloud/automated/noid/psalm-baseline-update-1639109464 [Automated] Update psalm-baseline.xml
| * | Update psalm baselinenextcloud-command2021-12-101-4/+0
| |/ | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Bump node-sass from 6.0.1 to 7.0.0 in /builddependabot[bot]2021-12-132-80/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [node-sass](https://github.com/sass/node-sass) from 6.0.1 to 7.0.0. - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/node-sass/compare/v6.0.1...v7.0.0) --- updated-dependencies: - dependency-name: node-sass dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | Update sabre/dav requirement from 4.2.1 to 4.2.3 in /build/integrationdependabot[bot]2021-12-111-1/+1
|/ | | | | | | | | | | | | | Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav) to permit the latest version. - [Release notes](https://github.com/sabre-io/dav/releases) - [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md) - [Commits](https://github.com/sabre-io/dav/compare/4.2.1...4.2.3) --- updated-dependencies: - dependency-name: sabre/dav dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* Update psalm baselinenextcloud-command2021-12-071-8/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Bump puppeteer from 11.0.0 to 12.0.1 in /builddependabot[bot]2021-12-052-8/+8
| | | | | | | | | | | | | | | Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 11.0.0 to 12.0.1. - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md) - [Commits](https://github.com/puppeteer/puppeteer/compare/v11.0.0...v12.0.1) --- updated-dependencies: - dependency-name: puppeteer dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Update sabre/dav requirement from 4.2.0 to 4.2.1 in /build/integrationdependabot[bot]2021-12-051-1/+1
| | | | | | | | | | | | | | Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav) to permit the latest version. - [Release notes](https://github.com/sabre-io/dav/releases) - [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md) - [Commits](https://github.com/sabre-io/dav/compare/4.2.0...4.2.1) --- updated-dependencies: - dependency-name: sabre/dav dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* Update psalm baselinenextcloud-command2021-12-031-30/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselinenextcloud-command2021-11-261-30/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Correctly set the response after a ClientException as wellJoas Schilling2021-11-251-6/+22
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add an integration testJoas Schilling2021-11-251-0/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update sabre/dav requirement from 3.2.3 to 4.2.0 in /build/integrationdependabot[bot]2021-11-231-1/+1
| | | | | | | | | | | | | | Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav) to permit the latest version. - [Release notes](https://github.com/sabre-io/dav/releases) - [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md) - [Commits](https://github.com/sabre-io/dav/compare/3.2.3...4.2.0) --- updated-dependencies: - dependency-name: sabre/dav dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #29570 from ↵MichaIng2021-11-172-2/+4157
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/build/puppeteer-11.0.0 Bump puppeteer from 10.4.0 to 11.0.0 in /build
| * Bump puppeteer from 10.4.0 to 11.0.0 in /builddependabot[bot]2021-11-172-2/+4157
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 10.4.0 to 11.0.0. - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md) - [Commits](https://github.com/puppeteer/puppeteer/compare/v10.4.0...v11.0.0) --- updated-dependencies: - dependency-name: puppeteer dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | Update behat/behat requirement in /build/integrationdependabot[bot]2021-11-171-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.9.0...v3.10.0) --- updated-dependencies: - dependency-name: behat/behat dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* Update psalm baselineVincent Petry2021-11-051-2/+1
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>