From 397cb98e1428341e377a152c5275d384f0eda608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Thu, 12 Jul 2018 09:53:07 +0200 Subject: [PATCH] Open Remote in LibreOffice #885 --- lib/redmine_dmsf/webdav/custom_middleware.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/redmine_dmsf/webdav/custom_middleware.rb b/lib/redmine_dmsf/webdav/custom_middleware.rb index 3c110abd..692927d3 100644 --- a/lib/redmine_dmsf/webdav/custom_middleware.rb +++ b/lib/redmine_dmsf/webdav/custom_middleware.rb @@ -34,7 +34,10 @@ module RedmineDmsf :resource_class => RedmineDmsf::Webdav::ResourceProxy, :log_to => Rails.logger, :allow_unauthenticated_options_on_root => true, - :namespaces => { 'http://apache.org/dav/props/' => 'd' } + :namespaces => { + 'http://apache.org/dav/props/' => 'd', + 'http://ucb.openoffice.org/dav/props/' => 'd' + } ) end }.to_app