Go to file
John Molakvoæ (skjnldsv) da9a5415a1
Properly check for circles version
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-06-04 08:52:38 +02:00
.github Update dependabot.yml 2021-06-01 08:45:02 +02:00
.tx Fix transifex config 2020-09-15 12:37:14 +02:00
appinfo 4.0.0-beta.0 2021-06-01 09:14:42 +02:00
css Fix positionning and cleanup css 2021-05-30 10:28:57 +02:00
img Circles listing base 2021-05-30 10:28:56 +02:00
l10n [tx-robot] updated from transifex 2021-06-03 02:39:56 +00:00
lib Properly check for circles version 2021-06-04 08:52:38 +02:00
src Properly check for circles version 2021-06-04 08:52:38 +02:00
templates Fix contacts init 2021-04-08 08:36:52 +02:00
tests Properly check for circles version 2021-06-04 08:52:38 +02:00
.eslintrc.js Properly check for circles version 2021-06-04 08:52:38 +02:00
.gitignore Fix makefile 2020-07-10 17:59:38 +02:00
.npmignore
.php_cs.dist
CHANGELOG.md Update CHANGELOG.md 2021-03-17 16:20:49 +01:00
COPYING
Makefile Fix makefile 2020-07-10 17:59:38 +02:00
README.md Allow for avatar downloads from social networks 2020-07-25 09:40:05 +02:00
babel.config.js 4.0.0-alpha.0 2021-05-30 10:28:57 +02:00
composer.json Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 2021-03-16 09:54:14 +01:00
composer.lock Bump phpunit/phpunit from 9.5.3 to 9.5.4 2021-03-27 02:01:08 +00:00
package-lock.json Properly check for circles version 2021-06-04 08:52:38 +02:00
package.json Properly check for circles version 2021-06-04 08:52:38 +02:00
phpunit.xml
stylelint.config.js Migrate stylelint 2020-07-26 11:22:13 +02:00
tsconfig.json New member button and virtual list 2021-05-30 10:28:56 +02:00
webpack.js New member button and virtual list 2021-05-30 10:28:56 +02: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