summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Add integration tests for federated shares from unavailable serversDaniel Calviño Sánchez2021-11-053-4/+130
| | | | | | | | 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>
* Add integration tests for listing federated sharesDaniel Calviño Sánchez2021-11-052-0/+74
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Add integration tests for deleting federated sharesDaniel Calviño Sánchez2021-11-052-8/+102
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Fix missing calendar path for public write on CalendarsAnna Larch2021-11-041-0/+5
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Update psalm baselinenextcloud-command2021-11-041-19/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* properly handle cases where cache wrappers block accessRobin Appelman2021-11-011-3/+0
| | | | | | `CacheWrapper::formatCacheEntry` can return false for files that should be filtered out Signed-off-by: Robin Appelman <robin@icewind.nl>
* Use findBinaryPath for previewsJ0WI2021-10-231-16/+0
| | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* Merge pull request #29363 from nextcloud/fair-use-pushJohn Molakvoæ2021-10-231-0/+1
|\
| * Fair use of push notificationsJoas Schilling2021-10-231-0/+1
| | | | | | | | | | | | | | | | | | 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>
* | Update behat/behat requirement in /build/integrationdependabot[bot]2021-10-231-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.8.0...v3.9.0) --- updated-dependencies: - dependency-name: behat/behat dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* Update psalm baselinenextcloud-command2021-10-221-13/+1
| | | | Signed-off-by: GitHub <noreply@github.com>
* Bump Symfony family and friends to v4.4.30Christoph Wurst2021-10-211-31/+24
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add integration tests for user_status APIJonas Meurer2021-10-203-0/+112
| | | | Signed-off-by: Jonas Meurer <jonas@freesources.org>
* Update psalm baselinenextcloud-command2021-10-201-3/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #28751 from nextcloud/feat/28139/profile-pagePytal2021-10-181-0/+15
|\
| * Add new account propertiesChristopher Ng2021-10-191-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* | Add an API to set and rollback the user statusCarl Schwan2021-10-181-6/+0
|/ | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Merge pull request #29274 from nextcloud/automated/noid/psalm-baseline-updateDaniel2021-10-161-2/+1
|\ | | | | [Automated] Update psalm-baseline.xml
| * Update psalm baselinenextcloud-command2021-10-161-2/+1
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Clean BulkUpload pluginLouis Chemineau2021-10-162-0/+62
|/ | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Update psalm baselinenextcloud-command2021-10-151-5/+2
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselinenextcloud-command2021-10-141-2/+1
| | | | Signed-off-by: GitHub <noreply@github.com>
* Revert "Merge pull request #28817 from ↵Christopher Ng2021-10-111-9826/+1
| | | | | | | | | 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>
* Update psalm baselinenextcloud-command2021-10-081-17/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #29064 from ↵Louis2021-10-061-1/+3
|\ | | | | | | | | nextcloud/feature/add_cache_to_local_integration_tests_container Add caching for local run of integration and acceptance tests
| * Add cache for local integration test containerLouis Chemineau2021-10-061-1/+3
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Bump bootstrap from 4.6.0 to 5.1.1dependabot[bot]2021-10-051-1/+9826
|/ | | | | | | | | | | | | | | | 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>
* Merge pull request #27733 from ↵Julius Härtl2021-10-051-0/+5
|\ | | | | | | PhrozenByte/enhancement/noid/IURLGenerator-linkToDefaultPageUrl
| * Update Psalm baselineDaniel Rudolf2021-08-141-0/+5
| | | | | | | | Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
* | Test for transfer ownership with incoming sharesVincent Petry2021-08-272-2/+43
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Scope composer tools with the bin pluginChristoph Wurst2021-08-191-0/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Add missing files for Composer v2Christoph Wurst2021-08-131-1/+2
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update psalm baselineNextcloud-PR-Bot2021-07-251-12/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Add proper node testingJohn Molakvoæ (skjnldsv)2021-07-221-4345/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #27888 from nextcloud/fix/redis-authJohn Molakvoæ2021-07-223-137/+137
|\
| * Support redis user password auth and tls encryptionJohn Molakvoæ (skjnldsv)2021-07-203-137/+137
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Update psalm baselineNextcloud-PR-Bot2021-07-221-2/+1
|/ | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #27933 from ↵Louis2021-07-131-6/+0
|\ | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml