]> source.dussan.org Git - nextcloud-server.git/commit
feat(dav): Emit a typed event to deprecate OCA\DAV\Connector\Sabre::addPlugin 39305/head
authorJoas Schilling <coding@schilljs.com>
Tue, 11 Jul 2023 09:50:07 +0000 (11:50 +0200)
committerJoas Schilling <coding@schilljs.com>
Mon, 17 Jul 2023 14:06:15 +0000 (16:06 +0200)
commit72667a667db9eadc0c2b3d2b793192a8dce7983d
treef15a032155732b01e41e38bd6a3ffce87d095b37
parent99aefbd75a0fea6fb722290966452f3647aa5a63
feat(dav): Emit a typed event to deprecate OCA\DAV\Connector\Sabre::addPlugin

Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/dav/appinfo/v1/publicwebdav.php
apps/dav/appinfo/v1/webdav.php
apps/dav/composer/composer/autoload_classmap.php
apps/dav/composer/composer/autoload_static.php
apps/dav/lib/Connector/Sabre/ServerFactory.php
apps/dav/lib/Events/SabrePluginAddEvent.php [new file with mode: 0644]
apps/dav/lib/Server.php
apps/dav/tests/unit/Connector/Sabre/RequestTest/RequestTestCase.php