Josh
72e0d01c9c
Merge pull request #58605 from nextcloud/backport/58582/stable33
...
[stable33] fix: pass only object key to deleteObjects call
2026-02-27 10:51:50 -05:00
Joas Schilling
94af22c4a3
Merge pull request #58583 from nextcloud/backport/58453/stable33
...
[stable33] fix(notifications): Update notifier exception handling
2026-02-27 11:51:22 +01:00
Kent Delante
ef15f37236
fix: pass only object key to deleteObjects call
...
Some S3-compatible object storage hosts don't like the ETag being included in
the request and return a MalformedXML response. In the AWS API documentation,
only the object key is required so just pass that in.
Signed-off-by: Kent Delante <kent.delante@proton.me >
2026-02-27 03:28:50 +00:00
Nextcloud bot
4de847e6dc
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-27 00:19:55 +00:00
SebastianKrupinski
13c971d73d
feat: calendar federation write
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com >
2026-02-26 14:01:55 +00:00
Joas Schilling
ae697d3bf4
fix(notifications): Update notifier exception handling
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2026-02-26 08:19:43 +00:00
Nextcloud bot
45c78d6b46
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-25 00:19:51 +00:00
Ferdinand Thiessen
47a9a84968
Merge pull request #58551 from nextcloud/backport/58530/stable33
...
[stable33] fix: improve logging around automatic cache updated for dav downloads
2026-02-24 21:42:44 +01:00
Robin Appelman
77cdd13dd5
fix: improve logging around automatic cache updated for dav downloads
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2026-02-24 15:40:29 +00:00
nfebe
6df78fad3d
test(share): Update expiration date tests for end-of-day time
...
Update expected values in ManagerTest to reflect the new behavior
where share expiration dates are set to 23:59:59 instead of 00:00:00.
Signed-off-by: nfebe <fenn25.fn@gmail.com >
2026-02-24 10:23:09 +00:00
nfebe
b601b03084
fix(share): Set expiration time to end of day (23:59:59)
...
Shares now expire at the end of the selected day instead of the
beginning, allowing access throughout the entire expiration day.
Also return actual stored time in API response instead of hardcoded
00:00:00 to prevent timezone-related display issues in the UI.
Signed-off-by: nfebe <fenn25.fn@gmail.com >
2026-02-24 10:23:09 +00:00
Nextcloud bot
2c288dd1df
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-24 00:19:33 +00:00
Cristian Scheid
4a102218e5
Merge pull request #58323 from nextcloud/backport/58003/stable33
...
[stable33] fix(theming): display error messages on image upload and delete previous image only after validation
2026-02-23 09:41:46 -03:00
Cristian Scheid
d54ad72ec2
Merge branch 'stable33' into backport/58003/stable33
...
Signed-off-by: Cristian Scheid <74515775+cristianscheid@users.noreply.github.com >
2026-02-23 08:05:56 -03:00
Côme Chilliet
69be979cca
fix(dav): Use an exhaustive list for allowed serialized classes
...
This is simpler and clearer than trying to guess namespace.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2026-02-23 07:55:58 +00:00
Nextcloud bot
579f3c295c
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-23 00:19:25 +00:00
Nextcloud bot
54b77e58b0
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-22 00:19:28 +00:00
Nextcloud bot
ffe9f220a6
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-21 00:19:22 +00:00
Ferdinand Thiessen
eeefc4e20b
fix(files): fallback to action id if displayname is empty
...
This fixes invalid error messages if the action has an empty
displayname, often the case for inline actions
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2026-02-20 23:36:04 +01:00
Ferdinand Thiessen
442082137f
fix(comments): properly handle opening the sidebar when Activity integration is used
...
When the activity integration is used we need to open the `activity` tab
not the comments tab.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2026-02-20 23:36:04 +01:00
Andy Scherzinger
4308fab27d
Merge pull request #58440 from nextcloud/backport/58144/stable33
...
[stable33] Fix/more missing userid cases
2026-02-20 23:27:03 +01:00
Kate
27475e96cf
Merge pull request #58449 from nextcloud/backport/58414/stable33
2026-02-20 23:13:44 +01:00
Kate
a0c1b3ccd8
Merge pull request #58358 from nextcloud/backport/58350/stable33
...
[stable33] fix(sftp): Handle empty port parameter to allow host-defined ports
2026-02-20 22:56:22 +01:00
Ferdinand Thiessen
ae4b6ea0b2
fix(files_sharing): make legacy downloadShare endpoint compatible with legacy behavior
...
This needs to be able to directly download files if specified to only
download a single file and not a folder.
Also it was possible to either pass a files array json encoded or a
single file not encoded at all.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2026-02-20 18:21:17 +00:00
Ferdinand Thiessen
b298ecb3b6
fix(files_sharing): ensure the server share API errors are shown
...
- fix https://github.com/nextcloud/server/issues/58359
To reproduce:
1. Setup password policy.
2. Try to set a share password like `1234`
3. See that no visual error message is show but only in the console
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2026-02-20 10:25:57 +01:00
provokateurin
d98bb6862a
fix(TransferOwnershipService): Remove groupfolders size
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2026-02-20 05:18:16 +00:00
Nextcloud bot
b9a3210b04
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-20 00:20:46 +00:00
Sebastian Krupinski
8adf66a099
Merge pull request #58341 from nextcloud/backport/58203/stable33
...
[stable33] fix: obey x-nc-scheduling flag on delete
2026-02-19 14:33:32 -05:00
Maksim Sukharev
2bd0bd75e7
Merge pull request #58429 from nextcloud/backport/58422/stable33
...
[stable33] fix(user_status): mount emoji picker outside of dialog
2026-02-19 15:49:12 +01:00
Salvatore Martire
2b97cf72bd
fix(dav): set user id header in response earlier
...
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com >
2026-02-19 14:28:21 +00:00
SebastianKrupinski
ee5b3bf598
fix: obey x-nc-scheduling flag on delete
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com >
2026-02-19 08:09:06 -05:00
Maksim Sukharev
dee053693e
fix(user_status): mount emoji picker outside of dialog
...
- fix overflow and scroll when emoji picker is open
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com >
2026-02-19 11:52:55 +00:00
Kent Delante
cb18bee602
fix(external_storage): hide local storage as an option for users
...
Signed-off-by: Kent Delante <kent.delante@proton.me >
2026-02-19 19:00:38 +08:00
Joas Schilling
d0bb1275db
Merge pull request #58291 from nextcloud/backport/58289/stable33
...
[stable33] fix(docs): Fix dead documentation link for Windows file names
2026-02-19 09:59:24 +01:00
Ferdinand Thiessen
5538b7b098
Merge pull request #58374 from nextcloud/backport/58327/stable33
...
[stable33] feat: add upload_time support to file search and recent files
2026-02-19 02:06:46 +01:00
Nextcloud bot
b1b410c44a
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-19 00:21:14 +00:00
Ferdinand Thiessen
4f0aa3b4f9
Merge pull request #58375 from nextcloud/backport/58330/stable33
...
[stable33] fix(files): correctly sort views
2026-02-18 13:51:45 +01:00
Nextcloud bot
01f731a5f7
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-18 00:21:01 +00:00
Ferdinand Thiessen
5b4a949a74
fix(files): correctly sort views
...
The condition to sort by order was missing, so the views were only
sorted by name. Added the most important order condition and proper
tests for this.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2026-02-17 11:14:12 +00:00
Cristian Scheid
8655c6ecc7
feat: add upload_time support to file search and recent files
...
Signed-off-by: Cristian Scheid <cristianscheid@gmail.com >
2026-02-17 10:48:42 +00:00
Nextcloud bot
f3988b116f
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-17 00:20:54 +00:00
Git'Fellow
91e0bad6e9
fix(sftp): Handle empty port parameter to allow host-defined ports
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
2026-02-16 09:14:31 +00:00
Nextcloud bot
0e014ea533
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-16 00:20:53 +00:00
Nextcloud bot
bf2bef54ef
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-15 00:20:49 +00:00
Nextcloud bot
98e08cb77d
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-14 00:21:21 +00:00
Cristian Scheid
6743e4c490
refactor(theming): use isAxiosError for error handling
...
Signed-off-by: Cristian Scheid <cristianscheid@gmail.com >
2026-02-13 10:50:29 +00:00
Cristian Scheid
37d5caa747
fix(theming): display error messages on image upload and delete previous image only after validation
...
Signed-off-by: Cristian Scheid <cristianscheid@gmail.com >
2026-02-13 10:50:28 +00:00
Nextcloud bot
c596f804b2
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-13 00:41:26 +00:00
Joas Schilling
817c121d6b
fix(docs): Fix dead documentation link for Windows file names
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2026-02-12 17:33:39 +00:00
Benjamin Gaussorgues
10b835612a
Merge pull request #58281 from nextcloud/fix/stable33-external-id
2026-02-12 12:00:48 +01:00