<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
  <id>polls</id>
  <name>Polls</name>
  <summary>A polls app, similar to Doodle/DuD-Poll with the possibility to restrict access.</summary>
  <description>A polls app, similar to Doodle/DuD-Poll with the possibility to restrict access (members, certain groups/users, hidden and public).</description>
  <version>8.6.3</version>
  <licence>agpl</licence>
  <author>Vinzenz Rosenkranz</author>
  <author>René Gieling</author>
  <author>Kai Schröer</author>
  <documentation>
    <admin>https://github.com/nextcloud/polls/blob/master/README.md</admin>
  </documentation>
  <category>tools</category>
  <category>social</category>
  <category>organization</category>
  <website>https://github.com/nextcloud/polls</website>
  <discussion>https://help.nextcloud.com/tag/polls-app</discussion>
  <bugs>https://github.com/nextcloud/polls/issues</bugs>
  <repository type="git">https://github.com/nextcloud/polls.git</repository>
  <screenshot>https://raw.githubusercontent.com/nextcloud/polls/main/screenshots/overview.png</screenshot>
  <screenshot>https://raw.githubusercontent.com/nextcloud/polls/main/screenshots/vote.png</screenshot>
  <screenshot>https://raw.githubusercontent.com/nextcloud/polls/main/screenshots/edit-poll.png</screenshot>
  <donation>https://buymeacoffee.com/dartcafe</donation>
  <dependencies>
    <php min-version="8.1"/>
    <nextcloud min-version="31" max-version="33"/>
  </dependencies>
  <background-jobs>
    <job>OCA\Polls\Cron\NotificationCron</job>
    <job>OCA\Polls\Cron\JanitorCron</job>
    <job>OCA\Polls\Cron\AutoReminderCron</job>
  </background-jobs>
  <repair-steps>
    <post-migration>
      <step>OCA\Polls\Migration\RepairSteps\UpdateHashes</step>
      <step>OCA\Polls\Migration\RepairSteps\MigratePublicToOpen</step>
    </post-migration>
  </repair-steps>
  <commands>
    <command>OCA\Polls\Command\Db\CleanMigrations</command>
    <command>OCA\Polls\Command\Db\CreateIndices</command>
    <command>OCA\Polls\Command\Db\Purge</command>
    <command>OCA\Polls\Command\Db\FixDB</command>
    <command>OCA\Polls\Command\Db\Rebuild</command>
    <command>OCA\Polls\Command\Db\RemoveFKConstraints</command>
    <command>OCA\Polls\Command\Db\RemoveOptionalIndices</command>
    <command>OCA\Polls\Command\Db\RemoveUniqueIndices</command>
    <command>OCA\Polls\Command\Db\ResetWatch</command>
    <command>OCA\Polls\Command\Poll\TransferOwnership</command>
    <command>OCA\Polls\Command\Share\Add</command>
    <command>OCA\Polls\Command\Share\Remove</command>
  </commands>
  <settings>
    <admin>OCA\Polls\Settings\AdminSettings</admin>
    <admin-section>OCA\Polls\Settings\AdminSection</admin-section>
    <personal>OCA\Polls\Settings\PersonalSettings</personal>
    <personal-section>OCA\Polls\Settings\PersonalSection</personal-section>
  </settings>
  <activity>
    <filters>
      <filter>OCA\Polls\Filter\ActivityFilter</filter>
    </filters>
    <providers>
      <provider>OCA\Polls\Provider\ActivityProvider</provider>
    </providers>
  </activity>
  <navigations>
    <navigation>
      <name>Polls</name>
      <route>polls.page.indexindex</route>
      <icon>app.svg</icon>
      <order>77</order>
    </navigation>
  </navigations>
</info>