Skip to content

Commit

Permalink
5.4.3
Browse files Browse the repository at this point in the history
Signed-off-by: dartcafe <github@dartcafe.de>
  • Loading branch information
dartcafe committed Jan 31, 2024
1 parent 700f28d commit 8a55d99
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 82 deletions.
158 changes: 79 additions & 79 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
@@ -1,79 +1,79 @@
<?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>polls</id>
<name>Polls</name>
<summary>A polls app, similar to Doodle/Dudle with the possibility to restrict access.</summary>
<description>A polls app, similar to Doodle/Dudle with the possibility to restrict access (members, certain groups/users, hidden and public).</description>
<version>5.4.2</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>
<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/master/screenshots/overview.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/vote.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/edit-poll.png</screenshot>
<dependencies>
<php min-version="8.0"/>
<nextcloud min-version="25" max-version="27" />
</dependencies>
<activity>
<providers>
<provider>OCA\Polls\Provider\ActivityProvider</provider>
</providers>
</activity>
<background-jobs>
<job>OCA\Polls\Cron\NotificationCron</job>
<job>OCA\Polls\Cron\JanitorCron</job>
<job>OCA\Polls\Cron\AutoReminderCron</job>
</background-jobs>
<commands>
<command>OCA\Polls\Command\Share\Add</command>
<command>OCA\Polls\Command\Share\Remove</command>
<command>OCA\Polls\Command\Db\Purge</command>
<command>OCA\Polls\Command\Db\RemoveIndices</command>
<command>OCA\Polls\Command\Db\Rebuild</command>
<command>OCA\Polls\Command\Db\CreateIndices</command>
<command>OCA\Polls\Command\Db\CleanMigrations</command>
<command>OCA\Polls\Command\Db\ResetWatch</command>
<command>OCA\Polls\Command\Poll\TransferOwnership</command>
</commands>
<settings>
<admin-section>OCA\Polls\Settings\AdminSection</admin-section>
<personal-section>OCA\Polls\Settings\PersonalSection</personal-section>
<admin>OCA\Polls\Settings\AdminSettings</admin>
<personal>OCA\Polls\Settings\PersonalSettings</personal>
</settings>
<repair-steps>
<pre-migration>
<step>OCA\Polls\Migration\RepairSteps\RemoveObsoleteMigrations</step>
<step>OCA\Polls\Migration\RepairSteps\RemoveIndices</step>
</pre-migration>
<post-migration>
<step>OCA\Polls\Migration\RepairSteps\DropOrphanedTables</step>
<step>OCA\Polls\Migration\RepairSteps\DropOrphanedColumns</step>
<step>OCA\Polls\Migration\RepairSteps\DeleteInvalidRecords</step>
<step>OCA\Polls\Migration\RepairSteps\UpdateHashes</step>
<step>OCA\Polls\Migration\RepairSteps\CreateIndices</step>
</post-migration>
<install>
<step>OCA\Polls\Migration\RepairSteps\Install</step>
</install>
</repair-steps>
<navigations>
<navigation>
<name>Polls</name>
<route>polls.page.index</route>
<icon>app.svg</icon>
<order>77</order>
</navigation>
</navigations>
</info>
<?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/Dudle with the possibility to restrict access.</summary>
<description>A polls app, similar to Doodle/Dudle with the possibility to restrict access (members, certain groups/users, hidden and public).</description>
<version>5.4.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>
<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/master/screenshots/overview.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/vote.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/edit-poll.png</screenshot>
<dependencies>
<php min-version="8.0"/>
<nextcloud min-version="25" max-version="27"/>
</dependencies>
<activity>
<providers>
<provider>OCA\Polls\Provider\ActivityProvider</provider>
</providers>
</activity>
<background-jobs>
<job>OCA\Polls\Cron\NotificationCron</job>
<job>OCA\Polls\Cron\JanitorCron</job>
<job>OCA\Polls\Cron\AutoReminderCron</job>
</background-jobs>
<commands>
<command>OCA\Polls\Command\Share\Add</command>
<command>OCA\Polls\Command\Share\Remove</command>
<command>OCA\Polls\Command\Db\Purge</command>
<command>OCA\Polls\Command\Db\RemoveIndices</command>
<command>OCA\Polls\Command\Db\Rebuild</command>
<command>OCA\Polls\Command\Db\CreateIndices</command>
<command>OCA\Polls\Command\Db\CleanMigrations</command>
<command>OCA\Polls\Command\Db\ResetWatch</command>
<command>OCA\Polls\Command\Poll\TransferOwnership</command>
</commands>
<settings>
<admin-section>OCA\Polls\Settings\AdminSection</admin-section>
<personal-section>OCA\Polls\Settings\PersonalSection</personal-section>
<admin>OCA\Polls\Settings\AdminSettings</admin>
<personal>OCA\Polls\Settings\PersonalSettings</personal>
</settings>
<repair-steps>
<pre-migration>
<step>OCA\Polls\Migration\RepairSteps\RemoveObsoleteMigrations</step>
<step>OCA\Polls\Migration\RepairSteps\RemoveIndices</step>
</pre-migration>
<post-migration>
<step>OCA\Polls\Migration\RepairSteps\DropOrphanedTables</step>
<step>OCA\Polls\Migration\RepairSteps\DropOrphanedColumns</step>
<step>OCA\Polls\Migration\RepairSteps\DeleteInvalidRecords</step>
<step>OCA\Polls\Migration\RepairSteps\UpdateHashes</step>
<step>OCA\Polls\Migration\RepairSteps\CreateIndices</step>
</post-migration>
<install>
<step>OCA\Polls\Migration\RepairSteps\Install</step>
</install>
</repair-steps>
<navigations>
<navigation>
<name>Polls</name>
<route>polls.page.index</route>
<icon>app.svg</icon>
<order>77</order>
</navigation>
</navigations>
</info>
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "polls",
"description": "Polls app for nextcloud",
"version": "5.4.2",
"version": "5.4.3",
"authors": [
{
"name": "Vinzenz Rosenkranz",
Expand Down

0 comments on commit 8a55d99

Please sign in to comment.