Bug 258144

Summary: WebDAV address is hard-coded in footer
Product: owncloud Reporter: Daniel Devine <devine>
Component: generalAssignee: Frank Karlitschek <karlitschek>
Status: RESOLVED FIXED    
Severity: normal CC: robin
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: This patch makes OwnCloud dynamically specify the webdav protocol in the footer template.
This is the proper version of the previous patch.

Description Daniel Devine 2010-11-28 09:02:31 UTC
Created attachment 53816 [details]
This patch makes OwnCloud dynamically specify the webdav protocol in the footer template.

Version:           unspecified (using KDE 4.5.3) 
OS:                Linux

I have OwnCloud set up on a SSL only Virtual Host. Despite the fact that it is being used though SSL explicitly, an unencrypted webdav address was still appearing in the footer because it is hard-coded to use "webdav://" instead of dynamically detecting which to use.

Reproducible: Always




Patch is attached.
Comment 1 Daniel Devine 2010-11-28 09:20:22 UTC
Created attachment 53817 [details]
This is the proper version of the previous patch.
Comment 2 Robin Appelman 2010-12-04 13:52:22 UTC
Thanks for the patch, committed to git.