]> source.dussan.org Git - nextcloud-server.git/commit
Add missing maintenance plugin to new DAV endpoint 4290/head
authorLukas Reschke <lukas@statuscode.ch>
Mon, 10 Apr 2017 22:57:31 +0000 (00:57 +0200)
committerLukas Reschke <lukas@statuscode.ch>
Mon, 10 Apr 2017 23:00:12 +0000 (01:00 +0200)
commitc576b5e2c3ad2cd582b057ae4652e1bad820b949
treed716b47941fc461027e91cd070dd6468fa8d692d
parent7ce627c308fc34e38a125847881d917f09dc54aa
Add missing maintenance plugin to new DAV endpoint

The `/remote.php/dav/` endpoint was not implementing the MaintenancePlugin. Thus when the instance was put into maintenance mode the endpoints were still accessible and delivered empty content. Sync clients really do love this.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
apps/dav/lib/Server.php