2016-06-06 11:40:38 -04:00
|
|
|
<?xml version="1.0"?>
|
2024-05-30 14:13:41 -04:00
|
|
|
<!--
|
|
|
|
|
- SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
|
|
|
|
|
- SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
|
-->
|
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>
|
2025-09-04 03:11:05 -04:00
|
|
|
<version>2.8.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>
|
2025-09-04 03:11:05 -04:00
|
|
|
<nextcloud min-version="33" max-version="33"/>
|
2018-02-07 10:04:45 -05:00
|
|
|
</dependencies>
|
2016-08-11 11:29:58 -04:00
|
|
|
|
2022-04-20 04:31:32 -04:00
|
|
|
<repair-steps>
|
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>
|
2024-09-02 16:38:53 -04:00
|
|
|
|
|
|
|
|
<settings>
|
|
|
|
|
<admin>OCA\Theming\Settings\Admin</admin>
|
|
|
|
|
<admin-section>OCA\Theming\Settings\AdminSection</admin-section>
|
|
|
|
|
<personal>OCA\Theming\Settings\Personal</personal>
|
|
|
|
|
<personal-section>OCA\Theming\Settings\PersonalSection</personal-section>
|
|
|
|
|
</settings>
|
2016-06-06 11:40:38 -04:00
|
|
|
</info>
|