Commit Graph

79685 Commits

Author SHA1 Message Date
Benjamin Gaussorgues
62ad08f260
Merge pull request #55960 from nextcloud/release/30.0.17 2025-10-23 14:56:15 +02:00
Worker Builder
0c97d91efb
build(hub): 30.0.17
Signed-off-by: Worker Builder <worker-builder@nextcloud.com>
2025-10-23 12:44:29 +00:00
Benjamin Gaussorgues
88c58bc2d1
Merge pull request #55887 from nextcloud/release/30.0.17_rc2 2025-10-21 16:16:56 +02:00
Worker Builder
a06db7cc0e
build(hub): 30.0.17 RC2
Signed-off-by: Worker Builder <worker-builder@nextcloud.com>
2025-10-21 14:13:59 +00:00
Andy Scherzinger
ebb9c44b89
Merge pull request #55875 from nextcloud/backport/55730/stable30
[stable30] fix: translation on /unsupported screen
2025-10-21 10:57:26 +02:00
Luka Trovic
1293f5a17e fix: translation on /unsupported screen
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2025-10-21 08:23:09 +00:00
Joas Schilling
ced4ba4f66
Merge pull request #55853 from nextcloud/backport/55851/stable30
[stable30] fix(dav): Restrict properties allowed object classes
2025-10-20 13:22:46 +02:00
Côme Chilliet
696a238d32 fix(dav): Allow array of array of scalars, and fix error message
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-10-20 08:53:42 +00:00
Côme Chilliet
8d216a7fdf fix(dav): Allow arrays (of scalars) in property values
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-10-20 08:53:42 +00:00
Côme Chilliet
266c1fcb2d fix(dav): Restrict properties allowed object classes
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-10-20 08:53:42 +00:00
John Molakvoæ
7dc5a90400
Merge pull request #55828 from nextcloud/chore/deps-browserslist-30 2025-10-17 14:36:12 +02:00
skjnldsv
123bdf68e0 chore: compile assets
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-10-17 13:50:30 +02:00
skjnldsv
cad9c0a10c chore: bump @nextcloud/browserslist-config from 3.0.1 to 3.1.0
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-10-17 13:48:41 +02:00
Arthur Schiwon
505fac3df2
Merge pull request #55746 from nextcloud/release/30.0.17_rc1
[stable30] 30.0.17 RC1
2025-10-16 18:30:46 +02:00
Andy Scherzinger
79e433ef32
Merge pull request #55695 from nextcloud/dependabot/npm_and_yarn/stable30/webpack-5.102.1
[stable30] build(deps-dev): bump webpack from 5.101.3 to 5.102.1
2025-10-16 15:16:41 +02:00
nextcloud-command
0dac76e0a4 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-10-16 12:32:21 +00:00
dependabot[bot]
6aa15b699c build(deps-dev): bump webpack from 5.101.3 to 5.102.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.101.3 to 5.102.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.101.3...v5.102.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-version: 5.102.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-16 14:05:41 +02:00
Andy Scherzinger
655bb38186
Merge pull request #55793 from nextcloud/backport/fix/55776/stable30
[stable30] fix(TextToImage): Set better attribute for routes
2025-10-16 10:27:10 +02:00
Andy Scherzinger
74abea933f
Merge pull request #55773 from nextcloud/backport/55732/stable30
[stable30] fix(TextProcessingApiController): Set better attribute on routes
2025-10-16 10:11:39 +02:00
Marcel Klehr
37b4be55e9 fix(TextToImage): Set better attribute for routes
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-10-15 16:22:31 +02:00
Stephan Orbaugh
5589f8592b
Merge pull request #55704 from nextcloud/backport/55657/stable30
[stable30] fix(contacts): Do not expose SAB in `/contactsmenu`
2025-10-15 12:54:56 +02:00
Stephan Orbaugh
7316410499
Merge pull request #55672 from nextcloud/backport/55654/stable30
[stable30] fix(S3): Only append streams if non-seekable
2025-10-15 12:54:42 +02:00
Marcel Klehr
a2e0bf8fe6 fix(TextProcessingApiController): Set better attribute on routes
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-10-15 10:03:16 +02:00
Louis Chemineau
52aec18d8e fix(contacts): Do not expose SAB in /contactsmenu
When hitting the `/contactsmenu/contacts` endpoint with the `dav.system_addressbook_exposed` config switch set to `"no"`, the system address book content is still listed in the response.

This ensure that we do not expose unexpectedly the system address book.

Signed-off-by: Louis Chmn <louis@chmn.me>
2025-10-14 18:54:35 +02:00
Louis Chmn
04ac405528 fix(S3): Only append streams if non-seekable
Later, when we rewind the stream in `writeMultiPart` during retry, both streams were rewinded, so the resulting stream was bigger than expected.

Inspired by https://github.com/aws/aws-sdk-php/blob/master/src/S3/ObjectUploader.php#L136-L146

Signed-off-by: Louis Chmn <louis@chmn.me>
2025-10-14 18:54:31 +02:00
Stephan Orbaugh
0413ec0941
Merge pull request #54521 from nextcloud/backport/54515/stable30
[stable30] fix(theming): correctly parse CSS colors for user primary color picker
2025-10-14 16:33:06 +02:00
nextcloud-command
2fd69cb657 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-10-14 12:07:25 +00:00
Ferdinand Thiessen
9aa65a9594
fix(theming): correctly parse CSS colors for user primary color picker
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-10-14 13:57:19 +02:00
Arthur Schiwon
0ec0412837
build(hub): 30.0.17 RC1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2025-10-14 12:03:21 +02:00
Nextcloud bot
255f292a1a
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-10 00:13:39 +00:00
Stephan Orbaugh
4d471371a7
Merge pull request #55504 from nextcloud/backport/55176/stable30
[stable30] feat: add header with user id in response
2025-10-09 16:58:48 +02:00
Nextcloud bot
321baf4c56
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-09 00:25:49 +00:00
Nextcloud bot
e59d1892a9
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-08 00:13:38 +00:00
Robin Appelman
4ab388ef08 feat: add header with user id in response
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-10-07 15:50:11 +02:00
Nextcloud bot
fec0fee70a
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-07 00:13:39 +00:00
Nextcloud bot
4f7039d9c0
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-06 00:13:28 +00:00
Nextcloud bot
d9f561fd3b
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-05 00:13:34 +00:00
Nextcloud bot
199988fbdb
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-04 00:13:36 +00:00
Nextcloud bot
0fc6b86ce1
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-03 00:15:07 +00:00
John Molakvoæ
d92d3faf3d
Merge pull request #55499 from nextcloud/backport-55151-stable30 2025-10-02 10:40:02 +02:00
nfebe
39a8ae8100 refactor(ShareApiController): Streamline share providers & add error logging
1. Consolidated the repetitive provider code into a clean loop

2. Added exception handling to log unexpected errors

Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-10-02 08:56:01 +01:00
Andy Scherzinger
1728d022cc
Merge pull request #55492 from nextcloud/backport/55422/stable30
[stable30] fix(appstore): Also catch ClientException and ServerException
2025-10-02 09:50:06 +02:00
Nextcloud bot
920c0ee4be
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-02 00:14:01 +00:00
Marcel Müller
a2c2fdafb6 fix(appstore): Also catch ClientException and ServerException
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2025-10-01 23:20:34 +02:00
Robin Appelman
b00caf5375
Merge pull request #55419 from nextcloud/backport/55288/stable30
[stable30] feat: move primary object store configuration to a single place
2025-10-01 13:22:08 +02:00
Joas Schilling
4fa6008410
Merge pull request #55448 from nextcloud/automated/noid/stable30-update-code-signing-crl
[stable30] fix(security): Update code signing revocation list
2025-10-01 09:39:58 +02:00
nextcloud-command
df496f45ba fix(security): Update code signing revocation list
Signed-off-by: GitHub <noreply@github.com>
2025-10-01 02:39:19 +00:00
Nextcloud bot
9d2e352868
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-01 00:13:54 +00:00
Robin Appelman
bdd96f8124 feat: move primary object store configuration to a single place
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-09-30 10:38:13 +02:00
Nextcloud bot
afcb36f5fd
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-30 00:13:58 +00:00