项目作者: nextcloud

项目描述 :
📇 Contacts app for Nextcloud
高级语言: JavaScript
项目地址: git://github.com/nextcloud/contacts.git
创建时间: 2016-10-19T19:49:40Z
项目社区:https://github.com/nextcloud/contacts

开源协议:GNU Affero General Public License v3.0

下载


Nextcloud Contacts

REUSE status
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

  1. # set up and build for production
  2. composer install
  3. npm ci
  4. npm run build
  5. # install dependencies
  6. composer install
  7. npm ci
  8. # build for dev and watch changes
  9. npm run watch
  10. # build for dev
  11. npm run dev
  12. # build for production with minification
  13. npm run build

Running tests

You can run all front-end tests by using:

  1. # run tests once
  2. npm run test
  3. # run tests continuously after every change
  4. 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:

Commits in this repository follow the Conventional Commits specification.