Simon Smith
711bb56a93
autoAcceptIfNoUser ( #6759 )
...
* autoAcceptIfNoUser for desktop
* autoAcceptIfNoUser for terminal
* autoAcceptIfNoUser for files
* forgot few extra files
---------
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-02-09 19:54:51 +00:00
PTR
b46ddf2f70
Update console info command ( #6722 )
...
* Add human readable option (h) to info command
* Add option to helptext
2025-01-26 14:35:18 +00:00
si458
92375ddc93
add lastbootuptime to csv and fix spaces in csv translations #6723
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-01-26 12:42:30 +00:00
si458
e66776c5da
if no nodes return nothing for getDeviceDetails #6637
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-01-03 16:59:29 +00:00
si458
eb0d24cf0b
fix trafficstats with novnc
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-01-02 23:55:43 +00:00
si458
fe02d3158d
add pwr,conn,agct,cict to getDeviceDetails #6650
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-01-02 23:49:02 +00:00
Ylian Saint-Hilaire
f80ba62cfc
Fixed Duo 2FA security.
2024-12-31 10:37:09 -08:00
Ylian Saint-Hilaire
c92b88a374
Duo changes, but not yet fully tested.
2024-12-22 19:10:35 -08:00
Simon Smith
e2362a0547
add duo authentication support ( #6609 )
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-12-21 13:52:54 +00:00
si458
dbb5b4ba11
add webrelay to websocket and meshctrl #6484
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-11-26 16:46:14 +00:00
si458
30b390bdbf
increase usernames to 128 for oidc identifiers #6447
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-11-19 19:08:10 +00:00
ijustw0rkhere
8a5ad1563d
adjust removemeshuser to allow for shorter user ids ( #6520 )
2024-11-11 10:58:25 +00:00
si458
badee98b71
fix badlogins naming #6516
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-11-10 17:50:45 +00:00
PTR
b71c69e81d
Fix autobackup defaults and zip level for performance ( #6518 )
...
* Fix autobackup defaults and zip level for performance
* Add zipcompression configuration option
2024-11-10 13:49:11 +00:00
si458
141bec559f
AddLocalDevice and AddAmtDevice to meshctrl.js #6473
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-10-25 10:34:16 +01:00
si458
5a0d3054b8
fix reports missing multiplex desktop sessions #6445
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-10-12 02:53:50 +01:00
Simon Smith
df64c750cc
add runCommands to server peering #6404
...
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
2024-09-26 22:56:13 +01:00
wdlut
8b20f44dd5
Update meshuser.js ( #6210 )
...
Added a hook "uiCustomEvent" to start plug-ins from custom dialog boxes.
In the config.json:
````
"CustomUI": {
"deviceButtons": {
"custom_dialog": {
"name": "Show custom dialog",
"action": "dialog:customDialog"
}
},
"dialogs": {
"customDialog": {
...
````
In the plug-in: ````
obj.uiCustomEvent = function(command, parent) {
switch(command.element) {
case 'customDialog':
onCustomDialog(command, obj, parent.ws);
break;
default:
console.log("Element "+command.element+ " not supported.");
}
};
````
2024-09-15 09:43:37 -07:00
si458
1d04a13a64
add oldStyle to consentMessages as workaround for win-userconsent crashing #6290
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-09-10 11:01:23 +01:00
wow
999ae7f67f
add support for PXE reboot/power ( #6298 )
2024-08-02 11:48:38 +01:00
si458
df6474802d
fix language change event log
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-07-23 12:39:15 +01:00
si458
b08f3827f5
fix obj.user._id undefined for rdp/ssh #6127
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-06-11 10:05:58 +01:00
si458
6c685d5557
fix realname undefined #6118
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-05-24 10:54:27 +01:00
si458
414d9b9561
undo #5452 and #6036 commits
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-04-19 11:48:49 +01:00
si458
1747ff7550
fix email in use meshctrl reply #6036
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-04-18 20:48:58 +01:00
Simon Smith
4ba08a96f7
unEscape ssh/rdp creds from db ( #6001 )
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-04-09 11:47:32 +01:00
Simon Smith
9294488d4e
fix name display for oauth ( #5980 )
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-04-01 15:48:01 +01:00
Simon Smith
95bbd7157f
add filter for events ( #5975 )
...
* add filter to node events
* add filter to my events
* add filter to user events
* improve sql querys
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-03-31 13:50:38 +01:00
Simon Smith
e6ee2034d1
add biosSerial/biosMode to csv ( #5949 )
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-03-22 14:31:47 +00:00
silversword411
4027ee1b28
Fixing realname in notification for terminal sessions ( #5928 )
2024-03-14 14:51:33 +00:00
Simon Smith
4f11d7fdbc
allow meshctrl.js to reply with output from runcommands ( #5932 )
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-03-14 14:33:02 +00:00
si458
872794e15f
update showpaths with domain custom folders #5496
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-03-08 15:22:12 +00:00
Simon Smith
b4361d1c4e
fix view only setting incorrect protocol when sharing ( #5879 )
...
* fix view only setting incorrect protocol when sharing
---------
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-03-01 13:59:49 +00:00
Ylian Saint-Hilaire
f2bc7d5349
More BitLocker improvements.
2024-02-17 17:51:15 -08:00
Simon Smith
4648dbeb26
create folder first before copy/move #5704
2024-01-31 15:02:50 +00:00
si458
c546333cf7
fix MyFiles cut/copy command #5704
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-01-17 15:53:34 +00:00
si458
6cacec010b
add subfolder to 2fa domain name #5238
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-01-14 21:23:49 +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
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
cb87cc8172
fix removedevice with meshctrl ( #5487 )
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2023-10-31 12:11:37 -07:00
Simon Smith
b52da08c84
add telegram to callmebot ( #5480 )
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2023-10-28 11:27:11 -07:00
Simon Smith
e35af29ad0
dont allow duplicate emails ( #5452 )
...
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
2023-10-20 17:29:16 -07:00
Simon Smith
4702926773
add tags to csv
...
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
2023-10-06 09:31:45 +00:00
Ylian Saint-Hilaire
3a3663bb55
Improvements to show config option in MyServer tab.
2023-10-03 20:35:02 -07: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
622d8c2fc7
forgot bitlocker csv header
...
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
2023-10-03 20:13:31 +00:00
Simon Smith
128919b851
add bitlocker to csv
...
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
2023-10-03 20:11:35 +00:00
Simon Smith
eb8df307ec
show server config for admins
...
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
2023-10-03 17:20:22 +00:00