Server IP : 184.154.167.98 / Your IP : 3.145.112.163 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/www/sesiones/apps/workflowengine/appinfo/ |
Upload File : |
<?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>workflowengine</id> <name>Nextcloud workflow engine</name> <summary>Nextcloud workflow engine</summary> <description>Nextcloud workflow engine</description> <version>2.0.0</version> <licence>agpl</licence> <author>Arthur Schiwon</author> <author>Julius Härtl</author> <author>Morris Jobke</author> <namespace>WorkflowEngine</namespace> <types> <filesystem/> </types> <category>files</category> <website>https://github.com/nextcloud/server</website> <bugs>https://github.com/nextcloud/server/issues</bugs> <repository>https://github.com/nextcloud/server.git</repository> <dependencies> <nextcloud min-version="18" max-version="18"/> </dependencies> <background-jobs> <job>OCA\WorkflowEngine\BackgroundJobs\Rotate</job> </background-jobs> <repair-steps> <post-migration> <step>OCA\WorkflowEngine\Migration\PopulateNewlyIntroducedDatabaseFields</step> </post-migration> </repair-steps> <commands> <command>OCA\WorkflowEngine\Command\Index</command> </commands> <settings> <admin>OCA\WorkflowEngine\Settings\Admin</admin> <admin-section>OCA\WorkflowEngine\Settings\Section</admin-section> <personal>OCA\WorkflowEngine\Settings\Personal</personal> <personal-section>OCA\WorkflowEngine\Settings\Section</personal-section> </settings> </info>