aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* test: fix periodic `Test\Group\DatabaseTest::testSearchGroups` failurebackport/50319/stable30Josh2025-01-221-2/+2
| | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* Merge pull request #49934 from nextcloud/backport/49681/stable30Josh2025-01-221-0/+1
|\ | | | | [stable30] add sse_c_key from S3 object storage properties config to list of sensitive values
| * fix: add sse_c_key from S3 object storage properties config to list of ↵Robert Riemann2025-01-221-0/+1
|/ | | | | | sensitive values Signed-off-by: Robert Riemann <robert@riemann.cc>
* Merge pull request #50291 from nextcloud/backport/49820/stable30Git'Fellow2025-01-221-1/+3
|\ | | | | [stable30] fix(settings): Make header style inline with other pages
| * fix(settings): Make header style inline with other pagesbackport/49820/stable30Git'Fellow2025-01-211-1/+3
| | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | Merge pull request #50125 from nextcloud/backport/50123/stable30John Molakvoæ2025-01-223-4/+11
|\ \
| * | chore(assets): Recompile assetsnextcloud-command2025-01-222-3/+3
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(files): rename actions submenu back entryskjnldsv2025-01-221-1/+1
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | fix(files): close submenu on main actions state changeskjnldsv2025-01-221-0/+7
|/ / | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-22124-124/+452
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #50297 from ↵Kate2025-01-2139-55/+52
|\ \ | | | | | | | | | nextcloud/chore/deps/nextcloud-upload-1.8.0-stable30
| * | chore(deps): Update @nextcloud/upload to 1.8.0provokateurin2025-01-2139-55/+52
| |/ | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #50296 from nextcloud/backport/50233/stable30Ferdinand Thiessen2025-01-213-2/+203
|\ \ | |/ |/| [stable30] fix(updatenotification): Parse pre-release version of apps
| * fix(updatenotification): Parse pre-release version of appsFerdinand Thiessen2025-01-213-2/+203
|/ | | | | | | | The notitication is correctly created, but the changelog is not show. We need to make sure the version passed to the manager is in the allowed format (major.minor.patch). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #50197 from nextcloud/backport/50177/stable30Maksim Sukharev2025-01-217-6/+173
|\
| * chore(assets): Recompile assetsbackport/50177/stable30nextcloud-command2025-01-174-6/+6
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * test(e2e): hide move dialog action if destination has no CREATE permissionMaksim Sukharev2025-01-172-0/+162
| | | | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> (cherry picked from commit 868517f6d24aba3e3b81a134039f4c5832cf401a)
| * fix(files): hide move dialog action if destination has no CREATE permissionMaksim Sukharev2025-01-171-0/+5
| | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-21246-370/+686
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #50278 from nextcloud/backport/50265/stable30max-nextcloud2025-01-203-4/+4
|\ \ | | | | | | [stable30] fix(encryption): handle empty encryptionModules fine
| * | chore(assets): Recompile assetsnextcloud-command2025-01-202-3/+3
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(encryption): handle empty encryptionModules fineMax2025-01-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | `[].find(...)` will return `undefined`. `undefined[0]` throws an exception. Handle this case more gracefully. Signed-off-by: Max <max@nextcloud.com>
* | | Merge pull request #50106 from nextcloud/backport/50070/stable30Kate2025-01-201-1/+3
|\ \ \
| * | | docs(HTTP): Add proper docs for CORS attributebackport/50070/stable30provokateurin2025-01-091-1/+3
| | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Merge pull request #49991 from nextcloud/backport/49887/stable30Kate2025-01-202-10/+9
|\ \ \ \
| * | | | chore: psalm fixesRobin Appelman2025-01-201-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | chore: update baselineRobin Appelman2025-01-201-8/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | fix: don't skip scanner users filesystem if they have a mountpoint at ↵Robin Appelman2025-01-201-2/+7
| | |/ / | |/| | | | | | | | | | | | | | | | | | /<user>/files/ Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #50276 from nextcloud/backport/50271/stable30Git'Fellow2025-01-201-1/+0
|\ \ \ \ | | | | | | | | | | [stable30] fix(TemplateManager): Remove warning message
| * | | | fix(TemplateManager): Remove warning messageGit'Fellow2025-01-201-1/+0
| |/ / / | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | Merge pull request #50268 from nextcloud/backport/49717/stable30Ferdinand Thiessen2025-01-205-7/+7
|\ \ \ \ | |/ / / |/| | | [stable30] chore(i18n): Improved grammar
| * | | chore(i18n): Improved grammarrakekniven2025-01-205-7/+7
|/ / / | | | | | | | | | | | | | | | | | | Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-2024-6/+92
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #50139 from ↵dependabot[bot]2025-01-1917-34/+46
|\ \ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable30/nextcloud/calendar-availability-vue-2.2.6
| * | | chore(assets): Recompile assetsnextcloud-command2025-01-1915-21/+21
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | build(deps): bump @nextcloud/calendar-availability-vuedependabot[bot]2025-01-192-13/+25
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/calendar-availability-vue](https://github.com/nextcloud/calendar-availability-vue) from 2.2.4 to 2.2.6. - [Release notes](https://github.com/nextcloud/calendar-availability-vue/releases) - [Changelog](https://github.com/nextcloud/calendar-availability-vue/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud/calendar-availability-vue/compare/v2.2.4...v2.2.6) --- updated-dependencies: - dependency-name: "@nextcloud/calendar-availability-vue" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-1916-10/+46
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #50122 from nextcloud/backport/50076/stable30Konstantin Myakshin2025-01-183-2/+15
|\ \ \ | | | | | | | | [stable30] fix: Apply enforce theme config for anonymous users as well
| * | | fix: Apply enforce theme config for anonymous users as wellbackport/50076/stable30Kostiantyn Miakshyn2025-01-183-2/+15
|/ / / | | | | | | | | | Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
* | | Merge pull request #50247 from ↵dependabot[bot]2025-01-182-24/+158
|\ \ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable30/dockerode-4.0.4
| * | | build(deps-dev): bump dockerode from 4.0.2 to 4.0.4dependabot/npm_and_yarn/stable30/dockerode-4.0.4dependabot[bot]2025-01-182-24/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [dockerode](https://github.com/apocas/dockerode) from 4.0.2 to 4.0.4. - [Release notes](https://github.com/apocas/dockerode/releases) - [Commits](https://github.com/apocas/dockerode/compare/v4.0.2...v4.0.4) --- updated-dependencies: - dependency-name: dockerode dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #50248 from ↵dependabot[bot]2025-01-182-6/+5
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable30/ts-loader-9.5.2
| * | | | build(deps-dev): bump ts-loader from 9.5.1 to 9.5.2dependabot/npm_and_yarn/stable30/ts-loader-9.5.2dependabot[bot]2025-01-182-6/+5
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 9.5.1 to 9.5.2. - [Release notes](https://github.com/TypeStrong/ts-loader/releases) - [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/ts-loader/compare/v9.5.1...v9.5.2) --- updated-dependencies: - dependency-name: ts-loader dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #50249 from ↵dependabot[bot]2025-01-185-9/+9
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable30/libphonenumber-js-1.11.18
| * | | | build(deps): bump libphonenumber-js from 1.11.16 to 1.11.18dependabot[bot]2025-01-185-9/+9
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) from 1.11.16 to 1.11.18. - [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/compare/v1.11.16...v1.11.18) --- updated-dependencies: - dependency-name: libphonenumber-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Merge pull request #50253 from nextcloud/backport/50241/stable30Maksim Sukharev2025-01-183-15/+16
|\ \ \ \ | | | | | | | | | | [stable30] fix(UnifiedSearch): request data only when opening modal
| * | | | chore(assets): Recompile assetsbackport/50241/stable30nextcloud-command2025-01-182-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | fix(UnifiedSearch): request data only when opening modalMaksim Sukharev2025-01-181-12/+13
|/ / / / | | | | | | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* | | | Merge pull request #50250 from ↵dependabot[bot]2025-01-1821-25/+25
|\ \ \ \ | |/ / / |/| | | | | | | nextcloud/dependabot/npm_and_yarn/stable30/nextcloud/password-confirmation-5.3.1
| * | | build(deps): bump @nextcloud/password-confirmation from 5.3.0 to 5.3.1dependabot[bot]2025-01-1821-25/+25
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/password-confirmation](https://github.com/nextcloud-libraries/nextcloud-password-confirmation) from 5.3.0 to 5.3.1. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/compare/v5.3.0...v.5.3.1) --- updated-dependencies: - dependency-name: "@nextcloud/password-confirmation" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>