aboutsummaryrefslogtreecommitdiff
path: root/radicale_infcloud/web/config.js
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-05-19 16:06:34 -0400
committerB. Stack <bgstack15@gmail.com>2022-05-19 16:06:34 -0400
commit36acebf6198ef65b2889209ae8f3ac64ae150ae9 (patch)
tree68d92dc844e442dcb7b83e936d972320937d04e9 /radicale_infcloud/web/config.js
parentremove dash from Release in spec (diff)
downloadradicaleinfcloud-36acebf6198ef65b2889209ae8f3ac64ae150ae9.tar.gz
radicaleinfcloud-36acebf6198ef65b2889209ae8f3ac64ae150ae9.tar.bz2
radicaleinfcloud-36acebf6198ef65b2889209ae8f3ac64ae150ae9.zip
re-add accountSettings parameter
Diffstat (limited to 'radicale_infcloud/web/config.js')
-rw-r--r--radicale_infcloud/web/config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/radicale_infcloud/web/config.js b/radicale_infcloud/web/config.js
index 0dd9056..096adbe 100644
--- a/radicale_infcloud/web/config.js
+++ b/radicale_infcloud/web/config.js
@@ -125,7 +125,7 @@ var globalEnableDevelBuilds=true;
// globalAccountSettings
// globalNetworkCheckSettings
// globalNetworkAccountSettings (available in auth module only)
-// - settingsAccount DISABLED by stackrpms branch. This is totally ignored now.
+// - settingsAccount
// NOTE: server support for custom DAV properties is REQUIRED!
// This option sets the account where the client properties such as:
// loaded collections, enabled collections, ... are saved during
@@ -352,6 +352,7 @@ var globalNetworkCheckSettings={
timeOut: 90000,
lockTimeOut: 10000,
checkContentType: true,
+ settingsAccount: true,
delegation: true,
additionalResources: [],
hrefLabel: null,
bgstack15