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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornithom <nithom@online.de>2018-06-13 16:31:18 +0300
committerAndras Timar <andras.timar@collabora.com>2018-06-13 16:31:18 +0300
commitbcb67076a97a371f60d9fb87fb0ebe3dca49adb9 (patch)
tree81a02a5a4776e8d08c4b8bee6050fb06b2176f18 /appinfo
parent23adffb4e02e0e90f20f1ab7be712dbb0491fef8 (diff)
Let external users set their display name when editing. (#200)
Signed-off-by: Nico Thomas <nithom@online.de> Co-authored-by: JonasBlaesche <jonas.blaesche@me.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 79735321..aa4aa6c7 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -82,6 +82,11 @@
<length>64</length>
</field>
<field>
+ <name>guest_displayname</name>
+ <type>text</type>
+ <length>64</length>
+ </field>
+ <field>
<name>fileid</name>
<type>integer</type>
<notnull>true</notnull>