-
Notifications
You must be signed in to change notification settings - Fork 908
Description
⚠️ Before submitting, please verify the following: ⚠️
- This is a bug, not a question or a configuration issue.
- This issue is not already reported on Github (I've searched it).
- Nextcloud Server and Desktop Client are up to date. See Server Maintenance and Release Schedule and Desktop Releases for supported versions.
- I agree to follow Nextcloud's Code of Conduct
Bug description
We have trouble with windows NextCloud client v4.x on Windows 11 (x64) system with wrong local NTFS rights.
We have account "user1" on our NextCloud server v32.0.3 (Rocky Linux v9, PHP v8.3.29). Account user1 is sharing folder "shared-folder" to another account "user2" - sharing rights settings: read and delete.
On Windows system with installed NextCLoud client v4.0.4 we are connected as "user2" and we are synchronizing files to local folder c:\nextcloud.
After first synchronization is created local folder "c:\nextcloud\shared-folder" with all content. But nextcloud client sets local NTFS rights to shared folder "c:\nextcloud\shared-folder" and all files located inside with special rights - extended rights: Deny for create and delete files.
With this settings is inpossible delete files in local folder "c:\nextcloud\shared-folder" on local Windows system.
If we install last version 3.x (Nextcloud-3.17.4-x64.msi) all is ok and everything working as expected.
What is wrong with NextCloud v4.x for Windows systems?
Thank You for Your help.
Best regards,
Ales
Steps to reproduce
- create accounts "user1" and "user2" on nextcloud server
- create forder "shared-folder" in "user1" account and share this folder to "user2" with right settings: read and delete
- install nextcloud desktop client v4.0.4 on windows 11 system and connect as "user2" a synchronize files content to local folder "c:\nextcloud"
- run first synchronization
- check local folder "c:\nextcloud\shared-folder" properties - security - advanced and search special rights with Deny access type - extended rights for create and delete
- unable delete files inside local folder "c:\nextcloud\shared-folder"
Expected behavior
We can delete files in local folder "c:\nextcloud\shared-folder" on Windows system.
Which files are affected by this bug
all files
Operating system
Windows
Which version of the operating system you are running.
Windows 11 25H2
Package
Official Windows MSI
Nextcloud Server version
32.0.3
Nextcloud Desktop Client version
4.0.4
Is this bug present after an update or on a fresh install?
Fresh desktop client install
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
Are you using an external user-backend?
- Default internal user-backend
- LDAP/ Active Directory
- SSO - SAML
- Other
Nextcloud Server logs
Additional info
No response