Fix webdav support for OneNote clients

pull/8996/head
Brandon Kirsch 8 years ago
parent 8cdbb1ccd8
commit c5005bbab5
  1. 2
      apps/dav/lib/Connector/Sabre/ServerFactory.php
  2. 2
      apps/dav/lib/Server.php

@ -119,7 +119,7 @@ class ServerFactory {
// we do not provide locking we emulate it using a fake locking plugin.
if($this->request->isUserAgent([
'/WebDAVFS/',
'/Microsoft Office OneNote 2013/',
'/OneNote/',
'/Microsoft-WebDAV-MiniRedir/',
])) {
$server->addPlugin(new \OCA\DAV\Connector\Sabre\FakeLockerPlugin());

@ -179,7 +179,7 @@ class Server {
// we do not provide locking we emulate it using a fake locking plugin.
if($request->isUserAgent([
'/WebDAVFS/',
'/Microsoft Office OneNote 2013/',
'/OneNote/',
'/^Microsoft-WebDAV/',// Microsoft-WebDAV-MiniRedir/6.1.7601
])) {
$this->server->addPlugin(new FakeLockerPlugin());

Loading…
Cancel
Save