Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phone numbers ignored when importing vCards #224

Closed
dkabus opened this issue May 31, 2017 · 2 comments
Closed

Phone numbers ignored when importing vCards #224

dkabus opened this issue May 31, 2017 · 2 comments
Labels
1. to develop Accepted and waiting to be taken care of bug Something isn't working needs info Not enough information provided

Comments

@dkabus
Copy link

dkabus commented May 31, 2017

First: I really appreciate your work, thank you! ;)

Steps to reproduce

  1. Import vCard-file (version 3.0) with phone number in contacts app

or:

  1. Import vCard-file on Android (works, phone number recognized)
  2. Push changes via CardDAV to Nextcloud.
  3. Pull from CardDAV deletes phone number

Expected behaviour

The imported contact should be created with the phone numbers that are stored in the vcf.

Actual behaviour

The imported contact is created but the phone number(s) are ignored (directly import in the app) or deleted (when syncing from android).

Server configuration

Operating system: Raspbian GNU/Linux 8 (jessie)

Web server: Apache, version 2.4.10

Database: mysql, version 15.1

PHP version: 5.6.30-0

Nextcloud version: 12.0.0

Contacts version: 1.5.3

Updated from an older Nextcloud or fresh install: Fresh install on Nextcloud 12

Signing status:
No errors have been found.

List of activated apps:

  • activity: 2.5.2
  • bruteforcesettings: 1.0.2
  • calendar: 1.5.3
  • comments: 1.2.0
  • contacts: 1.5.3
  • dav: 1.3.0
  • federatedfilesharing: 1.2.0
  • federation: 1.2.0
  • files: 1.7.2
  • files_pdfviewer: 1.1.1
  • files_sharing: 1.4.0
  • files_texteditor: 2.4.1
  • files_trashbin: 1.2.0
  • files_versions: 1.5.0
  • files_videoplayer: 1.1.0
  • firstrunwizard: 2.1
  • logreader: 2.0.0
  • lookup_server_connector: 1.0.0
  • nextcloud_announcements: 1.1
  • notifications: 2.0.0
  • oauth2: 1.0.5
  • password_policy: 1.2.2
  • provisioning_api: 1.2.0
  • serverinfo: 1.2.0
  • sharebymail: 1.2.0
  • survey_client: 1.0.0
  • systemtags: 1.2.0
  • theming: 1.3.0
  • twofactor_backupcodes: 1.1.1
  • updatenotification: 1.2.0
  • workflowengine: 1.2.0

Nextcloud configuration:

{
    "system": {
        "instanceid": "oc75znjoa3pg",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "***REMOVED SENSITIVE VALUE***"
        ],
        "datadirectory": "\/mnt\/elements\/Cloud\/data",
        "dbtype": "mysql",
        "version": "12.0.0.29",
        "logtimezone": "UTC",
        "installed": true,
        "maintenance": false,
        "theme": "",
        "loglevel": 0,
        "filesystem_check_changes": 1,
        "dbname": "nextcloud",
        "dbhost": "localhost",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***"
    }
}

Are you using external storage, if yes which one: local

Are you using encryption: no

Are you using an external user-backend, if yes which one: No

Client configuration

Browser: None; Firefox; Edge

Operating system: Android; Windows 10; Windows 10

CardDAV-clients: DAVdroid; contacts app; contacts app

@jancborchardt
Copy link
Member

cc @nextcloud/contacts please check it out. :)

@jancborchardt jancborchardt added 1. to develop Accepted and waiting to be taken care of bug Something isn't working labels Jul 4, 2017
@skjnldsv skjnldsv added the needs info Not enough information provided label Sep 15, 2017
@skjnldsv
Copy link
Member

Can you post an example of a failing vcard please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop Accepted and waiting to be taken care of bug Something isn't working needs info Not enough information provided
Projects
None yet
Development

No branches or pull requests

3 participants