Go to file
dependabot-preview[bot] 213a1fc421
Bump eslint-config-nextcloud from 0.0.6 to 0.1.0
Bumps [eslint-config-nextcloud](https://github.com/nextcloud/eslint-config-nextcloud) from 0.0.6 to 0.1.0.
- [Release notes](https://github.com/nextcloud/eslint-config-nextcloud/releases)
- [Commits](https://github.com/nextcloud/eslint-config-nextcloud/compare/v0.0.6...v0.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-08 17:48:12 +01:00
.github Create stale.yml 2019-07-21 22:04:33 +02:00
.tx Fix tx config 2018-02-12 22:56:08 +01:00
appinfo 3.1.6 2019-10-03 16:18:37 +02:00
css fix the color 2019-11-05 16:19:49 +01:00
img Add TZ & LANG 2019-09-27 08:18:51 +02:00
l10n [tx-robot] updated from transifex 2019-12-07 02:24:32 +00:00
lib Make the work profile the default one when adding Contacts 2019-10-17 12:36:41 +02:00
src Bump eslint-config-nextcloud from 0.0.6 to 0.1.0 2019-12-08 17:48:12 +01:00
templates Make the work profile the default one when adding Contacts 2019-10-17 12:36:41 +02:00
tests Bump eslint-config-nextcloud from 0.0.6 to 0.1.0 2019-12-08 17:48:12 +01:00
.babelrc.js Move to global eslint 2019-09-26 18:46:38 +02:00
.editorconfig Vue cleanup and init 2018-07-11 15:31:29 +02:00
.eslintrc.js Move to global eslint 2019-09-26 18:46:38 +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
.travis.yml Add TZ & LANG 2019-09-27 08:18:51 +02:00
CHANGELOG.md 3.1.6 2019-10-03 16:18:37 +02:00
COPYING Copyright fix 2018-10-25 17:30:29 +02:00
Makefile Bump eslint-config-nextcloud from 0.0.6 to 0.1.0 2019-12-08 17:48:12 +01:00
README.md Remove nightlies 2019-10-26 16:49:52 +02:00
composer.json Add TZ & LANG 2019-09-27 08:18:51 +02:00
composer.lock Add TZ & LANG 2019-09-27 08:18:51 +02:00
package-lock.json Bump eslint-config-nextcloud from 0.0.6 to 0.1.0 2019-12-08 17:48:12 +01:00
package.json Bump eslint-config-nextcloud from 0.0.6 to 0.1.0 2019-12-08 17:48:12 +01: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 travis build status 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!

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