Andy Scherzinger
2f960a295f
Merge pull request #56066 from nextcloud/backport/55575/stable32
...
[stable32] fix(files): make sure drag-and-drop and the upload menu behaves the same
2025-10-28 21:05:49 +07:00
Andy Scherzinger
92d8ca31cc
Merge pull request #56044 from nextcloud/backport/55676/stable32
...
[stable32] Add unit tests for AdminDelegation command and AuthorizedGroupService
2025-10-28 20:21:03 +07:00
Ferdinand Thiessen
2aa07b8644
fix(files): make sure drag-and-drop and the upload menu behaves the same
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-10-28 18:53:43 +07:00
Sebastian Krupinski
8bba3e31a1
Merge pull request #56053 from nextcloud/backport/52882/stable32
...
[stable32] fix(CalDav): use old event information if new is missing
2025-10-28 11:23:30 +07:00
SebastianKrupinski
8fbe82a29f
fix: use old event information if new is missing
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2025-10-28 12:38:51 +07:00
Andy Scherzinger
17599f01ed
style(icons): Replace icon with outline variant
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2025-10-28 13:23:02 +07:00
Misha M.-Kupriyanov
170d9368e0
chore(tests): make "execute" method in Add command public
...
to simplify test execution
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
2025-10-28 09:44:04 +07:00
Misha M.-Kupriyanov
ad97420496
chore(tests): add unit tests for AdminDelegation command and AuthorizedGroupService
...
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
2025-10-28 09:44:03 +07:00
Joas Schilling
7fbdcbc773
Merge pull request #55977 from nextcloud/backport/55819/stable32
...
[stable32] fix(federation): Allow outgoing and incoming federation with oCIS federated cloud ids
2025-10-28 08:42:27 +07:00
Nextcloud bot
a96e1016cf
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-28 00:13:50 +07:00
Joas Schilling
e880479aab
fix(federation): Increase the size of owner to allow oCIS cloud ids
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-10-27 16:39:44 +07:00
Nextcloud bot
8a4eca176a
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-26 00:13:27 +07:00
Nextcloud bot
24dbad4825
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-25 00:13:40 +07:00
Maksim Sukharev
d65c1e402d
Merge pull request #55974 from nextcloud/backport/55963/stable32
2025-10-24 13:46:20 +07:00
Joas Schilling
eeb41bef6d
Merge pull request #55902 from nextcloud/backport/55827/stable32
...
[stable32] fix(ocm-sharing): The owner needs to be set for sharing to work
2025-10-24 11:56:25 +07:00
Maksim Sukharev
74046d903c
fix(NewUserDialog): allow to deselect a group from the list
...
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2025-10-24 09:25:41 +07:00
Nextcloud bot
8e6d98bff3
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-24 00:13:42 +07:00
Louis
0e64d82cf9
Merge pull request #55890 from nextcloud/backport/49578/stable32
...
[stable32] fix(updater): Stop expiring secret prematurely
2025-10-23 21:52:25 +07:00
Louis
b849b6b9c1
Merge pull request #55898 from nextcloud/backport/55796/stable32
...
[stable32] fix(FilesPicker): Prevent selection of nodes without create permission
2025-10-23 21:52:15 +07:00
Nextcloud bot
debcdd6337
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-23 00:27:14 +07:00
Micke Nordin
617dc79daf
fix(ocm-sharing): The owner needs to be set for sharing to work
...
The specification says that the display name is optional and can thus
be empty, and in fact it is from oCIS and CERNBox shares.
The correct thing to set is the required opaque id from the remote
provider, the `owner` which will allways be there.
Signed-off-by: Micke Nordin <kano@sunet.se>
2025-10-22 08:27:05 +07:00
Louis Chmn
fa01bbc98a
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 07:16:43 +07:00
Nextcloud bot
55228fe20c
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-22 00:12:33 +07:00
Nextcloud bot
b9b46ad597
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-21 16:52:11 +07:00
Louis Chmn
82f15bd766
refactor: adjust updater code to match code style
...
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Louis Chmn <louis@chmn.me>
2025-10-21 14:34:56 +07:00
Josh Richards
4b968357be
fix(updater): Stop expiring secret prematurely
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2025-10-21 14:34:56 +07:00
Benjamin Gaussorgues
99dc424d56
Merge pull request #55823 from nextcloud/backport/54429/stable32
2025-10-21 14:46:09 +07:00
Nextcloud bot
37df347c12
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-21 10:51:56 +07:00
John Molakvoæ
81dbf3143b
fix: temporarily disable public shares chunking capability
...
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-10-21 08:14:00 +07:00
Victor
577fffbac8
feat(files): Add font-variant-numeric to selected files list
...
Signed-off-by: Victor <victorlap@outlook.com>
[skip ci]
2025-10-21 07:35:34 +07:00
Nextcloud bot
5e0b8cb27a
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-21 00:12:42 +07:00
Côme Chilliet
eeb1dc86a4
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 10:35:17 +07:00
Côme Chilliet
22728601ba
fix(dav): Allow arrays (of scalars) in property values
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-10-20 10:35:11 +07:00
Côme Chilliet
22f122edc7
fix(dav): Restrict properties allowed object classes
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-10-20 10:34:18 +07:00
Nextcloud bot
572997a414
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-20 00:12:31 +07:00
Nextcloud bot
e62913f1ac
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-19 00:12:30 +07:00
Nextcloud bot
885f850489
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-18 00:12:35 +07:00
Arthur Schiwon
88c94744f2
refactor(LDAP): switch from prepares statement to query builder
...
- has the advantage that queries will be reported in the query.log when
configured
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2025-10-17 10:09:03 +07:00
Arthur Schiwon
2a5b0a42f5
feat: locally cache frequently requested LDAP mapping data
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2025-10-17 10:09:03 +07:00
Nextcloud bot
f82d7ddf57
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-17 00:12:35 +07:00
Andy Scherzinger
34c1b354d1
Merge pull request #55279 from nextcloud/backport/55177/stable32
...
[stable32] fix(systemtags): Provide initial state for admin restriction setting
2025-10-16 09:58:41 +07:00
Marcel Klehr
21a92fcecf
Merge pull request #55749 from nextcloud/backport/55715/stable32
...
[stable32] fix(settings): Improve TaskProcessingPickupSpeed setup check
2025-10-16 09:40:22 +07:00
Nextcloud bot
9cb38d2dde
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-16 00:12:34 +07:00
Marcel Klehr
7f9af58116
fix: Apply suggestion from @julien-nc
...
Co-authored-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-10-16 01:13:32 +07:00
Marcel Klehr
baf0a24d49
fix: Apply suggestion from @julien-nc
...
Co-authored-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-10-16 01:13:32 +07:00
Marcel Klehr
297f61b619
fix: Change messages to use days instead of hours
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-10-16 01:13:32 +07:00
Marcel Klehr
bc30bd8e40
fix: Run cs:fix
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-10-16 01:13:32 +07:00
Marcel Klehr
7dc7368576
fix(settings): Improve TaskProcessingPickupSpeed setup check
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-10-16 01:13:32 +07:00
nfebe
163957faa1
fix(systemtags): Provide initial state for admin restriction setting
...
The “Restrict tag creation and editing to administrators” switch in the SystemTags
admin settings was not reflecting the correct database value on page load.
This happened because no initial state was being provided.
Fix
This change ensures the correct initial state is set by:
- Injecting IAppConfig and IInitialState dependencies.
- Following the same initial state provisioning pattern used by other admin settings in Nextcloud.
Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-10-16 00:56:32 +07:00
Ferdinand Thiessen
515d1b5ae3
feat: add new link endpoint when using globalscale
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-10-15 22:52:05 +07:00