-
-
Notifications
You must be signed in to change notification settings - Fork 109
Expand file tree
/
Copy pathinfo.xml
More file actions
106 lines (99 loc) · 4.66 KB
/
info.xml
File metadata and controls
106 lines (99 loc) · 4.66 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?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>libresign</id>
<name>LibreSign</name>
<summary>✍️ Self-hosted document signer using digital certificate</summary>
<description>< into your service with our full-fledged [REST-API](https://libresign.coop/posts/libresign-api-guide/).
* 🙋 **Get involved**! We have lots of stuff planned. More information at [LibreSign](https://github.com/libresign/libresign) repository.
🌍 Help us translate this application on [Transifex](https://app.transifex.com/nextcloud/nextcloud/libresign/)
If you enjoy this app and want to help maintain its development or want enterprise support, please contact us:
[https://libresign.coop](https://libresign.coop)
## Donation
Developed with ❤️ by [LibreCode](https://librecode.coop). Help us transform people and businesses through cooperativism.
* [Donate with GitHub Sponsor: ](https://github.com/sponsors/libresign)
]]></description>
<version>13.0.0-dev.2</version>
<licence>agpl</licence>
<author mail="contact@librecode.coop" homepage="https://librecode.coop">LibreCode</author>
<types>
<dav/>
</types>
<documentation>
<admin>https://github.com/LibreSign/libresign/blob/master/README.md</admin>
</documentation>
<category>files</category>
<category>office</category>
<category>security</category>
<category>tools</category>
<website>https://github.com/LibreSign/libresign</website>
<discussion>https://t.me/libresign</discussion>
<bugs>https://github.com/LibreSign/libresign/issues</bugs>
<repository type="git">https://github.com/LibreSign/libresign</repository>
<screenshot>https://raw.githubusercontent.com/LibreSign/libresign/main/img/screenshot/request-signature.png</screenshot>
<screenshot>https://raw.githubusercontent.com/LibreSign/libresign/main/img/screenshot/presentation.gif</screenshot>
<donation title="Donate via GitHub Sponsors">https://github.com/sponsors/LibreSign</donation>
<donation type="stripe" title="Donate via Stripe">https://buy.stripe.com/eVqfZibhx8QO3LseWc2kw00</donation>
<dependencies>
<lib>openssl</lib>
<nextcloud min-version="33" max-version="33"/>
<architecture>x86_64</architecture>
<architecture>aarch64</architecture>
</dependencies>
<background-jobs>
<job>OCA\Libresign\BackgroundJob\Reminder</job>
<job>OCA\Libresign\BackgroundJob\UserDeleted</job>
</background-jobs>
<repair-steps>
<post-migration>
<step>OCA\Libresign\Migration\DeleteOldBinaries</step>
<step>OCA\Libresign\Migration\ResynchronizeDatabaseSequences</step>
<step>OCA\Libresign\Migration\NotifyAdminsAfterUpgrade</step>
</post-migration>
</repair-steps>
<commands>
<command>OCA\Libresign\Command\Configure\Check</command>
<command>OCA\Libresign\Command\Configure\Cfssl</command>
<command>OCA\Libresign\Command\Configure\OpenSsl</command>
<command>OCA\Libresign\Command\Crl\Stats</command>
<command>OCA\Libresign\Command\Crl\Cleanup</command>
<command>OCA\Libresign\Command\Crl\Revoke</command>
<command>OCA\Libresign\Command\Developer\Reset</command>
<command>OCA\Libresign\Command\Developer\SignSetup</command>
<command>OCA\Libresign\Command\Install</command>
<command>OCA\Libresign\Command\Uninstall</command>
</commands>
<settings>
<admin>OCA\Libresign\Settings\Admin</admin>
<admin-section>OCA\Libresign\Settings\AdminSettings</admin-section>
</settings>
<activity>
<settings>
<setting>OCA\Libresign\Activity\Settings\FileToSign</setting>
<setting>OCA\Libresign\Activity\Settings\FileSigned</setting>
</settings>
<filters>
<filter>OCA\Libresign\Activity\Filter</filter>
</filters>
<providers>
<provider>OCA\Libresign\Activity\Provider\SignRequest</provider>
<provider>OCA\Libresign\Activity\Provider\Signed</provider>
</providers>
</activity>
<navigations>
<navigation>
<name>LibreSign</name>
<route>libresign.page.index</route>
</navigation>
</navigations>
<sabre>
<plugins>
<plugin>OCA\Libresign\Dav\SignatureStatusPlugin</plugin>
</plugins>
</sabre>
</info>