mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
Owncloud doesnt't support CARDDAV_SUPPORTS_SYNC
partialy reverts 93a722f; closes #287
This commit is contained in:
commit
fea77e41df
@ -8,6 +8,11 @@ Mail:
|
|||||||
|
|
||||||
* Set better default system limits to accommodate boxes handling mail for 20+ users.
|
* Set better default system limits to accommodate boxes handling mail for 20+ users.
|
||||||
|
|
||||||
|
Contacts/calendar:
|
||||||
|
|
||||||
|
* Update to ownCloud to 7.0.4.
|
||||||
|
* Contacts syncing via ActiveSync wasn't working.
|
||||||
|
|
||||||
Control panel:
|
Control panel:
|
||||||
|
|
||||||
* New control panel for setting custom DNS settings (without having to use the API).
|
* New control panel for setting custom DNS settings (without having to use the API).
|
||||||
@ -19,7 +24,6 @@ Control panel:
|
|||||||
|
|
||||||
Misc:
|
Misc:
|
||||||
|
|
||||||
* Update to ownCloud to 7.0.4.
|
|
||||||
* IPv6 configuration error in postgrey, nginx.
|
* IPv6 configuration error in postgrey, nginx.
|
||||||
* Missing dependency on sudo.
|
* Missing dependency on sudo.
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ define('CARDDAV_DEFAULT_PATH', '/carddav/addressbooks/%u/contacts/'); /* subdire
|
|||||||
define('CARDDAV_GAL_PATH', ''); /* readonly, searchable, not syncd */
|
define('CARDDAV_GAL_PATH', ''); /* readonly, searchable, not syncd */
|
||||||
define('CARDDAV_GAL_MIN_LENGTH', 5);
|
define('CARDDAV_GAL_MIN_LENGTH', 5);
|
||||||
define('CARDDAV_CONTACTS_FOLDER_NAME', '%u Addressbook');
|
define('CARDDAV_CONTACTS_FOLDER_NAME', '%u Addressbook');
|
||||||
define('CARDDAV_SUPPORTS_SYNC', true);
|
define('CARDDAV_SUPPORTS_SYNC', false);
|
||||||
|
|
||||||
// If the CardDAV server supports the FN attribute for searches
|
// If the CardDAV server supports the FN attribute for searches
|
||||||
// DAViCal supports it, but SabreDav, Owncloud and SOGo don't
|
// DAViCal supports it, but SabreDav, Owncloud and SOGo don't
|
||||||
|
Loading…
Reference in New Issue
Block a user