Merge pull request #23094 from owncloud/fake-lock-for-windows-7-8-10

Fake LOCK statement for Windows 7, 8 and 10 network mounts
remotes/origin/external-storage-mountpoint-root
Thomas Müller 2016-03-10 23:07:45 +07:00
commit e0210058ef
1 changed files with 1 additions and 0 deletions

@ -110,6 +110,7 @@ class ServerFactory {
if($this->request->isUserAgent([
'/WebDAVFS/',
'/Microsoft Office OneNote 2013/',
'/Microsoft-WebDAV-MiniRedir/',
])) {
$server->addPlugin(new \OCA\DAV\Connector\Sabre\FakeLockerPlugin());
}