No description
Find a file
Nextcloud bot c3ccc571f2
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-03-24 00:34:06 +00:00
.github Merge pull request #5153 from nextcloud/renovate/main-actions-stale-digest 2026-03-01 11:03:48 -05:00
.tx chore(eol): stable 7.3 ⚰️ 2026-02-19 15:24:21 +01:00
__mocks__/@nextcloud feat: migrate app to Vue 3 2025-08-22 09:39:40 +02:00
appinfo chore: bump dev version to 8.5 2026-02-18 12:37:45 +01:00
build
composer
img
l10n fix(l10n): Update translations from Transifex 2026-03-24 00:34:06 +00:00
lib Merge pull request #5180 from nextcloud/chore/phpdocs 2026-03-12 09:49:58 +01:00
LICENSES
src Merge pull request #4831 from acress1/patch-1 2026-03-11 15:14:40 +01:00
templates
tests chore: drop use of deprecated IInitialStateService 2026-03-11 09:51:10 +01:00
vendor-bin chore(deps): update dependency christophwurst/nextcloud_testing to ^1.1.3 2026-03-17 00:34:51 +00:00
.git-blame-ignore-revs chore: ignore coding-standard 1.4.0 in git blame 2025-06-20 10:21:28 -04:00
.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.1 2026-02-08 19:11:23 +00:00
composer.lock chore(deps): update dependency bamarni/composer-bin-plugin to ^1.9.1 2026-02-08 19:11:23 +00:00
COPYING
eslint.config.mjs chore: finish eslint todos 2026-03-10 18:00:49 +01:00
jest.config.cjs feat: migrate app to Vue 3 2025-08-22 09:39:40 +02:00
krankerl.toml
Makefile
package-lock.json fix(deps): Fix npm audit 2026-03-15 03:45:33 +00:00
package.json Merge pull request #5169 from nextcloud/renovate/main-nextcloud-paths-3.x 2026-03-10 00:41:11 +00:00
phpunit.xml chore(phpunit): exclude vendor and vendor-bin 2025-09-16 22:49:52 +02:00
playwright.config.js test: add a basic playwright e2e test 2025-07-25 10:31:10 +02:00
psalm.xml refactor(psalm): Improve static analysis 2025-12-17 20:41:21 +01:00
README.md
renovate.json chore(eol): stable 7.3 ⚰️ 2026-02-19 15:24:21 +01:00
REUSE.toml
stylelint.config.cjs chore(styleint): make rtl checks error level 2025-08-05 14:11:24 +02:00
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.