contacts icon indicating copy to clipboard operation
contacts copied to clipboard

Missing field types and values and different labels

Open TecJon opened this issue 8 years ago • 8 comments

Steps to reproduce

  1. Create a contact in iOS using different fields
  2. Open contact in owncloud web interface.

Expected behaviour

See the contact with the same labels and values.

Actual behaviour

Some fields are missing or have different labels (field types):

  • Social media fields are all missing
  • Date "anniversary" is missing
  • "mobile" type is called "Cell Voice" - but I believed this was mentioned before

untitled

untitled2

Server configuration

Operating system: Ubuntu 14.04

Web server: nginx

Database: MySQL

PHP version: PHP 5.5.9-1ubuntu4.14 (fpm-fcgi) (built: Oct 28 2015 01:38:24)

ownCloud version: 9.0.1.3

Contacts version: 1.1.0.0

Updated from an older ownCloud or fresh install: updated

Signing status (ownCloud 9.0 and above): Long list due to failed integrity test.

Technical information
=====================
The following list covers which files have failed the integrity check. Please read
the previous linked documentation to learn more about the errors and how to fix
them.

Results
=======
...

List of activated apps:

Enabled:
  - activity: 2.2.1
  - announcementcenter: 1.1.1
  - calendar: 1.1
  - comments: 0.2
  - contacts: 1.1.0.0
  - dav: 0.1.6
  - documents: true
  - federatedfilesharing: 0.1.0
  - federation: 0.0.4
  - files: 1.4.4
  - files_pdfviewer: 0.8
  - files_sharing: 0.9.1
  - files_texteditor: 2.1
  - files_trashbin: 0.8.0
  - files_versions: 1.2.0
  - files_videoplayer: 0.9.8
  - firstrunwizard: 1.1
  - gallery: 14.5.0
  - galleryplus: true
  - notifications: 0.2.3
  - provisioning_api: 0.4.1
  - systemtags: 0.2
  - templateeditor: 0.1
  - updatenotification: 0.1.0
Disabled:
  - encryption
  - external
  - files_external
  - user_external
  - user_ldap

The content of config/config.php:

{
    "system": {
        "instanceid": "oc8ab27a8968",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "cloud.example.com",
            "testcloud.example.com"
        ],
        "datadirectory": "\/var\/www\/owncloud\/data",
        "overwrite.cli.url": "https:\/\/cloud.example.com",
        "dbtype": "mysql",
        "version": "9.0.1.3",
        "dbname": "owncloud",
        "dbhost": "localhost",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "forcessl": true,
        "mail_from_address": "xxx",
        "mail_smtpmode": "smtp",
        "mail_domain": "xx.xxx",
        "maintenance": false,
        "theme": "",
        "forceSSLforSubdomains": true,
        "loglevel": 3,
        "trashbin_retention_obligation": "auto",
        "appstore.experimental.enabled": false,
        "mail_smtpauthtype": "LOGIN",
        "mail_smtpauth": 1,
        "memcache.local": "\\OC\\Memcache\\Memcached",
        "memcache.distributed": "\\OC\\Memcache\\Memcached",
        "mail_smtphost": "smtp.web.de",
        "mail_smtpport": "587",
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpsecure": "tls",
        "updater.secret": "***REMOVED SENSITIVE VALUE***"
    }
}

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

Are you using encryption: no

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

Client configuration

Browser: Firefox 45

Operating system: Windows 10 64Bit

CardDAV-clients: iOS, Thunderbird

For some reason github didn't allow the zipped .vcf, so here's the .txt version. Homer Simpson.txt

TecJon avatar Apr 15 '16 12:04 TecJon