1
0
Fork 0
mirror of https://github.com/nextcloud/contacts.git synced 2024-10-06 08:04:56 +02:00
No description
Find a file
nextcloud-command c46b418658 fix(deps): Fix npm audit
Signed-off-by: GitHub <noreply@github.com>
2024-10-06 03:28:28 +00:00
.github chore(deps): bump postgres docker tag to v17 2024-10-01 01:45:55 +00:00
.tx
appinfo
composer
img
l10n Fix(l10n): Update translations from Transifex 2024-10-04 00:34:59 +00:00
lib chore(deps): bump nextcloud/coding-standard from 1.2.3 to ^1.3.1 2024-09-30 16:15:03 +02:00
LICENSES
src Merge pull request #4108 from nextcloud/fix/respect-group-sharing-in-frontend 2024-09-23 18:18:23 +02:00
templates
tests chore(deps): bump nextcloud/coding-standard from 1.2.3 to ^1.3.1 2024-09-30 16:15:03 +02:00
.eslintrc.cjs
.git-blame-ignore-revs chore: add eslint config update to .git-blame-ignore-revs 2024-09-03 08:07:40 +02:00
.gitignore
.nextcloudignore
.npmignore
.php-cs-fixer.dist.php chore(php-cs-fixer): ignore node_modules 2024-09-30 09:37:56 +02:00
AUTHORS.md
babel.config.cjs
CHANGELOG.md
composer.json chore(deps): bump nextcloud/coding-standard from 1.2.3 to ^1.3.1 2024-09-30 16:15:03 +02:00
composer.lock chore(deps): bump nextcloud/coding-standard from 1.2.3 to ^1.3.1 2024-09-30 16:15:03 +02:00
COPYING
jest.config.cjs
krankerl.toml
Makefile
package-lock.json fix(deps): Fix npm audit 2024-10-06 03:28:28 +00:00
package.json chore(deps): bump vite from 5.4.7 to ^5.4.8 2024-10-01 01:46:12 +00:00
phpunit.xml
README.md
renovate.json chore(renovate): distribute reviews to all maintainers 2024-09-03 07:39:39 +02:00
REUSE.toml chore: Migrate REUSE to toml format 2024-09-03 16:34:02 +02:00
stylelint.config.cjs
tsconfig.json
vite.config.js

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: