[Roundcube] - Contacts migration Issues #67

Closed
opened 2021-05-18 18:16:51 +02:00 by fede · 9 comments
Owner

Issues found so far:

- Not all contacts from the Cloud are displayed
i.e., Cloud Contacts app displays 20 contacts while the RC Contacts displays 4.

  • Importing contacts from a file (csv, vcf) results in duplicated contacts even though the replace current addressbook option is selected.

https://cloud.disroot.org/s/49SAA2GJgyNzioQ
https://cloud.disroot.org/s/KLwYXA2GQTTH2qp

  • Remove duplicated Contacts from Roundcube fail.

https://cloud.disroot.org/s/SYHYrMxPt7i7Fty

  • Group contacts edition is not saved.
    i.e., after removing a contact from a group RC displays a "successfully saved" message but refreshing Contacts will show it again as if no changes were made.

  • Force sync with server fail.
    https://cloud.disroot.org/s/2XS5dyNSaeZQBER

Issues found so far: ~~- Not all contacts from the Cloud are displayed i.e., Cloud Contacts app displays 20 contacts while the RC Contacts displays 4.~~ - Importing contacts from a file (csv, vcf) results in duplicated contacts even though the replace current addressbook option is selected. https://cloud.disroot.org/s/49SAA2GJgyNzioQ https://cloud.disroot.org/s/KLwYXA2GQTTH2qp - Remove duplicated Contacts from Roundcube fail. https://cloud.disroot.org/s/SYHYrMxPt7i7Fty - Group contacts edition is not saved. i.e., after removing a contact from a group RC displays a "successfully saved" message but refreshing Contacts will show it again as if no changes were made. - Force sync with server fail. https://cloud.disroot.org/s/2XS5dyNSaeZQBER
fede added this to the (deleted) milestone 2021-05-18 18:16:51 +02:00
fede added the
bug
Mail
labels 2021-05-18 18:16:51 +02:00
fede added the
Roundcube
label 2021-05-18 18:18:31 +02:00
fede added this to the (deleted) project 2021-05-18 19:38:00 +02:00
Owner

@fede is it the case as suspected in the chat that only contacts with email fields are imported? That we could possibly solve upstream easily.
I will try to check the group contacts issue.

@fede is it the case as suspected in the chat that only contacts with email fields are imported? That we could possibly solve upstream easily. I will try to check the group contacts issue.
Author
Owner

Yes, it is. I have checked it again and only contacts with email fields are displayed. I've changed a couple of contacts (added an email address) and they appeared immediately on the RC contacts list.

Yes, it is. I have checked it again and only contacts with email fields are displayed. I've changed a couple of contacts (added an email address) and they appeared immediately on the RC contacts list.
Owner

I just had a look at the config and of course there is an option for that:
// always require these attributes, even for addressbook view
'require_always' => ['mail'],
so i removed that and set it to require_always' => [''],. Not sure i should just comment it out or not.

@fede check if this is solved now.

I just had a look at the config and of course there is an option for that: `// always require these attributes, even for addressbook view` `'require_always' => ['mail'],` so i removed that and set it to `require_always' => [''],`. Not sure i should just comment it out or not. @fede check if this is solved now.
Owner

@fede I can confirm that at least for me the contacts have been re-synced including the ones that did not had email

@fede I can confirm that at least for me the contacts have been re-synced including the ones that did not had email
Owner

As for the other issue with group edits i have also changed one setting to allow custom address books. I managed to create new addressbook (group) and add a contact to it. Upon refresh everything is in place and changes are synced back to nextcloud.
@fede please confirm this is the case so I can add those changes.

As for the other issue with group edits i have also changed one setting to allow custom address books. I managed to create new addressbook (group) and add a contact to it. Upon refresh everything is in place and changes are synced back to nextcloud. @fede please confirm this is the case so I can add those changes.
Author
Owner

I can confirm that at least for me the contacts have been re-synced including the ones that did not had email

Cool. Yes, it works as expected now.

Regarding the groups and contacts edition, no, I cannot save any modification, whether adding or removing a contact from a group, or even deleting a contact or replace the address book.

Everytime I tried to import an address book to RC, I got a time-out error, though the contacts are added but I cannot manage them.
I also deleted all the contacts from the Cloud, but it doesn't affect RC contacts. So at the moment I have the same 12 contacts multiplied by four.

> I can confirm that at least for me the contacts have been re-synced including the ones that did not had email Cool. Yes, it works as expected now. Regarding the groups and contacts edition, no, I cannot save any modification, whether adding or removing a contact from a group, or even deleting a contact or replace the address book. Everytime I tried to import an address book to RC, I got a time-out error, though the contacts are added but I cannot manage them. I also deleted all the contacts from the Cloud, but it doesn't affect RC contacts. So at the moment I have the same 12 contacts multiplied by four.
Owner

@fede have you tried to resync RC with NC? It is in the settings "Force immediate synchronization with server"
Otherwise, it is synced every hour.

@fede have you tried to resync RC with NC? It is in the settings "Force immediate synchronization with server" Otherwise, it is synced every hour.
Owner

Regarding the groups and contacts edition, no, I cannot save any modification, whether adding or removing a contact from a group, or even deleting a contact or replace the address book.

I just did, I was able to add contacts to a group, remove them, delete a contact etc. We're talking about the NC contacts, right?

> Regarding the groups and contacts edition, no, I cannot save any modification, whether adding or removing a contact from a group, or even deleting a contact or replace the address book. I just did, I was able to add contacts to a group, remove them, delete a contact etc. We're talking about the NC contacts, right?
Owner

I think so. I also dont have issues with contacts on roundcube. I think we could close this issue.

I think so. I also dont have issues with contacts on roundcube. I think we could close this issue.
meaz closed this issue 2021-07-29 10:30:21 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Disroot/Disroot-Project#67
No description provided.