-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Groupfolders show with id instead of name in webdav/davfs #2527
Comments
Issue #2430 refers. |
@sunnyd24 These are different issues. Keeping the id for the raw filesystem does make sense to keep things simple. Accessing the raw filesystem directly is not an intended use case for a user. But accessing the nextcloud data via dav is a common use case for a user and the folder names should be displayed in a user friendly way. |
Is there any progress with this? How can we help? |
My finding: |
Seems to be a nemo issue. |
It is actually a bug in NextCloud. I have added a quick workaround. (v. 28.0.1) |
thx @Burnie09 reopening due to your find |
Here are a few requests and replies that makes the difference more clear, that some webdav clients asks for - and uses - displayname. (I have tidied it up a bit for readability) Windows built-in webclient
Nautilus/gvfs
|
Hi, the PropFindPlugin in Groupfolder should be the better place to add this custom display name logic for group folders: groupfolders/lib/DAV/PropFindPlugin.php Line 63 in d3a1f37
|
This patch fixes this bug here for me as also this bug: nextcloud/server#46694 |
@ruedigerkupper different issue: #3068 |
@kesselb Thanks for pointing me there! |
seems to be resolved by nextcloud/server#46728 (as well as above mentioned #3068) |
How to use GitHub
Steps to reproduce
Expected behaviour
All folders are shown with their choosen name
Actual behaviour
Folders are shown with their chosen name for a very short time and are then renamed to their id
There is a (very brief) discussion in the nextcloud forums with a short gif: https://help.nextcloud.com/t/groupfolders-show-with-id-instead-of-name-in-webdav-dvfs/168414
Server configuration
Operating system:
Debian 12 (Bookworm)
Web server:
Nginx 1.22.1-9
Database:
MariaDB (not on the same server)
PHP version:
8.2
Nextcloud version:
27.0.2
Group folders version:
15.0.2
Updated from an older Nextcloud/ownCloud or fresh install:
fresh install
Where did you install Nextcloud from:
Source via ansible
Are you using external storage, if yes which one: local/s3/smb/sftp/...
no
Are you using encryption: yes/no
no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/Saml/...
LDAP
Client configuration
Browser:
n/a / Nemo file manager
Operating system:
Debian 12 with cinnamon-desktop
Logs
Web server error log
Web server error log
This is the log part when opening the folder via webdav. CENSORED%20FOLDERNAME (sorry, had to censor it, but it contains two words with a space in the middle), Admins, Allgemeines and Design are the current groupfolders (see gif in discussion mentioned above in "Actual behaviour")Nextcloud log (data/nextcloud.log)
Nextcloud log
Browser log
Browser log
The text was updated successfully, but these errors were encountered: