-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinfo.xml
More file actions
32 lines (32 loc) · 1.43 KB
/
Copy pathinfo.xml
File metadata and controls
32 lines (32 loc) · 1.43 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
<?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>etherpad_nextcloud</id>
<name>Etherpad Integration for Nextcloud</name>
<summary>Standalone Etherpad integration for Nextcloud</summary>
<description>Standalone Etherpad integration for Nextcloud with binding-based lifecycle and secure viewer flows.</description>
<version>1.1.0-alpha.3</version>
<licence>agpl</licence>
<author>Jacob Bühler</author>
<author>John McLear</author>
<namespace>EtherpadNextcloud</namespace>
<category>office</category>
<website>https://github.com/ether/etherpad-integration-for-nextcloud</website>
<bugs>https://github.com/ether/etherpad-integration-for-nextcloud/issues</bugs>
<repository type="git">https://github.com/ether/etherpad-integration-for-nextcloud.git</repository>
<dependencies>
<php min-version="8.1" max-version="8.5"/>
<nextcloud min-version="31" max-version="33"/>
</dependencies>
<repair-steps>
<post-migration>
<step>OCA\EtherpadNextcloud\Migration\RegisterMimeType</step>
<step>OCA\EtherpadNextcloud\Migration\BackfillPadMimeType</step>
<step>OCA\EtherpadNextcloud\Migration\MarkApiKeySensitive</step>
</post-migration>
</repair-steps>
<settings>
<admin>OCA\EtherpadNextcloud\Settings\AdminSettings</admin>
<admin-section>OCA\EtherpadNextcloud\Settings\AdminSection</admin-section>
</settings>
</info>