Stuart Wyatt
64bef74317
Align and specify NPM module versions ( #5685 )
...
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.
#5684 Soft version conflict on NPM modules causes NPM modules to be installed on startup in Docker
#5545 Docker on Debian 11 fails on version 1.1.15 and 1.1.16 giving NPM errors
#5681 InstallModules() installs all modules, not just missing modules (regression)
2024-01-11 17:49:12 -08:00
si458
a57ab97bb1
fix powerstate wording/colours again
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-01-11 12:06:23 +00:00
si458
7e2bc8422f
add powerstate darkgreen to docs
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-01-11 11:52:27 +00:00
Simon Smith
a5efc5e899
add seclevel=0 to cipher to fix tls 1.0 and 1.1 ( #5683 )
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-01-10 21:46:41 +00:00
Simon Smith
275119fc7d
add python to docker image for syslogtcp #5546
...
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
2024-01-10 12:22:22 +00:00
si458
c248eada46
add blob to frame-src csp for intel amt #5678
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-01-09 13:00:24 +00:00
si458
4e580bb74d
fix customization docs styling
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-01-08 11:21:51 +00:00
Simon Smith
6c4a4e6966
move branding to customization
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-01-08 11:14:30 +00:00
Simon Smith
b490d6bc15
add middle click to open in new tab ( #5668 )
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-01-07 22:22:36 -08:00
Simon Smith
36741c767f
add bitlocker recoverykey to sysinfo ( #5671 )
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-01-07 22:22:17 -08:00
Simon Smith
e967f00977
allow setting meshcentral assistant type for agentinvites ( #5672 )
...
* allow setting meshcentral assistant type for agentinvites
Signed-off-by: si458 <simonsmith5521@gmail.com>
* forgot webserver for assistantTypeAgentInvite
Signed-off-by: si458 <simonsmith5521@gmail.com>
* dont use capital letters with domain args
Signed-off-by: si458 <simonsmith5521@gmail.com>
---------
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-01-07 22:21:54 -08:00
Simon Smith
bb616903ee
add different notification types ( #5669 )
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-01-07 22:21:31 -08:00
Simon Smith
c38cb3d46c
add tools resizable ( #5665 )
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-01-07 22:21:08 -08:00
Simon Smith
c48447d3e6
add windows drive status ( #5663 )
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-01-04 02:18:14 +00:00
Simon Smith
e4001e67ef
add language selector to login ( #5648 )
...
* add language selector to login
* add showLanguageSelect to pick top or bottom boxe
2024-01-04 02:17:27 +00:00
Simon Smith
f33dbd31e5
add Defender for Windows Server ( #5646 )
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-01-04 02:16:41 +00:00
Simon Smith
45722c70d4
fix linux csv output ( #5661 )
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-01-03 15:20:17 +00:00
Simon Smith
b0bb66fee8
add tpm to csv ( #5660 )
2024-01-03 14:44:00 +00:00
si458
97a624e2fc
fix for chrome/edge file downloads with meshcentral assistant #5659
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-01-02 19:58:56 +00:00
Andy Hall
10b68408ca
Fix typo (readble -> readable) ( #5657 )
2023-12-31 21:07:51 +00:00
Simon Smith
bfae0d6c6e
move identifiers to server side to allow future updates ( #5641 )
...
* move identifiers to server side to allow future updates
Signed-off-by: si458 <simonsmith5521@gmail.com>
* add rpi support
Signed-off-by: si458 <simonsmith5521@gmail.com>
---------
Signed-off-by: si458 <simonsmith5521@gmail.com>
2023-12-22 15:18:17 -08:00
Simon Smith
a17fd2f268
revert hashAlgorithm to fix peform signature
...
revert commit 43c16d02f9
2023-12-18 12:11:52 +00:00
Simon Smith
e488a002da
meshctrl download check string not binary #5629
2023-12-14 16:15:36 +00:00
si458
4cad780613
add alert box message for translations
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2023-12-14 15:51:11 +00:00
Simon Smith
947d84316b
add old style alertbox
...
* add old style alertbox
Signed-off-by: si458 <simonsmith5521@gmail.com>
2023-12-14 14:24:55 +00:00
Oakington
91c83e2622
Allow $ARGS in $REVERSE_PROXY .env ( #5628 )
2023-12-13 23:35:16 +00:00
wdlut
6e4c8b0d16
BUGFIX: AltGr-key does not work, when connecting from Windows browser to Linux agent. ( #5614 )
...
Windows doesnt have a proper AltGr, but handles it using fake Ctrl+Alt. However the remote end might not be Windows, so we need to merge those into a single AltGr event. We detect this case by seeing the two key events directly after each other with a very short time between them.
2023-12-06 19:48:16 -08:00
wdlut
532992b03f
BUGFIX: Values returned by linux_memUtilization() not useful. MemFree is the free physical memory. ( #5596 )
...
Since the Linux kernel uses free memory for caching, this value is usually very small. MemAvailble is an estimate of how much memory is available for starting new applications, without swapping. MemFree is the free physical memory. Using this value gives much more meaningful results.
2023-12-05 12:01:36 -08:00
silversword411
a6640d533c
Add wifi AMT and mac client to docs ( #5592 )
...
* Adding wifi AMT info https://github.com/Ylianst/MeshCentral/issues/3386
* Add mac to faq https://github.com/Ylianst/MeshCentral/issues/5589
* docs - removing the raw schema.json for better search menus
* docs - adding some pics for schema
2023-11-30 01:43:53 -08:00
dinger1986
0ba8b534e7
updated tipsntricks ( #5586 )
...
* Update tipsntricks.md
* Update tipsntricks.md
2023-11-29 00:10:08 -08:00
si458
b17d04ddc5
add extra telegram options to docs/config #5587
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2023-11-27 15:14:51 +00:00
dinger1986
906a42219d
Update tipsntricks.md ( #5585 )
2023-11-27 13:57:30 +00:00
Simon Smith
7e1657d632
Add windows linux mac uptime ( #5583 )
...
* add linux uptime
* add mac uptime
---------
Signed-off-by: si458 <simonsmith5521@gmail.com>
2023-11-26 18:15:49 +00:00
Simon Smith
5581f3ace8
add slack webhooks messaging ( #5569 )
...
* add slack webhooks messaging
Signed-off-by: si458 <simonsmith5521@gmail.com>
* remove my test slack incoming webhook
Signed-off-by: si458 <simonsmith5521@gmail.com>
---------
Signed-off-by: si458 <simonsmith5521@gmail.com>
2023-11-25 12:45:18 -08:00
Simon Smith
0a01c5d4e4
plugin error should be ex not e
2023-11-21 14:06:24 +00:00
Simon Smith
712277eb9e
fix ntfy selfhosted docs
2023-11-21 12:40:45 +00:00
Simon Smith
2cb9d1484e
fix edit messaging using wrong user ( #5568 )
2023-11-17 22:55:41 +00:00
Simon Smith
409d1d6248
update ua-parser-js to 1.0.37 ( #5567 )
2023-11-17 19:50:17 +00:00
si458
d5b79a92c4
fix windows columns showing OK/BAD
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2023-11-15 22:47:01 +00:00
si458
fb8883a9d9
add lockAgentDownload to schema and config
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2023-11-15 14:30:53 +00:00
Ylian Saint-Hilaire
dd92aa6628
Version 1.1.16
2023-11-12 15:33:36 -08:00
Ylian Saint-Hilaire
4a6703b63a
Ran translations and minor fix to filter url.
2023-11-12 15:28:52 -08:00
jrf280
bc0550a791
Added device group name to search results as config option ( #5544 )
2023-11-12 15:18:00 -08:00
si458
a3717095e7
add password promt to loginpass meshctrl
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2023-11-12 21:49:20 +00:00
si458
ed56213d1b
fix display response
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2023-11-12 19:23:26 +00:00
si458
08d5aef9c9
add display sleep/awake to console
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2023-11-12 19:04:59 +00:00
Simon Smith
d80a74b915
add filter to url ( #5535 )
2023-11-12 10:14:01 -08:00
Simon Smith
c05cbeae88
showNotesPanel in device view ( #5543 )
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2023-11-12 10:13:21 -08:00
Marc Laporte
0ce305ebcf
Share unofficial chatrooms ( #5539 )
2023-11-11 18:00:08 +00:00
si458
a7f996678f
trigger light/dark mode automatically
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2023-11-11 03:33:43 +00:00