After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 720275 - webdav backend does not handle hidden files
webdav backend does not handle hidden files
Status: RESOLVED FIXED
Product: gvfs
Classification: Core
Component: webdav backend
git master
Other Linux
: Normal normal
: ---
Assigned To: gvfs-maint
gvfs-maint
Depends on:
Blocks:
 
 
Reported: 2013-12-11 16:54 UTC by Ross Lagerwall
Modified: 2013-12-12 16:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
dav: Set the is_hidden property for files starting with a '.' (825 bytes, patch)
2013-12-11 16:56 UTC, Ross Lagerwall
accepted-commit_now Details | Review

Description Ross Lagerwall 2013-12-11 16:54:52 UTC
It does not set the is_hidden attribute like most of the other backends do which means that dotfiles show up when browsing in Nautilus.
Comment 1 Ross Lagerwall 2013-12-11 16:56:31 UTC
Created attachment 263997 [details] [review]
dav: Set the is_hidden property for files starting with a '.'
Comment 2 Ondrej Holy 2013-12-12 15:29:37 UTC
Review of attachment 263997 [details] [review]:

Looks good, thanks!
Comment 3 Ross Lagerwall 2013-12-12 16:38:35 UTC
Pushed to master as 20f1c7197173816490a6196c776793d77791e1f1. Thanks!