[Akonadi] [Bug 314711] DAV groupware resource uses legacy URL for ownCloud

Allen Winter winter at kde.org
Fri Mar 15 20:07:08 GMT 2013


https://bugs.kde.org/show_bug.cgi?id=314711

Allen Winter <winter at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |winter at kde.org

--- Comment #3 from Allen Winter <winter at kde.org> ---
but what happens if someone is using OwnCloud version less than 5?

Is this diff in kdepim-runtime what you want us to change?
diff --git a/resources/dav/services/owncloud.desktop
b/resources/dav/services/owncloud.desktop
index 265ac19..cf7708f 100644
--- a/resources/dav/services/owncloud.desktop
+++ b/resources/dav/services/owncloud.desktop
@@ -43,5 +43,5 @@ Type=Service
 X-KDE-ServiceTypes=DavGroupwareProvider

 X-DavGroupware-SupportedProtocols=CalDav,CardDav
-X-DavGroupware-CalDavPath=/apps/calendar/caldav.php
-X-DavGroupware-CardDavPath=/apps/contacts/carddav.php
+X-DavGroupware-CalDavPath=/remote.php/caldav/
+X-DavGroupware-CardDavPath=/remote.php/carddav/
~

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list