|
4 | 4 | - SPDX-License-Identifier: AGPL-3.0-or-later |
5 | 5 | --> |
6 | 6 | <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" |
7 | | - xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd"> |
8 | | - <id>data_request</id> |
9 | | - <name>Data Request</name> |
10 | | - <summary>Request your data from the admins</summary> |
11 | | - <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> |
12 | | - <version>4.0.0-dev.0</version> |
13 | | - <licence>agpl</licence> |
14 | | - < author mail= "[email protected]" homepage= "https://nextcloud.com">Arthur Schiwon</ author> |
15 | | - <namespace>DataRequest</namespace> |
16 | | - <category>tools</category> |
17 | | - <website>https://github.com/nextcloud/data_request</website> |
18 | | - <bugs>https://github.com/nextcloud/data_request/issues</bugs> |
19 | | - <repository type="git">https://github.com/nextcloud/data_request.git</repository> |
20 | | - <screenshot>https://raw.githubusercontent.com/nextcloud/data_request/master/screenshots/personal-settings.png</screenshot> |
21 | | - <screenshot>https://raw.githubusercontent.com/nextcloud/data_request/master/screenshots/settings-close-up.png</screenshot> |
22 | | - <dependencies> |
23 | | - <nextcloud min-version="32" max-version="32" /> |
24 | | - </dependencies> |
| 7 | + xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd"> |
| 8 | + <id>data_request</id> |
| 9 | + <name>Data Request</name> |
| 10 | + <summary>Request your data from the admins</summary> |
| 11 | + <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> |
| 12 | + <version>4.0.0</version> |
| 13 | + <licence>agpl</licence> |
| 14 | + < author mail= "[email protected]" homepage= "https://nextcloud.com">Arthur Schiwon</ author> |
| 15 | + <namespace>DataRequest</namespace> |
| 16 | + <category>tools</category> |
| 17 | + <website>https://github.com/nextcloud/data_request</website> |
| 18 | + <bugs>https://github.com/nextcloud/data_request/issues</bugs> |
| 19 | + <repository type="git">https://github.com/nextcloud/data_request.git</repository> |
| 20 | + <screenshot>https://raw.githubusercontent.com/nextcloud/data_request/master/screenshots/personal-settings.png</screenshot> |
| 21 | + <screenshot>https://raw.githubusercontent.com/nextcloud/data_request/master/screenshots/settings-close-up.png</screenshot> |
| 22 | + <dependencies> |
| 23 | + <nextcloud min-version="32" max-version="32" /> |
| 24 | + </dependencies> |
25 | 25 |
|
26 | | - <settings> |
27 | | - <personal>OCA\DataRequest\Settings\Personal</personal> |
28 | | - </settings> |
| 26 | + <settings> |
| 27 | + <personal>OCA\DataRequest\Settings\Personal</personal> |
| 28 | + </settings> |
29 | 29 | </info> |
0 commit comments