Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Collapse)Author
2022-03-09Merge pull request #31183 from nextcloud/backport/31178/stable23Vincent Petry
[stable23] Fix typo in DAV namespace registration
2022-02-22Avoid PHP errors in the checkers drone stepCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-02-17Fix typo in DAV namespace registrationbackport/31178/stable23Thomas Citharel
See https://github.com/nextcloud/3rdparty/blob/b0afba6d6508a1c85332cf8c61e90ad91b289ebc/sabre/dav/lib/DAV/Xml/Service.php#L43 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-01-29Fix psalm warning related to registerEventListenerCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-27Merge pull request #30814 from nextcloud/backport/30508/stable23John Molakvoæ
2022-01-27Fix psalm not runningCarl Schwan
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>
2022-01-22Update sabre/dav requirement from 4.3.0 to 4.3.1 in /build/integrationdependabot[bot]
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>
2022-01-12Set the file's mtime from the headers in bulk uploadLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-10Make chokidar happy with fseventsVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-01-10Update node deps for JS testsVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-12-18Update sabre/dav requirement from 4.2.3 to 4.3.0 in /build/integrationdependabot[bot]
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>
2021-12-11Update sabre/dav requirement from 4.2.1 to 4.2.3 in /build/integrationdependabot[bot]
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>
2021-12-11Update guzzlehttp/guzzle requirement in /build/integrationdependabot[bot]
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.5/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/6.5.2...6.5.5) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2021-12-05Update sabre/dav requirement from 4.2.0 to 4.2.1 in /build/integrationdependabot[bot]
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>
2021-11-25Correctly set the response after a ClientException as wellJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-11-25Add an integration testJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-11-22Update sabre/dav requirement from 4.1.5 to 4.2.0 in /build/integrationdependabot[bot]
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.1.5...4.2.0) --- updated-dependencies: - dependency-name: sabre/dav dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2021-11-15Merge pull request #29649 from ↵Louis
nextcloud/dependabot/composer/build/integration/stable23/sabre/dav-4.1.5 Update sabre/dav requirement from 3.2.3 to 4.1.5 in /build/integration
2021-11-15Fix branch selection in stable23Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-11-13Update sabre/dav requirement from 3.2.3 to 4.1.5 in /build/integrationdependabot[bot]
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.1.5) --- updated-dependencies: - dependency-name: sabre/dav dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2021-11-11Update behat/behat requirement in /build/integrationdependabot[bot]
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>
2021-11-05Update psalm baselineVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-11-05Add integration tests for federated shares from unavailable serversDaniel Calviño Sánchez
The federated server needs to be stopped during the tests, so it is now stopped in the FederationContext for each scenario instead of just once in the run.sh script. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-11-05Add integration tests for listing federated sharesDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-11-05Add integration tests for deleting federated sharesDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-11-04Fix missing calendar path for public write on CalendarsAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2021-11-04Update psalm baselinenextcloud-command
Signed-off-by: GitHub <noreply@github.com>
2021-11-01properly handle cases where cache wrappers block accessRobin Appelman
`CacheWrapper::formatCacheEntry` can return false for files that should be filtered out Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-10-24Use findBinaryPath for previewsJ0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2021-10-23Merge pull request #29363 from nextcloud/fair-use-pushJohn Molakvoæ
2021-10-23Update behat/behat requirement in /build/integrationdependabot[bot]
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.8.0...v3.9.0) --- updated-dependencies: - dependency-name: behat/behat dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2021-10-23Fair use of push notificationsJoas Schilling
We want to keep offering our push notification service for free, but large users overload our infrastructure. For this reason we have to rate-limit the use of push notifications. If you need this feature, consider setting up your own push server or using Nextcloud Enterprise. Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-22Update psalm baselinenextcloud-command
Signed-off-by: GitHub <noreply@github.com>
2021-10-21Bump Symfony family and friends to v4.4.30Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-10-20Add integration tests for user_status APIJonas Meurer
Signed-off-by: Jonas Meurer <jonas@freesources.org>
2021-10-20Update psalm baselinenextcloud-command
Signed-off-by: GitHub <noreply@github.com>
2021-10-19Merge pull request #28751 from nextcloud/feat/28139/profile-pagePytal
2021-10-19Add new account propertiesChristopher Ng
- New properties - Organisation - Role - Headline - Biography - Profile Enabled property - Fix errors with building default account properties - Fix L10N factory method `getLanguage` not public error - Update tests Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-10-18Add an API to set and rollback the user statusCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-10-16Merge pull request #29274 from nextcloud/automated/noid/psalm-baseline-updateDaniel
[Automated] Update psalm-baseline.xml
2021-10-16Clean BulkUpload pluginLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2021-10-16Update psalm baselinenextcloud-command
Signed-off-by: GitHub <noreply@github.com>
2021-10-15Update psalm baselinenextcloud-command
Signed-off-by: GitHub <noreply@github.com>
2021-10-14Update psalm baselinenextcloud-command
Signed-off-by: GitHub <noreply@github.com>
2021-10-11Revert "Merge pull request #28817 from ↵Christopher Ng
nextcloud/dependabot/npm_and_yarn/bootstrap-5.1.1" This reverts commit 6b2711f4c317713c638af2b70caec40bfda3694b, reversing changes made to d0a1d99c89f83b4b71a6d8e89d7674f77e4654ed. Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-10-08Update psalm baselinenextcloud-command
Signed-off-by: GitHub <noreply@github.com>
2021-10-06Merge pull request #29064 from ↵Louis
nextcloud/feature/add_cache_to_local_integration_tests_container Add caching for local run of integration and acceptance tests
2021-10-06Add cache for local integration test containerLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2021-10-05Bump bootstrap from 4.6.0 to 5.1.1dependabot[bot]
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.6.0 to 5.1.1. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.6.0...v5.1.1) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-10-05Merge pull request #27733 from ↵Julius Härtl
PhrozenByte/enhancement/noid/IURLGenerator-linkToDefaultPageUrl