Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo - github.com/nextcloud/data_request.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 05368dd23b1a694c3cb773c52cf8576bb68a0521 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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>data_request</id>
    <name>Data Request</name>
    <summary>Request your data from the admins</summary>
    <description><![CDATA[Enable your users to request an export or deletion of their data. According options are added to the personal settings section. Administrators will be notified by email about the request.]]></description>
    <version>1.4.0</version>
    <licence>agpl</licence>
    <author mail="blizzz@arthur-schiwon.de" homepage="https://nextcloud.com">Arthur Schiwon</author>
    <namespace>DataRequest</namespace>
    <category>tools</category>
    <bugs>https://github.com/nextcloud/data_request/issues</bugs>
    <repository type="git">https://github.com/nextcloud/data_request.git</repository>
    <screenshot>https://raw.githubusercontent.com/nextcloud/data_request/master/screenshots/personal-settings.png</screenshot>
    <screenshot>https://raw.githubusercontent.com/nextcloud/data_request/master/screenshots/settings-close-up.png</screenshot>
    <dependencies>
        <nextcloud min-version="17" max-version="17"/>
    </dependencies>

    <settings>
        <personal>OCA\DataRequest\Settings\Personal</personal>
    </settings>
</info>