aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* feat(CI): Add a stub for SensitiveParameter, so Psalm is not failing on ↵Joas Schilling2023-10-061-0/+5
| | | | | | Doctrine/DBAL Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(autocomplete): Fix missing user status on autocomplete endpointJoas Schilling2023-09-283-4/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore: Drop vendored Composer v2.4.1Christoph Wurst2023-09-261-0/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix(build): Ignore `default-source.svg` from image optimizationJoas Schilling2023-09-251-11/+16
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* small fixesMaxence Lange2023-09-201-5/+0
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* ocm controllerMaxence Lange2023-09-202-1/+5
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Merge pull request #39720 from ↵Ferdinand Thiessen2023-09-191-13/+13
|\ | | | | | | | | nextcloud/dependabot/composer/build/integration/symfony/event-dispatcher-5.4.26 chore(deps-dev): Bump symfony/event-dispatcher from 5.4.22 to 5.4.26 in /build/integration
| * chore(deps-dev): Bump symfony/event-dispatcher in /build/integrationdependabot[bot]2023-09-191-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [symfony/event-dispatcher](https://github.com/symfony/event-dispatcher) from 5.4.22 to 5.4.26. - [Release notes](https://github.com/symfony/event-dispatcher/releases) - [Changelog](https://github.com/symfony/event-dispatcher/blob/6.3/CHANGELOG.md) - [Commits](https://github.com/symfony/event-dispatcher/compare/v5.4.22...v5.4.26) --- 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>
* | chore(deps-dev): Bump phpunit/phpunit in /build/integrationdependabot[bot]2023-09-191-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.10 to 9.6.11. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.11/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.10...9.6.11) --- 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 #40455 from ↵Ferdinand Thiessen2023-09-191-25/+26
|\ \ | |/ |/| | | | | nextcloud/dependabot/composer/build/integration/phpunit/phpunit-9.6.12 chore(deps-dev): Bump phpunit/phpunit from 9.6.10 to 9.6.12 in /build/integration
| * chore(deps-dev): Bump phpunit/phpunit in /build/integrationdependabot[bot]2023-09-161-25/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.10 to 9.6.12. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.12/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.10...9.6.12) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Update psalm baselinenextcloud-command2023-09-171-53/+0
|/ | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #32912 from nextcloud/group-backend-batch-methodCôme Chilliet2023-09-111-10/+0
|\ | | | | Add batch methods in user backends
| * Add batch methods in user backendsCarl Schwan2023-09-051-10/+0
| | | | | | | | | | | | This allows for faster group search with significantly less DB traffic Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | new name of AppEcosystem is AppAPIAlexander Piskun2023-09-061-2/+2
|/ | | | Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
* Update psalm baselinenextcloud-command2023-09-031-11/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* chore(deps-dev): Bump guzzlehttp/guzzle in /build/integrationdependabot[bot]2023-09-022-30/+30
| | | | | | | | | | | | | | | Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.6.1 to 7.8.0. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/7.8/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.6.1...7.8.0) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* fix(security): Update CA certificate bundlenextcloud-command2023-08-231-1/+1
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselinenextcloud-command2023-08-191-129/+0
| | | | | Signed-off-by: GitHub <noreply@github.com> Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Add OpenAPI checkerjld31032023-08-111-0/+26
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Merge branch 'master' into appecosystem-authAndrey Borysenko2023-08-102-287/+44
|\
| * Update psalm baselinenextcloud-command2023-08-041-159/+0
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
| * fix(ci): add to enabled appsChristopher Ng2023-08-031-0/+1
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Merge pull request #39219 from ↵Côme Chilliet2023-08-031-153/+68
| |\ | | | | | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| | * Update psalm baselinenextcloud-command2023-07-261-153/+68
| | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | Fix psalm ci (stub). Wrap server container with try-catchAndrey Borysenko2023-08-021-0/+15
|/ / | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* / ci(checkers): Require composer autoloaders for all shipped appsChristoph Wurst2023-07-241-6/+4
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* chore(deps-dev): Bump phpunit/phpunit in /build/integrationdependabot[bot]2023-07-171-12/+12
| | | | | | | | | | | | | | Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.8 to 9.6.10. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.10/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.8...9.6.10) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* fix: adjust testingJohn Molakvoæ2023-07-111-0/+41
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* psalm: Enable more/less specific errorsjld31032023-07-031-84/+474
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Update psalm baselinenextcloud-command2023-07-012-83/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* fix(ocp): TimedJob can't have a more specific argument than JobChristoph Wurst2023-06-281-6/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #38747 from nextcloud/perf/early-exit-mkcolJoas Schilling2023-06-224-1/+118
|\ | | | | perf: skip request without write permission
| * perf: skip request without write permissionDaniel Kesselberg2023-06-194-1/+118
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | chore: add `__tests__` and `__mocks__` to file checker and fix updated namesJohn Molakvoæ2023-06-211-2/+4
|/ | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Update psalm baselinenextcloud-command2023-06-151-8/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* chore: don't copy additional configuration files to integration test containerDaniel Kesselberg2023-06-131-0/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* chore(deps-dev): Bump dms/phpunit-arraysubset-assertsdependabot[bot]2023-06-102-17/+16
| | | | | | | | | | | | | | Bumps [dms/phpunit-arraysubset-asserts](https://github.com/rdohms/phpunit-arraysubset-asserts) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/rdohms/phpunit-arraysubset-asserts/releases) - [Commits](https://github.com/rdohms/phpunit-arraysubset-asserts/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: dms/phpunit-arraysubset-asserts dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Update CA certificate bundlenextcloud-command2023-05-311-1/+1
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselinenextcloud-command2023-05-221-33/+1
| | | | Signed-off-by: GitHub <noreply@github.com>
* chore(deps-dev): Bump phpunit/phpunit in /build/integrationdependabot[bot]2023-05-171-12/+12
| | | | | | | | | | | | | | Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.7 to 9.6.8. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.8/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.7...9.6.8) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps-dev): Bump guzzlehttp/guzzle in /build/integrationdependabot[bot]2023-05-172-11/+8
| | | | | | | | | | | | | | | Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.5.1 to 7.6.1. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/7.6/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.5.1...7.6.1) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@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>