nextcloud/apps/dav/lib/CardDAV
Roeland Jago Douma 0585b776fb
Do no run SyncJob in cron
Fixes #7184

The SyncJob can be very resource intensive. Since it requests all users
on the system to create the system addressbook. In order to do this it
creates a vcard for every user and updates the addressbook.

There is no need for this job since the proper signals are emitted and
handled in the carddav backend to update the addressbook live.

Worst comes to worst there is always the occ command to bring the
address book in sync again.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-01-02 10:00:01 +01:00
..
Xml Remove unused use statements 2017-04-22 19:23:31 -05:00
AddressBook.php Update license headers 2017-11-06 16:56:19 +01:00
AddressBookImpl.php Change @georgehrke's email 2017-11-06 20:38:59 +01:00
AddressBookRoot.php Update license headers 2017-11-06 16:56:19 +01:00
CardDavBackend.php Change @georgehrke's email 2017-11-06 20:38:59 +01:00
ContactsManager.php Make ContactsStore a public API 2017-12-11 18:18:58 +01:00
Converter.php CardDAV convertor check should not be to wide 2017-12-11 11:58:02 +01:00
ImageExportPlugin.php Change @georgehrke's email 2017-11-06 20:38:59 +01:00
PhotoCache.php Change @georgehrke's email 2017-11-06 20:38:59 +01:00
Plugin.php Update license headers 2017-11-06 16:56:19 +01:00
SyncService.php Update license headers 2017-11-06 16:56:19 +01:00
UserAddressBooks.php Update license headers 2017-11-06 16:56:19 +01:00