Go to file
Nextcloud bot 01418849f3
[tx-robot] updated from transifex
2020-07-09 02:25:50 +00:00
.github Add CODECOV_TOKEN env 2020-02-28 11:35:52 +01:00
.tx Fix tx config 2018-02-12 22:56:08 +01:00
appinfo Bump to 20 2020-05-10 14:31:18 +02:00
css Fix Content-Wrapper CSS 2020-05-25 20:05:53 +02:00
img Add ability to clone contact 2020-03-13 12:13:54 +01:00
l10n [tx-robot] updated from transifex 2020-07-09 02:25:50 +00:00
lib Update PageController.php 2020-04-20 08:49:54 +02:00
src Merge pull request #1597 from eleith/vcard-rev-type-version-differences 2020-06-02 12:24:45 +02:00
templates Update main.php 2020-04-20 08:48:21 +02:00
tests Fix tests 2020-04-17 15:45:29 +02:00
.editorconfig Vue cleanup and init 2018-07-11 15:31:29 +02:00
.eslintrc.js Replace oc_config with OC.config 2020-04-11 17:29:57 +02:00
.gitignore Add TZ & LANG 2019-09-27 08:18:51 +02:00
.npmignore Vue cleanup and init 2018-07-11 15:31:29 +02:00
.stylelintrc.js Update config files names 2018-09-10 11:37:51 +02:00
CHANGELOG.md 3.3.0 2020-04-16 17:04:52 +02:00
COPYING Copyright fix 2018-10-25 17:30:29 +02:00
Makefile Update babel.config.js 2020-04-02 11:20:26 +02:00
README.md Update README.md 2020-04-16 17:20:01 +02:00
babel.config.js Update babel.config.js 2020-04-02 11:20:26 +02:00
composer.json Use proper exit code for composer lint 2020-05-13 22:48:26 +02:00
composer.lock Add TZ & LANG 2019-09-27 08:18:51 +02:00
package-lock.json Merge branch 'master' into dependabot/npm_and_yarn/p-limit-3.0.1 2020-07-07 08:29:39 +02:00
package.json Merge branch 'master' into dependabot/npm_and_yarn/p-limit-3.0.1 2020-07-07 08:29:39 +02:00
phpunit.integration.xml Travis bump 2019-01-23 12:47:27 +01:00
phpunit.xml Travis bump 2019-01-23 12:47:27 +01:00
webpack.common.js Move to global eslint 2019-09-26 18:46:38 +02:00
webpack.dev.js Update Datepicker script for nextcloud-vue 0.5.1 2019-01-15 11:27:14 +01:00
webpack.prod.js Update webpack and fix response check 2018-10-24 10:42:39 +02:00
webpack.test.js Fix tests & add MOVE 2018-11-09 13:20:41 +01:00

README.md

Nextcloud Contacts

Downloads Codacy Badge Code coverage Dependabot status irc

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!

💙 🎉 Why is this so awesome?

  • 🚀 Integration with other Nextcloud apps! Currently Mail and Calendar more to come.
  • 🎉 Never forget a birthday! You can sync birthdays and other recurring events with your Nextcloud Calendar.
  • 👥 Sharing of address books! You want to share your contacts with your friends or coworkers? No problem!
  • 🙈 Were not reinventing the wheel! Based on the great and open SabreDAV library.

🛠️ Installation

In your Nextcloud, simply navigate to "Apps", choose the category "Organization", find the Contacts app and enable it. Then open the Contacts app from the app menu.

📡 Support

If you need assistance or want to ask a question about Contacts, you are welcome to ask for support in our Forums or the IRC-Channel. 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 :)

Maintainers:

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

Build the app

# set up and build for production
make

# install dependencies
make dev-setup

# build for dev and watch changes
make watch-js

# build for dev
make build-js

# build for production with minification
make build-js-production

Running tests

You can use the provided Makefile to run all tests by using:

make test

✌️ 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. 😌

❤️ How to create a pull request

This guide will help you get started:

Thanks