Skip to content

Commit 5e126a9

Browse files
committed
Update owncloud urls for owncloud4
1 parent 5158b89 commit 5e126a9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ CardDAV server list
4949
* Apple Addressbook Server: https://example.com/addressbooks/users/{resource|principal|username}/{collection}/
5050
* memotoo: https://sync.memotoo.com/cardDAV/
5151
* SabreDAV: https://example.com/addressbooks/{resource|principal|username}/{collection}/
52-
* ownCloud: https://example.com/apps/contacts/carddav.php/addressbooks/{resource|principal|username}/{collection}/
52+
* ownCloud: https://example.com/remote.php/carddav/addressbooks/{resource|principal|username}/{collection}/
5353
* SOGo: https://example.com/SOGo/dav/{resource|principal|username}/Contacts/{collection}/
5454

5555

@@ -58,4 +58,4 @@ Contact
5858
* Author: Christian Putzke <[email protected]>
5959
* Report feature requests and bugs here: https://github.com/graviox/Roundcube-CardDAV/issues
6060
* Visit Graviox Studios: http://www.graviox.de/
61-
* Follow me on Twitter: https://twitter.com/graviox/
61+
* Follow me on Twitter: https://twitter.com/graviox/

carddav.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ public function get_carddav_url_list()
502502
$table->add(array(), 'https://example.com/addressbooks/{resource|principal|username}/{collection}/');
503503

504504
$table->add(array(), 'ownCloud');
505-
$table->add(array(), 'https://example.com/apps/contacts/carddav.php/addressbooks/{resource|principal|username}/{collection}/');
505+
$table->add(array(), 'https://example.com/remote.php/carddav/addressbooks/{resource|principal|username}/{collection}/');
506506

507507
$table->add(array(), 'SOGo');
508508
$table->add(array(), 'https://example.com/SOGo/dav/{resource|principal|username}/Contacts/{collection}/');

carddav_backend.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
* Apple Addressbook Server: https://example.com/addressbooks/users/{resource|principal|username}/{collection}/
7575
* memotoo: https://sync.memotoo.com/cardDAV/
7676
* SabreDAV: https://example.com/addressbooks/{resource|principal|username}/{collection}/
77-
* ownCloud: https://example.com/apps/contacts/carddav.php/addressbooks/{resource|principal|username}/{collection}/
77+
* ownCloud: https://example.com/remote.php/carddav/addressbooks/{resource|principal|username}/{collection}/
7878
* SOGo: http://sogo-demo.inverse.ca/SOGo/dav/{resource|principal|username}/Contacts/{collection}/
7979
*
8080
*

0 commit comments

Comments
 (0)