cloudcms-server 3.2.322 → 3.2.325
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -7
- package/index.js +0 -17
- package/middleware/authentication/authentication.js +0 -5
- package/middleware/authentication/providers/saml.js +8 -4
- package/middleware/config/adapter.js +0 -44
- package/middleware/deployment/deployment.js +0 -10
- package/middleware/registration/registration.js +0 -5
- package/middleware/stores/engines/empty.js +0 -4
- package/middleware/stores/engines/fs-caching-adapter.js +0 -5
- package/middleware/stores/engines/fs.js +0 -9
- package/middleware/stores/engines/s3.js +0 -5
- package/middleware/stores/engines/s3fs.js +0 -5
- package/middleware/stores/multistore.js +0 -29
- package/middleware/stores/store.js +0 -9
- package/old_package.json +119 -0
- package/package.json +44 -55
- package/server/index.js +43 -84
- package/server/standalone.js +0 -5
- package/util/util.js +12 -6
- package/duster/helpers/core/cloudcms/associations.js +0 -34
- package/duster/helpers/core/cloudcms/beta/markdown.js +0 -46
- package/duster/helpers/core/cloudcms/beta/nodeAttachmentText.js +0 -46
- package/duster/helpers/core/cloudcms/beta/params.js +0 -33
- package/duster/helpers/core/cloudcms/beta/processTemplate.js +0 -82
- package/duster/helpers/core/cloudcms/content.js +0 -34
- package/duster/helpers/core/cloudcms/expand.js +0 -38
- package/duster/helpers/core/cloudcms/form.js +0 -34
- package/duster/helpers/core/cloudcms/query.js +0 -34
- package/duster/helpers/core/cloudcms/queryOne.js +0 -34
- package/duster/helpers/core/cloudcms/relatives.js +0 -34
- package/duster/helpers/core/cloudcms/search.js +0 -34
- package/duster/helpers/core/cloudcms/searchOne.js +0 -34
- package/duster/helpers/core/cloudcms/wcm/dependency.js +0 -83
- package/duster/helpers/core/cloudcms/wcm/fragment.js +0 -34
- package/duster/helpers/core/dev/debug.js +0 -42
- package/duster/helpers/core/dom/block.js +0 -49
- package/duster/helpers/core/dom/include.js +0 -38
- package/duster/helpers/core/dom/layout.js +0 -49
- package/duster/helpers/core/dom/link.js +0 -81
- package/duster/helpers/core/dom/resource.js +0 -77
- package/duster/helpers/core/engine.js +0 -1580
- package/duster/helpers/core/ice/value.js +0 -65
- package/duster/helpers/core/index.js +0 -49
- package/duster/helpers/core/operators/if.js +0 -64
- package/duster/helpers/core/operators/iter.js +0 -45
- package/duster/helpers/core/operators/iterate.js +0 -129
- package/duster/helpers/sample/nyt.js +0 -114
- package/duster/index.js +0 -319
- package/duster/support.js +0 -436
- package/duster/tracker.js +0 -262
- package/middleware/authentication/providers/cas.js +0 -73
- package/middleware/authentication/providers/facebook.js +0 -120
- package/middleware/authentication/providers/github.js +0 -88
- package/middleware/authentication/providers/linkedin.js +0 -112
- package/middleware/authentication/providers/twitter.js +0 -120
- package/middleware/server-tags/server-tags.js +0 -113
- package/middleware/wcm/wcm.js +0 -1437
- package/temp/clusterlock/README.md +0 -6
- package/temp/clusterlock/index.js +0 -198
- package/temp/clusterlock/package.json +0 -24
- package/temp/passport-saml/LICENSE +0 -23
- package/temp/passport-saml/README.md +0 -406
- package/temp/passport-saml/lib/node-saml/algorithms.d.ts +0 -5
- package/temp/passport-saml/lib/node-saml/algorithms.js +0 -41
- package/temp/passport-saml/lib/node-saml/algorithms.js.map +0 -1
- package/temp/passport-saml/lib/node-saml/index.d.ts +0 -3
- package/temp/passport-saml/lib/node-saml/index.js +0 -6
- package/temp/passport-saml/lib/node-saml/index.js.map +0 -1
- package/temp/passport-saml/lib/node-saml/inmemory-cache-provider.d.ts +0 -45
- package/temp/passport-saml/lib/node-saml/inmemory-cache-provider.js +0 -86
- package/temp/passport-saml/lib/node-saml/inmemory-cache-provider.js.map +0 -1
- package/temp/passport-saml/lib/node-saml/saml-post-signing.d.ts +0 -3
- package/temp/passport-saml/lib/node-saml/saml-post-signing.js +0 -15
- package/temp/passport-saml/lib/node-saml/saml-post-signing.js.map +0 -1
- package/temp/passport-saml/lib/node-saml/saml.d.ts +0 -77
- package/temp/passport-saml/lib/node-saml/saml.js +0 -1170
- package/temp/passport-saml/lib/node-saml/saml.js.map +0 -1
- package/temp/passport-saml/lib/node-saml/types.d.ts +0 -95
- package/temp/passport-saml/lib/node-saml/types.js +0 -8
- package/temp/passport-saml/lib/node-saml/types.js.map +0 -1
- package/temp/passport-saml/lib/node-saml/utility.d.ts +0 -3
- package/temp/passport-saml/lib/node-saml/utility.js +0 -19
- package/temp/passport-saml/lib/node-saml/utility.js.map +0 -1
- package/temp/passport-saml/lib/node-saml/xml.d.ts +0 -21
- package/temp/passport-saml/lib/node-saml/xml.js +0 -140
- package/temp/passport-saml/lib/node-saml/xml.js.map +0 -1
- package/temp/passport-saml/lib/passport-saml/index.d.ts +0 -6
- package/temp/passport-saml/lib/passport-saml/index.js +0 -11
- package/temp/passport-saml/lib/passport-saml/index.js.map +0 -1
- package/temp/passport-saml/lib/passport-saml/multiSamlStrategy.d.ts +0 -13
- package/temp/passport-saml/lib/passport-saml/multiSamlStrategy.js +0 -63
- package/temp/passport-saml/lib/passport-saml/multiSamlStrategy.js.map +0 -1
- package/temp/passport-saml/lib/passport-saml/strategy.d.ts +0 -20
- package/temp/passport-saml/lib/passport-saml/strategy.js +0 -167
- package/temp/passport-saml/lib/passport-saml/strategy.js.map +0 -1
- package/temp/passport-saml/lib/passport-saml/types.d.ts +0 -51
- package/temp/passport-saml/lib/passport-saml/types.js +0 -11
- package/temp/passport-saml/lib/passport-saml/types.js.map +0 -1
- package/temp/passport-saml/package.json +0 -96
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@ cloudcms-server
|
|
|
3
3
|
|
|
4
4
|
A Node.js module that provides a framework and server-side functionality for Cloud CMS deployed Node.js applications. This module provides the backbone capabilities for the application server tier of Cloud CMS as hosted at cloudcms.net.
|
|
5
5
|
|
|
6
|
-
For more information on Cloud CMS, please visit https://
|
|
6
|
+
For more information on Cloud CMS, please visit https://gitana.io.
|
|
7
7
|
|
|
8
8
|
## Configuration
|
|
9
9
|
|
|
@@ -22,7 +22,6 @@ This looks like:
|
|
|
22
22
|
"beforeFunctions": [],
|
|
23
23
|
"afterFunctions": [],
|
|
24
24
|
"reportFunctions": [],
|
|
25
|
-
"dustFunctions": [],
|
|
26
25
|
"initFunctions": [],
|
|
27
26
|
"viewEngine": "handlebars",
|
|
28
27
|
"storeEngines": {
|
|
@@ -116,11 +115,6 @@ This looks like:
|
|
|
116
115
|
"modules": "hosts_s3fs"
|
|
117
116
|
}
|
|
118
117
|
},
|
|
119
|
-
"duster": {
|
|
120
|
-
"fragments": {
|
|
121
|
-
"cache": true
|
|
122
|
-
}
|
|
123
|
-
},
|
|
124
118
|
"virtualHost": {
|
|
125
119
|
"enabled": false
|
|
126
120
|
},
|
package/index.js
CHANGED
|
@@ -239,12 +239,10 @@ exports = module.exports = function()
|
|
|
239
239
|
var registration = require("./middleware/registration/registration");
|
|
240
240
|
var resources = require("./middleware/resources/resources");
|
|
241
241
|
var runtime = require("./middleware/runtime/runtime");
|
|
242
|
-
var serverTags = require("./middleware/server-tags/server-tags");
|
|
243
242
|
var storeService = require("./middleware/stores/stores");
|
|
244
243
|
var templates = require("./middleware/templates/templates");
|
|
245
244
|
var virtualConfig = require("./middleware/virtual-config/virtual-config");
|
|
246
245
|
var virtualFiles = require("./middleware/virtual-files/virtual-files");
|
|
247
|
-
var wcm = require("./middleware/wcm/wcm");
|
|
248
246
|
var welcome = require("./middleware/welcome/welcome");
|
|
249
247
|
var awareness = require("./middleware/awareness/awareness");
|
|
250
248
|
var userAgent = require('express-useragent');
|
|
@@ -484,15 +482,6 @@ exports = module.exports = function()
|
|
|
484
482
|
|
|
485
483
|
// supports user-configured dynamic configuration
|
|
486
484
|
app.use(config.remoteConfigInterceptor());
|
|
487
|
-
|
|
488
|
-
// tag processing, injection of scripts, etc, kind of a catch all at the moment
|
|
489
|
-
app.use(serverTags.interceptor(configuration));
|
|
490
|
-
|
|
491
|
-
if (includeCloudCMS)
|
|
492
|
-
{
|
|
493
|
-
// handles retrieval of content from wcm
|
|
494
|
-
app.use(wcm.wcmInterceptor());
|
|
495
|
-
}
|
|
496
485
|
};
|
|
497
486
|
|
|
498
487
|
r.handlers = function(app, includeCloudCMS)
|
|
@@ -566,12 +555,6 @@ exports = module.exports = function()
|
|
|
566
555
|
// add User-Agent device info to req
|
|
567
556
|
app.use(userAgent.express());
|
|
568
557
|
|
|
569
|
-
if (includeCloudCMS)
|
|
570
|
-
{
|
|
571
|
-
// handles retrieval of content from wcm
|
|
572
|
-
app.use(wcm.wcmHandler());
|
|
573
|
-
}
|
|
574
|
-
|
|
575
558
|
// handles 404
|
|
576
559
|
app.use(final.finalHandler());
|
|
577
560
|
};
|
|
@@ -315,16 +315,11 @@ exports = module.exports = function()
|
|
|
315
315
|
registerAdapter("session", require("./adapters/session"));
|
|
316
316
|
|
|
317
317
|
// providers
|
|
318
|
-
registerProvider("cas", require("./providers/cas"));
|
|
319
|
-
registerProvider("facebook", require("./providers/facebook"));
|
|
320
|
-
registerProvider("github", require("./providers/github"));
|
|
321
318
|
registerProvider("google", require("./providers/google"));
|
|
322
319
|
registerProvider("keycloak", require("./providers/keycloak"));
|
|
323
|
-
registerProvider("linkedin", require("./providers/linkedin"));
|
|
324
320
|
registerProvider("local", require("./providers/local"));
|
|
325
321
|
registerProvider("saml", require("./providers/saml"));
|
|
326
322
|
registerProvider("trusted", require("./providers/trusted"));
|
|
327
|
-
registerProvider("twitter", require("./providers/twitter"));
|
|
328
323
|
|
|
329
324
|
// authenticators
|
|
330
325
|
registerAuthenticator("default", require("./authenticators/default"));
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
//var auth = require("../../../util/auth");
|
|
2
2
|
|
|
3
|
-
var SamlStrategy = require('passport-saml').Strategy;
|
|
3
|
+
var SamlStrategy = require('@node-saml/passport-saml').Strategy;
|
|
4
4
|
var AbstractProvider = require("./abstract");
|
|
5
5
|
|
|
6
6
|
if (!process.configuration) {
|
|
@@ -57,10 +57,14 @@ class SAMLProvider extends AbstractProvider
|
|
|
57
57
|
samlConfig.entryPoint = config.entryPoint;
|
|
58
58
|
}
|
|
59
59
|
if (config.cert) {
|
|
60
|
-
samlConfig.
|
|
60
|
+
samlConfig.idpCert = config.cert;
|
|
61
61
|
}
|
|
62
|
-
|
|
63
|
-
|
|
62
|
+
var callbackUrl = config.callbackURL;
|
|
63
|
+
if (!callbackUrl) {
|
|
64
|
+
callbackUrl = config.callbackUrl;
|
|
65
|
+
}
|
|
66
|
+
if (callbackUrl) {
|
|
67
|
+
samlConfig.callbackUrl = "http://localhost:5000" + callbackUrl;
|
|
64
68
|
}
|
|
65
69
|
if (config.issuer) {
|
|
66
70
|
samlConfig.issuer = config.issuer;
|
|
@@ -359,50 +359,6 @@ module.exports = function(configStore)
|
|
|
359
359
|
|
|
360
360
|
// all done
|
|
361
361
|
callback(null, registry);
|
|
362
|
-
|
|
363
|
-
var _watchLog = function(text) {
|
|
364
|
-
process.log("[Configuration Watch] " + text);
|
|
365
|
-
};
|
|
366
|
-
|
|
367
|
-
if (process.env.CLOUDCMS_APPSERVER_CONFIG_WATCH === "true" || process.env.CLOUDCMS_APPSERVER_CONFIG_WATCH === true)
|
|
368
|
-
{
|
|
369
|
-
_watchLog("Setting up live watch...");
|
|
370
|
-
|
|
371
|
-
// set a watch
|
|
372
|
-
// watch for changes and when they happen, reload context
|
|
373
|
-
(function (registry) {
|
|
374
|
-
|
|
375
|
-
configStore.watchDirectory("/", function () {
|
|
376
|
-
|
|
377
|
-
_watchLog("Detected changes on disk - reloading...");
|
|
378
|
-
|
|
379
|
-
var t1 = Date.now();
|
|
380
|
-
|
|
381
|
-
// reload context
|
|
382
|
-
loadContext(function (err, context) {
|
|
383
|
-
|
|
384
|
-
if (err) {
|
|
385
|
-
return _watchLog("Failed to load configuration context: " + err);
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
try
|
|
389
|
-
{
|
|
390
|
-
compileContextToRegistry(context);
|
|
391
|
-
registry.reloadContext(context);
|
|
392
|
-
|
|
393
|
-
var t2 = Date.now();
|
|
394
|
-
_watchLog("Reloaded context in: " + (t2 - t1) + " ms");
|
|
395
|
-
}
|
|
396
|
-
catch (e)
|
|
397
|
-
{
|
|
398
|
-
_watchLog("Caught error while compiling and reloading context: " + err);
|
|
399
|
-
}
|
|
400
|
-
});
|
|
401
|
-
});
|
|
402
|
-
|
|
403
|
-
})(registry);
|
|
404
|
-
}
|
|
405
|
-
|
|
406
362
|
});
|
|
407
363
|
};
|
|
408
364
|
|
|
@@ -1,10 +1,4 @@
|
|
|
1
|
-
//var path = require('path');
|
|
2
|
-
//var fs = require('fs');
|
|
3
|
-
//var http = require('http');
|
|
4
1
|
var util = require("../../util/util");
|
|
5
|
-
//var uuidv4 = require("uuid/v4");
|
|
6
|
-
//var Gitana = require("gitana");
|
|
7
|
-
var duster = require("../../duster/index");
|
|
8
2
|
|
|
9
3
|
/**
|
|
10
4
|
* Deployment middleware.
|
|
@@ -304,10 +298,6 @@ exports = module.exports = function()
|
|
|
304
298
|
logFn("Invalidating application cache for application: " + descriptor.application.id);
|
|
305
299
|
process.cache.invalidateCacheForApp(descriptor.application.id);
|
|
306
300
|
|
|
307
|
-
// invalidate "duster" cache for this application
|
|
308
|
-
logFn("Invalidating duster cache for application: " + descriptor.application.id);
|
|
309
|
-
duster.invalidateCacheForApp(descriptor.application.id);
|
|
310
|
-
|
|
311
301
|
// invalidate gitana driver for this application
|
|
312
302
|
process.broadcast.publish("application_invalidation", {
|
|
313
303
|
"applicationId": descriptor.application.id,
|
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
var path = require('path');
|
|
2
|
-
var fs = require('fs');
|
|
3
|
-
var http = require('http');
|
|
4
1
|
var util = require("../../util/util");
|
|
5
|
-
var Gitana = require("gitana");
|
|
6
|
-
var duster = require("../../duster/index");
|
|
7
2
|
var async = require("async");
|
|
8
3
|
var auth = require("../../util/auth");
|
|
9
4
|
|
|
@@ -84,10 +84,6 @@ exports = module.exports = function(engineId, engineType, engineConfig)
|
|
|
84
84
|
callback(null, null); //data
|
|
85
85
|
};
|
|
86
86
|
|
|
87
|
-
r.watchDirectory = function(directoryPath, onChange)
|
|
88
|
-
{
|
|
89
|
-
};
|
|
90
|
-
|
|
91
87
|
r.moveFile = function(originalFilePath, newFilePath, callback)
|
|
92
88
|
{
|
|
93
89
|
callback(null);
|
|
@@ -442,11 +442,6 @@ exports = module.exports = function(remoteStore, settings)
|
|
|
442
442
|
cacheStore.readFile(filePath, callback);
|
|
443
443
|
};
|
|
444
444
|
|
|
445
|
-
r.watchDirectory = function(directoryPath, onChange)
|
|
446
|
-
{
|
|
447
|
-
// NOT IMPLEMENTED
|
|
448
|
-
};
|
|
449
|
-
|
|
450
445
|
r.moveFile = function(originalFilePath, newFilePath, callback)
|
|
451
446
|
{
|
|
452
447
|
remoteStore.moveFile(originalFilePath, newFilePath, function(err) {
|
|
@@ -4,8 +4,6 @@ var http = require('http');
|
|
|
4
4
|
|
|
5
5
|
var util = require("../../../util/util");
|
|
6
6
|
|
|
7
|
-
var watch = require("watch");
|
|
8
|
-
|
|
9
7
|
var async = require("async");
|
|
10
8
|
|
|
11
9
|
/**
|
|
@@ -217,13 +215,6 @@ exports = module.exports = function(engineConfig)
|
|
|
217
215
|
});
|
|
218
216
|
};
|
|
219
217
|
|
|
220
|
-
r.watchDirectory = function(directoryPath, onChange)
|
|
221
|
-
{
|
|
222
|
-
watch.watchTree(toStoragePath(directoryPath), function(f, curr, prev) {
|
|
223
|
-
onChange(f, curr, prev);
|
|
224
|
-
});
|
|
225
|
-
};
|
|
226
|
-
|
|
227
218
|
r.moveFile = function(originalFilePath, newFilePath, callback)
|
|
228
219
|
{
|
|
229
220
|
fs.rename(toStoragePath(originalFilePath), newFilePath, function(err) {
|
|
@@ -408,11 +408,6 @@ exports = module.exports = function(engineConfig)
|
|
|
408
408
|
});
|
|
409
409
|
};
|
|
410
410
|
|
|
411
|
-
// NOT IMPLEMENTED IN S3
|
|
412
|
-
r.watchDirectory = function(directoryPath, onChange)
|
|
413
|
-
{
|
|
414
|
-
};
|
|
415
|
-
|
|
416
411
|
r.moveFile = function(originalFilePath, newFilePath, callback)
|
|
417
412
|
{
|
|
418
413
|
var originalKey = _toKey(originalFilePath);
|
|
@@ -79,11 +79,6 @@ exports = module.exports = function(engineConfig)
|
|
|
79
79
|
cachingAdapter.readFile(filePath, callback);
|
|
80
80
|
};
|
|
81
81
|
|
|
82
|
-
r.watchDirectory = function(directoryPath, onChange)
|
|
83
|
-
{
|
|
84
|
-
cachingAdapter.watchDirectory(directoryPath, onChange);
|
|
85
|
-
};
|
|
86
|
-
|
|
87
82
|
r.moveFile = function(originalFilePath, newFilePath, callback)
|
|
88
83
|
{
|
|
89
84
|
cachingAdapter.moveFile(originalFilePath, newFilePath, callback);
|
|
@@ -283,35 +283,6 @@ exports = module.exports = function(originalStores)
|
|
|
283
283
|
});
|
|
284
284
|
};
|
|
285
285
|
|
|
286
|
-
r.watchDirectory = function(directoryPath, onChange)
|
|
287
|
-
{
|
|
288
|
-
findFileStores(directoryPath, function(err, stores) {
|
|
289
|
-
|
|
290
|
-
if (err) {
|
|
291
|
-
return;
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
if (stores.length === 0) {
|
|
295
|
-
return;
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
var fns = [];
|
|
299
|
-
for (var i = 0; i < stores.length; i++)
|
|
300
|
-
{
|
|
301
|
-
var fn = function(s, directoryPath) {
|
|
302
|
-
return function(done) {
|
|
303
|
-
s.watchDirectory(directoryPath, onChange);
|
|
304
|
-
done();
|
|
305
|
-
}
|
|
306
|
-
}(stores[i], directoryPath);
|
|
307
|
-
fns.push(fn);
|
|
308
|
-
}
|
|
309
|
-
async.series(fns, function() {
|
|
310
|
-
// done
|
|
311
|
-
});
|
|
312
|
-
});
|
|
313
|
-
};
|
|
314
|
-
|
|
315
286
|
r.moveFile = function(originalFilePath, newFilePath, callback)
|
|
316
287
|
{
|
|
317
288
|
// TODO: not implemented
|
|
@@ -236,15 +236,6 @@ exports = module.exports = function(engine, engineType, engineId, engineConfigur
|
|
|
236
236
|
});
|
|
237
237
|
};
|
|
238
238
|
|
|
239
|
-
r.watchDirectory = function(directoryPath, onChange)
|
|
240
|
-
{
|
|
241
|
-
debugStart("Start store.watchDirectory: " + _enginePath(directoryPath));
|
|
242
|
-
engine.watchDirectory(_enginePath(directoryPath), function(f, curr, prev) {
|
|
243
|
-
debugFinish("Finish store.watchDirectory");
|
|
244
|
-
onChange(f, curr, prev);
|
|
245
|
-
});
|
|
246
|
-
};
|
|
247
|
-
|
|
248
239
|
r.moveFile = function(originalFilePath, newFilePath, callback)
|
|
249
240
|
{
|
|
250
241
|
debugStart("Start store.moveFile");
|
package/old_package.json
ADDED
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
{
|
|
2
|
+
"author": {
|
|
3
|
+
"name": "Gitana Software, Inc.",
|
|
4
|
+
"email": "info@gitana.io",
|
|
5
|
+
"url": "https://gitana.io"
|
|
6
|
+
},
|
|
7
|
+
"name": "cloudcms-server",
|
|
8
|
+
"description": "Cloud CMS Application Server Module",
|
|
9
|
+
"version": "3.2.323",
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "git://github.com/gitana/cloudcms-server.git"
|
|
13
|
+
},
|
|
14
|
+
"dependencies": {
|
|
15
|
+
"@socket.io/cluster-adapter": "^0.2.2",
|
|
16
|
+
"@socket.io/redis-adapter": "^8.3.0",
|
|
17
|
+
"@socket.io/sticky": "^1.0.4",
|
|
18
|
+
"accepts": "^1.3.8",
|
|
19
|
+
"agentkeepalive": "^4.5.0",
|
|
20
|
+
"alpaca": "^1.5.27",
|
|
21
|
+
"archiver": "^7.0.1",
|
|
22
|
+
"async": "^3.2.6",
|
|
23
|
+
"async-lock": "^1.4.1",
|
|
24
|
+
"aws-sdk": "^2.1692.0",
|
|
25
|
+
"axios": "^1.7.9",
|
|
26
|
+
"basic-auth": "^2.0.1",
|
|
27
|
+
"body-parser": "^1.20.3",
|
|
28
|
+
"bytes": "^3.1.2",
|
|
29
|
+
"cacheable-lookup": "^6.1.0",
|
|
30
|
+
"canoe": "^0.3.3",
|
|
31
|
+
"clone": "^2.1.2",
|
|
32
|
+
"connect-flash": "^0.1.1",
|
|
33
|
+
"connect-multiparty": "^2.2.0",
|
|
34
|
+
"connect-redis": "^8.0.1",
|
|
35
|
+
"cookie-parser": "^1.4.7",
|
|
36
|
+
"debug": "^4.4.0",
|
|
37
|
+
"errorhandler": "^1.5.1",
|
|
38
|
+
"express": "^4.21.2",
|
|
39
|
+
"express-session": "^1.18.1",
|
|
40
|
+
"express-useragent": "^1.0.15",
|
|
41
|
+
"fast-proxy": "^2.2.0",
|
|
42
|
+
"gitana": "^1.0.330",
|
|
43
|
+
"handlebars": "^4.7.8",
|
|
44
|
+
"hbs": "^4.2.0",
|
|
45
|
+
"helmet": "^8.0.0",
|
|
46
|
+
"ioredis": "5.4.1",
|
|
47
|
+
"json5": "^2.2.3",
|
|
48
|
+
"jsonwebtoken": "^9.0.2",
|
|
49
|
+
"klaw": "^4.1.0",
|
|
50
|
+
"lru-cache": "^7.14.0",
|
|
51
|
+
"marked": "^15.0.4",
|
|
52
|
+
"memored": "^1.1.1",
|
|
53
|
+
"memorystore": "^1.6.4",
|
|
54
|
+
"mime": "^2.4.6",
|
|
55
|
+
"moment": "^2.30.1",
|
|
56
|
+
"morgan": "^1.10.0",
|
|
57
|
+
"object-hash": "^3.0.0",
|
|
58
|
+
"object-merge": "^2.5.1",
|
|
59
|
+
"on-headers": "^1.0.2",
|
|
60
|
+
"passport": "^0.7.0",
|
|
61
|
+
"passport-cas": "^0.1.1",
|
|
62
|
+
"passport-facebook": "^3.0.0",
|
|
63
|
+
"passport-github": "^1.1.0",
|
|
64
|
+
"passport-google-oauth": "^2.0.0",
|
|
65
|
+
"passport-linkedin": "^1.0.0",
|
|
66
|
+
"passport-local": "^1.0.0",
|
|
67
|
+
"passport-oauth": "^1.0.0",
|
|
68
|
+
"passport-saml": "^2.2.0",
|
|
69
|
+
"passport-twitter": "^1.0.4",
|
|
70
|
+
"random-js": "^2.1.0",
|
|
71
|
+
"recursive-readdir": "^2.2.3",
|
|
72
|
+
"redis": "^4.7.0",
|
|
73
|
+
"redlock": "4.2.0",
|
|
74
|
+
"request-param": "^1.0.1",
|
|
75
|
+
"response-time": "^2.3.3",
|
|
76
|
+
"semver": "^7.6.3",
|
|
77
|
+
"serve-favicon": "^2.5.0",
|
|
78
|
+
"session-file-store": "^1.5.0",
|
|
79
|
+
"sha1": "^1.1.1",
|
|
80
|
+
"socket.io": "^4.8.1",
|
|
81
|
+
"ssl-root-cas": "^1.3.1",
|
|
82
|
+
"stomp-client": "^0.9.0",
|
|
83
|
+
"targz": "^1.0.1",
|
|
84
|
+
"temp": "^0.9.4",
|
|
85
|
+
"uuid": "^11.0.3",
|
|
86
|
+
"vm2": "^3.9.19",
|
|
87
|
+
"watch": "^1.0.2",
|
|
88
|
+
"winston": "^3.17.0"
|
|
89
|
+
},
|
|
90
|
+
"contributors": [
|
|
91
|
+
{
|
|
92
|
+
"name": "Michael Uzquiano",
|
|
93
|
+
"email": "uzi@cloudcms.com"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "Harry Moore",
|
|
97
|
+
"email": "harry.moore@cloudcms.com"
|
|
98
|
+
}
|
|
99
|
+
],
|
|
100
|
+
"keywords": [
|
|
101
|
+
"wcm",
|
|
102
|
+
"web",
|
|
103
|
+
"cloudcms",
|
|
104
|
+
"cms",
|
|
105
|
+
"content",
|
|
106
|
+
"json",
|
|
107
|
+
"rest",
|
|
108
|
+
"mobile",
|
|
109
|
+
"content management",
|
|
110
|
+
"javascript",
|
|
111
|
+
"nodejs",
|
|
112
|
+
"api",
|
|
113
|
+
"jsoncms",
|
|
114
|
+
"baas",
|
|
115
|
+
"caching",
|
|
116
|
+
"renditions"
|
|
117
|
+
],
|
|
118
|
+
"main": "index"
|
|
119
|
+
}
|
package/package.json
CHANGED
|
@@ -6,92 +6,81 @@
|
|
|
6
6
|
},
|
|
7
7
|
"name": "cloudcms-server",
|
|
8
8
|
"description": "Cloud CMS Application Server Module",
|
|
9
|
-
"version": "3.2.
|
|
9
|
+
"version": "3.2.325",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
12
|
"url": "git://github.com/gitana/cloudcms-server.git"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@socket.io/cluster-adapter": "^0.2.
|
|
16
|
-
"@socket.io/redis-adapter": "^
|
|
17
|
-
"@socket.io/sticky": "^1.0.
|
|
15
|
+
"@socket.io/cluster-adapter": "^0.2.2",
|
|
16
|
+
"@socket.io/redis-adapter": "^8.3.0",
|
|
17
|
+
"@socket.io/sticky": "^1.0.4",
|
|
18
18
|
"accepts": "^1.3.8",
|
|
19
19
|
"agentkeepalive": "^4.5.0",
|
|
20
20
|
"alpaca": "^1.5.27",
|
|
21
|
-
"archiver": "^
|
|
22
|
-
"async": "^3.2.
|
|
21
|
+
"archiver": "^7.0.1",
|
|
22
|
+
"async": "^3.2.6",
|
|
23
23
|
"async-lock": "^1.4.1",
|
|
24
|
-
"aws-sdk": "^2.
|
|
25
|
-
"axios": "^1.
|
|
24
|
+
"aws-sdk": "^2.1692.0",
|
|
25
|
+
"axios": "^1.7.9",
|
|
26
26
|
"basic-auth": "^2.0.1",
|
|
27
|
-
"body-parser": "^1.20.
|
|
28
|
-
"bytes": "^
|
|
27
|
+
"body-parser": "^1.20.3",
|
|
28
|
+
"bytes": "^3.1.2",
|
|
29
29
|
"cacheable-lookup": "^6.1.0",
|
|
30
30
|
"canoe": "^0.3.3",
|
|
31
31
|
"clone": "^2.1.2",
|
|
32
32
|
"connect-flash": "^0.1.1",
|
|
33
33
|
"connect-multiparty": "^2.2.0",
|
|
34
|
-
"connect-redis": "^
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"debug": "^2.6.9",
|
|
38
|
-
"dustjs-helpers": "1.7.4",
|
|
39
|
-
"dustjs-linkedin": "3.0.1",
|
|
34
|
+
"connect-redis": "^8.0.1",
|
|
35
|
+
"cookie-parser": "^1.4.7",
|
|
36
|
+
"debug": "^4.4.0",
|
|
40
37
|
"errorhandler": "^1.5.1",
|
|
41
|
-
"express": "^4.
|
|
42
|
-
"express-session": "^1.
|
|
38
|
+
"express": "^4.21.2",
|
|
39
|
+
"express-session": "^1.18.1",
|
|
43
40
|
"express-useragent": "^1.0.15",
|
|
44
|
-
"extend-with-super": "^2.0.0",
|
|
45
41
|
"fast-proxy": "^2.2.0",
|
|
46
|
-
"gitana": "^1.0.
|
|
47
|
-
"handlebars": "^4.
|
|
48
|
-
"hbs": "^4.0
|
|
49
|
-
"helmet": "^
|
|
50
|
-
"ioredis": "4.
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
42
|
+
"gitana": "^1.0.330",
|
|
43
|
+
"handlebars": "^4.7.8",
|
|
44
|
+
"hbs": "^4.2.0",
|
|
45
|
+
"helmet": "^8.0.0",
|
|
46
|
+
"ioredis": "5.4.1",
|
|
47
|
+
"isolated-vm": "5.0.3",
|
|
48
|
+
"json5": "^2.2.3",
|
|
49
|
+
"jsonwebtoken": "^9.0.2",
|
|
50
|
+
"klaw": "^4.1.0",
|
|
54
51
|
"lru-cache": "^7.14.0",
|
|
55
|
-
"marked": "^
|
|
52
|
+
"marked": "^15.0.4",
|
|
56
53
|
"memored": "^1.1.1",
|
|
57
|
-
"memorystore": "^1.6.
|
|
58
|
-
"mime": "^
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"object-hash": "^1.3.1",
|
|
54
|
+
"memorystore": "^1.6.4",
|
|
55
|
+
"mime": "^2.4.6",
|
|
56
|
+
"moment": "^2.30.1",
|
|
57
|
+
"morgan": "^1.10.0",
|
|
58
|
+
"object-hash": "^3.0.0",
|
|
63
59
|
"object-merge": "^2.5.1",
|
|
64
60
|
"on-headers": "^1.0.2",
|
|
65
|
-
"passport": "^0.
|
|
66
|
-
"passport-
|
|
67
|
-
"passport-facebook": "^2.1.1",
|
|
68
|
-
"passport-github": "^1.1.0",
|
|
69
|
-
"passport-google-oauth": "^1.0.0",
|
|
70
|
-
"passport-linkedin": "^1.0.0",
|
|
61
|
+
"passport": "^0.7.0",
|
|
62
|
+
"passport-google-oauth": "^2.0.0",
|
|
71
63
|
"passport-local": "^1.0.0",
|
|
72
64
|
"passport-oauth": "^1.0.0",
|
|
73
|
-
"passport-saml": "
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"recursive-readdir": "^2.2.2",
|
|
78
|
-
"redis": "^4.2.0",
|
|
65
|
+
"@node-saml/passport-saml": "5.0.0",
|
|
66
|
+
"random-js": "^2.1.0",
|
|
67
|
+
"recursive-readdir": "^2.2.3",
|
|
68
|
+
"redis": "^4.7.0",
|
|
79
69
|
"redlock": "4.2.0",
|
|
80
70
|
"request-param": "^1.0.1",
|
|
81
|
-
"response-time": "^2.3.
|
|
82
|
-
"semver": "^7.3
|
|
71
|
+
"response-time": "^2.3.3",
|
|
72
|
+
"semver": "^7.6.3",
|
|
83
73
|
"serve-favicon": "^2.5.0",
|
|
84
|
-
"session-file-store": "^
|
|
74
|
+
"session-file-store": "^1.5.0",
|
|
85
75
|
"sha1": "^1.1.1",
|
|
86
|
-
"socket.io": "^4.
|
|
76
|
+
"socket.io": "^4.8.1",
|
|
87
77
|
"ssl-root-cas": "^1.3.1",
|
|
88
78
|
"stomp-client": "^0.9.0",
|
|
89
79
|
"targz": "^1.0.1",
|
|
90
|
-
"temp": "^0.
|
|
91
|
-
"uuid": "^
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"winston": "^3.3.3"
|
|
80
|
+
"temp": "^0.9.4",
|
|
81
|
+
"uuid": "^11.0.3",
|
|
82
|
+
"underscore": "^1.13.7",
|
|
83
|
+
"winston": "^3.17.0"
|
|
95
84
|
},
|
|
96
85
|
"contributors": [
|
|
97
86
|
{
|