Files
nextcloud-tables/appinfo/info.xml
Arthur Schiwon 45e704fe25 build: bump to 1.0.0
- drop NC 29 support
- bump PHP requirement to 8.1

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2025-07-16 07:25:17 +01:00

81 lines
3.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
- SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>tables</id>
<name>Tables</name>
<summary>Manage data the way you need it.</summary>
<description><![CDATA[Manage data the way you need it.
With this app you are able to create your own tables with individual columns. You can start with a template or from scratch and add your wanted columns.
You can choose from the following column types:
- Text line or rich text
- Link to urls or other nextcloud resources
- Numbers
- Progress bar
- Stars rating
- Yes/No tick
- Date and/or time
- (Multi) selection
- Users, groups and teams
Share your tables and views with users and groups within your cloud.
Have a good time and manage whatever you want.
]]></description>
<version>1.0.0-beta.1</version>
<licence>agpl</licence>
<author mail="florian.steffens@nextcloud.com">Florian Steffens</author>
<namespace>Tables</namespace>
<documentation>
<user>https://github.com/nextcloud/tables/wiki</user>
<admin>https://github.com/nextcloud/tables/wiki/Administration</admin>
</documentation>
<category>office</category>
<website>https://github.com/nextcloud/tables</website>
<bugs>https://github.com/nextcloud/tables/issues</bugs>
<screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/tables/main/screenshots/sh-tables-1-small.png">https://raw.githubusercontent.com/nextcloud/tables/main/screenshots/sh-tables-1.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/tables/main/screenshots/sh-tables-2.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/tables/main/screenshots/sh-tables-3.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/tables/main/screenshots/sh-tables-4.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/tables/main/screenshots/sh-tables-5.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/tables/main/screenshots/sh-tables-6.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/tables/main/screenshots/sh-tables-7.png</screenshot>
<dependencies>
<database>pgsql</database>
<database>mysql</database>
<database>sqlite</database>
<nextcloud min-version="30" max-version="32"/>
</dependencies>
<repair-steps>
<pre-migration>
<step>OCA\Tables\Migration\FixContextsDefaults</step>
</pre-migration>
<post-migration>
<step>OCA\Tables\Migration\NewDbStructureRepairStep</step>
<step>OCA\Tables\Migration\DbRowSleeveSequence</step>
</post-migration>
</repair-steps>
<commands>
<command>OCA\Tables\Command\ListTables</command>
<command>OCA\Tables\Command\AddTable</command>
<command>OCA\Tables\Command\RemoveTable</command>
<command>OCA\Tables\Command\RenameTable</command>
<command>OCA\Tables\Command\ChangeOwnershipTable</command>
<command>OCA\Tables\Command\ListContexts</command>
<command>OCA\Tables\Command\ShowContext</command>
<command>OCA\Tables\Command\Clean</command>
<command>OCA\Tables\Command\CleanLegacy</command>
<command>OCA\Tables\Command\TransferLegacyRows</command>
</commands>
<navigations>
<navigation>
<name>Tables</name>
<route>tables.page.index</route>
</navigation>
</navigations>
</info>