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
si458
27b750813e
red OK should say BAD in columns
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2023-11-11 03:21:22 +00:00
Simon Smith
c97e9f4f27
add windows av/update/firewall to columns ( #5534 )
2023-11-11 03:16:20 +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
si458
ca64d11552
add missing config json to config docs
2023-11-09 15:54:04 +00:00
si458
86485cf19f
move questions to discussions
2023-11-09 14:13:59 +00:00
Simon Smith
55d81e0bf6
add uninstallagent to console help
2023-11-08 18:11:24 +00:00
si458
4f65f88f43
fix docs formatting
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2023-11-08 10:58:31 +00:00
jrf280
eadf6fbaf0
Fix plugins installation for PostgreSQL ( #5517 )
...
* Fix plugins installation for PostgreSQL
* Fix setPluginStatus for MySQL/MariaDB/SQLite/PostgreSQL
2023-11-07 09:17:24 -08:00
si458
c286c21fb6
add trace-warnings correctly
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2023-11-07 14:42:02 +00:00
Simon Smith
b7385e382c
fix agentaliasdns display ( #5518 )
2023-11-07 00:10:12 +00:00
jrf280
6ba4bf7202
Fix plugins installation for MySQL/MariaDB/SQLite ( #5513 )
2023-11-06 19:01:42 +00:00
Simon Smith
5c99db9edb
fix postgres sqlbatch ( #5514 )
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2023-11-06 13:54:17 +00:00
Ylian Saint-Hilaire
d3e9616908
Updated Spanish translations.
2023-11-05 11:39:25 -08:00
Simon Smith
4790f40179
wait 5 sec after record and also pass message back ( #5508 )
...
* wait 5 sec after record and also pass message back
Signed-off-by: si458 <simonsmith5521@gmail.com>
* add connect-flash package (#5509 )
Signed-off-by: si458 <simonsmith5521@gmail.com>
---------
Signed-off-by: si458 <simonsmith5521@gmail.com>
2023-11-04 21:39:02 -07: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
gomeghi
a8aa294199
add connect-flash for generic open oidc ( #5497 )
2023-11-04 11:30:22 -07:00
Simon Smith
e62bfadb76
fix sessionrecording for not indexing ( #5490 )
2023-11-03 20:53:19 +00:00
Simon Smith
b4887b7766
add lastbootuptime to mobile ( #5504 )
2023-11-03 19:48:40 +00:00
Ylian Saint-Hilaire
e04659a63d
Version 1.1.15
2023-10-31 12:19:33 -07:00
Simon Smith
23b78960da
fix messaging handle string too long ( #5483 )
2023-10-31 12:11:56 -07:00
Simon Smith
cb87cc8172
fix removedevice with meshctrl ( #5487 )
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2023-10-31 12:11:37 -07:00
Simon Smith
13ead1ddeb
fix mariadb parsing with mysql ( #5488 )
2023-10-31 12:11:17 -07:00
Ylian Saint-Hilaire
fed8f021f2
Fix recoverable exception in mesh accelerator.
2023-10-29 18:01:37 -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