From 9ab06013b95f56a700a7ed3e970079f5517a67a3 Mon Sep 17 00:00:00 2001 From: KiekerJan Date: Sat, 28 Oct 2023 20:14:35 +0200 Subject: [PATCH] Change accountname to nextcloud. Include cleanup of carddav database --- setup/webmail.sh | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/setup/webmail.sh b/setup/webmail.sh index b3049433..396bf06f 100755 --- a/setup/webmail.sh +++ b/setup/webmail.sh @@ -91,7 +91,15 @@ if [ $needs_update == 1 ]; then # unzip and cleanup tar -C ${RCM_PLUGIN_DIR} -zxf /tmp/carddav.tar.gz rm -f /tmp/carddav.tar.gz - + # nuke carddav contacts cache when upgrading from carddav v4 -> v5 + + if [ -e $STORAGE_ROOT/mail/roundcube/roundcube.sqlite -a "$(sqlite3 $STORAGE_ROOT/mail/roundcube/roundcube.sqlite 'select count(*) from carddav_migrations where filename="0017-accountentities"')" = "0" ]; then + # we're upgrading from carddav v4 to v5 - start with a fresh cache + say_verbose "Delete carddav contacts cache" + cp $STORAGE_ROOT/mail/roundcube/roundcube.sqlite /var/backups/roundcube.sqlite.v4 + sqlite3 $STORAGE_ROOT/mail/roundcube/roundcube.sqlite 'delete from carddav_addressbooks' + fi + # record the version we've installed echo $UPDATE_KEY > ${RCM_DIR}/version fi @@ -154,8 +162,9 @@ cat > ${RCM_PLUGIN_DIR}/carddav/config.inc.php < 'ownCloud', +\$prefs['nextcloud'] = array( + 'accountname' => 'nextcloud', + 'name' => 'nextcloud (%N)', 'username' => '%u', // login username 'password' => '%p', // login password 'extra_addressbooks' => [