mirror of https://github.com/xwiki-labs/cryptpad
replace cache XXX notes with ICE (in case of emergency) strings
This commit is contained in:
parent
8cabe7ded8
commit
ecdd1a3f43
|
@ -1631,7 +1631,7 @@ define([
|
||||||
Store.leavePad(null, data, function () {});
|
Store.leavePad(null, data, function () {});
|
||||||
};
|
};
|
||||||
var conf = {
|
var conf = {
|
||||||
Cache: Cache, // XXX re-enable cache usage
|
Cache: Cache, // ICE pad cache
|
||||||
onCacheStart: function () {
|
onCacheStart: function () {
|
||||||
postMessage(clientId, "PAD_CACHE");
|
postMessage(clientId, "PAD_CACHE");
|
||||||
},
|
},
|
||||||
|
@ -2686,7 +2686,7 @@ define([
|
||||||
readOnly: false,
|
readOnly: false,
|
||||||
validateKey: secret.keys.validateKey || undefined,
|
validateKey: secret.keys.validateKey || undefined,
|
||||||
crypto: Crypto.createEncryptor(secret.keys),
|
crypto: Crypto.createEncryptor(secret.keys),
|
||||||
Cache: Cache, // XXX re-enable cache usage
|
Cache: Cache, // ICE drive cache
|
||||||
userName: 'fs',
|
userName: 'fs',
|
||||||
logLevel: 1,
|
logLevel: 1,
|
||||||
ChainPad: ChainPad,
|
ChainPad: ChainPad,
|
||||||
|
|
|
@ -175,7 +175,7 @@ define([
|
||||||
ChainPad: ChainPad,
|
ChainPad: ChainPad,
|
||||||
classic: true,
|
classic: true,
|
||||||
network: network,
|
network: network,
|
||||||
Cache: Cache, // XXX re-enable cache usage
|
Cache: Cache, // ICE shared-folder cache
|
||||||
metadata: {
|
metadata: {
|
||||||
validateKey: secret.keys.validateKey || undefined,
|
validateKey: secret.keys.validateKey || undefined,
|
||||||
owners: owners
|
owners: owners
|
||||||
|
|
|
@ -427,7 +427,7 @@ define([
|
||||||
channel: secret.channel,
|
channel: secret.channel,
|
||||||
crypto: crypto,
|
crypto: crypto,
|
||||||
ChainPad: ChainPad,
|
ChainPad: ChainPad,
|
||||||
Cache: Cache, // XXX re-enable cache usage
|
Cache: Cache, // ICE team cache
|
||||||
metadata: {
|
metadata: {
|
||||||
validateKey: secret.keys.validateKey || undefined,
|
validateKey: secret.keys.validateKey || undefined,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue