diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-04-05 09:59:43 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-04-05 09:59:43 +0200 |
commit | 7bdde98617ad3c7f56dced1add0a155f4a0e5a2e (patch) | |
tree | 2d1d8f1a95fe0e782208b1f3366b9abe1bd17a2a /apps | |
parent | 961bb4c3e3cb944cb61c7331399a1d2bc9e51f6d (diff) | |
download | nextcloud-server-7bdde98617ad3c7f56dced1add0a155f4a0e5a2e.tar.gz nextcloud-server-7bdde98617ad3c7f56dced1add0a155f4a0e5a2e.zip |
All webdav endpoints within remote.php are now hardcoded - helps to prevent migration issues like #23610 - furthermore there is no need to dynamically lookup all the endpoints we already know
Diffstat (limited to 'apps')
-rw-r--r-- | apps/dav/appinfo/info.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml index b7c7267dce8..a8e7df6e8e2 100644 --- a/apps/dav/appinfo/info.xml +++ b/apps/dav/appinfo/info.xml @@ -10,17 +10,6 @@ <types> <filesystem/> </types> - <remote> - <files>appinfo/v1/webdav.php</files> - <webdav>appinfo/v1/webdav.php</webdav> - <dav>appinfo/v2/remote.php</dav> - <!-- carddav endpoints as used before ownCloud 9.0 --> - <contacts>appinfo/v1/carddav.php</contacts> - <carddav>appinfo/v1/carddav.php</carddav> - <!-- caldav endpoints as used before ownCloud 9.0 --> - <calendar>appinfo/v1/caldav.php</calendar> - <caldav>appinfo/v1/caldav.php</caldav> - </remote> <public> <webdav>appinfo/v1/publicwebdav.php</webdav> </public> |