Nextcloud Contacts

Nextcloud Contacts 应用程序。「📇 Contacts app for Nextcloud」

Github星跟蹤圖

Nextcloud Contacts

Downloads
Code coverage
Dependabot status

A contacts app for Nextcloud. Easily sync contacts from various devices with your Nextcloud and edit them online.

This app only support vCard 3.0 and 4.0. This app is compatible with the same browsers as server except IE!

:blue_heart: :tada: Why is this so awesome?

  • :rocket: Integration with other Nextcloud apps! Currently Mail and Calendar – more to come.
  • :tada: Never forget a birthday! You can sync birthdays and other recurring events with your Nextcloud Calendar.
  • :busts_in_silhouette: Sharing of address books! You want to share your contacts with your friends or coworkers? No problem!
  • :see_no_evil: We’re not reinventing the wheel! Based on the great and open SabreDAV library.

Maintainers

:hammer_and_wrench: Installation

The app is distributed through the app store and you can install it right from your Nextcloud installation.

Release tarballs are hosted at https://github.com/nextcloud-releases/contacts/releases.

:satellite: Support

If you need assistance or want to ask a question about Contacts, you are welcome to ask for support in our forums. If you have found a bug, feel free to open a new Issue on GitHub. Keep in mind, that this repository only manages the frontend. If you find bugs or have problems with the CardDAV-Backend, you should ask the team at Nextcloud server for help!

Could you add XXX property?

This is a complicated answer. We did not invent the way contacts works. We are following the official vCard format. This format include a predefined set of properties that other applications/devices supports too (Android, iOS, Windows, Gnome...). Adding a custom property would just make it compatible with Nextcloud and will not be understood by any other clients and make it complicated for us to ensure its sustainability over time.
Long story short, we suggest you use the Notes field to add your custom data :)

If you'd like to join, just go through the issue list and fix some. :)

Build the app

# set up and build for production
composer install
npm ci
npm run build

# install dependencies
composer install
npm ci

# build for dev and watch changes
npm run watch

# build for dev
npm run dev

# build for production with minification
npm run build

Running tests

You can run all front-end tests by using:

# run tests once
npm run test

# run tests continuously after every change
npm run test:watch

:v: Code of conduct

The Nextcloud community has core values that are shared between all members during conferences,
hackweeks and on all interactions in online platforms including Github and Forums.
If you contribute, participate or interact with this community, please respect our shared values. :relieved:

:heart: How to create a pull request

This guide will help you get started:

Thanks

主要指標

概覽
名稱與所有者nextcloud/contacts
主編程語言JavaScript
編程語言Makefile (語言數: 6)
平台
許可證GNU Affero General Public License v3.0
所有者活动
創建於2016-10-19 19:49:40
推送於2025-05-30 00:38:00
最后一次提交
發布數130
最新版本名稱v7.1.1 (發布於 2025-05-20 14:54:51)
第一版名稱v2.0.1 (發布於 )
用户参与
星數585
關注者數33
派生數183
提交數7.6k
已啟用問題?
問題數1589
打開的問題數381
拉請求數2459
打開的拉請求數25
關閉的拉請求數370
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?