Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinzenz Rosenkranz <v1r0x@users.noreply.github.com>2017-10-08 14:28:22 +0300
committerGitHub <noreply@github.com>2017-10-08 14:28:22 +0300
commitc60dc5e78bd02de8210ac0861e2d266e39fceddf (patch)
treef13f77c159e18184dfdf8aba3baa8e574e2d2e3d /appinfo
parent320781094096037eab7d0014dad2d13fe1f2ad40 (diff)
parentd10da8dc1dd91c58caa4a6a2cef86d77421c9cdd (diff)
Merge pull request #170 from splitt3r/feature/refactor
Update README + add license
Diffstat (limited to 'appinfo')
-rwxr-xr-xappinfo/database.xml81
-rwxr-xr-xappinfo/info.xml10
2 files changed, 45 insertions, 46 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 4f799310..67b2ebf8 100755
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -1,24 +1,24 @@
-<?xml version="1.0" encoding="ISO-8859-1" ?>
+<?xml version="1.0" encoding="UTF-8" ?>
<database>
- <name>*dbname*</name>
- <create>true</create>
- <overwrite>false</overwrite>
- <charset>utf8</charset>
- <table>
- <name>*dbprefix*polls_events</name>
- <declaration>
- <field>
- <name>id</name>
- <type>integer</type>
- <notnull>true</notnull>
- <autoincrement>1</autoincrement>
- <default>0</default>
- </field>
- <field>
- <name>hash</name>
- <type>text</type>
- <length>64</length>
- </field>
+ <name>*dbname*</name>
+ <create>true</create>
+ <overwrite>false</overwrite>
+ <charset>utf8</charset>
+ <table>
+ <name>*dbprefix*polls_events</name>
+ <declaration>
+ <field>
+ <name>id</name>
+ <type>integer</type>
+ <notnull>true</notnull>
+ <autoincrement>1</autoincrement>
+ <default>0</default>
+ </field>
+ <field>
+ <name>hash</name>
+ <type>text</type>
+ <length>64</length>
+ </field>
<field>
<name>type</name>
<type>integer</type>
@@ -37,12 +37,12 @@
<notnull>true</notnull>
<length>1024</length>
</field>
- <field>
- <name>owner</name>
- <type>text</type>
- <notnull>true</notnull>
- <length>64</length>
- </field>
+ <field>
+ <name>owner</name>
+ <type>text</type>
+ <notnull>true</notnull>
+ <length>64</length>
+ </field>
<field>
<name>created</name>
<type>timestamp</type>
@@ -67,16 +67,16 @@
<type>integer</type>
<default>0</default>
</field>
- </declaration>
- </table>
+ </declaration>
+ </table>
<table>
<name>*dbprefix*polls_dts</name>
<declaration>
<field>
<name>id</name>
<type>integer</type>
- <notnull>true</notnull>
- <autoincrement>1</autoincrement>
+ <notnull>true</notnull>
+ <autoincrement>1</autoincrement>
</field>
<field>
<name>poll_id</name>
@@ -96,8 +96,8 @@
<name>id</name>
<type>integer</type>
<default>0</default>
- <notnull>true</notnull>
- <autoincrement>1</autoincrement>
+ <notnull>true</notnull>
+ <autoincrement>1</autoincrement>
</field>
<field>
<name>poll_id</name>
@@ -117,8 +117,8 @@
<name>id</name>
<type>integer</type>
<default>0</default>
- <notnull>true</notnull>
- <autoincrement>1</autoincrement>
+ <notnull>true</notnull>
+ <autoincrement>1</autoincrement>
</field>
<field>
<name>poll_id</name>
@@ -147,8 +147,8 @@
<name>id</name>
<type>integer</type>
<default>0</default>
- <notnull>true</notnull>
- <autoincrement>1</autoincrement>
+ <notnull>true</notnull>
+ <autoincrement>1</autoincrement>
</field>
<field>
<name>poll_id</name>
@@ -177,8 +177,8 @@
<field>
<name>id</name>
<type>integer</type>
- <notnull>true</notnull>
- <autoincrement>1</autoincrement>
+ <notnull>true</notnull>
+ <autoincrement>1</autoincrement>
<default>0</default>
</field>
<field>
@@ -212,8 +212,8 @@
<name>id</name>
<type>integer</type>
<default>0</default>
- <notnull>true</notnull>
- <autoincrement>1</autoincrement>
+ <notnull>true</notnull>
+ <autoincrement>1</autoincrement>
</field>
<field>
<name>poll_id</name>
@@ -227,5 +227,4 @@
</field>
</declaration>
</table>
-
</database>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f0cc203b..6fc386bf 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,16 +4,16 @@
<name>Polls</name>
<description>This is a poll app, similar to doodle or dudle with the possibility for restrict access (only members, certain groups/users, hidden and public).</description>
<documentation>
- <admin>https://github.com/v1r0x/polls/blob/master/README.md</admin>
+ <admin>https://github.com/nextcloud/polls/blob/master/README.md</admin>
</documentation>
- <screenshot>https://raw.githubusercontent.com/v1r0x/polls/master/screenshots/nc_new_poll.png</screenshot>
+ <screenshot>https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/new-poll.png</screenshot>
<version>0.7.3</version>
<licence>AGPL</licence>
<author>Vinzenz Rosenkranz</author>
<category>tools</category>
- <website>https://github.com/v1r0x/polls</website>
- <bugs>https://github.com/v1r0x/polls/issues</bugs>
- <repository type="git">https://github.com/v1r0x/polls.git</repository>
+ <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>
<dependencies>
<owncloud min-version="8.1" max-version="10"/>
<nextcloud min-version="9.1" max-version="13" />