Skip to content

Commit

Permalink
Goodbye Iframe transport !
Browse files Browse the repository at this point in the history
Not needed any more in IE >= 11
  • Loading branch information
Vincent Petry authored and MorrisJobke committed Oct 20, 2016
1 parent d5297eb commit 60f9deb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 353 deletions.
188 changes: 0 additions & 188 deletions apps/dav/lib/Connector/Sabre/IFrameTransportPlugin.php

This file was deleted.

1 change: 0 additions & 1 deletion apps/dav/lib/Connector/Sabre/ServerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ public function createServer($baseUri,
// FIXME: The following line is a workaround for legacy components relying on being able to send a GET to /
$server->addPlugin(new \OCA\DAV\Connector\Sabre\DummyGetResponsePlugin());
$server->addPlugin(new \OCA\DAV\Connector\Sabre\ExceptionLoggerPlugin('webdav', $this->logger));
$server->addPlugin(new \OCA\DAV\Connector\Sabre\IFrameTransportPlugin());
$server->addPlugin(new \OCA\DAV\Connector\Sabre\LockPlugin());
// Some WebDAV clients do require Class 2 WebDAV support (locking), since
// we do not provide locking we emulate it using a fake locking plugin.
Expand Down
164 changes: 0 additions & 164 deletions apps/dav/tests/unit/Connector/Sabre/IFrameTransportPluginTest.php

This file was deleted.

0 comments on commit 60f9deb

Please sign in to comment.