Daniel
a1d3429f67
Merge pull request #58718 from nextcloud/backport/58204/stable32
...
[stable32] Remove external shares from share list
2026-03-04 18:19:47 +01:00
Ferdinand Thiessen
6008694b93
fix(files): ensure creating folders in public shares work
...
The root of the webdav client needs to be the public share root,
as accessing the `/files` folder is not possible for public shares.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2026-03-04 11:54:09 +00:00
Daniel Kesselberg
38418ef6a3
fix(sharing): remove external shares from view on delete
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2026-03-04 12:02:28 +01:00
Stephan Orbaugh
a887e0f639
Merge pull request #58693 from nextcloud/backport/58562/stable32
...
[stable32] feat: set creation_time on file creation and render recently created icon
2026-03-04 09:32:46 +01:00
Nextcloud bot
87d6e2268b
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-03-04 00:19:50 +00:00
Cristian Scheid
d15b22d94f
fix(dav): add missing search_supports_creation_time and search_supports_upload_time to Capabilities return type
...
Signed-off-by: Cristian Scheid <cristianscheid@gmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2026-03-03 21:16:48 +00:00
Cristian Scheid
90d5d1532a
refactor(recent-search): use d:creationdate instead of c:creation_time and crtime instead of attributes.upload_time
...
Signed-off-by: Cristian Scheid <cristianscheid@gmail.com >
2026-03-03 15:09:28 +00:00
Cristian Scheid
657b9b6617
refactor(recently-created-icon): use mdi/js path instead of raw svg prop setup() instead of data()
...
Signed-off-by: Cristian Scheid <cristianscheid@gmail.com >
2026-03-03 15:09:28 +00:00
Cristian Scheid
a553bdf071
feat: set creation_time on file creation and render recently created icon
...
Signed-off-by: Cristian Scheid <cristianscheid@gmail.com >
2026-03-03 15:09:28 +00:00
Stephan Orbaugh
b822bb0dd2
Merge pull request #58563 from nextcloud/backport/58327/stable32
...
[stable32] feat: add upload_time support to file search and recent files
2026-03-03 16:08:34 +01:00
Ferdinand Thiessen
cf76fa5213
fix(files): improve handling of copy-move action
...
1. only show 1 loading toast instead of N for N files in batch
operation.
2. Reuse more code to reduce duplicated logic.
3. Show the conflict picker once for all files instead of opening a new
conflict picker for every file to copy / move.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2026-03-03 12:45:24 +01:00
Marcel Müller
7536ddc4a0
Merge pull request #58682 from nextcloud/backport/58678/stable32
...
[stable32] fix: Set files app lexicon strictness to IGNORE
2026-03-03 11:02:36 +01:00
Kate
69a95e4c42
Merge pull request #58322 from nextcloud/backport/58003/stable32
2026-03-03 08:01:13 +01:00
Marcel Müller
7bf91658ab
fix: Set files app lexicon strictness to IGNORE
...
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de >
2026-03-03 06:44:30 +00:00
Ferdinand Thiessen
8eca67bb3f
Merge pull request #58669 from nextcloud/backport/b298ecb3b680df351731722505e95e3dc92daaa6
...
[stable32] fix(files_sharing): ensure the server share API errors are shown
2026-03-03 02:08:02 +01:00
Nextcloud bot
475a1451ca
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-03-03 00:19:46 +00:00
Cristian Scheid
6cfb12993e
fix(theming): display error messages on image upload and delete previous image only after validation
...
Signed-off-by: Cristian Scheid <cristianscheid@gmail.com >
2026-03-02 18:55:55 +01:00
Ferdinand Thiessen
0c3b3f99d4
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-03-02 18:31:25 +01:00
Josh
6090257012
Merge pull request #58665 from nextcloud/backport/58615/stable32
...
[stable32] fix(s3): prevent "0" path from being treated as root
2026-03-02 12:12:52 -05:00
Côme Chilliet
3f0d121531
Merge pull request #58522 from nextcloud/backport/58511/stable32
...
[stable32] fix(dav): Use an exhaustive list for allowed serialized classes
2026-03-02 17:26:45 +01:00
Josh
9d2494e509
fix(s3): Fix 0 folder handling in External Storage
...
Signed-off-by: Josh <josh.t.richards@gmail.com >
2026-03-02 13:36:34 +00:00
Nextcloud bot
ebf9596365
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-03-02 00:19:26 +00:00
Nextcloud bot
758b135d42
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-28 00:19:12 +00:00
Kent Delante
17bc0df8cc
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:37 +00:00
Nextcloud bot
79bc67fc26
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-27 00:20:02 +00:00
Cristian Scheid
b9ccc685b5
feat(dav): expose search_supports_upload_time capabilitie
...
Signed-off-by: Cristian Scheid <cristianscheid@gmail.com >
2026-02-25 12:55:12 -03:00
Cristian Scheid
d487ad2d5f
feat: add upload_time support to file search and recent files
...
Signed-off-by: Cristian Scheid <cristianscheid@gmail.com >
2026-02-25 11:46:52 +00:00
Nextcloud bot
83441525fd
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-25 00:20:00 +00:00
Robin Appelman
9598893555
fix: improve logging around automatic cache updated for dav downloads
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2026-02-24 15:40:32 +00:00
Nextcloud bot
10f7336eed
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-24 00:19:43 +00:00
Kate
b7d5d58879
Merge pull request #58448 from nextcloud/backport/58414/stable32
2026-02-23 15:58:02 +01:00
Salvatore Martire
63ba2b6b32
Merge pull request #58439 from nextcloud/backport/58144/stable32
...
[stable32] Fix/more missing userid cases
2026-02-23 14:20:53 +01:00
Côme Chilliet
832ade6793
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 12:34:50 +00:00
Nextcloud bot
964a06d845
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-23 00:19:32 +00:00
Nextcloud bot
b73f460f42
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-22 00:19:34 +00:00
Nextcloud bot
c1143f9e4f
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-21 00:19:28 +00:00
Ferdinand Thiessen
ca1cf76c0f
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:34 +00:00
provokateurin
eef7f81421
fix(TransferOwnershipService): Remove groupfolders size
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2026-02-20 05:18:03 +00:00
Nextcloud bot
153eaca548
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-20 00:20:56 +00:00
Salvatore Martire
78c66c15d6
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:07 +00:00
Nextcloud bot
b76e8090af
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-19 00:21:20 +00:00
Sebastian Krupinski
c2958e413e
Merge pull request #58340 from nextcloud/backport/58203/stable32
...
[stable32] fix: obey x-nc-scheduling flag on delete
2026-02-18 09:54:43 -05:00
Nextcloud bot
8b6e082b5f
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-18 00:21:09 +00:00
Nextcloud bot
6654942b2a
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-17 00:21:00 +00:00
Kent Delante
53db3d9e57
fix(files): ensure details doesn't trigger view
...
When going into "Shared with you" and into a shared folder, clicking
"Details" on the three-dot-menu triggers the file to open. This
ensures that it doesn't trigger it.
Signed-off-by: Kent Delante <kent.delante@proton.me >
2026-02-16 21:39:30 +08:00
Git'Fellow
49aecab074
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:17 +00:00
Andy Scherzinger
752b14b772
Merge pull request #58290 from nextcloud/backport/58289/stable32
...
[stable32] fix(docs): Fix dead documentation link for Windows file names
2026-02-16 08:59:51 +01:00
Nextcloud bot
23a2f6ff9d
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-16 00:20:59 +00:00
Nextcloud bot
45691659f4
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-15 00:20:55 +00:00
Nextcloud bot
386adf60d9
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-14 00:21:27 +00:00