forked from jhass/nextcloud-keeweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault_settings.patch
64 lines (59 loc) · 3.43 KB
/
default_settings.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
diff --git a/app/scripts/const/default-app-settings.js b/app/scripts/const/default-app-settings.js
index 7afc88c3..89d37414 100644
--- a/app/scripts/const/default-app-settings.js
+++ b/app/scripts/const/default-app-settings.js
@@ -1,5 +1,5 @@
const DefaultAppSettings = {
- theme: null, // UI theme
+ theme: 'light', // UI theme
autoSwitchTheme: false, // automatically switch between light and dark theme
locale: null, // user interface language
expandGroups: true, // show entries from all subgroups
@@ -29,13 +29,13 @@ const DefaultAppSettings = {
skipOpenLocalWarn: false, // disable the warning about opening a local file
hideEmptyFields: false, // hide empty fields in entries
skipHttpsWarning: false, // disable the non-HTTPS warning
- demoOpened: false, // hide the demo button inside the More... menu
+ demoOpened: true, // hide the demo button inside the More... menu
fontSize: 0, // font size: 0, 1, 2
tableViewColumns: null, // columns displayed in the table view
generatorPresets: null, // presets used in the password generator
generatorHidePassword: false, // hide password in the generator
cacheConfigSettings: false, // cache config settings and use them if the config can't be loaded
- allowIframes: false, // allow displaying the app in IFrames
+ allowIframes: true, // allow displaying the app in IFrames
useGroupIconForEntries: false, // automatically use group icon when creating new entries
enableUsb: true, // enable interaction with USB devices
fieldLabelDblClickAutoType: false, // trigger auto-type by doubleclicking field label
@@ -59,9 +59,9 @@ const DefaultAppSettings = {
yubiKeyStuckWorkaround: false, // enable the workaround for stuck YubiKeys
canOpen: true, // can select and open new files
- canOpenDemo: true, // can open a demo file
+ canOpenDemo: false, // can open a demo file
canOpenSettings: true, // can go to settings
- canCreate: true, // can create new files
+ canCreate: false, // can create new files
canImportXml: true, // can import files from XML
canImportCsv: true, // can import files from CSV
canRemoveLatest: true, // can remove files from the recent file list
@@ -72,20 +72,20 @@ const DefaultAppSettings = {
canOpenGenerator: true, // can open password generator
canOpenOtpDevice: true, // can open OTP codes from USB tokens
- dropbox: true, // enable Dropbox integration
+ dropbox: false, // enable Dropbox integration
dropboxFolder: null, // default folder path
dropboxAppKey: null, // custom Dropbox app key
dropboxSecret: null, // custom Dropbox app secret
webdav: true, // enable WebDAV integration
- webdavSaveMethod: 'move', // how to save files with WebDAV: "move" or "put"
+ webdavSaveMethod: 'put', // how to save files with WebDAV: "move" or "put"
webdavStatReload: false, // WebDAV: reload the file instead of relying on Last-Modified
- gdrive: true, // enable Google Drive integration
+ gdrive: false, // enable Google Drive integration
gdriveClientId: null, // custom Google Drive client id
gdriveClientSecret: null, // custom Google Drive client secret
- onedrive: true, // enable OneDrive integration
+ onedrive: false, // enable OneDrive integration
onedriveClientId: null, // custom OneDrive client id
onedriveClientSecret: null, // custom OneDrive client secret
onedriveTenantId: null, // custom OneDrive tenant id