aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | build(deps-dev): bump @nextcloud/cypressdependabot/npm_and_yarn/nextcloud/cypress-1.0.0-beta.15dependabot[bot]2025-05-282-6/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/cypress](https://github.com/nextcloud/nextcloud-cypress) from 1.0.0-beta.14 to 1.0.0-beta.15. - [Release notes](https://github.com/nextcloud/nextcloud-cypress/releases) - [Commits](https://github.com/nextcloud/nextcloud-cypress/compare/v1.0.0-beta.14...v1.0.0-beta.15) --- updated-dependencies: - dependency-name: "@nextcloud/cypress" dependency-version: 1.0.0-beta.15 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #53146 from nextcloud/tests/noid/finish-davJoas Schilling2025-05-2879-1753/+1056
|\ \ \ | |/ / |/| | test: Migrate remaining DAV tests to PHPUnit 10
| * | test(dav): adjust test cases for PHPUnit 10Ferdinand Thiessen2025-05-281-2/+2
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(DAV): Check if the header is actually the expected formatJoas Schilling2025-05-281-0/+6
| | | | | | | | | | | | | | | | | | | | | Not sure how the test ever passed as it can only throw with strict types which are not yet enabled Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | test: Migrate remaining DAV tests to PHPUnit 10Joas Schilling2025-05-2878-1753/+1050
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-05-2838-138/+338
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #52728 from ↵dependabot[bot]2025-05-275-9/+9
|\ \ | | | | | | | | | nextcloud/dependabot/npm_and_yarn/libphonenumber-js-1.12.8
| * | chore(assets): Recompile assetsdependabot/npm_and_yarn/libphonenumber-js-1.12.8nextcloud-command2025-05-273-4/+4
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | build(deps): bump libphonenumber-js from 1.12.7 to 1.12.8dependabot[bot]2025-05-282-5/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) from 1.12.7 to 1.12.8. - [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/compare/v1.12.7...v1.12.8) --- updated-dependencies: - dependency-name: libphonenumber-js dependency-version: 1.12.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #53122 from nextcloud/tests/noid/dav-systemtagJoas Schilling2025-05-2711-386/+250
|\ \ | | | | | | test: Migrate DAV Systemtags tests to PHPUnit 10
| * | test: Migrate DAV Systemtags tests to PHPUnit 10tests/noid/dav-systemtagJoas Schilling2025-05-2711-386/+250
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #52945 from nextcloud/fix/cleanup-test-legacy-autoloaderJohn Molakvoæ2025-05-274-15/+0
|\ \ \
| * | | chore: Remove useless legacy autoloader for testsfix/cleanup-test-legacy-autoloaderCôme Chilliet2025-05-274-15/+0
|/ / / | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #53119 from nextcloud/fix/noid/broken-password-reset-formAnna2025-05-271-2/+2
|\ \ \ | | | | | | | | fix: broken password reset form
| * | | fix: broken password reset formfix/noid/broken-password-reset-formAnna Larch2025-05-261-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | Merge pull request #53130 from ↵Benjamin Gaussorgues2025-05-271-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/artonge/fix/skip_blurhash_if_previews_are_disabled
| * | | | fix(blurhash): Skip generation the if previews are disabled.artonge/fix/skip_blurhash_if_previews_are_disabledLouis Chemineau2025-05-271-0/+5
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Merge pull request #53131 from nextcloud/fix/file_reference_invalidate_renameJonas2025-05-271-0/+5
|\ \ \ \ | |/ / / |/| | | fix(FileReferenceEventListener): Invalidate cache after node was renamed
| * | | fix(FileReferenceEventListener): Invalidate cache after node was renamedfix/file_reference_invalidate_renameJonas2025-05-271-0/+5
|/ / / | | | | | | | | | | | | | | | Fixes: nextcloud/collectives#1527 Signed-off-by: Jonas <jonas@freesources.org>
* | | Merge pull request #52752 from ↵Kate2025-05-275-3/+122
|\ \ \ | | | | | | | | | | | | nextcloud/leftybournes/fix/files_trashbin_dont_restore_full
| * | | fix(files_trashbin): check if there is enough space before restoringleftybournes/fix/files_trashbin_dont_restore_fullKent Delante2025-05-205-3/+122
| | | | | | | | | | | | | | | | Signed-off-by: Kent Delante <kent.delante@proton.me>
* | | | Merge pull request #53120 from nextcloud/background-scan-eqBenjamin Gaussorgues2025-05-271-3/+3
|\ \ \ \
| * | | | perf: improve query to determine which users need a background scanbackground-scan-eqRobin Appelman2025-05-261-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #53124 from nextcloud/fix/log/map-all-warning-noticeKate2025-05-271-2/+2
|\ \ \ \ \
| * | | | | fix(log): map all warnings to warn log level, notice to infoChristoph Wurst2025-05-271-2/+2
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | / fix(l10n): Update translations from TransifexNextcloud bot2025-05-2750-2/+138
| |_|_|/ |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #53118 from nextcloud/backport/53055/masterFerdinand Thiessen2025-05-2616-29/+109
|\ \ \ \ | | | | | | | | | | fix(files_sharing): show note, label and list of uploaded files on file drop
| * | | | chore(assets): Recompile assetsbackport/53055/masternextcloud-command2025-05-2611-10/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | fix(files_sharing): show note, label and list of uploaded files on file dropFerdinand Thiessen2025-05-265-19/+99
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was missing from the Vue migration of the public share view: - Show the note as the description of the file drop - Show the label as the heading of the file drop if available - Show list of uploaded files for verification Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #53115 from nextcloud/ci/noid/more-action-hardeningfeat/image-size-metadataKate2025-05-263-7/+12
|\ \ \ \ | |/ / / |/| | |
| * | | ci: Update comments and correctly skip the "pull 3rdparty" commandci/noid/more-action-hardeningJoas Schilling2025-05-262-3/+5
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | ci: Ignore template-injection on nextcloud-releases workflowJoas Schilling2025-05-261-4/+7
| | |/ | |/| | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #53111 from nextcloud/tests/noid/carddav-testsKate2025-05-2623-692/+488
|\ \ \ | |/ / |/| |
| * | test: Migrate CardDAV tests to PHPUnit10tests/noid/carddav-testsJoas Schilling2025-05-2523-692/+488
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #53074 from nextcloud/docs/53002/calendar-searchAndy Scherzinger2025-05-261-7/+65
|\ \ \ | | | | | | | | docs(caldav): update documentation for calendar search
| * | | docs(caldav): update documentation for calendar searchdocs/53002/calendar-searchDaniel Kesselberg2025-05-231-7/+65
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | fix(l10n): Update translations from TransifexNextcloud bot2025-05-26112-282/+36
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #53083 from ↵dependabot[bot]2025-05-252-46/+46
|\ \ \ \ | |_|/ / |/| | | | | | | nextcloud/dependabot/npm_and_yarn/puppeteer-24.9.0
| * | | chore(deps-dev): Bump puppeteer from 24.7.2 to 24.9.0dependabot[bot]2025-05-252-46/+46
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 24.7.2 to 24.9.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/puppeteer-v24.7.2...puppeteer-v24.9.0) --- updated-dependencies: - dependency-name: puppeteer dependency-version: 24.9.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #53108 from nextcloud/rakekniven-patch-2Andy Scherzinger2025-05-251-1/+1
|\ \ \ | | | | | | | | chore(18n): More natural english - fix plural typo
| * | | chore(18n): More natural english - fix plural typorakekniven-patch-2rakekniven2025-05-251-1/+1
| | | | | | | | | | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | | | Merge pull request #53106 from nextcloud/tests/noid/caldav-testsJoas Schilling2025-05-2571-1117/+829
|\ \ \ \ | | | | | | | | | | test: Migrate CalDAV tests to PHPUnit10
| * | | | test: Migrate CalDAV tests to PHPUnit10tests/noid/caldav-testsJoas Schilling2025-05-2571-1117/+829
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #53084 from nextcloud/dependabot/npm_and_yarn/webpack-5.99.9Andy Scherzinger2025-05-2575-78/+78
|\ \ \ \ \ | | | | | | | | | | | | chore(deps-dev): Bump webpack from 5.99.7 to 5.99.9
| * | | | | chore(assets): Recompile assetsdependabot/npm_and_yarn/webpack-5.99.9nextcloud-command2025-05-2573-73/+73
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | chore(deps-dev): Bump webpack from 5.99.7 to 5.99.9dependabot[bot]2025-05-252-5/+5
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 5.99.7 to 5.99.9. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.99.7...v5.99.9) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.99.9 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #53076 from nextcloud/gw-codeowners-public-apiAndy Scherzinger2025-05-251-2/+4
|\ \ \ \ \ | |_|/ / / |/| | | | chore(codeowners): add codeowners for calendar and contacts api
| * | | | chore(codeowners): add codeowners for calendar and contacts apigw-codeowners-public-apiDaniel Kesselberg2025-05-231-2/+4
| | |/ / | |/| | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | fix(l10n): Update translations from TransifexNextcloud bot2025-05-25112-270/+326
| |/ / |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #52897 from ↵John Molakvoæ2025-05-246-13/+13
|\ \ \ | | | | | | | | | | | | nextcloud/Jerome-Herbinet-replace-remove-wording-with-delete