nextcloud/apps/dav/appinfo
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
..
v1 Principal search: Take sharing settings into account 2017-12-11 16:04:55 +01:00
v2 Update license headers 2017-11-06 16:56:19 +01:00
app.php Make ContactsStore a public API 2017-12-11 18:18:58 +01:00
info.xml Do no run SyncJob in cron 2018-01-02 10:00:01 +01:00
routes.php Add admin checkbox to disable birthday calendars 2017-11-09 17:12:06 +01:00