server/apps/dav/lib
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 Make ContactsStore a public API 2017-12-11 18:18:58 +01:00
Avatars Change @georgehrke's email 2017-11-06 20:38:59 +01:00
BackgroundJob generate birthday calendars in a background job after admin enabled them 2017-11-11 16:17:18 +01:00
CalDAV Fix unit tests for CalendarManager 2017-12-12 09:33:52 +01:00
CardDAV Do no run SyncJob in cron 2018-01-02 10:00:01 +01:00
Command Merge pull request #6884 from nextcloud/feature/3003/opt_out_of_birthday_calendar 2017-12-12 08:29:26 +01:00
Comments Update license headers 2017-11-06 16:56:19 +01:00
Connector Principal search: Take sharing settings into account 2017-12-11 16:04:55 +01:00
Controller generate birthday calendars in a background job after admin enabled them 2017-11-11 16:17:18 +01:00
DAV Merge pull request #7075 from nextcloud/remove-unused-variables 2017-11-07 16:18:40 +01:00
Files Update license headers 2017-11-06 16:56:19 +01:00
Migration Change @georgehrke's email 2017-11-06 20:38:59 +01:00
Settings Add admin checkbox to disable birthday calendars 2017-11-09 17:12:06 +01:00
SystemTag Update license headers 2017-11-06 16:56:19 +01:00
Upload Update license headers 2017-11-06 16:56:19 +01:00
Capabilities.php Update license headers 2017-11-06 16:56:19 +01:00
HookManager.php Update license headers 2017-11-06 16:56:19 +01:00
RootCollection.php Merge pull request #6884 from nextcloud/feature/3003/opt_out_of_birthday_calendar 2017-12-12 08:29:26 +01:00
Server.php Merge pull request #6884 from nextcloud/feature/3003/opt_out_of_birthday_calendar 2017-12-12 08:29:26 +01:00