Nextcloud bot
05b870579b
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-18 00:22:33 +07:00
Andy Scherzinger
18b01f3a08
Merge pull request #53547 from nextcloud/backport/53477/stable31
...
[stable31] fix: do not extract fields for blank template
2025-06-17 21:01:55 +07:00
nextcloud-command
21b223e694
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-17 18:01:36 +07:00
Andy Scherzinger
a31f16c197
Merge pull request #53520 from nextcloud/backport/53514/stable31
...
[stable31] fix(encryption): Do not register user key related event listeners
2025-06-17 20:00:17 +07:00
Elizabeth Danzberger
312464860a
fix: do not extract fields for blank template
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
[skip ci]
2025-06-17 19:57:34 +07:00
F. E Noel Nfebe
76abde54cb
Merge pull request #53549 from nextcloud/backport/53322/stable31
...
[stable31] fix: Set public link upload email notification to opt-in
2025-06-17 18:54:13 +07:00
Andy Scherzinger
191b259e9f
Merge pull request #53543 from nextcloud/backport/53534/stable31
...
[stable31] fix(core): getRequestToken import typo
2025-06-17 19:25:21 +07:00
nfebe
ae56da1375
fix: Set public link upload email notification to opt-in
...
This now sets `isDefaultEnabled` to false. This makes email notifications for file uploads
to public links disabled by default (opt-in) for users.
This addresses concerns about new notifications being enabled by
default for existing users, leading to unexpected emails.
Related: https://github.com/nextcloud/server/pull/46945
Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-06-17 14:58:31 +07:00
skjnldsv
1695dfc87f
fix(core): getRequestToken import typo
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-17 13:56:46 +07:00
John Molakvoæ
5f63c89955
Merge pull request #53545 from nextcloud/backport/53140/stable31
2025-06-17 14:53:54 +07:00
Ferdinand Thiessen
abcbed720e
Merge pull request #53518 from nextcloud/backport/51609/stable31
...
[stable31] fix(files_versions): only handle path updates when there is path
2025-06-17 14:42:03 +07:00
nextcloud-command
52ae4321d9
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-17 13:48:26 +07:00
skjnldsv
831534b7b0
fix(files): auto reload sidebar tags on update
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-06-17 11:10:21 +07:00
Nextcloud bot
b6f8bbb6bf
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-17 08:00:34 +07:00
Joas Schilling
ce720e5f18
Merge pull request #53365 from nextcloud/backport/53314/stable31
...
[stable31] fix(notifications): Fix check for hasNotifiers when all apps use Regi…
2025-06-17 07:59:10 +07:00
Nextcloud bot
5bc4167680
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-17 00:22:42 +07:00
Andy Scherzinger
6356a0fe46
Merge pull request #53522 from nextcloud/backport/53326/stable31
...
[stable31] fix: refactor request token handling and do not update with invalid result
2025-06-17 01:05:17 +07:00
nextcloud-command
4f3d3d32fd
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-16 22:40:24 +07:00
Ferdinand Thiessen
fad03a73cd
fix(core): adjust install script
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-17 00:31:17 +07:00
Ferdinand Thiessen
60080aab87
chore(core): fix typo in session heartbeat service
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-16 20:49:01 +07:00
Ferdinand Thiessen
bc784d7a8a
fix: the core config is not loaded on error pages
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-16 20:49:00 +07:00
Ferdinand Thiessen
f1b3fac3b1
test: adjust karma global state mock
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-16 20:48:59 +07:00
Ferdinand Thiessen
c3e66e22c7
test(core): migrate session heartbeat tests
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-16 20:48:12 +07:00
Ferdinand Thiessen
688ca81a6e
refactor(OC): restructure session heartbeat code - use types and human reading order
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-16 20:48:12 +07:00
Ferdinand Thiessen
2662728bc3
refactor(OC): migrate session heart beat to Typescript
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-16 20:48:12 +07:00
Ferdinand Thiessen
ba40565aff
fix(OC): validate request token and move logic to one place
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-16 20:48:11 +07:00
Ferdinand Thiessen
2c57c9a5d4
refactor(OC): migrate request token handling to Typescript
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-16 20:46:54 +07:00
Côme Chilliet
f0100f6db4
fix(encryption): Do not register user key related event listeners
...
when master key is enabled.
Also added a safeguard in PassphraseService.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-06-16 15:55:28 +07:00
Ferdinand Thiessen
9c20e30270
fix(files_versions): only handle path updates when there is path
...
`getPathForNode` can fail with null for various reasons (e.g. no owner),
in this cases we need to just skip the event handling.
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-16 15:55:13 +07:00
Nextcloud bot
1a7ff4b75b
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-16 00:23:11 +07:00
Nextcloud bot
c301f9e357
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-15 00:22:23 +07:00
dependabot[bot]
c67202c380
Merge pull request #53487 from nextcloud/dependabot/npm_and_yarn/stable31/core-js-3.43.0
2025-06-14 13:31:43 +07:00
nextcloud-command
09e8b461b6
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-14 12:37:40 +07:00
dependabot[bot]
cb6f37c43c
build(deps): bump core-js from 3.42.0 to 3.43.0
...
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js ) from 3.42.0 to 3.43.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.43.0/packages/core-js )
---
updated-dependencies:
- dependency-name: core-js
dependency-version: 3.43.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-14 14:33:32 +07:00
dependabot[bot]
c4f610db2d
Merge pull request #53485 from nextcloud/dependabot/npm_and_yarn/stable31/cypress-split-1.24.18
2025-06-14 11:26:04 +07:00
dependabot[bot]
11ae0e3488
Merge pull request #53486 from nextcloud/dependabot/npm_and_yarn/stable31/puppeteer-24.10.1
2025-06-14 10:48:04 +07:00
dependabot[bot]
c9c14354ae
build(deps-dev): bump puppeteer from 24.10.0 to 24.10.1
...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer ) from 24.10.0 to 24.10.1.
- [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.10.0...puppeteer-v24.10.1 )
---
updated-dependencies:
- dependency-name: puppeteer
dependency-version: 24.10.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-14 08:50:36 +07:00
dependabot[bot]
56b0947f57
Merge pull request #53483 from nextcloud/dependabot/npm_and_yarn/stable31/sass-1.89.2
2025-06-14 08:48:57 +07:00
dependabot[bot]
ac2d06d4f0
Merge pull request #53484 from nextcloud/dependabot/npm_and_yarn/stable31/types/dockerode-3.3.40
2025-06-14 08:45:39 +07:00
dependabot[bot]
a8d837b0bd
build(deps-dev): bump cypress-split from 1.24.17 to 1.24.18
...
Bumps [cypress-split](https://github.com/bahmutov/cypress-split ) from 1.24.17 to 1.24.18.
- [Release notes](https://github.com/bahmutov/cypress-split/releases )
- [Commits](https://github.com/bahmutov/cypress-split/compare/v1.24.17...v1.24.18 )
---
updated-dependencies:
- dependency-name: cypress-split
dependency-version: 1.24.18
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-14 02:03:27 +07:00
dependabot[bot]
3754f1b38a
build(deps-dev): bump @types/dockerode from 3.3.39 to 3.3.40
...
Bumps [@types/dockerode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dockerode ) from 3.3.39 to 3.3.40.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dockerode )
---
updated-dependencies:
- dependency-name: "@types/dockerode"
dependency-version: 3.3.40
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-14 02:03:09 +07:00
dependabot[bot]
28b29c8454
build(deps-dev): bump sass from 1.89.1 to 1.89.2
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.89.1 to 1.89.2.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.89.1...1.89.2 )
---
updated-dependencies:
- dependency-name: sass
dependency-version: 1.89.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-14 02:02:49 +07:00
Nextcloud bot
344fab109a
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-14 00:22:26 +07:00
Nextcloud bot
150d5cece9
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-13 00:22:26 +07:00
Andy Scherzinger
e9ac2a6015
Merge pull request #53358 from nextcloud/backport/53323/stable31
...
[stable31] docs(caldav): improve documentation of CalDavBackend::getCalendarsForUserCount
2025-06-12 23:35:17 +07:00
Andy Scherzinger
364cd02560
Merge pull request #53347 from nextcloud/backport/53291/stable31
...
[stable31] fix(core): correctly show displayname when picking a file
2025-06-12 23:29:49 +07:00
Richard Steinmetz
3f631400f7
docs(caldav): improve documentation of CalDavBackend::getCalendarsForUserCount
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2025-06-12 22:38:14 +07:00
John Molakvoæ
2f3ceecf92
Merge pull request #53411 from nextcloud/backport/53363/stable31
2025-06-12 22:35:26 +07:00
nextcloud-command
f4f3287a8a
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-12 20:06:35 +07:00
John Molakvoæ
3d2c00a482
fix(settings): adjust group return code styling
...
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2025-06-12 22:02:00 +07:00