aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #32369 from ↵Carl Schwan2022-05-131-5/+0
|\ | | | | | | | | nextcloud/automated/noid/psalm-baseline-update-1652416168 [Automated] Update psalm-baseline.xml
| * Update psalm baselinenextcloud-command2022-05-131-5/+0
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Merge pull request #32250 from nextcloud/cleanup/cappedmemorycacheJohn Molakvoæ2022-05-131-32/+1
|\ \ | |/ |/|
| * Add stricter psalm type for CappedMemoryCacheCarl Schwan2022-05-121-32/+1
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Update psalm baselinenextcloud-command2022-05-111-4/+0
|/ | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #31900 from nextcloud/feat/server-container-publicCarl Schwan2022-05-102-5/+10
|\ | | | | Add a public replacement for OC::$server->get
| * Add a public replacement for OC::$server->getCarl Schwan2022-05-102-5/+10
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Add setting to ignore email during searchLouis Chemineau2022-05-031-0/+1
|/ | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #31758 from nextcloud/fix/utf8-detection-fixblizzz2022-04-291-1/+2
|\ | | | | Use sabre function directly rather than duplicating it
| * Update psalm baseline for Sabre decodePathVincent Petry2022-04-261-1/+2
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Enable Talk with --force to have less issues during transition period after ↵Joas Schilling2022-04-251-1/+1
|/ | | | | | a branch-off Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #32054 from ↵Joas Schilling2022-04-231-0/+1
|\ | | | | | | | | nextcloud/verify-that-talk-could-be-enabled-before-executing-the-tests Verify that Talk could be enabled before executing the tests
| * Verify that Talk could be enabled before executing the testsDaniel Calviño Sánchez2022-04-211-0/+1
| | | | | | | | | | | | | | | | This should make the problem clearer if Talk could not be enabled (for example, due to a version mismatch), as otherwise the tests would fail in more cryptic ways. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Lint and psalm fixJohn Molakvoæ2022-04-211-5/+0
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Remove accessibilityJohn Molakvoæ2022-04-212-2/+0
|/ | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add a metadata service to store file metadataCarl Schwan2022-04-131-10/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Merge pull request #31932 from nextcloud/feat/ignore_second_dnVincent Petry2022-04-131-0/+1
|\ | | | | Add settings to ignore second display name in search
| * Add settings to ignore second display name in searchLouis Chemineau2022-04-121-0/+1
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Fix ZipArchive::addEmptyDir stubCôme Chilliet2022-04-121-2/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Add stubs for ZipArchiveCôme Chilliet2022-04-121-0/+1482
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #31857 from nextcloud/feat/dont_match_useridVincent Petry2022-04-111-0/+1
|\ | | | | Add settings to not match userID during full match
| * Add settings to not match userID during full matchLouis Chemineau2022-04-061-0/+1
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | 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>