nextcloud/apps/dav
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
..
appinfo Do no run SyncJob in cron 2018-01-02 10:00:01 +01:00
bin Fix apps/ 2016-07-21 18:13:57 +02:00
composer Do no run SyncJob in cron 2018-01-02 10:00:01 +01:00
js Add admin checkbox to disable birthday calendars 2017-11-09 17:12:06 +01:00
l10n [tx-robot] updated from transifex 2017-12-10 01:10:25 +00:00
lib Do no run SyncJob in cron 2018-01-02 10:00:01 +01:00
templates Add admin checkbox to disable birthday calendars 2017-11-09 17:12:06 +01:00
tests fix dav unit tests 2017-12-12 13:59:52 +01:00
.gitignore Introducing CardDAV into core 2015-11-06 15:26:51 +01:00