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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kamm <mail@ckamm.de>2019-02-19 13:38:46 +0300
committerKevin Ottens <kevin.ottens@nextcloud.com>2020-12-15 12:58:43 +0300
commitee6a48b3dc088b2c4e1580e7b42196d922aa7d61 (patch)
treeae0279a571ef18c78f49d25b6e8518f7b9a0ae17 /src/gui/addcertificatedialog.ui
parentcc840534c04245345b4be92efb5e0a8d7d85410d (diff)
Client certs: Store pkcs12 in config, password in keychain
It still reads and writes the old format too, but all newly stored client certs will be in the new form. For #6776 because Windows limits credential data to 512 bytes in older versions.
Diffstat (limited to 'src/gui/addcertificatedialog.ui')
-rw-r--r--src/gui/addcertificatedialog.ui44
1 files changed, 39 insertions, 5 deletions
diff --git a/src/gui/addcertificatedialog.ui b/src/gui/addcertificatedialog.ui
index cf1684254..06789745d 100644
--- a/src/gui/addcertificatedialog.ui
+++ b/src/gui/addcertificatedialog.ui
@@ -9,8 +9,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>462</width>
- <height>188</height>
+ <width>478</width>
+ <height>225</height>
</rect>
</property>
<property name="windowTitle">
@@ -74,10 +74,29 @@
</layout>
</item>
<item>
+ <widget class="QLabel" name="label">
+ <property name="text">
+ <string>An encrypted pkcs12 bundle is strongly recommended as a copy will be stored in the configuration file.</string>
+ </property>
+ <property name="wordWrap">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
<widget class="QLabel" name="labelErrorCertif">
<property name="palette">
<palette>
<active>
+ <colorrole role="WindowText">
+ <brush brushstyle="SolidPattern">
+ <color alpha="255">
+ <red>255</red>
+ <green>0</green>
+ <blue>0</blue>
+ </color>
+ </brush>
+ </colorrole>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="255">
@@ -89,6 +108,15 @@
</colorrole>
</active>
<inactive>
+ <colorrole role="WindowText">
+ <brush brushstyle="SolidPattern">
+ <color alpha="255">
+ <red>255</red>
+ <green>0</green>
+ <blue>0</blue>
+ </color>
+ </brush>
+ </colorrole>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="255">
@@ -100,6 +128,15 @@
</colorrole>
</inactive>
<disabled>
+ <colorrole role="WindowText">
+ <brush brushstyle="SolidPattern">
+ <color alpha="255">
+ <red>119</red>
+ <green>120</green>
+ <blue>120</blue>
+ </color>
+ </brush>
+ </colorrole>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="255">
@@ -112,9 +149,6 @@
</disabled>
</palette>
</property>
- <property name="text">
- <string/>
- </property>
<property name="wordWrap">
<bool>true</bool>
</property>