11 Commits

Author SHA1 Message Date
Stuart Wyatt
64bef74317
Align and specify NPM module versions ()
The Dockerfile specifies NPM modules to be installed.  However, some do not specify a version, so the latest is installed.  Later in meshcentral.js mainStart() specific versions are required.  If they don't match the latest version, all modules will be reinstalled to get the specific versions.

 Soft version conflict on NPM modules causes NPM modules to be installed on startup in Docker
 Docker on Debian 11 fails on version 1.1.15 and 1.1.16 giving NPM errors
 InstallModules() installs all modules, not just missing modules (regression)
2024-01-11 17:49:12 -08:00
Simon Smith
4790f40179
wait 5 sec after record and also pass message back ()
* wait 5 sec after record and also pass message back

Signed-off-by: si458 <simonsmith5521@gmail.com>

* add connect-flash package ()

Signed-off-by: si458 <simonsmith5521@gmail.com>

---------

Signed-off-by: si458 <simonsmith5521@gmail.com>
2023-11-04 21:39:02 -07:00
Ylian Saint-Hilaire
836ad768ac Updated headers. 2022-01-23 23:21:24 -08:00
Ylian Saint-Hilaire
b195852399 Updated file headers. 2021-01-09 14:31:09 -08:00
Ylian Saint-Hilaire
8e1fc021c7 Fixed desktop & terminal recording. 2020-03-11 00:17:10 -07:00
Ylian Saint-Hilaire
67a3b001e1 Greenlock being deprecated, added NODESKTOP device group permission. 2020-03-06 14:06:33 -08:00
Ylian Saint-Hilaire
421a6349d5 Many fixes with desktop recording indexor and player. 2020-03-03 16:22:50 -08:00
Ylian Saint-Hilaire
25a0af7383 Improved mcrec corrupt file handling. 2020-03-03 15:14:08 -08:00
Ylian Saint-Hilaire
c6bd8c3a19 Added file context menu for device files. 2020-02-14 11:20:06 -08:00
Ylian Saint-Hilaire
4ce64c06e9 MCREC Player and Indexer now support indexes at the end of the file. 2020-02-12 16:57:05 -08:00
Ylian Saint-Hilaire
421c0fc79e Added session recording indexing tool and player support. 2020-02-11 19:02:30 -08:00