nextcloud/apps/dav/lib/CardDAV
Roeland Jago Douma ed5f66f11a
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-03 10:58:16 +01:00
..
Xml Remove unused use statements 2017-04-22 19:23:31 -05:00
AddressBook.php Fix remaining "PHP Inspection" warnings 2017-04-20 10:44:11 +02:00
AddressBookImpl.php Fix tests 2016-11-04 13:37:00 +01:00
AddressBookRoot.php Translate the Contacts addressbook when it's default 2016-10-06 14:20:01 +02:00
CardDavBackend.php Don't add a LIKE condition when it's not needed 2017-10-25 01:42:51 +02:00
ContactsManager.php Translate the Contacts addressbook when it's default 2016-10-06 14:20:01 +02:00
Converter.php CardDAV convertor check should not be to wide 2017-12-11 21:14:33 +01:00
ImageExportPlugin.php Fix ImageExportPluginTest 2017-05-08 11:20:49 +02:00
PhotoCache.php Clear cache on vcard change/delete 2017-05-08 11:20:49 +02:00
Plugin.php Fix apps/ 2016-07-21 18:13:57 +02:00
SyncService.php get addressbook url and carddav user from remote server 2017-04-11 15:04:01 +02:00
UserAddressBooks.php Translate the Contacts addressbook when it's default 2016-10-06 14:20:01 +02:00