aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Update psalm baselinenextcloud-command2022-04-091-5/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselinenextcloud-command2022-04-071-3/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselinenextcloud-command2022-04-061-6/+1
| | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #30823 from nextcloud/work/profilerCarl Schwan2022-04-041-6/+0
|\ | | | | | | | | | | Built-in profiler This adds the required API for collecting information about requests. This information can then be displayed with the new 'profiler' app.
| * Add a built-in profiler inside NextcloudCarl Schwan2022-04-041-6/+0
| | | | | | | | | | | | The webui is provided by a seperate application named profiler Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Update guzzlehttp/guzzle requirement in /build/integrationdependabot[bot]2022-03-301-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/7.4.1...7.4.2) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #31629 from nextcloud/feat/remove-ie-headersPytal2022-03-213-4/+0
|\
| * Remove legacy Internet Explorer headersMichaIng2022-03-193-4/+0
| | | | | | | | | | | | X-UA-Compatible and X-Download-Options headers are interpreted or relevant for Internet Explorer only. With the deprecation of Internet Explorer support in Nextcloud 20 and planned support removal already in Nextcloud 22, these became obsolete and are hereby removed, including their removal from setup checks. Signed-off-by: MichaIng <micha@dietpi.com>
* | Update psalm baselinenextcloud-command2022-03-201-11/+0
|/ | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselinenextcloud-command2022-03-181-48/+2
| | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #31542 from nextcloud/psalm-userCountsCarl Schwan2022-03-141-2/+1
|\ | | | | Fix psalm issue about userCounts
| * Fix psalm issue about userCountsCarl Schwan2022-03-111-2/+1
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Update psalm baselinenextcloud-command2022-03-111-15/+0
|/ | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselinenextcloud-command2022-03-101-61/+4
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselinenextcloud-command2022-03-051-6/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #31435 from ↵John Molakvoæ2022-03-041-2/+3
|\ | | | | | | nextcloud/update-images-in-scripts-to-run-local-tests-in-Docker
| * Update images in scripts to run local tests in DockerDaniel Calviño Sánchez2022-03-031-2/+3
| | | | | | | | | | | | | | | | PHP 7.3 support was dropped for Nextcloud 24. The Docker images are updated to the same images used for integration and acceptance tests in CI. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Update psalm baselinenextcloud-command2022-03-041-11/+0
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Update psalm baselinenextcloud-command2022-03-031-15/+0
|/ | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselinenextcloud-command2022-03-011-14/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update GuzzleHttp function call for v7MichaIng2022-02-224-7/+7
| | | | | | https://github.com/guzzle/guzzle/issues/2824 Signed-off-by: MichaIng <micha@dietpi.com>
* Update guzzlehttp/guzzle requirement in /build/integrationdependabot[bot]2022-02-221-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.5.2...7.4.1) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #31309 from nextcloud/fix/fix-checkers-php-errorCôme Chilliet2022-02-221-1/+1
|\ | | | | Avoid PHP errors in the checkers drone step
| * Avoid PHP errors in the checkers drone stepCôme Chilliet2022-02-211-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Update psalm baselinenextcloud-command2022-02-211-3/+0
|/ | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #31178 from nextcloud/fix-dav-namespace-typoVincent Petry2022-02-151-6/+0
|\ | | | | Fix typo in DAV namespace registration
| * Fix typo in DAV namespace registrationThomas Citharel2022-02-141-6/+0
| | | | | | | | | | | | See https://github.com/nextcloud/3rdparty/blob/b0afba6d6508a1c85332cf8c61e90ad91b289ebc/sabre/dav/lib/DAV/Xml/Service.php#L43 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Remove setting defaultUsernamePath dynamicallyThomas Citharel2022-02-141-8/+0
|/ | | | | | | | Since Sabre 3.0.6 this is no longer possible. @see https://github.com/sabre-io/dav/pull/582 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Update sabre/dav requirement from 4.3.0 to 4.3.1 in /build/integrationdependabot[bot]2022-02-141-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.3.0...4.3.1) --- updated-dependencies: - dependency-name: sabre/dav dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* 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>