You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
909 B
29 lines
909 B
<?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>firstrunmigrate</id>
|
|
<name>First run migrate</name>
|
|
<summary>Migrate user data on login</summary>
|
|
<description>Migrate user data on login</description>
|
|
|
|
<version>2.1.0</version>
|
|
<licence>agpl</licence>
|
|
<author>Florian Charlaix</author>
|
|
|
|
<namespace>FirstRunMigrate</namespace>
|
|
|
|
<types>
|
|
<logging/>
|
|
</types>
|
|
|
|
<category>tools</category>
|
|
|
|
<website>https://git.open-dsi.fr/nextcloud-extension/firstrunmigrate</website>
|
|
<bugs>https://git.open-dsi.fr/nextcloud-extension/firstrunmigrate/-/issues</bugs>
|
|
<repository>https://git.open-dsi.fr/nextcloud-extension/firstrunmigrate.git</repository>
|
|
|
|
<dependencies>
|
|
<php min-version="8.2" max-version="8.2" />
|
|
<nextcloud min-version="28" max-version="28" />
|
|
</dependencies>
|
|
</info>
|
|
|