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>
2024-04-23 20:34:18 +02:00
<summary > Allows restoring a groupfolder to a previous snapshot in the filesystem</summary>
<description > App proving a PHP API for other apps, that allows (partially) restoring a groupfolder to a previous snapshot in the filesystem. Requires a filesystem with snapshot support (tested with and made for ZFS). It is made for other apps to integrate with, IT DOES NOT WORK STANDALONE</description>
2024-04-24 18:00:19 +02:00
<version > 1.2.0</version>
2023-05-17 21:09:36 +02:00
<licence > agpl</licence>
2024-04-24 18:00:19 +02:00
<author homepage= "https://verdigado.com/" > verdigado eG</author>
<author mail= "jonathan.treffler@verdigado.com" > Jonathan Treffler</author>
2023-05-17 21:09:36 +02:00
<namespace > GroupfolderFilesystemSnapshots</namespace>
<category > files</category>
2024-04-24 18:00:19 +02:00
<bugs > https://git.verdigado.com/verdigado-public/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>