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: 6a9930f992cfbc028beb3cdf13ddc563352cd8d6 (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.12.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="25" max-version="25" />
    </dependencies>

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