summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
...
* chore: Adjust SPDX tool to multiple line licenses instead of `AND` chainedFerdinand Thiessen2024-06-181-4/+8
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(tests): Update psalm baselinenextcloud-command2024-06-171-8/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* chore: Add webpack plugin to properly extract licenses used in compiled assetsFerdinand Thiessen2024-06-161-0/+216
| | | | | | This will create proper extracted license information for assets and stores it in `fist/file.js.license`. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Update build/npm-post-build.shJoas Schilling2024-06-141-1/+1
| | | Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
* chore: Adjust post-build script to add license files for sourcemaps on buildFerdinand Thiessen2024-06-141-0/+29
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* ci: Migrate CalDAVTester CI scripts to GitHubFerdinand Thiessen2024-06-081-1/+0
| | | | | | We can finally shut of drone workers. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-06-0648-0/+110
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Merge branch 'master' into refactor/OC-Server-getHTTPClientServiceJohn Molakvoæ2024-05-3086-12700/+3714
|\ | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * feat(files): Use receiving users language for the ownership transfer target ↵Ferdinand Thiessen2024-05-292-3/+3
| | | | | | | | | | | | folder Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * chore: Add SPDX headerAndy Scherzinger2024-05-2713-40/+41
| | | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
| * test(Sharing): Integration test for no expiration set date for sharefenn-cs2024-05-232-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: Add SPDX headerAndy Scherzinger2024-05-1337-811/+94
| | | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
| * fix: revert rename changesAndy Scherzinger2024-05-101-2/+2
| | | | | | | | | | | | see #45250 Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
| * fix: move SPDX info of generated files to dep5 definitionAndy Scherzinger2024-05-1021-81/+19
| | | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
| * chore(build): Add changed file set on root levelAndy Scherzinger2024-05-101-2/+4
| | | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
| * chore: Add SPDX headerAndy Scherzinger2024-05-1024-76/+90
| | | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
| * chore(tests): Update psalm baselinenextcloud-command2024-05-072-2/+2
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
| * chore(tests): Update psalm baselinenextcloud-command2024-05-021-36/+36
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
| * build(deps-dev): bump phpunit/phpunit in /build/integrationdependabot[bot]2024-04-301-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.18 to 9.6.19. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.19/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.18...9.6.19) --- 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: Update baseline to include new 3rdparty psalm errorsCôme Chilliet2024-04-301-787/+716
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * chore(tests): Update psalm baselinenextcloud-command2024-04-221-8/+0
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
| * chore(tests): Update psalm baselinenextcloud-command2024-04-171-14/+0
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
| * chore: Use stubs from PHP 8.1Côme Chilliet2024-04-094-9645/+1819
| | | | | | | | | | | | Directly copied stubs for php ext folder from PHP-8.1 branch Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * chore: Add 3rdparty error to baseline. Also removed fixed errors.Côme Chilliet2024-04-081-137/+36
| | | | | | | | | | | | | | The CDATA stuff comes from a psalm new version, nothing to worry about, both syntax are equivalent. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Merge pull request #43808 from ↵Ferdinand Thiessen2024-04-051-48/+0
| |\ | | | | | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| | * chore: Update psalm baselineFerdinand Thiessen2024-04-041-48/+0
| | | | | | | | | | | | | | | Co-authored-by: GitHub <noreply@github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | 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-022-2/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.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>