Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
112 changes: 56 additions & 56 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
<?xml version="1.0"?>
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>zaakafhandelapp</id>
<name>Zaak Afhandel App</name>
<summary>This is a the ZAA (Zaak Afhandel App) in english Case Handling App that is made by ConductionN</summary>
<description><![CDATA[📰 Brinning Gateway and Service bus functionality to nextcloud
**Requires:** [OpenRegister](https://apps.nextcloud.com/apps/openregister) (install from the [Nextcloud App Store](https://apps.nextcloud.com/apps/openregister)).
The OpenCatalogi Nextcloud app provides a framework for federated catalogi to work together in an open data ecosystem
- 📲 Synchronize your data sources
- 📰 Send cloud eventt
- 🆓 Map and translate api calls
**System Cron is currently required for this app to work**
Requirements can be found [here](https://conduction.gitbook.io/opencatalogi-nextcloud/installatie)
The Roadmap is available [here](https://github.com/orgs/OpenCatalogi/projects/1/views/2)
Create a [bug report](https://github.com/OpenCatalogi/.github/issues/new/choose)
Create a [feature request](https://github.com/OpenCatalogi/.github/issues/new/choose)
]]></description>
<version>0.2.0</version>
<licence>agpl</licence>
<author mail="info@conduction.nl" homepage="https://www.conduction.nl/">Conduction</author>
<namespace>ZaakAfhandelApp</namespace>
<category>organization</category>
<website>https://github.com/ConductionNL/zaakafhandelapp</website>
<bugs>https://github.com/ConductionNL/zaakafhandelapp/issues</bugs>
<repository type="git">https://github.com/ConductionNL/zaakafhandelapp.git</repository>
<dependencies>
<php min-version="8.0" min-int-size="64"/>
<database min-version="10">pgsql</database>
<database>sqlite</database>
<database min-version="8.0">mysql</database>
<owncloud max-version="0" min-version="0"/>
<nextcloud min-version="28" max-version="33"/>
</dependencies>
<navigations>
<navigation>
<id>zaakafhandelapp</id>
<name>Zaak Afhandel App</name>
<route>zaakafhandelapp.dashboard.page</route>
</navigation>
</navigations>
<settings>
<admin>OCA\ZaakAfhandelApp\Settings\ZaakAfhandelAppAdmin</admin>
<admin-section>OCA\ZaakAfhandelApp\Sections\ZaakAfhandelAppAdmin</admin-section>
</settings>
</info>
<?xml version="1.0"?>
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>zaakafhandelapp</id>
<name>Zaak Afhandel App</name>
<summary>This is a the ZAA (Zaak Afhandel App) in english Case Handling App that is made by ConductionN</summary>
<description><![CDATA[📰 Brinning Gateway and Service bus functionality to nextcloud

**Requires:** [OpenRegister](https://apps.nextcloud.com/apps/openregister) (install from the [Nextcloud App Store](https://apps.nextcloud.com/apps/openregister)).

The OpenCatalogi Nextcloud app provides a framework for federated catalogi to work together in an open data ecosystem

- 📲 Synchronize your data sources
- 📰 Send cloud eventt
- 🆓 Map and translate api calls

**System Cron is currently required for this app to work**

Requirements can be found [here](https://conduction.gitbook.io/opencatalogi-nextcloud/installatie)

The Roadmap is available [here](https://github.com/orgs/OpenCatalogi/projects/1/views/2)

Create a [bug report](https://github.com/OpenCatalogi/.github/issues/new/choose)

Create a [feature request](https://github.com/OpenCatalogi/.github/issues/new/choose)
]]></description>
<version>0.2.0</version>
<licence>agpl</licence>
<author mail="info@conduction.nl" homepage="https://www.conduction.nl/">Conduction</author>
<namespace>ZaakAfhandelApp</namespace>
<category>organization</category>
<website>https://github.com/ConductionNL/zaakafhandelapp</website>
<bugs>https://github.com/ConductionNL/zaakafhandelapp/issues</bugs>
<repository type="git">https://github.com/ConductionNL/zaakafhandelapp.git</repository>
<dependencies>
<php min-version="8.3" min-int-size="64"/>
<database min-version="10">pgsql</database>
<database>sqlite</database>
<database min-version="8.0">mysql</database>

<owncloud max-version="0" min-version="0"/>
<nextcloud min-version="28" max-version="34"/>
</dependencies>
<navigations>
<navigation>
<id>zaakafhandelapp</id>
<name>Zaak Afhandel App</name>
<route>zaakafhandelapp.dashboard.page</route>
</navigation>
</navigations>

<settings>
<admin>OCA\ZaakAfhandelApp\Settings\ZaakAfhandelAppAdmin</admin>
<admin-section>OCA\ZaakAfhandelApp\Sections\ZaakAfhandelAppAdmin</admin-section>
</settings>
</info>
Loading