dependabot[bot]
14aa3d3075
Merge pull request #56333 from nextcloud/dependabot/npm_and_yarn/stable31/nextcloud/vue-8.34.0
2025-11-26 00:29:37 +07:00
Nextcloud bot
c3ba0338b3
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-11-26 00:14:25 +07:00
nextcloud-command
1fed837843
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-11-26 01:03:13 +07:00
Ferdinand Thiessen
67b56df476
chore: adjust tests
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-11-26 01:03:13 +07:00
dependabot[bot]
d0531b9c68
build(deps): bump @nextcloud/vue from 8.29.2 to 8.34.0
...
Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue ) from 8.29.2 to 8.34.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases )
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.29.2...v8.34.0 )
---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
dependency-version: 8.34.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-11-26 00:52:24 +07:00
Louis
b9228da896
Merge pull request #56653 from nextcloud/backport/55981/stable31
...
[stable31] fix(encryption): Increment `lastChunkNr` when size is off
2025-11-25 21:57:08 +07:00
Sebastian Krupinski
cf31ae1e08
Merge pull request #56665 from nextcloud/backport/55473/stable31
...
[stable31] fix(CalDAV): imip set language per user
2025-11-25 13:51:20 +07:00
dependabot[bot]
7de2181694
Merge pull request #56644 from nextcloud/dependabot/npm_and_yarn/stable31/core-js-3.47.0
2025-11-25 18:15:34 +07:00
nextcloud-command
ef668fc06f
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-11-25 16:25:12 +07:00
dependabot[bot]
bfeb7ec4cd
build(deps): bump core-js from 3.46.0 to 3.47.0
...
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js ) from 3.46.0 to 3.47.0.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/commits/v3.47.0/packages/core-js )
---
updated-dependencies:
- dependency-name: core-js
dependency-version: 3.47.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-25 16:35:04 +07:00
SebastianKrupinski
3d44ec453b
fix: imip set language per user
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2025-11-25 10:32:07 +07:00
dependabot[bot]
6cea5b8e67
Merge pull request #56641 from nextcloud/dependabot/npm_and_yarn/stable31/msw-2.12.3
2025-11-25 15:30:43 +07:00
Louis Chmn
8afe1dd53a
fix(encryption): Increment lastChunkNr when size is off
...
When computing the unencrypted file size, we need the size of the last encrypted chunk as its size is usually not the regular 8192 bits.
To avoid reading the whole file, we seek directly to that last chunk based on the expected file size. When the expected file size is smaller than the actual one, we have a logic in place to continue reading until we reach the end of the file.
In that logic, we forgot to increment the `$lastChunkNr` which is important when we later check the signature of the chunk.
This commit adds that missing increment.
Signed-off-by: Louis Chmn <louis@chmn.me>
2025-11-25 09:19:09 +07:00
Nextcloud bot
366652477c
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-11-25 00:14:18 +07:00
dependabot[bot]
197016914a
Merge pull request #56642 from nextcloud/dependabot/npm_and_yarn/stable31/stylelint-16.26.0
2025-11-24 21:13:27 +07:00
dependabot[bot]
118c9bfb78
build(deps-dev): bump stylelint from 16.25.0 to 16.26.0
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 16.25.0 to 16.26.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.25.0...16.26.0 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-version: 16.26.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-24 19:49:13 +07:00
dependabot[bot]
4d18100a52
build(deps-dev): bump msw from 2.12.2 to 2.12.3
...
Bumps [msw](https://github.com/mswjs/msw ) from 2.12.2 to 2.12.3.
- [Release notes](https://github.com/mswjs/msw/releases )
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mswjs/msw/compare/v2.12.2...v2.12.3 )
---
updated-dependencies:
- dependency-name: msw
dependency-version: 2.12.3
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-24 19:48:29 +07:00
Robin Appelman
6b02bb1366
Merge pull request #56557 from nextcloud/backport/52786/stable31
...
[stable31] allow configuring multiple object store backends
2025-11-24 17:09:19 +07:00
Nextcloud bot
1374e07239
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-11-24 00:14:18 +07:00
dependabot[bot]
dd4727490e
Merge pull request #56470 from nextcloud/dependabot/npm_and_yarn/stable31/typescript-5.9.3
2025-11-23 20:46:33 +07:00
dependabot[bot]
134ef25d95
Merge pull request #56479 from nextcloud/dependabot/npm_and_yarn/stable31/nextcloud/typings-1.10.0
2025-11-23 20:42:39 +07:00
dependabot[bot]
8e89ff08b8
build(deps-dev): bump typescript from 5.8.3 to 5.9.3
...
Bumps [typescript](https://github.com/microsoft/TypeScript ) from 5.8.3 to 5.9.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml )
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.8.3...v5.9.3 )
---
updated-dependencies:
- dependency-name: typescript
dependency-version: 5.9.3
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-23 21:33:06 +07:00
dependabot[bot]
00f3baa2c4
Merge pull request #56478 from nextcloud/dependabot/npm_and_yarn/stable31/testing-library/jest-dom-6.9.1
2025-11-23 19:05:16 +07:00
dependabot[bot]
c240456de8
build(deps-dev): bump @nextcloud/typings from 1.9.1 to 1.10.0
...
Bumps [@nextcloud/typings](https://github.com/nextcloud-libraries/nextcloud-typings ) from 1.9.1 to 1.10.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-typings/releases )
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-typings/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nextcloud-libraries/nextcloud-typings/compare/v1.9.1...v1.10.0 )
---
updated-dependencies:
- dependency-name: "@nextcloud/typings"
dependency-version: 1.10.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-23 19:51:09 +07:00
dependabot[bot]
bdda74db7d
build(deps-dev): bump @testing-library/jest-dom from 6.6.3 to 6.9.1
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 6.6.3 to 6.9.1.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.6.3...v6.9.1 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
dependency-version: 6.9.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-23 19:50:40 +07:00
dependabot[bot]
b537b2334d
Merge pull request #56475 from nextcloud/dependabot/npm_and_yarn/stable31/nextcloud/paths-2.3.0
2025-11-23 17:36:56 +07:00
nextcloud-command
240501c3c3
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-11-23 17:22:28 +07:00
dependabot[bot]
705147665c
build(deps): bump @nextcloud/paths from 2.2.1 to 2.3.0
...
Bumps [@nextcloud/paths](https://github.com/nextcloud-libraries/nextcloud-paths ) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-paths/releases )
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-paths/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nextcloud-libraries/nextcloud-paths/compare/v2.2.1...v2.3.0 )
---
updated-dependencies:
- dependency-name: "@nextcloud/paths"
dependency-version: 2.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-23 18:15:14 +07:00
dependabot[bot]
8aa3258ffd
Merge pull request #56476 from nextcloud/dependabot/npm_and_yarn/stable31/focus-trap-7.6.6
2025-11-23 17:09:35 +07:00
nextcloud-command
5eaaeb8f35
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-11-23 16:54:44 +07:00
dependabot[bot]
3232694f80
Merge pull request #56482 from nextcloud/dependabot/npm_and_yarn/stable31/msw-2.12.2
2025-11-23 16:51:26 +07:00
dependabot[bot]
6c3a7e3158
build(deps): bump focus-trap from 7.6.5 to 7.6.6
...
Bumps [focus-trap](https://github.com/focus-trap/focus-trap ) from 7.6.5 to 7.6.6.
- [Release notes](https://github.com/focus-trap/focus-trap/releases )
- [Changelog](https://github.com/focus-trap/focus-trap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/focus-trap/focus-trap/compare/v7.6.5...v7.6.6 )
---
updated-dependencies:
- dependency-name: focus-trap
dependency-version: 7.6.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-23 17:47:26 +07:00
Andy Scherzinger
eab9588823
Merge pull request #56477 from nextcloud/dependabot/npm_and_yarn/stable31/nextcloud/browserslist-config-3.1.2
...
[stable31] build(deps): bump @nextcloud/browserslist-config from 3.1.0 to 3.1.2
2025-11-23 15:05:34 +07:00
nextcloud-command
628cfde5d5
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-11-23 13:40:02 +07:00
dependabot[bot]
e64e7c448b
build(deps): bump @nextcloud/browserslist-config from 3.1.0 to 3.1.2
...
Bumps [@nextcloud/browserslist-config](https://github.com/nextcloud-libraries/browserslist-config ) from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/nextcloud-libraries/browserslist-config/releases )
- [Changelog](https://github.com/nextcloud-libraries/browserslist-config/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nextcloud-libraries/browserslist-config/compare/v3.1.0...v3.1.2 )
---
updated-dependencies:
- dependency-name: "@nextcloud/browserslist-config"
dependency-version: 3.1.2
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>
2025-11-23 12:59:42 +07:00
dependabot[bot]
62bb90863c
Merge pull request #56474 from nextcloud/dependabot/npm_and_yarn/stable31/nextcloud/router-3.1.0
2025-11-23 12:43:31 +07:00
dependabot[bot]
d054382a5b
build(deps): bump @nextcloud/router from 3.0.1 to 3.1.0
...
Bumps [@nextcloud/router](https://github.com/nextcloud-libraries/nextcloud-router ) from 3.0.1 to 3.1.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-router/releases )
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-router/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nextcloud-libraries/nextcloud-router/compare/v3.0.1...v3.1.0 )
---
updated-dependencies:
- dependency-name: "@nextcloud/router"
dependency-version: 3.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-11-23 12:16:55 +07:00
dependabot[bot]
0142399e25
Merge pull request #56473 from nextcloud/dependabot/npm_and_yarn/stable31/nextcloud/capabilities-1.2.1
2025-11-23 09:17:55 +07:00
dependabot[bot]
fbe694fbf4
build(deps): bump @nextcloud/capabilities from 1.2.0 to 1.2.1
...
Bumps [@nextcloud/capabilities](https://github.com/nextcloud-libraries/nextcloud-capabilities ) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-capabilities/releases )
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-capabilities/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nextcloud-libraries/nextcloud-capabilities/compare/v1.2.0...v1.2.1 )
---
updated-dependencies:
- dependency-name: "@nextcloud/capabilities"
dependency-version: 1.2.1
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>
2025-11-23 09:03:59 +07:00
Nextcloud bot
3e71f395e0
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-11-23 00:13:49 +07:00
dependabot[bot]
b27b63b461
Merge pull request #56471 from nextcloud/dependabot/npm_and_yarn/stable31/babel/node-7.28.0
2025-11-22 23:06:43 +07:00
dependabot[bot]
5fddcf6198
build(deps-dev): bump @babel/node from 7.27.1 to 7.28.0
...
Bumps [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node ) from 7.27.1 to 7.28.0.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.28.0/packages/babel-node )
---
updated-dependencies:
- dependency-name: "@babel/node"
dependency-version: 7.28.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-22 23:52:41 +07:00
dependabot[bot]
02928a6070
Merge pull request #56601 from nextcloud/dependabot/npm_and_yarn/stable31/webpack-5.103.0
2025-11-22 16:56:02 +07:00
dependabot[bot]
f6b967eda6
Merge pull request #56600 from nextcloud/dependabot/npm_and_yarn/stable31/sass-1.94.2
2025-11-22 16:29:04 +07:00
dependabot[bot]
00928cd191
Merge pull request #56602 from nextcloud/dependabot/npm_and_yarn/stable31/zip.js/zip.js-2.8.11
2025-11-22 16:28:18 +07:00
nextcloud-command
e762141d33
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-11-22 16:26:51 +07:00
dependabot[bot]
bc53a63b67
build(deps-dev): bump webpack from 5.102.1 to 5.103.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.102.1 to 5.103.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.102.1...v5.103.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-version: 5.103.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-22 17:19:58 +07:00
dependabot[bot]
2a286b695f
Merge pull request #56603 from nextcloud/dependabot/npm_and_yarn/stable31/libphonenumber-js-1.12.29
2025-11-22 15:28:04 +07:00
nextcloud-command
f3f69a6a45
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-11-22 16:14:02 +07:00
dependabot[bot]
9dac12bb07
build(deps): bump libphonenumber-js from 1.12.9 to 1.12.29
...
Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js ) from 1.12.9 to 1.12.29.
- [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md )
- [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/compare/v1.12.9...v1.12.29 )
---
updated-dependencies:
- dependency-name: libphonenumber-js
dependency-version: 1.12.29
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-22 16:14:02 +07:00