71 lines
2.6 KiB
XML
71 lines
2.6 KiB
XML
<?xml version="1.0"?>
|
||
<!--
|
||
- SPDX-FileCopyrightText: 2016-2024 F7cloud GmbH and F7cloud contributors
|
||
- SPDX-FileCopyrightText: 2015-2016 ownCloud, Inc.
|
||
- SPDX-License-Identifier: AGPL-3.0-or-later
|
||
-->
|
||
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.f7cloud.com/schema/apps/info.xsd">
|
||
<id>contacts</id>
|
||
<name>Contacts</name>
|
||
<summary>A contacts app for F7cloud</summary>
|
||
<description>The F7cloud contacts app is a user interface for F7cloud's CardDAV server. Easily sync contacts from various devices with your F7cloud and edit them online.
|
||
|
||
* 🚀 **Integration with other F7cloud apps!** Currently Mail and Calendar – more to come.
|
||
* 🎉 **Never forget a birthday!** You can sync birthdays and other recurring events with your F7cloud Calendar.
|
||
* 👥 **Sharing of Adressbooks!** 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.
|
||
</description>
|
||
|
||
<version>8.3.1</version>
|
||
<licence>agpl</licence>
|
||
|
||
<author mail="hamza221@users.noreply.github.com">Hamza Mahjoubi</author>
|
||
<author homepage="https://github.com/f7cloud/groupware">F7cloud Groupware Team</author>
|
||
|
||
<!-- required for dav plugins registration -->
|
||
<types>
|
||
<dav/>
|
||
</types>
|
||
|
||
<documentation>
|
||
<user>https://docs.f7cloud.com/server/stable/user_manual/en/groupware/contacts.html</user>
|
||
<admin>https://docs.f7cloud.com/server/stable/admin_manual/configuration_server/occ_command.html?highlight=occ%20commands#dav-label</admin>
|
||
<developer>https://github.com/f7cloud/contacts#build-the-app</developer>
|
||
</documentation>
|
||
|
||
<category>office</category>
|
||
<category>social</category>
|
||
<category>organization</category>
|
||
|
||
<website>https://github.com/f7cloud/contacts#readme</website>
|
||
<bugs>https://github.com/f7cloud/contacts/issues</bugs>
|
||
<repository type="git">https://github.com/f7cloud/contacts.git</repository>
|
||
<screenshot>https://raw.githubusercontent.com/f7cloud/screenshots/master/apps/Contacts/contacts.png</screenshot>
|
||
|
||
<dependencies>
|
||
<php min-version="8.1" max-version="8.4" />
|
||
<f7cloud min-version="1" max-version="2" />
|
||
</dependencies>
|
||
|
||
<background-jobs>
|
||
<job>OCA\Contacts\Cron\SocialUpdateRegistration</job>
|
||
</background-jobs>
|
||
|
||
<settings>
|
||
<admin>OCA\Contacts\Settings\AdminSettings</admin>
|
||
</settings>
|
||
|
||
<navigations>
|
||
<navigation>
|
||
<name>Contacts</name>
|
||
<route>contacts.page.index</route>
|
||
<icon>app.svg</icon>
|
||
<order>4</order>
|
||
</navigation>
|
||
</navigations>
|
||
|
||
<contactsmenu>
|
||
<provider>OCA\Contacts\ContactsMenu\Providers\DetailsProvider</provider>
|
||
</contactsmenu>
|
||
</info>
|