No description
Find a file
Nextcloud bot 00dd7f09c7
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-02-06 00:59:33 +00:00
.github Merge pull request #5062 from nextcloud/renovate/icewind1991-nextcloud-version-matrix-digest 2026-02-03 13:53:43 +01:00
.tx chore: update dev version and drop support for v8.2 2026-01-20 18:44:05 +01:00
__mocks__/@nextcloud feat: migrate app to Vue 3 2025-08-22 09:39:40 +02:00
appinfo feat(deps): Add Nextcloud 34 support 2026-01-23 14:14:56 +01:00
build
composer
img
l10n fix(l10n): Update translations from Transifex 2026-02-06 00:59:33 +00:00
lib fix: clarify addressbook sharing permissions 2026-02-05 15:26:08 +01:00
LICENSES
src fix: clarify addressbook sharing permissions 2026-02-05 15:26:08 +01:00
templates
tests fix: clarify addressbook sharing permissions 2026-02-05 15:26:08 +01:00
vendor-bin/psalm chore(deps): update dependency vimeo/psalm to ^6.15.0 2026-02-03 00:30:02 +00:00
.git-blame-ignore-revs
.gitattributes feat: import contacts from files via ocs 2025-09-15 17:21:11 +02:00
.gitignore chore: add psalm 2025-09-16 16:00:27 +02:00
.nextcloudignore
.npmignore
.php-cs-fixer.dist.php
AUTHORS.md
babel.config.cjs
CHANGELOG.md
CHANGELOG.md.license
composer.json chore(deps): update dependency bamarni/composer-bin-plugin to ^1.9.0 2026-02-03 00:29:48 +00:00
composer.lock chore(deps): update dependency bamarni/composer-bin-plugin to ^1.9.0 2026-02-03 00:29:48 +00:00
COPYING
eslint.config.mjs chore(eslint): bump @nextcloud/eslint-config to v9.0.0-rc.5 (and fix errors) 2025-10-06 09:12:36 +02:00
jest.config.cjs feat: migrate app to Vue 3 2025-08-22 09:39:40 +02:00
krankerl.toml
Makefile
package-lock.json Merge pull request #5064 from nextcloud/automated/noid/main-fix-npm-audit 2026-02-03 15:10:37 +01:00
package.json Merge pull request #5042 from nextcloud/renovate/virtua-0.x 2026-02-03 13:52:52 +01:00
phpunit.xml chore(phpunit): exclude vendor and vendor-bin 2025-09-16 22:49:52 +02:00
playwright.config.js
psalm.xml refactor(psalm): Improve static analysis 2025-12-17 20:41:21 +01:00
README.md
renovate.json chore: updated renovate configuration 2026-01-20 11:37:05 -05:00
REUSE.toml
stylelint.config.cjs
tsconfig.json chore: imporove ts complier configuration 2026-01-06 08:14:49 -05:00
vite.config.js chore: revive devtools 2026-01-23 15:50:28 +01:00

Nextcloud Contacts

REUSE status Downloads Code coverage Dependabot status

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.

Maintainers

🛠️ Installation

The app is distributed through the app store and you can install it right from your Nextcloud installation.

Release tarballs are hosted at https://github.com/nextcloud-releases/contacts/releases.

📡 Support

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

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

Build the app

# set up and build for production
composer install
npm ci
npm run build

# install dependencies
composer install
npm ci

# build for dev and watch changes
npm run watch

# build for dev
npm run dev

# build for production with minification
npm run build

Running tests

You can run all front-end tests by using:

# run tests once
npm run test

# run tests continuously after every change
npm run test:watch

✌️ 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:

Commits in this repository follow the Conventional Commits specification.