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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-12-03 18:22:18 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2016-01-12 16:24:01 +0300
commitcdc536c42367a1c7667a63c598f50b95956da759 (patch)
tree2805f98880091afccffcea07ebbe5dda643a0425 /apps/federation/appinfo
parent4fc0fbe8d04b7b89ffe1c3b79621ebe12b2057be (diff)
Allow trusted servers to authenticate
Diffstat (limited to 'apps/federation/appinfo')
-rw-r--r--apps/federation/appinfo/database.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/apps/federation/appinfo/database.xml b/apps/federation/appinfo/database.xml
index e0bb241918e..e6728df1408 100644
--- a/apps/federation/appinfo/database.xml
+++ b/apps/federation/appinfo/database.xml
@@ -34,7 +34,7 @@
<name>token</name>
<type>text</type>
<length>128</length>
- <comments>toke used to exchange the shared secret</comments>
+ <comments>token used to exchange the shared secret</comments>
</field>
<field>
<name>shared_secret</name>
@@ -50,6 +50,13 @@
<default>2</default>
<comments>current status of the connection</comments>
</field>
+ <field>
+ <name>sync_token</name>
+ <type>integer</type>
+ <notnull>true</notnull>
+ <default>0</default>
+ <comments>cardDav sync token</comments>
+ </field>
<index>
<name>url_hash</name>
<unique>true</unique>