2016-06-06 11:40:38 -04:00
|
|
|
<?xml version="1.0"?>
|
2018-02-07 10:04:45 -05:00
|
|
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
2016-06-06 11:40:38 -04:00
|
|
|
<id>theming</id>
|
|
|
|
|
<name>Theming</name>
|
2018-02-07 10:04:45 -05:00
|
|
|
<summary>Adjust the Nextcloud theme</summary>
|
2016-06-06 11:40:38 -04:00
|
|
|
<description>Adjust the Nextcloud theme</description>
|
2023-03-03 00:44:27 -05:00
|
|
|
<version>2.2.0</version>
|
2018-02-07 10:04:45 -05:00
|
|
|
<licence>agpl</licence>
|
|
|
|
|
<author>Nextcloud</author>
|
2016-06-06 11:40:38 -04:00
|
|
|
<namespace>Theming</namespace>
|
2016-07-15 02:47:35 -04:00
|
|
|
|
|
|
|
|
<types>
|
|
|
|
|
<logging/>
|
|
|
|
|
</types>
|
|
|
|
|
|
2018-02-07 10:04:45 -05:00
|
|
|
<category>customization</category>
|
|
|
|
|
<bugs>https://github.com/nextcloud/server/issues</bugs>
|
|
|
|
|
<dependencies>
|
2023-03-03 00:44:27 -05:00
|
|
|
<nextcloud min-version="27" max-version="27"/>
|
2018-02-07 10:04:45 -05:00
|
|
|
</dependencies>
|
2016-08-11 11:29:58 -04:00
|
|
|
|
|
|
|
|
<settings>
|
|
|
|
|
<admin>OCA\Theming\Settings\Admin</admin>
|
2022-04-15 07:55:19 -04:00
|
|
|
<admin-section>OCA\Theming\Settings\AdminSection</admin-section>
|
|
|
|
|
<personal>OCA\Theming\Settings\Personal</personal>
|
|
|
|
|
<personal-section>OCA\Theming\Settings\PersonalSection</personal-section>
|
2016-08-11 11:29:58 -04:00
|
|
|
</settings>
|
2022-04-15 07:55:19 -04:00
|
|
|
|
2022-04-20 04:31:32 -04:00
|
|
|
<repair-steps>
|
|
|
|
|
<pre-migration>
|
2023-01-20 05:35:17 -05:00
|
|
|
<step>OCA\Theming\Migration\MigrateAdminConfig</step>
|
2022-04-20 04:31:32 -04:00
|
|
|
<step>OCA\Theming\Migration\MigrateUserConfig</step>
|
|
|
|
|
</pre-migration>
|
2022-10-13 09:40:47 -04:00
|
|
|
<post-migration>
|
|
|
|
|
<step>OCA\Theming\Migration\InitBackgroundImagesMigration</step>
|
|
|
|
|
</post-migration>
|
2022-04-20 04:31:32 -04:00
|
|
|
</repair-steps>
|
|
|
|
|
|
2020-09-23 11:48:48 -04:00
|
|
|
<commands>
|
|
|
|
|
<command>OCA\Theming\Command\UpdateConfig</command>
|
|
|
|
|
</commands>
|
2016-06-06 11:40:38 -04:00
|
|
|
</info>
|