Commit Graph

81401 Commits

Author SHA1 Message Date
Nextcloud bot
9acbde3682
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-26 00:13:34 +00:00
Nextcloud bot
31a7c19523
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-25 00:13:47 +00:00
Maksim Sukharev
279b2019b6
Merge pull request #55896 from nextcloud/backport/55892/stable31 2025-10-24 14:42:07 +02:00
Maksim Sukharev
e77d8c90dd
Merge pull request #55975 from nextcloud/backport/55963/stable31 2025-10-24 13:46:45 +02:00
nextcloud-command
07223b84fe chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-10-24 09:36:38 +00:00
Maksim Sukharev
cc6542dcb4 fix(NewUserDialog): allow to deselect a group from the list
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2025-10-24 09:25:54 +00:00
Nextcloud bot
0e71b14e7c
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-24 00:13:49 +00:00
Daniel
5e1dd667cc
Merge pull request #55764 from nextcloud/backport/54819/stable31
[stable31] fix: iMip reply from outlook.com does not contain organizer property
2025-10-23 22:27:59 +02:00
SebastianKrupinski
9648a3f37e fix: iMip reply from outlook.com does not contain organizer property
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2025-10-23 12:14:00 -04:00
John Molakvoæ
bd9aa595e9
Merge pull request #55957 from nextcloud/backport/55952/stable31 2025-10-23 17:52:27 +02:00
Louis
a1f1d99b9a
Merge pull request #55899 from nextcloud/backport/55796/stable31
[stable31] fix(FilesPicker): Prevent selection of nodes without create permission
2025-10-23 17:04:30 +02:00
skjnldsv
2045edb1dc fix: join accounts_data instead of preferences when searching users
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-10-23 16:22:43 +02:00
Benjamin Gaussorgues
082425bf9c
Merge pull request #55959 from nextcloud/release/31.0.10 2025-10-23 15:09:14 +02:00
Worker Builder
43736ae0cf
build(hub): 31.0.10
Signed-off-by: Worker Builder <worker-builder@nextcloud.com>
2025-10-23 12:43:39 +00:00
Nextcloud bot
4443279ba2
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-23 00:27:20 +00:00
nextcloud-command
1d335ec9d4 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-10-22 16:27:19 +00:00
Louis Chmn
1569ef420a chore(deps): Bump @nextcloud/dialogs to v6.4.1
Signed-off-by: Louis Chmn <louis@chmn.me>
2025-10-22 18:16:05 +02:00
Louis Chmn
596874a01a fix(FilesPicker): Prevent selection of nodes without create permission
And remove the disable callback for the button as it is not needed anymore.

This gives a better experience as the nodes do not have a pointer for cursor, and the submit button does not react when clicking on them.

Signed-off-by: Louis Chmn <louis@chmn.me>
2025-10-22 18:13:05 +02:00
Ferdinand Thiessen
04c27a89b2 test: adjust cypress tests for changes filter behavior
In https://github.com/nextcloud/server/issues/53038 we changed the
behavior: The filename filter is reset when changing the directory.
So we need to also adjust the Cypress tests.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-10-22 06:50:12 +00:00
Nextcloud bot
2d293daded
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-22 00:12:39 +00:00
Nextcloud bot
4b16042885
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-21 16:52:17 +00:00
Benjamin Gaussorgues
c238d008a8
Merge pull request #55886 from nextcloud/release/31.0.10_rc2 2025-10-21 16:28:07 +02:00
Worker Builder
a783729355
build(hub): 31.0.10 RC2
Signed-off-by: Worker Builder <worker-builder@nextcloud.com>
2025-10-21 14:13:02 +00:00
Nextcloud bot
9d5230a2ce
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-21 10:52:02 +00:00
Andy Scherzinger
c239f7e180
Merge pull request #55877 from nextcloud/backport/55730/stable31
[stable31] fix: translation on /unsupported screen
2025-10-21 11:44:42 +02:00
Luka Trovic
a32c93e011 fix: translation on /unsupported screen
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2025-10-21 08:31:21 +00:00
Nextcloud bot
0ae6dcb54f
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-21 00:12:49 +00:00
Joas Schilling
bf8db3175e
Merge pull request #55852 from nextcloud/backport/55851/stable31
[stable31] fix(dav): Restrict properties allowed object classes
2025-10-20 13:21:14 +02:00
Côme Chilliet
e400db4658 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:52:32 +00:00
Côme Chilliet
6572039eb4 fix(dav): Allow arrays (of scalars) in property values
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-10-20 08:52:32 +00:00
Côme Chilliet
2d6fcb544e fix(dav): Restrict properties allowed object classes
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-10-20 08:52:31 +00:00
Nextcloud bot
5e005e6bee
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-20 00:12:38 +00:00
Nextcloud bot
753fbc3be3
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-19 00:12:36 +00:00
Nextcloud bot
dd7fae4bbe
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-18 00:12:42 +00:00
John Molakvoæ
fca51d6259
Merge pull request #55825 from nextcloud/chore/deps-browserslist-31 2025-10-17 14:35:43 +02:00
skjnldsv
4cf8562ca0 chore: compile assets
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-10-17 13:41:19 +02:00
skjnldsv
5acdddc812 chore: bump @nextcloud/browserslist-config from 3.0.1 to 3.1.0
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-10-17 13:41:06 +02:00
Nextcloud bot
8741cdbfab
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-17 00:12:42 +00:00
Arthur Schiwon
c815199f21
Merge pull request #55745 from nextcloud/release/31.0.10_rc1
[stable31] 31.0.10 RC1
2025-10-16 18:59:03 +02:00
Joas Schilling
0606dc9608
Merge pull request #55808 from nextcloud/backport/55803/stable31
[stable31] fix(l10n): Don't fallback from 3-letter languages to 2-letter
2025-10-16 14:51:42 +02:00
Joas Schilling
37a513f79a fix(l10n): Don't fallback from 3-letter languages to 2-letter
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-10-16 11:43:22 +00:00
Andy Scherzinger
93a1bc1f68
Merge pull request #55291 from nextcloud/backport/55282/stable31
[stable31] fix: create room/resource calendar synchronously
2025-10-16 10:28:47 +02:00
Andy Scherzinger
40ef83c0f9
Merge pull request #55792 from nextcloud/backport/55776/stable31
[stable31] fix(TextToImage): Set better attribute for routes
2025-10-16 10:27:33 +02:00
Nextcloud bot
81a1072a6a
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-16 00:12:40 +00:00
Marcel Klehr
dfa7ea7066
Merge pull request #55286 from nextcloud/backport/55275/stable31
[stable31] fix(comments): explicitly return limbo status of comment
2025-10-15 16:39:38 +02:00
Marcel Klehr
8af7739494 fix(TextToImage): Set better attribute for routes
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-10-15 16:18:27 +02:00
Marcel Klehr
640fe5bbd5
Merge pull request #55774 from nextcloud/backport/55732/stable31
[stable31] fix(TextProcessingApiController): Set better attribute on routes
2025-10-15 12:26:18 +02:00
Marcel Klehr
809f1f0693 fix(TextProcessingApiController): Set better attribute on routes
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-10-15 09:59:56 +02:00
Nextcloud bot
dd312dfc55
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-15 00:12:45 +00:00
Ferdinand Thiessen
1f1d4e0c76
Merge pull request #55464 from nextcloud/backport/55245/stable31
[stable31] fix: legacy app navigation snapper on RTL layout
2025-10-15 01:26:43 +02:00