Go to file
Nextcloud bot f2ea31dc4e
[tx-robot] updated from transifex
2019-05-19 02:20:14 +00:00
.github firstPRMergeComment init 2019-02-04 09:05:00 +01:00
.tx Fix tx config 2018-02-12 22:56:08 +01:00
appinfo 3.1.1 2019-04-16 11:48:40 +02:00
css Fix avatar errors, and migrate settings menu to Actions 2019-05-16 17:04:43 +02:00
img Qrcode implementation 2019-03-27 13:40:44 +01:00
l10n [tx-robot] updated from transifex 2019-05-19 02:20:14 +00:00
lib Use package.json version instead of info.xml 2019-03-22 17:26:15 +01:00
src Fix avatar errors, and migrate settings menu to Actions 2019-05-16 17:04:43 +02:00
templates Proper IE warning 2019-04-16 10:46:56 +02:00
tests Fix tests 2019-02-13 10:35:57 +01:00
.editorconfig Vue cleanup and init 2018-07-11 15:31:29 +02:00
.eslintrc.js Update nextcloud 0.10.0 2019-04-15 11:52:24 +02:00
.gitignore Travis bump 2019-01-23 12:47:27 +01: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 Travis bump 2019-01-23 12:47:27 +01:00
CHANGELOG.md 3.1.1 changelog 2019-04-16 11:58:20 +02:00
COPYING Copyright fix 2018-10-25 17:30:29 +02:00
Makefile Add changelog to app archive 2019-03-14 21:05:49 +01:00
README.md IE exclude 2018-12-12 18:09:16 +01:00
package-lock.json Fix avatar errors, and migrate settings menu to Actions 2019-05-16 17:04:43 +02:00
package.json Fix avatar errors, and migrate settings menu to Actions 2019-05-16 17:04:43 +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 Fix avatar errors, and migrate settings menu to Actions 2019-05-16 17:04:43 +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. :)

Nightly builds

Instead of setting everything up manually, you can just download the nightly builds instead. These builds are updated every 24 hours, and are pre-configured with all the needed dependencies.

  1. Download
  2. Extract the tar archive to 'path-to-nextcloud/apps'
  3. Navigate to »Apps«, choose the category »Productivity«, find the Contacts app and enable it.

The nightly builds are provided by Portknox.net

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: