nextcloud/apps/dav/appinfo
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
..
v1 also allow to register additional plugins if the old endpoint is used 2017-09-01 12:07:05 +02:00
v2 Check that set_time_limit is not disabled before calling it 2017-03-11 17:04:21 +01:00
app.php Revert "Do not list system users in contacts menu if sharing autocompletion is disabled" 2017-09-18 17:27:57 +02:00
database.xml rename calendarobjects_properties -> calendarobjects_props 2017-04-28 20:21:46 +02:00
info.xml Do no run SyncJob in cron 2018-01-03 10:58:16 +01:00