Nextcloud bot
1a45ea1f1f
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-09 00:25:35 +07:00
Richard Steinmetz
b47823e2bd
fix(caldav): disable remote access when calendar federation is off
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2025-10-08 17:22:44 +07:00
Richard Steinmetz
24d2b9575a
fix(caldav): encoding inconsistencies in event search provider
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2025-10-08 10:56:35 +07:00
Joas Schilling
990bfafb1a
Merge pull request #55615 from nextcloud/backport/55382/stable32
...
[stable32] fix(live-photo): Allow files-live-photo meta data with edit permissions
2025-10-08 09:41:58 +07:00
Nextcloud bot
df47d9575f
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-08 00:13:25 +07:00
Joas Schilling
eba0292af8
fix(live-photo): Allow files-live-photo meta data with edit permissions
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-10-07 18:56:14 +07:00
Richard Steinmetz
abb37a062d
Merge pull request #55607 from nextcloud/backport/55581/stable32
...
[stable32] fix(ooo): don't catch general DB exceptions
2025-10-07 16:32:14 +07:00
Anna Larch
3472beba33
fix(ooo): don't catch general DB exceptions
...
Signed-off-by: Anna Larch <anna@nextcloud.com>
2025-10-07 11:37:18 +07:00
Josh
1e81f7293e
fix(workflowenigne): stricter length headler handling
...
Fixes #55276 and tidies things up a bit more for future maintenance.
Signed-off-by: Josh <josh.t.richards@gmail.com>
2025-10-07 10:27:21 +07:00
Nextcloud bot
a790ac589b
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-07 00:13:26 +07:00
Côme Chilliet
94620e2310
fix(ldap): Fix copying and creating LDAP configuration
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-10-06 16:22:27 +07:00
provokateurin
42f8ebaf75
fix(files): Always return a valid mimetype
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-10-06 11:24:18 +07:00
Arthur Schiwon
274cef169d
Merge pull request #55515 from nextcloud/backport/55475/stable32
...
[stable32] fix(user_ldap): Fix configuration creation and copy
2025-10-06 09:59:08 +07:00
Nextcloud bot
cecee1c8cc
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-06 00:13:15 +07:00
Nextcloud bot
a8c06a49cf
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-05 00:13:19 +07:00
Nextcloud bot
f5a525b060
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-04 00:13:20 +07:00
Ferdinand Thiessen
84b45058de
Merge pull request #55523 from nextcloud/backport/55486/stable32
...
[stable32] Allow to remove a website in the user profile
2025-10-03 18:07:30 +07:00
Nextcloud bot
820308b48a
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-03 00:14:44 +07:00
Christian Wolf
6d228656ce
fix (settings): Allow for empty websites in the profile to remove the entry completely
...
Signed-off-by: Christian Wolf <github@christianwolf.email>
[skip ci]
2025-10-02 18:51:54 +07:00
Côme Chilliet
b42955456e
fix(user_ldap): Fix configuration creation and copy
...
The endpoint was not correctly registering the new prefix.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-10-02 13:08:01 +07:00
Kate
5b7afd87a7
Merge pull request #55489 from nextcloud/backport/55151/stable32
2025-10-02 10:18:21 +07:00
Nextcloud bot
7645c54caa
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-02 00:13:44 +07:00
nfebe
2c103fe1d1
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-01 16:26:25 +07:00
Nextcloud bot
0984e2d1d5
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-01 00:13:41 +07:00
Misha M.-Kupriyanov
f326b98c6e
feat(admin-delegation): add JSON output support with validation
...
- Add --output option supporting plain, json, and json_pretty formats
- Add validateOutputFormat() method for input validation
- Implement proper error handling for invalid output formats
- Support empty state handling for both plain and JSON outputs
- Use Base class writeArrayInOutputFormat() for consistent JSON output
- Maintain backward compatibility with plain format as default
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
2025-09-30 12:11:32 +07:00
Misha M.-Kupriyanov
6f00bc9aa9
refactor(admin-delegation): extract data collection logic to separate methods
...
- Extract collectDelegationData() method to eliminate code duplication
- Add formatSettingsData() method for consistent data formatting
- Add outputPlainFormat() method to separate concerns
- Add proper empty state handling with user-friendly message
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
2025-09-30 12:11:32 +07:00
Misha M.-Kupriyanov
2a58db3ca0
refactor(admin-delegation): extract plain output to new function
...
prepare to add json output
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
2025-09-30 12:11:32 +07:00
Misha M.-Kupriyanov
d2394fcda6
chore(admin-delegation): remove unused settings variable
...
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
2025-09-30 12:11:32 +07:00
Nextcloud bot
c1300d2f59
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-30 00:13:45 +07:00
Nextcloud bot
cf241dc86a
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-29 00:13:34 +07:00
Nextcloud bot
6a6eeb7469
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-28 00:13:26 +07:00
Kate
71be18dac4
Merge pull request #55303 from nextcloud/backport/55134/stable32
2025-09-27 16:35:07 +07:00
Ferdinand Thiessen
875b48bbe3
fix(sharing): ensure to check new password
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-09-27 14:15:50 +07:00
Nextcloud bot
bed3c20bb9
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-27 00:13:42 +07:00
provokateurin
4c9b04ed26
fix(core): Stop abusing the cache for avatar upload
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-09-26 19:11:30 +07:00
Nextcloud bot
3ae56aa8d2
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-26 00:13:46 +07:00
Marco Ambrosini
3a4fb03915
fix(ui): Update assistant text gradient
...
Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me>
2025-09-25 12:48:04 +07:00
Marcel Müller
b27cbdba35
fix: Stop infinite loop in ExpireTrash
...
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2025-09-25 07:15:35 +07:00
Nextcloud bot
bd79a28379
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-25 00:13:27 +07:00
Nextcloud bot
1cf61a59e0
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-24 00:13:38 +07:00
Nextcloud bot
50331f5e4f
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-23 13:31:31 +07:00
Nextcloud bot
a9c131825a
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-23 12:50:42 +07:00
rakekniven
8bdd513b16
chore(i18n): Fixed grammar
...
Reported at Transifex
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2025-09-23 12:35:30 +07:00
Nextcloud bot
b68feeeb8c
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-23 00:13:38 +07:00
yemkareems
971edc4a16
fix: added bluesky link
...
Signed-off-by: yemkareems <yemkareems@gmail.com>
2025-09-22 07:33:47 +07:00
Nextcloud bot
0eda3a3f9c
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-22 00:13:32 +07:00
Nextcloud bot
dd9b023d0a
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-21 00:13:22 +07:00
Andy Scherzinger
fd05414547
Merge pull request #55174 from nextcloud/backport/54788/stable32
...
[stable32] feat(files_sharing): provide web components based API for sidebar
2025-09-20 14:48:00 +07:00
Nextcloud bot
48468be475
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-20 00:13:32 +07:00
Edward Ly
32a90cae92
fix(comments): add inline container size query to comment body
...
This helps to restore missing overflow behavior to the comments header
when a user's display name exceeds the sidebar width.
Signed-off-by: Edward Ly <contact@edward.ly>
2025-09-19 15:59:58 +07:00