2023-05-17 21:09:36 +02:00
<?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 > groupfolder_filesystem_snapshots</id>
<name > Groupfolder Filesystem Snapshots</name>
<summary > App proving a API for other apps, that allows restoring a groupfolder to a previous snapshot in the filesystem</summary>
<description > App proving a PHP API for other apps, that allows restoring a groupfolder to a previous snapshot in the filesystem. Requires a ZFS filesystem.</description>
2023-09-12 14:08:36 +02:00
<version > 1.1.1</version>
2023-05-17 21:09:36 +02:00
<licence > agpl</licence>
<author mail= "jonathan.treffler@verdigado.com" > Jonathan Treffler</author>
<namespace > GroupfolderFilesystemSnapshots</namespace>
<category > files</category>
2023-05-17 21:11:57 +02:00
<bugs > https://git.verdigado.com/verdigado/nextcloud_groupfolder_filesystem_snapshots/issues</bugs>
2023-05-17 21:09:36 +02:00
<dependencies >
2024-02-21 18:34:57 +01:00
<nextcloud min-version= "28" max-version= "28" />
2023-09-02 02:36:50 +02:00
<database > pgsql</database>
<database > sqlite</database>
<database > mysql</database>
2023-05-17 21:09:36 +02:00
</dependencies>
2023-08-08 11:52:21 +02:00
<settings >
<admin > OCA\GroupfolderFilesystemSnapshots\Settings\SnapshotsAdmin</admin>
<admin-section > OCA\GroupfolderFilesystemSnapshots\Sections\SnapshotsSection</admin-section>
</settings>
2023-05-17 21:09:36 +02:00
</info>