Commit graph

76184 commits

Author SHA1 Message Date
Ferdinand Thiessen
fa9edf3c77
test: adjust broken tests
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-04-14 09:39:40 +02:00
Daniel Calviño Sánchez
483305c9e4
fix: Handle missing share providers when promoting reshares
The provider for mail shares is not available when the "sharebymail" app
is disabled, and in that case a "ProviderException" is thrown when
trying to get it.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-04-14 09:39:02 +02:00
Nextcloud bot
2e04339435
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-14 00:23:18 +00:00
Nextcloud bot
eb98cbedab
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-13 00:23:29 +00:00
Nextcloud bot
aef23246d1
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-12 00:23:30 +00:00
John Molakvoæ
f2ad50ff37
Merge pull request #52076 from nextcloud/backport/52075/stable29 2025-04-11 13:40:22 +02:00
Joas Schilling
6222643b9d
Merge pull request #52052 from nextcloud/backport/52019/stable29
[stable29] fix(dav): Really only run the chunk cleanup once
2025-04-11 12:35:52 +02:00
Joas Schilling
13a1721136
Merge pull request #52112 from nextcloud/automated/noid/stable29-update-code-signing-crl
[stable29] fix(security): Update code signing revocation list
2025-04-11 12:30:21 +02:00
nextcloud-command
9640363162 fix(security): Update code signing revocation list
Signed-off-by: GitHub <noreply@github.com>
2025-04-11 02:36:35 +00:00
Nextcloud bot
8a11421de7
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-11 00:23:27 +00:00
John Molakvoæ
0209305ca5
Merge pull request #52091 from nextcloud/release/29.0.15
29.0.15
2025-04-10 15:53:07 +02:00
skjnldsv
9044d34691 build(hub): 29.0.15
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-04-10 15:07:32 +02:00
Nextcloud bot
6ade93e67d
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-10 00:23:09 +00:00
nextcloud-command
eee99580d6 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-04-09 15:41:35 +00:00
skjnldsv
066e3977f5 fix(files_sharing): fix share creation error handling
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-04-09 17:38:10 +02:00
Nextcloud bot
c00d61949f
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-09 00:23:50 +00:00
Joas Schilling
bd62adb9e7 fix(dav): Really only run the chunk cleanup once
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-04-08 21:02:17 +00:00
Benjamin Gaussorgues
722ede636b
Merge pull request #52016 from nextcloud/release/29.0.15_rc2
29.0.15 RC2
2025-04-08 16:20:10 +02:00
Benjamin Gaussorgues
6b006a3bb9
Merge pull request #52031 from nextcloud/backport/52015/stable29
[stable29] feat(ip): use larger IPv6 range by default
2025-04-08 13:56:38 +02:00
Benjamin Gaussorgues
92ea5fbd55
feat(ip): use larger IPv6 range by default
Some providers assign `/48` IPv6 blocks instead of `/64` so it sounds safer
to use this mask by default.

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2025-04-08 11:33:47 +02:00
Joas Schilling
0a3ec14f35
Merge pull request #52025 from nextcloud/automated/noid/stable29-update-code-signing-crl
[stable29] fix(security): Update code signing revocation list
2025-04-08 10:32:58 +02:00
nextcloud-command
b75064fd45 fix(security): Update code signing revocation list
Signed-off-by: GitHub <noreply@github.com>
2025-04-08 08:27:28 +00:00
Benjamin Gaussorgues
479759f12c
build(hub): 29.0.15 RC2
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2025-04-08 09:45:11 +02:00
Nextcloud bot
4b6d5e481b
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-08 00:23:35 +00:00
Arthur Schiwon
d214b2f994
Merge pull request #51990 from nextcloud/backport/51944/stable29
[stable29] fix(files_reminders): add missing import
2025-04-07 19:41:00 +02:00
Ferdinand Thiessen
599164a05a
chore: adjust syntax for app manager
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-04-07 11:55:57 +02:00
Ferdinand Thiessen
441c9342a1 chore: lint files_reminders using psalm
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-04-07 09:39:03 +00:00
Ferdinand Thiessen
847633c3f5 fix(files_reminders): add l10n to constructor of setup check
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-04-07 09:39:03 +00:00
Ferdinand Thiessen
6e28e6ab52 fix(files_reminders): add missing import
- Resolves https://github.com/nextcloud/server/issues/51943

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-04-07 09:39:03 +00:00
Stephan Orbaugh
f50426b014
Merge pull request #51985 from nextcloud/backport/51982/stable29
[stable29] Revert "refactor: add migration for email setting"
2025-04-07 11:11:38 +02:00
provokateurin
820090999f
Revert "refactor: add migration for email setting"
This reverts commit e7859f0dac.

Signed-off-by: provokateurin <kate@provokateurin.de>
2025-04-07 10:25:35 +02:00
Joas Schilling
cd763a9518
Merge pull request #51972 from nextcloud/automated/noid/stable29-update-code-signing-crl
[stable29] fix(security): Update code signing revocation list
2025-04-07 07:58:14 +02:00
nextcloud-command
956a20480e fix(security): Update code signing revocation list
Signed-off-by: GitHub <noreply@github.com>
2025-04-07 02:37:09 +00:00
Nextcloud bot
05d27a445b
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-07 00:23:07 +00:00
Nextcloud bot
92040d71f6
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-06 00:22:44 +00:00
John Molakvoæ
dc23c8e34f
Merge pull request #51957 from nextcloud/dependabot/npm_and_yarn/stable29/types/dockerode-3.3.37
build(deps-dev): bump @types/dockerode from 3.3.35 to 3.3.37
2025-04-05 10:28:00 +02:00
dependabot[bot]
602d11351c
build(deps-dev): bump @types/dockerode from 3.3.35 to 3.3.37
Bumps [@types/dockerode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dockerode) from 3.3.35 to 3.3.37.
- [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.37
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-05 01:34:35 +00:00
Nextcloud bot
2a5325964e
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-05 00:22:41 +00:00
Joas Schilling
3d7ae440f0
Merge pull request #51930 from nextcloud/fix/29-template-layout
[stable29] fix: ensure enabled themes are set on the template
2025-04-04 12:22:55 +02:00
Ferdinand Thiessen
5c3bb1d91d
fix: ensure enabled themes are set on the template
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-04-04 10:07:48 +02:00
Nextcloud bot
1526a64cce
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-04 00:23:01 +00:00
Benjamin Gaussorgues
33b181c8d7
Merge pull request #51902 from nextcloud/release/29.0.15_rc1
29.0.15 RC1
2025-04-03 21:06:03 +02:00
Benjamin Gaussorgues
1b213bb4f1
build(hub): 29.0.15 RC1
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2025-04-03 13:33:02 +02:00
Andy Scherzinger
4162b68821
Merge pull request #51908 from nextcloud/backport/51905/stable29
[stable29] fix(session): Only mark sessions of permanent tokens as app passwords
2025-04-03 13:03:09 +02:00
Andy Scherzinger
a0d642e68f
Merge pull request #51910 from nextcloud/backport/51861/stable29
[stable29] fix: Catch exceptions when expiring trashbin
2025-04-03 13:02:34 +02:00
Louis Chemineau
4279aa89c8
fix: Catch exceptions when expiring trashbin
Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-04-03 11:41:55 +02:00
Louis Chemineau
d2dbb0bbd1
chore: Use iterator in ExpireTrash command
Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-04-03 11:41:55 +02:00
Ferdinand Thiessen
c5a8fae5ff
Merge pull request #51899 from nextcloud/backport/51745/stable29
[stable29] fix(settings): Handle email change restriction separately from display name change restriction
2025-04-03 11:00:54 +02:00
Andy Scherzinger
ba4dc2a223
Merge pull request #51571 from nextcloud/backport/49761/stable29
[stable29] fix: skip transfering shares that we can't find
2025-04-03 10:19:39 +02:00
Christoph Wurst
91fda246b8
fix(session): Only mark sessions of permanent tokens as app passwords
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2025-04-03 10:17:43 +02:00