nextcloud/apps/dav/lib
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
..
AppInfo Clear cache on vcard change/delete 2017-05-08 11:20:49 +02:00
Avatars Don't output jpeg if we request png 2017-03-29 00:05:04 +02:00
CalDAV ensure uid for calendar objects is unique 2017-11-07 13:18:38 +01:00
CardDAV Do no run SyncJob in cron 2018-01-03 10:58:16 +01:00
Command Remove unused use statements 2017-04-22 19:23:31 -05:00
Comments resolve displayname via manager and registerable resolvers 2016-10-19 00:34:00 +02:00
Connector Fix tests 2017-12-06 09:15:49 +01:00
DAV Merge pull request #4443 from nextcloud/cleanup-unused-imports 2017-04-24 11:47:37 +02:00
Files Stop if user folder is not available 2017-05-09 11:26:08 -05:00
Migration unit test custom calendar search 2017-04-28 20:21:36 +02:00
SystemTag Restrict proppatch to the proper nodes 2017-04-25 17:25:03 +02:00
Upload Remove unused use statements 2017-04-22 19:23:31 -05:00
Capabilities.php Adding capability about new chunking - refs #25682 (#26368) 2016-10-21 16:33:37 +02:00
HookManager.php Remove unused use statements 2017-04-22 19:23:31 -05:00
RootCollection.php Adding dav resource for avatars 2017-03-29 00:04:29 +02:00
Server.php Fix quota calculation on new dav upload endpoint 2017-09-15 20:21:37 +02:00