All Projects β†’ nextcloud β†’ Contacts

nextcloud / Contacts

Licence: agpl-3.0
πŸ“‡ Contacts app for Nextcloud

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Contacts

ldapcontacts
View other LDAP users as contacts in Nextcloud and see the personal data they shared
Stars: ✭ 18 (-95.5%)
Mutual labels:  contacts, nextcloud
Simple Contacts
Easy and quick contact management with no ads, handles groups and favorites too.
Stars: ✭ 346 (-13.5%)
Mutual labels:  contacts
address
Adressverwaltung inkl. Koordinaten (via Google Maps) im Backend
Stars: ✭ 25 (-93.75%)
Mutual labels:  contacts
Docker
β›΄ Docker image of Nextcloud
Stars: ✭ 3,560 (+790%)
Mutual labels:  nextcloud
Docker Homelab
Docker Compose Dateien fΓΌr Homelabs
Stars: ✭ 255 (-36.25%)
Mutual labels:  nextcloud
Config
Armbian configuration utility
Stars: ✭ 317 (-20.75%)
Mutual labels:  nextcloud
treafik nxtcloud
A dockerized Nextcloud instance served with traefik
Stars: ✭ 19 (-95.25%)
Mutual labels:  nextcloud
Dockerfiles
Discontinued. Fork at your will.
Stars: ✭ 384 (-4%)
Mutual labels:  nextcloud
Nextcloud Keeweb
Integrate Keeweb into Nextcloud
Stars: ✭ 342 (-14.5%)
Mutual labels:  nextcloud
Talk Android
πŸ“±πŸ˜€ Video & audio calls through Nextcloud on Android
Stars: ✭ 282 (-29.5%)
Mutual labels:  nextcloud
Text
πŸ“‘ Collaborative document editing using Markdown
Stars: ✭ 282 (-29.5%)
Mutual labels:  nextcloud
Decsync
Synchronize RSS, contacts, calendars, tasks and more without a server
Stars: ✭ 257 (-35.75%)
Mutual labels:  contacts
Nextcloud Deck
πŸ“‹ Android client for nextcloud deck app
Stars: ✭ 318 (-20.5%)
Mutual labels:  nextcloud
cloudgallery
Nativescript photo gallery app for Nextcloud
Stars: ✭ 34 (-91.5%)
Mutual labels:  nextcloud
Notes
✎ Distraction-free notes and writing
Stars: ✭ 363 (-9.25%)
Mutual labels:  nextcloud
files external onedrive
πŸ“£ πŸ’Ύ External storage support for Microsoft OneDrive
Stars: ✭ 60 (-85%)
Mutual labels:  nextcloud
Documentation
πŸ“˜ Nextcloud documentation
Stars: ✭ 268 (-33%)
Mutual labels:  nextcloud
Social
πŸŽ‰ Social can be used for work, or to connect to the fediverse!
Stars: ✭ 302 (-24.5%)
Mutual labels:  nextcloud
Matterbridge
bridge between mattermost, IRC, gitter, xmpp, slack, discord, telegram, rocketchat, twitch, ssh-chat, zulip, whatsapp, keybase, matrix, microsoft teams, nextcloud, mumble, vk and more with REST API (mattermost not required!)
Stars: ✭ 4,452 (+1013%)
Mutual labels:  nextcloud
Rssguard
RSS Guard is simple feed reader which supports web-based feed services.
Stars: ✭ 373 (-6.75%)
Mutual labels:  nextcloud

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!
  • πŸ™ˆ We’re 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].