aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* fix: provision api's status codesbackport/47846/stable29Hamza Mahjoubi2024-10-091-6/+6
| | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* fix(security): Update CA certificate bundlenextcloud-command2024-09-251-1/+1
| | | | Signed-off-by: GitHub <noreply@github.com>
* ci: Restrict RTL characters to RTL languagesbackport/47349/stable29Joas Schilling2024-09-241-21/+54
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore: add .git-blame-ignore-revsbackport/48282/stable29Daniel Kesselberg2024-09-231-0/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* chore(tests): Update psalm baselineautomated/noid/stable29-update-psalm-baselinenextcloud-command2024-09-231-5/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* chore(tests): Update psalm baselinenextcloud-command2024-09-161-3/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #47895 from nextcloud/backport/47339/stable29John Molakvoæ2024-09-151-0/+83
|\ | | | | [stable29] fix: Display 'Leave share' instead of 'Delete'
| * fix(files_sharing): adjust permissions from custom edit and delete check methodsbackport/47339/stable29skjnldsv2024-09-111-0/+83
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | chore(tests): Update psalm baselinenextcloud-command2024-09-151-6/+0
|/ | | | Signed-off-by: GitHub <noreply@github.com>
* fix(dav): Always respond custom error page on exceptionsLouis Chemineau2024-09-052-22/+11
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix: Fix unmodified placeholder replacing the actual value when updatingDaniel Calviño Sánchez2024-09-041-0/+32
| | | | | | | | | | | | | | When updating global storages and user storages a property is not updated by "StoragesService::updateStorage()" if the value matches the unmodified placeholder. However, userglobal storages are not updated through the "StoragesService"; as only the authentication mechanism is updated it is directly done with "saveBackendOptions()" in "IUserProvided" or "UserGlobalAuth". Due to this the unmodified placeholder value needs to be explicitly checked in those cases and replaced by the actual value (note that in this case it is not possible to just skip updating a specific property). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* test: Add integration tests for saving external userglobal storagesDaniel Calviño Sánchez2024-09-045-2/+136
| | | | | | | | | As the external storage uses the Nextcloud server itself the number of workers of the PHP process running the Nextcloud server had to be increased. Otherwise if a request is sent for the external storage while handling a request from the integration tests a deadlock would occur. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* chore(tests): Update psalm baselinenextcloud-command2024-07-191-5/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* ci(psalm): update baselineArthur Schiwon2024-07-111-0/+3
| | | | | | | prefer to keep this check as PublicEmitter should be dropped sooner or later Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix(security): Update CA certificate bundlenextcloud-command2024-07-031-1/+1
| | | | Signed-off-by: GitHub <noreply@github.com>
* ci: Migrate CalDAV and CardDAV tests from drone to GitHub ActionsFerdinand Thiessen2024-06-281-1/+0
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* test(Sharing): Integration test for no expiration set date for sharefenn-cs2024-05-292-2/+24
| | | | | | | | | | - Verify that explicitly sending empty `expireDate` param to server overwrite default and sets not expiry date, if non is enforced. - Update tests to avoid converting empty string to date. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* chore(tests): Update psalm baselinenextcloud-command2024-05-071-7/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* chore(tests): Update psalm baselinenextcloud-command2024-05-061-176/+33
| | | | Signed-off-by: GitHub <noreply@github.com>
* fix: Update psalm baseline to ignore `setKey` being internal of `phpseclib`Ferdinand Thiessen2024-04-051-0/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-042-2/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore(branchoff): Test against stable29 branchesJoas Schilling2024-03-282-7/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* build(deps-dev): bump phpunit/phpunit in /build/integrationdependabot[bot]2024-03-231-62/+68
| | | | | | | | | | | | | | | Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.17 to 9.6.18. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.18/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.17...9.6.18) --- 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(security): Update CA certificate bundlenextcloud-command2024-03-121-1/+1
| | | | Signed-off-by: GitHub <noreply@github.com>
* feat(dav): update a principal's schedule-default-calendar-URLRichard Steinmetz2024-02-282-0/+159
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* chore(deps-dev): bump phpunit/phpunit in /build/integrationdependabot[bot]2024-02-241-12/+12
| | | | | | | | | | | | | | Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.16 to 9.6.17. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.17/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.16...9.6.17) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* enh(sharing): enable unsharing for sharees for DAV shares (addressbooks and ↵Anna Larch2024-02-151-2/+2
| | | | | | calendars) Signed-off-by: Anna Larch <anna@nextcloud.com>
* Update psalm baselinenextcloud-command2024-02-151-5/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* fix(OCP): Check for typos in "deprecated"Joas Schilling2024-02-141-4/+26
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update psalm baselinenextcloud-command2024-02-102-55/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselinenextcloud-command2024-02-062-91/+31
| | | | Signed-off-by: GitHub <noreply@github.com>
* chore: Update psalm baselineCôme Chilliet2024-02-051-317/+98
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Update psalm baselinenextcloud-command2024-02-051-116/+5
| | | | Signed-off-by: GitHub <noreply@github.com>
* fix(tests): Ensure ldap server can be reached in integration tests on GitHub ↵Ferdinand Thiessen2024-01-264-1/+24
| | | | | | | | | | | | Actions and other improvments * Run integration tests for every pull request * Also print docker logs of service containers (ldap, redis) * Ensure consistent `datadir` for test assertions * Test openldap features separatly * Only the LDAP tests rely on `/dev/shm` while `federated.feature` rely on real directory access Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix "Creation of dynamic property CommandLineContext::$…BaseUrl is ↵Joas Schilling2024-01-261-0/+2
| | | | | | deprecated in CommandLineContext.php on line 41" Signed-off-by: Joas Schilling <coding@schilljs.com>
* Reduce the output on github CIJoas Schilling2024-01-261-1/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Ensure the testing app is enabledJoas Schilling2024-01-261-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove library that is unmaintained since 2015 and was merged in the behat coreJoas Schilling2024-01-263-353/+230
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix "Creation of dynamic property FeatureContext::$parts is deprecated in ↵Joas Schilling2024-01-261-4/+6
| | | | | | WebDav.php line 757" Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore: Move integration tests from drone to githubJoas Schilling2024-01-2615-0/+80
| | | | | | * Improve grouping as setting up CI took 3* the time of the test in average Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #42974 from nextcloud/fix/build/openapi-diff-non-defaultKate2024-01-201-1/+1
|\
| * fix(build): Fix OpenAPI diff on non-default specsprovokateurin2024-01-191-1/+1
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | chore(deps-dev): Bump phpunit/phpunit in /build/integrationdependabot[bot]2024-01-201-42/+44
|/ | | | | | | | | | | | | | Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.13 to 9.6.16. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.16/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.13...9.6.16) --- 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(build): Do not generated OpenAPI for non-shipped apps or apps without ↵provokateurin2024-01-181-2/+4
| | | | | | OpenAPI support Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(psalm): update baseline and suppress unnecessary issuesJohn Molakvoæ2024-01-091-6/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix: improve typing and use \OCP\Server::getJohn Molakvoæ2024-01-091-6/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix: public dav and files_sharing testing fixesJohn Molakvoæ2024-01-095-10/+22
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* blurhash generationMaxence Lange2024-01-051-0/+14
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* chore(deps-dev): Bump sabre/dav in /build/integrationdependabot[bot]2023-12-162-8/+8
| | | | | | | | | | | | | | | Bumps [sabre/dav](https://github.com/sabre-io/dav) from 4.5.1 to 4.6.0. - [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.5.1...4.6.0) --- updated-dependencies: - dependency-name: sabre/dav 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-12-141-1/+1
| | | | Signed-off-by: GitHub <noreply@github.com>