Downtown Allday

Results 35 comments of Downtown Allday

What I did was set `log-only-syslog: yes` in nsd.conf and ensure that nsd.log exists before starting nsd. You might be able to get away with just the latter, but am...

Some thoughts and ideas from the maintainer of the carddav plugin for Roundcube: https://github.com/mstilkerich/rcmcarddav/issues/454#issuecomment-1769079025

I'm having a problem where I can't create a new ownCloud contact from Roundcube after a password change (using roundcube's interface but I doubt it matters how the change is...

This is a bug in carddav. The "password" field in the carddav database is "%p" encrypted with the user's password. When the password can't be decrypted because the user changed...

Adding this to carddav/config.inc.php from setup/webmail.sh fixes the issue: ``` $prefs['_GLOBAL']['pwstore_scheme'] = 'plain'; ``` No passwords are stored in the database, only "%p" appears in the password field.

Yes. Also, here are some additional changes suggested by the carddav maintainer Michael Stilkerich, including using address book discovery. https://github.com/mstilkerich/rcmcarddav/issues/454

I'm getting another error in the logs when migrating existing data from carddav v4: ``` [18-Oct-2023 18:06:05 +0000]: [5 ERR] Database::insert (INSERT INTO carddav_accounts("accountname","username","password","rediscover_time","presetname","flags","user_id") VALUES (?,?,?,?,?,?,?)) ERROR: [19] UNIQUE constraint...

In addition to your changes, Mr. Stilkerich said 'accountname' should be set, and I suggest 'name' be set as well using the new template format so the address book title...

After a migration to carddav v5, I get duplicate address books in user accounts that had existing contacts. I see "Contacts" listed twice in Roundcube in the Contacts tab, and...

One more option that I had proposed during the discussion on upgrading to Jammy is to use docker and the Nextcloud images on docker hub to upgrade the MIAB Nextcloud...