aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Update psalm baselinenextcloud-command2023-07-121-6/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #38357 from ↵Arthur Schiwon2023-07-111-39/+1
|\ | | | | | | | | nextcloud/automated/noid/stable27-update-psalm-baseline [stable27] Update psalm-baseline.xml
| * Update psalm baselinenextcloud-command2023-07-071-39/+1
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | perf: skip request without write permissionDaniel Kesselberg2023-07-044-1/+118
|/ | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Update CA certificate bundlenextcloud-command2023-05-311-1/+1
| | | | Signed-off-by: GitHub <noreply@github.com>
* disable contacts menu features that regularly fail on droneSimon L2023-05-171-6/+10
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* feat(CardDAV): Add Sabre\DAV\IMoveTarget support to OCA\DAV\CardDAV\AddressBookThomas Citharel2023-05-161-0/+5
| | | | | | | | | | This allows to just UPDATE the card row instead of deleting it and reinsert it. It's very similar to https://github.com/nextcloud/server/pull/30120 for calendars. As we need the addressbookid exposed, this introduces OCA\DAV\CardDAV\Card that extends Sabre's. I chose specifically NOT to auto-inject LoggerInterface in Addressbook like in #30120 because the chain of DI is huge just for ONE simple call and it would break an existing dirty call (OCA\Contacts calling OCA\DAV) of ContactsManager in Contacts: https://github.com/nextcloud/contacts/pull/1722 (in SocialApiService), but this is debatable. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* feat(dav): store scopes for properties and filter locally scoped properties ↵Anna Larch2023-05-091-0/+8
| | | | | | for federated address book sync Signed-off-by: Anna Larch <anna@nextcloud.com>
* Update psalm baselinenextcloud-command2023-05-041-5/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #38034 from ↵Daniel2023-05-031-112/+75
|\ | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * Update psalm baselinenextcloud-command2023-05-031-112/+75
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Merge pull request #37385 from ↵Joas Schilling2023-05-031-11/+33
|\ \ | |/ |/| | | | | nextcloud/bugfix/noid/dont-allow-adding-the-same-email-multiple-times fix(provisioning_api): Don't allow to configure the same additional e…
| * fix(tests): Fix new integration testsJoas Schilling2023-04-261-13/+13
| | | | | | | | | | | | The integration tests are not isolated, so we can not reuse previously used data Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(provisioning_api): Don't allow to configure the same additional email ↵Joas Schilling2023-04-261-0/+22
| | | | | | | | | | | | multiple times Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #37390 from nextcloud/update/psalm-5Kate2023-05-022-1069/+1791
|\ \ | | | | | | Update to psalm 5
| * | Use psalm 5jld31032023-05-022-1069/+1791
| | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | disable contacts menu features that regularly fail on droneSimon L2023-05-021-8/+10
|/ / | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | Update psalm baselinenextcloud-command2023-05-021-29/+0
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Update psalm baselinenextcloud-command2023-04-271-20/+0
|/ | | | Signed-off-by: GitHub <noreply@github.com>
* fix(assests): Ignore some more directories from optimizationJoas Schilling2023-04-241-4/+10
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(assets): Require scour 0.38.2 (Ubuntu LTS 22.04+) for SVG optimizationJoas Schilling2023-04-241-0/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(deps-dev): bump behat/behat in /build/integrationdependabot[bot]2023-04-222-51/+51
| | | | | | | | | | | | | | | Bumps [behat/behat](https://github.com/Behat/Behat) from 3.12.0 to 3.13.0. - [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.12.0...v3.13.0) --- updated-dependencies: - dependency-name: behat/behat dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps-dev): bump guzzlehttp/guzzle in /build/integrationdependabot[bot]2023-04-222-44/+41
| | | | | | | | | | | | | | | Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.5.0 to 7.5.1. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/7.5/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.5.0...7.5.1) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* chore(CI): Require a minimum composer version to make sure the autoloader is ↵Joas Schilling2023-04-211-0/+10
| | | | | | okay Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(CalDAV/CardDAV): put every method from Cal/CardDAV backends that does ↵Thomas Citharel2023-04-171-1/+0
| | | | | | | | | | | | multiple DB calls in transactions In a lot of methods we're doing read-after-writes (for instance calling updateProperties after touching calendar objects). There's also a lot of deleting methods that do stuff sequentially which could cause trouble. This should avoid this kind of issues. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Merge pull request #37735 from ↵Joas Schilling2023-04-171-0/+16
|\ | | | | | | | | nextcloud/techdebt/ref-37476/ignore-excluded-dirs-on-image-optimization chore(assets): Ignore git-ignored directories on image optimization
| * chore(assets): Ignore git-ignored directories on image optimizationJoas Schilling2023-04-141-0/+16
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #37752 from ↵John Molakvoæ2023-04-151-8/+0
|\ \ | | | | | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * | Update psalm baselinenextcloud-command2023-04-151-8/+0
| |/ | | | | | | Signed-off-by: GitHub <noreply@github.com>
* / chore(deps-dev): Bump phpunit/phpunit in /build/integrationdependabot[bot]2023-04-151-6/+6
|/ | | | | | | | | | | | | | | Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.6 to 9.6.7. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.7/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.6...9.6.7) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #37476 from ↵Arthur Schiwon2023-04-141-0/+5
|\ | | | | | | | | nextcloud/ci/checkers/fix-autoloader-generation-extraneous-apps ci(checkers): Fix autoloader (re)generation for extraneous apps
| * ci(checkers): Fix autoloader regeneration for non-shipped appsChristoph Wurst2023-04-031-0/+5
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #37529 from ↵MichaIng2023-04-081-28/+29
|\ \ | | | | | | | | | | | | nextcloud/dependabot/composer/build/integration/phpunit/phpunit-9.6.6 chore(deps-dev): Bump phpunit/phpunit from 9.6.4 to 9.6.6 in /build/integration
| * | chore(deps-dev): Bump phpunit/phpunit in /build/integrationdependabot[bot]2023-04-011-28/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.4 to 9.6.6. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.4...9.6.6) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #37530 from ↵dependabot[bot]2023-04-081-6/+6
|\ \ \ | | | | | | | | | | | | nextcloud/dependabot/composer/build/integration/symfony/event-dispatcher-5.4.22
| * | | chore(deps-dev): Bump symfony/event-dispatcher in /build/integrationdependabot[bot]2023-04-011-6/+6
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [symfony/event-dispatcher](https://github.com/symfony/event-dispatcher) from 5.4.19 to 5.4.22. - [Release notes](https://github.com/symfony/event-dispatcher/releases) - [Changelog](https://github.com/symfony/event-dispatcher/blob/6.2/CHANGELOG.md) - [Commits](https://github.com/symfony/event-dispatcher/compare/v5.4.19...v5.4.22) --- updated-dependencies: - dependency-name: symfony/event-dispatcher dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Update psalm baselinenextcloud-command2023-04-071-134/+6
| | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | fix:(files-checker): add cypress.d.ts and custom.d.tsJohn Molakvoæ2023-04-061-1/+3
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | Refactor AppFrameworkTainter to make it more readablejld31032023-04-051-20/+23
| | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | Update AppFrameworkTainter to use non-deprecated interfacejld31032023-04-051-16/+11
| | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | Remove autotest-js.shLouis Chemineau2023-04-041-1/+0
| |/ |/| | | | | | | | | It is just a proxy to npm run test:jsunit. Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Update baseline to allow running psalm with multiple threadsjld31032023-03-311-1/+1
| | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | Add stubs for Psr\Container to allow running psalm with multiple threadsjld31032023-03-311-0/+52
|/ | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Update psalm baselinenextcloud-command2023-03-301-8/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselinenextcloud-command2023-03-211-3/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselinenextcloud-command2023-03-141-137/+1
| | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #27034 from nextcloud/enh/s3-multipart-upload-apiArthur Schiwon2023-03-093-6/+216
|\ | | | | Use MultipartUpload for uploading chunks to s3
| * tests(integration): Fix catching error only on object storeJulius Härtl2023-03-082-1/+17
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * feat(s3): Use multipart upload for chunked uploadingJulius Härtl2023-03-083-6/+200
| | | | | | | | | | | | This allows to stream file chunks directly to S3 during upload. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Update psalm baselinenextcloud-command2023-03-081-4/+1
|/ | | | Signed-off-by: GitHub <noreply@github.com>