Files
nextcloud-app-api/appinfo/info.xml
Oleksander Piskun ef4389656a allow Nextcloud 33
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
2025-09-04 17:53:23 +03:00

103 lines
4.6 KiB
XML

<?xml version="1.0"?>
<!--
- SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<info>
<id>app_api</id>
<name>AppAPI</name>
<summary>Nextcloud AppAPI</summary>
<description>
<![CDATA[
### Boost your Nextcloud with AppAPI and its specially designed applications.
The AppAPI is a project within the Nextcloud ecosystem designed to streamline and enhance the process of
application development, deployment, and management.
It introduces a new methodology that allows developers to create
applications using a variety of programming languages, not limited to PHP, which was traditionally used in Nextcloud development.
_If you wish to develop an application, we will gladly help and assist you._
### Support
We appreciate any support for this project:
- ⭐ Star our work on GitHub
- ❗ Create an Issue or feature request
- 💁 Resolve an Issue and create a Pull Request
- 🧑‍💻 Develop your own application using AppAPI
We are genuinely excited about the future of the AppAPI project and its potential to transform
the way applications are developed and experienced within Nextcloud.
As we embark on this journey, we warmly invite you - developers, thinkers, creators, and visionaries -
to join us in shaping a more versatile, stable, and secure app landscape.
*Your insights, suggestions, and contributions are invaluable to us.*
]]></description>
<version>33.0.0-dev.0</version>
<licence>agpl</licence>
<author mail="andrey18106x@gmail.com" homepage="https://github.com/andrey18106">Andrey Borysenko</author>
<author mail="bigcat88@icloud.com" homepage="https://github.com/bigcat88">Alexander Piskun</author>
<namespace>AppAPI</namespace>
<documentation>
<developer>https://docs.nextcloud.com/server/latest/developer_manual/exapp_development</developer>
</documentation>
<category>integration</category>
<category>tools</category>
<website>https://github.com/nextcloud/app_api</website>
<discussion>https://github.com/nextcloud/app_api/discussions</discussion>
<bugs>https://github.com/nextcloud/app_api/issues</bugs>
<repository type="git">https://github.com/nextcloud/app_api.git</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/app_api/main/screenshots/app_api_1.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/app_api/main/screenshots/app_api_2.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/app_api/main/screenshots/app_api_3.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/app_api/main/screenshots/app_api_4.png</screenshot>
<dependencies>
<php min-version="8.1"/>
<nextcloud min-version="32" max-version="33"/>
</dependencies>
<background-jobs>
<job>OCA\AppAPI\BackgroundJob\ExAppInitStatusCheckJob</job>
</background-jobs>
<repair-steps>
<post-migration>
<step>OCA\AppAPI\Migration\DaemonUpdateGPUSRepairStep</step>
</post-migration>
<install>
<step>OCA\AppAPI\Migration\DataInitializationStep</step>
<step>OCA\AppAPI\Migration\DaemonUpdateV2RepairStep</step>
<step>OCA\AppAPI\Migration\DaemonUpdateGPUSRepairStep</step>
</install>
</repair-steps>
<commands>
<command>OCA\AppAPI\Command\ExApp\Register</command>
<command>OCA\AppAPI\Command\ExApp\Unregister</command>
<command>OCA\AppAPI\Command\ExApp\Update</command>
<command>OCA\AppAPI\Command\ExApp\Enable</command>
<command>OCA\AppAPI\Command\ExApp\Disable</command>
<command>OCA\AppAPI\Command\ExApp\ListExApps</command>
<command>OCA\AppAPI\Command\ExAppConfig\GetConfig</command>
<command>OCA\AppAPI\Command\ExAppConfig\SetConfig</command>
<command>OCA\AppAPI\Command\ExAppConfig\DeleteConfig</command>
<command>OCA\AppAPI\Command\ExAppConfig\ListConfig</command>
<command>OCA\AppAPI\Command\Daemon\RegisterDaemon</command>
<command>OCA\AppAPI\Command\Daemon\UnregisterDaemon</command>
<command>OCA\AppAPI\Command\Daemon\ListDaemons</command>
<command>OCA\AppAPI\Command\Daemon\AddRegistry</command>
<command>OCA\AppAPI\Command\Daemon\RemoveRegistry</command>
<command>OCA\AppAPI\Command\Daemon\ListRegistry</command>
</commands>
<settings>
<admin>OCA\AppAPI\Settings\Admin</admin>
<admin-section>OCA\AppAPI\Settings\AdminSection</admin-section>
<admin-section>OCA\AppAPI\Settings\DeclarativeSettings\AiIntegrationTeam</admin-section>
<admin-section>OCA\AppAPI\Settings\DeclarativeSettings\DeclarativeSettings</admin-section>
<personal-section>OCA\AppAPI\Settings\DeclarativeSettings\AiIntegrationTeam</personal-section>
<personal-section>OCA\AppAPI\Settings\DeclarativeSettings\DeclarativeSettings</personal-section>
</settings>
</info>