Commit Graph

1323 Commits

Author SHA1 Message Date
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
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
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
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
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
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
5c527c4632
set wallpaper icon red if wallpaper removed (#5533)
Signed-off-by: si458 <simonsmith5521@gmail.com>
2023-11-10 18:36:03 -08:00
si458
12c3e4ee53 add installedapps to console for windows
Signed-off-by: si458 <simonsmith5521@gmail.com>
2023-11-09 18:20:32 +00:00
Simon Smith
55d81e0bf6
add uninstallagent to console help 2023-11-08 18:11:24 +00:00
Simon Smith
7b016eac58
add tpm support (#5421)
* add tpm support

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

* fix tpm semicolon mistake

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

---------

Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
2023-11-04 11:44:34 -07:00
Simon Smith
e0d73b2fcd
add agent psinfo (#5476)
Signed-off-by: si458 <simonsmith5521@gmail.com>
2023-10-28 11:29:05 -07:00
Simon Smith
2173921f07
fix runcommands missing data (#5477)
Signed-off-by: si458 <simonsmith5521@gmail.com>
2023-10-28 11:28:30 -07:00
Simon Smith
58580beb96
add hover title to temps and more sensors (#5434)
* add hover title to temperatures

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

* fix temp trim

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

* add extra linux sensors

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

* add padding for temps on multi lines

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

---------

Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
2023-10-20 17:30:39 -07:00
Simon Smith
47767e86a1
add android apk to web ui (#5449)
* add android apk to web ui

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

* add amazon and google buttons instead

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

* add android link and brand icons to agentinvite

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

* oops change mysql back

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

* add android to agentinvite selector

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

* forgot paragraph begin

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

---------

Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
2023-10-20 17:29:48 -07:00
Simon Smith
ae55285493
ignore if client sent new identifiers (#5403) 2023-10-08 14:27:39 +01:00
Simon Smith
1a34cba9fb add bios mode
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
2023-10-08 10:47:51 +00:00
Ylian Saint-Hilaire
78ef26ec3e Updated MeshCentral Router. 2023-10-07 12:31:03 -07:00
Ylian Saint-Hilaire
e1b435fb0c
Merge pull request #5392 from Ylianst/bios-serial
add bios serial for windows
2023-10-06 12:16:54 -07:00
Abarna512
a397d9a79a
Disconnect desktop from User-side using Privay bar
If 'privacy bar' user consent option is enabled for desktop, then it will show the privacy bar in user side while taking desktop access.
But it will not disconnect the session even though clicks the close option. It will only close the privacy bar. This issue is fixed.

https://github.com/Ylianst/MeshCentral/issues/5289
2023-10-05 16:35:23 +05:30
Simon Smith
75a92ce485 add linux bios serial
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
2023-10-04 19:51:59 +00:00
Simon Smith
14c3816fc9 add bios serial for windows
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
2023-10-04 18:51:02 +00:00
Simon Smith
31bb6d7864 fix multiple same av detections 2023-10-04 12:04:52 +00:00
Ylian Saint-Hilaire
0e671bbe81
Merge pull request #5387 from Ylianst/add-volume-info
Add Volumes+Bitlocker
2023-10-03 19:42:11 -07:00
Simon Smith
489f1aa57a fix multiple av detection
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
2023-10-03 13:12:26 +00:00
Simon Smith
4fb8e4713d add volumes to database
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
2023-10-01 19:50:27 +00:00
Simon Smith
f057633e14 add windows volumes to sysinfo
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
2023-10-01 18:43:23 +00:00
Ylian Saint-Hilaire
11007a8a24 Updated Czech translation. 2023-08-06 14:39:24 -07:00
Ylian Saint-Hilaire
89942e0c8c Portuguese update. 2023-06-06 19:34:38 -07:00
Ylian Saint-Hilaire
775568c7a7 Added Windows ARM 64bit support. 2023-04-14 13:36:34 -07:00
Ylian Saint-Hilaire
dc4116cff5 Added Hungarian translation. 2023-02-05 18:09:31 -08:00
Ylian Saint-Hilaire
6590236adb Merge branch 'master' of https://github.com/Ylianst/MeshCentral 2022-12-21 09:51:51 -08:00
Ylian Saint-Hilaire
211bab8898 Version 1.1.2 2022-12-21 09:51:41 -08:00
silversword411
b09f783cef
typo fixes 2022-12-16 09:03:45 -05:00
Ylian Saint-Hilaire
3acccafa27 Updated Windows agents. 2022-12-09 12:49:12 -08:00
Ylian Saint-Hilaire
726797ef29 Updated most MeshAgents with bug fixes and OpenSSL 1.1.1s. 2022-11-22 10:15:29 -08:00
Ylian Saint-Hilaire
b4c448e984 Version 1.0.99 2022-11-19 08:03:52 -08:00
Bryan Roe
2a6e08f663 Added console command 'mousetrails' and 'deskbackground' to be able to get/set mouse accessibility and desktop background image path, on Windows. 2022-11-01 20:01:26 -07:00
Ylian Saint-Hilaire
60af1b6a24 Fixed Intel AMT IDER exception. 2022-10-25 14:04:43 -07:00
Bryan Roe
d07ca171f9 Fixed redirection 2022-10-24 13:26:29 -07:00
Bryan Roe
2b04eebcab Synced changes for silent install, with agent repo 2022-10-24 11:33:40 -07:00
Ylian Saint-Hilaire
392c34bbd0 Updated MeshCentral Router to support messaging 2FA (#4650) 2022-10-24 07:13:20 -07:00
Ylian Saint-Hilaire
a40e40757c Merge 2022-10-20 14:44:47 -07:00
Ylian Saint-Hilaire
63cca7bb4b Added Bosnian translation. (#4572) 2022-10-20 14:41:32 -07:00
Bryan Roe
3c5bc7ef3c Updated 'sysnative' workaround for 32 bit agent on 64 bit windows, to include description explaining what is going on. 2022-10-19 23:28:13 -07:00
Bryan Roe
06ec0caec4 Added workaround for 32 bit windows agent on 64 bit windows, to inject sysnative when callind readdirSync() on %windir%
Updated documentation for windows terminal.
2022-10-14 11:18:49 -07:00
Bryan Roe
6c34978488 Fixed bug where custom MSH fields specified by server were not picked up by installer 2022-09-22 12:46:00 -07:00
Bryan Roe
1a061ca38f Updated GUI check failure case, to only display help when no parameters are passed 2022-09-20 08:35:56 -07:00
Bryan Roe
5ba4636b9e Added SMBIOS field 131 as AMT verification fallback if 130 is undefined 2022-09-15 01:21:44 -07:00