Go to file
John Molakvoæ (skjnldsv) 34cf5c65c8
Copyright fix
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-10-25 17:30:29 +02:00
.github
.tx
appinfo Copyright fix 2018-10-25 17:30:29 +02:00
css Copyright fix 2018-10-25 17:30:29 +02:00
img Scour social 2018-10-01 17:40:33 +02:00
l10n [tx-robot] updated from transifex 2018-10-24 00:18:05 +00:00
lib Copyright fix 2018-10-25 17:30:29 +02:00
src Copyright fix 2018-10-25 17:30:29 +02:00
templates Merge branch 'master' of https://github.com/nextcloud/contacts into vue 2018-09-28 17:34:09 +02:00
tests Copyright fix 2018-10-25 17:30:29 +02:00
.babelrc.js Merge branch 'vue' of https://github.com/nextcloud/contacts into vue-datetime 2018-09-10 15:52:28 +02:00
.editorconfig
.eslintrc.js Trailing comma 2018-09-28 10:42:36 +02:00
.gitignore Cleanup 2018-09-28 19:19:12 +02:00
.npmignore
.stylelintrc.js Update config files names 2018-09-10 11:37:51 +02:00
.travis.yml Cleanup 2018-10-03 08:42:21 +02:00
COPYING Copyright fix 2018-10-25 17:30:29 +02:00
Makefile Update webpack and fix response check 2018-10-24 10:42:39 +02:00
README.md Rebase 2018-09-28 17:37:32 +02:00
package-lock.json Update webpack and fix response check 2018-10-24 10:42:39 +02:00
package.json Update webpack and fix response check 2018-10-24 10:42:39 +02:00
phpunit.integration.xml
phpunit.xml
webpack.common.js Do not use compiler 2018-10-23 06:40:34 +02:00
webpack.dev.js Update webpack and fix response check 2018-10-24 10:42:39 +02:00
webpack.prod.js Update webpack and fix response check 2018-10-24 10:42:39 +02:00

README.md

Nextcloud Contacts

Downloads irc Build Status Code coverage

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

💙 🎉 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 Adressbooks! 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: