-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.xml
More file actions
62 lines (55 loc) · 3.71 KB
/
info.xml
File metadata and controls
62 lines (55 loc) · 3.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0"?>
<!--
SPDX-FileCopyrightText: 2026 LibreCode coop and LibreCode contributors
SPDX-License-Identifier: AGPL-3.0-or-later
-->
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>profile_fields</id>
<name>Profile fields</name>
<summary>Structured custom profile data for directories, operations and support teams</summary>
<description><. Help us transform people and businesses through cooperativism.
* [Donate with GitHub Sponsor: ](https://github.com/sponsors/libresign)
]]></description>
<version>0.0.1-dev</version>
<licence>agpl</licence>
<author mail="contact@librecode.coop" homepage="https://librecode.coop">LibreCode</author>
<namespace>ProfileFields</namespace>
<documentation>
<developer>https://github.com/LibreCodeCoop/profile_fields/</developer>
</documentation>
<category>organization</category>
<category>tools</category>
<website>https://librecode.coop</website>
<bugs>https://github.com/LibreCodeCoop/profile_fields/issues</bugs>
<repository type="git">https://github.com/LibreCodeCoop/profile_fields</repository>
<screenshot small-thumbnail="https://raw.githubusercontent.com/LibreCodeCoop/profile_fields/main/img/screenshots/admin-catalog-thumb.png">https://raw.githubusercontent.com/LibreCodeCoop/profile_fields/main/img/screenshots/admin-catalog.png</screenshot>
<screenshot small-thumbnail="https://raw.githubusercontent.com/LibreCodeCoop/profile_fields/main/img/screenshots/user-management-dialog-thumb.png">https://raw.githubusercontent.com/LibreCodeCoop/profile_fields/main/img/screenshots/user-management-dialog.png</screenshot>
<screenshot small-thumbnail="https://raw.githubusercontent.com/LibreCodeCoop/profile_fields/main/img/screenshots/personal-settings-thumb.png">https://raw.githubusercontent.com/LibreCodeCoop/profile_fields/main/img/screenshots/personal-settings.png</screenshot>
<screenshot small-thumbnail="https://raw.githubusercontent.com/LibreCodeCoop/profile_fields/main/img/screenshots/workflow-notify-admins-thumb.png">https://raw.githubusercontent.com/LibreCodeCoop/profile_fields/main/img/screenshots/workflow-notify-admins.png</screenshot>
<donation title="Donate via GitHub Sponsors">https://github.com/sponsors/LibreSign</donation>
<dependencies>
<nextcloud min-version="32" max-version="34"/>
</dependencies>
<repair-steps>
<post-migration>
<step>OCA\ProfileFields\Repair\OrphanedFieldValueRepairStep</step>
</post-migration>
</repair-steps>
<commands>
<command>OCA\ProfileFields\Command\Data\Export</command>
<command>OCA\ProfileFields\Command\Data\Import</command>
<command>OCA\ProfileFields\Command\Data\Clear</command>
<command>OCA\ProfileFields\Command\Developer\Reset</command>
</commands>
<settings>
<admin>OCA\ProfileFields\Settings\Admin</admin>
<admin-section>OCA\ProfileFields\Settings\AdminSection</admin-section>
<personal>OCA\ProfileFields\Settings\PersonalInfo</personal>
</settings>
</info>