Commit Graph

80915 Commits (v31.0.8)
 

Author SHA1 Message Date
Benjamin Gaussorgues 9344063b6d
Merge pull request #54416 from nextcloud/release/31.0.8 2025-08-14 09:06:30 +07:00
Worker Builder b5b16535e6
build(hub): 31.0.8
Signed-off-by: Worker Builder <worker-builder@nextcloud.com>
2025-08-14 06:43:40 +07:00
Nextcloud bot ffb4faf833
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-14 00:12:29 +07:00
Nextcloud bot 02c8bfa8cd
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-13 16:59:06 +07:00
Nextcloud bot 4325f80d97
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-13 00:12:12 +07:00
Nextcloud bot 4ccb4c2e1f
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-12 00:12:20 +07:00
Nextcloud bot 5a07a2a5f9
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-11 00:12:50 +07:00
Nextcloud bot f867adacef
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-10 00:12:09 +07:00
Nextcloud bot 4f39517078
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-09 00:12:27 +07:00
Nextcloud bot 8ffac3b932
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-08 00:12:38 +07:00
Benjamin Gaussorgues 76a6b9e2e8
Merge pull request #54256 from nextcloud/release/31.0.8_rc1 2025-08-07 17:11:56 +07:00
Worker Builder f6d5493824
build(hub): 31.0.8 RC1
Signed-off-by: Worker Builder <worker-builder@nextcloud.com>
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2025-08-07 17:09:35 +07:00
John Molakvoæ 7cc52f0b14
Merge pull request #54190 from nextcloud/backport/54121/stable31
[stable31] fix: add missing color select to tags usage query
2025-08-07 17:01:34 +07:00
Benjamin Gaussorgues 50fc614bcd
Merge pull request #54297 from nextcloud/backport/54125/stable31 2025-08-07 17:00:12 +07:00
Benjamin Gaussorgues 50d982ebc8
Merge pull request #54322 from nextcloud/backport/54238/stable31 2025-08-07 16:50:49 +07:00
Benjamin Gaussorgues 04e3943ff3
Merge pull request #54204 from nextcloud/backport/54182/stable31 2025-08-07 16:46:41 +07:00
Robin Appelman cf19200e60
chore(3rdparty): update icewind/streams
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-08-07 16:35:32 +07:00
Stephan Orbaugh b09dfb03b7
Merge pull request #54252 from nextcloud/backport/54203/stable31
[stable31] fix: fix oci string length with empty strings
2025-08-07 15:21:33 +07:00
Robin Appelman e057ecbbe7 feat: allow admins to configure additional sensitive config values
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-08-07 13:09:23 +07:00
Stephan Orbaugh a338e5738c
Merge pull request #54295 from nextcloud/backport/54264/stable31
[stable31] fix: handle smb timeouts as storage not available
2025-08-07 14:56:51 +07:00
Robin Appelman d5b51b28c8
chore: update icewind/streams in files_external
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-08-07 14:55:18 +07:00
Benjamin Gaussorgues 9b4797eecc
Merge pull request #54262 from nextcloud/backport/54233/stable31 2025-08-07 14:44:40 +07:00
Stephan Orbaugh b8419fdd88
Merge pull request #54315 from nextcloud/backport/54309/stable31
[stable31] fix: use correct return value for `has-preview` dav property
2025-08-07 14:36:32 +07:00
Robin Appelman 05e64418a7
fix: better object store write error propagation
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-08-07 13:48:43 +07:00
Robin Appelman d1af0f34a2
fix: always do stream counting for object store upload
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-08-07 13:48:42 +07:00
Robin Appelman 902cb3dbb9
fix: validate written size for s3 multipart uploads
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-08-07 13:48:42 +07:00
Robin Appelman e483387189
feat: more generic way of passing metadata to object storage backends for new objects
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-08-07 13:48:37 +07:00
Ferdinand Thiessen c0e1d49307
fix(files_versions): `has-preview` must be either `true` or `false`
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-08-07 12:25:20 +07:00
Ferdinand Thiessen 6fa0692323
fix(files_trashbin): `has-preview` must return `true` or `false`
Currently it returned the boolean value, but PHP will turn it into an
integer...

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-08-07 12:24:59 +07:00
Côme Chilliet efd541c649
chore(encryption): Adapt tests to code changes
Also pulled tests refactors from master to avoid conflicts

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-08-07 10:28:19 +07:00
Côme Chilliet a96733b086
fix(encryption): Ignore shared files in encrypt-all command
Copying and renaming a share will not encrypt it anyway. It will get
 encrypted when the owner’s files get encrypted.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-08-07 10:08:50 +07:00
Daniel 077dcbb696
Merge pull request #54308 from nextcloud/backport/54298/stable31
[stable31] fix(dav): calculate permissions based on addressbook principal
2025-08-07 09:22:39 +07:00
Nextcloud bot e87295756e
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-07 00:12:20 +07:00
Christoph Wurst 2a49b910fd fix(dav): calculate permissions based on addressbook principal
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2025-08-06 21:37:34 +07:00
Daniel Calviño Sánchez 4aae8ae724
Merge pull request #54302 from nextcloud/backport/53950/stable31
[stable31] fix: Fix button alignment for email templates in Outlook
2025-08-06 23:36:04 +07:00
Joas Schilling 6173b0bfc9
Merge pull request #54288 from nextcloud/automated/noid/stable31-update-code-signing-crl
[stable31] fix(security): Update code signing revocation list
2025-08-06 21:45:04 +07:00
Daniel Calviño Sánchez e694f3c120 fix: Fix button alignment for email templates in Outlook
The button group generated in email templates is expected to show the
two buttons side by side in a single row, but in Outlook both buttons
took the full width of the wrapper row and each button was shown in
its own row. To solve that the buttons are wrapped in an additional
table that shows each button in its own cell, limiting their width and
showing them in a single row; this is done conditionally and only
applied in Outlook, so it should not affect other clients.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-08-06 17:43:33 +07:00
Robin Appelman 3b0bebd8ad fix: handle smb timeouts as storage not available
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-08-06 15:17:47 +07:00
nextcloud-command 4521f44bd7 fix(security): Update code signing revocation list
Signed-off-by: GitHub <noreply@github.com>
2025-08-06 14:57:30 +07:00
Ferdinand Thiessen 14a3b131a0
Merge pull request #54273 from nextcloud/backport/54049/stable31
[stable31] fix(files_sharing): only show "shared with me" information if shared
2025-08-06 16:32:49 +07:00
nextcloud-command 14dc28a2a4 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-08-06 11:09:59 +07:00
Ferdinand Thiessen 1ca389c653 fix(files_sharing): only show "shared with me" information if shared
The variable is intialized to `{}` which is truthy, so instead just
check if there is a user assigned to the share info.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-08-06 11:08:13 +07:00
Robin Appelman 78f976dc0b fix: add missing color select to tags usage query
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-08-06 13:04:01 +07:00
John Molakvoæ b4b27dcdb1
Merge pull request #54270 from nextcloud/backport/54269/stable31
[stable31] fix(core): ensure unique vcategory
2025-08-06 13:00:10 +07:00
Christoph Wurst 7586d5a904
Merge pull request #54169 from nextcloud/backport/54084/stable31
[stable31] feat(dav): add occ commands to get and set absences
2025-08-06 10:53:34 +07:00
skjnldsv 612e06466a fix(core): ensure unique vcategory
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-08-06 09:00:50 +07:00
Nextcloud bot c3cd5bb439
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-06 00:13:03 +07:00
Marcel Müller 740b292eba
Merge pull request #54265 from nextcloud/backport/54207/stable31
[stable31] Cache IdentityProof keys
2025-08-05 20:45:54 +07:00
Joas Schilling 56fe0b1a74
Merge pull request #54259 from nextcloud/backport/54240/stable31
[stable31] fix(caldav): get UID value
2025-08-05 20:07:33 +07:00
Anna Larch 04f57d3611 fix(caldav): get UID value
Signed-off-by: Anna Larch <anna@nextcloud.com>
2025-08-05 19:08:39 +07:00