Bryan Roe
|
d07ca171f9
|
Fixed redirection
|
2022-10-24 13:26:29 -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 |
|
Ylian Saint-Hilaire
|
ad7cd67c02
|
Fixed details tab not updating on Linux (#4466)
|
2022-08-30 15:30:09 -07:00 |
|
Ylian Saint-Hilaire
|
9042f1282c
|
Put in guard code in meshcore.js to prevent new agent from crashing on setclip.
|
2022-08-28 11:32:54 -07:00 |
|
Ylian Saint-Hilaire
|
57bc21a1d1
|
Merge branch 'master' of https://github.com/Ylianst/MeshCentral
|
2022-08-27 15:47:30 -07:00 |
|
Ylian Saint-Hilaire
|
a3d66b60fc
|
Fixed meshcore.js, this.root._dispatcher.close(); missing on older agents.
|
2022-08-27 15:47:19 -07:00 |
|
Ylian Saint-Hilaire
|
70448ac197
|
Bryan's fix for meshcore.js: Added dispatcher.close() for setclip on Windows, if the dispatcher already exists
|
2022-08-27 15:01:22 -07:00 |
|
Ylian Saint-Hilaire
|
5d7fabfc21
|
Added guest web sharing of HTTP/HTTPS (#4413)
|
2022-08-25 20:11:47 -07:00 |
|
Ylian Saint-Hilaire
|
44af3a2408
|
Changed how stript-task will be integrated into MeshCentral, added run button to device general tab.
|
2022-08-18 21:31:09 -07:00 |
|
Ylian Saint-Hilaire
|
3aca17ea6d
|
Initial merged script-task into the agent.
|
2022-08-18 16:19:39 -07:00 |
|
Ylian Saint-Hilaire
|
8ac4281989
|
meshcore.js clean up.
|
2022-08-04 11:40:11 -07:00 |
|
Ylian Saint-Hilaire
|
8b81ee564c
|
Removed meshcore.js debug statement.
|
2022-08-04 01:52:29 -07:00 |
|
Bryan Roe
|
ac1158f55d
|
Added console command to set/unset Task Bar AutoHide on Windows
|
2022-08-04 01:01:59 -07:00 |
|
Ylian Saint-Hilaire
|
5f04c7a5d2
|
Removed the agent relay timeout that causes disconnections after 5 seconds (#4352)
|
2022-08-01 11:00:26 -07:00 |
|
Bryan Roe
|
f628c57eea
|
Updated tunnel idle timeout, to close the tunnel after a preset timeout if a command isn't received. Idle timeout is reset after a command is received.
|
2022-07-26 20:03:24 -07:00 |
|
Bryan Roe
|
579eb704a7
|
Added privacybar console command for Windows, to modify default pinned state
|
2022-07-18 10:47:48 -07:00 |
|
Bryan Roe
|
c22219f903
|
Fixed setclip bug where success was sent prematurely for Windows Service
|
2022-06-29 14:18:24 -07:00 |
|
Bryan Roe
|
b167f2a7b7
|
added domaininfo console command for windows
|
2022-06-05 16:50:39 -07:00 |
|
Ylian Saint-Hilaire
|
79c97af78b
|
Improved AmtConfig command in agent console.
|
2022-04-11 15:05:23 -07:00 |
|
Bryan Roe
|
e4b483354a
|
Added logic to remove 'safemode' from console command on Windows 32 bit agents running on 64 bit windows.
|
2022-03-28 22:15:45 -07:00 |
|
Bryan Roe
|
7db4a57f41
|
Added windows COM/WMI support for enumerating volumes and bitlocker status
|
2022-03-14 22:43:47 -07:00 |
|
Ylian Saint-Hilaire
|
320aa6f40c
|
Fixed guest sessions not being reported correctly by agents.
|
2022-02-23 17:17:28 -08:00 |
|
Bryan Roe
|
8349d1feae
|
modified to specify timeoutAutoAccept flag to win-userconsent
|
2022-02-22 15:52:15 -08:00 |
|
Ylian Saint-Hilaire
|
e160f8e73f
|
Added user consent config options, #3692
|
2022-02-22 12:32:49 -08:00 |
|
Ylian Saint-Hilaire
|
bbb9014fcd
|
Removed debug code in meshcore.js
|
2022-02-15 18:37:59 -08:00 |
|
Ylian Saint-Hilaire
|
1b49f64498
|
Use real name in agent message box, #3654
|
2022-02-15 11:10:55 -08:00 |
|
Bryan Roe
|
a590ea6aa1
|
Added support for new foreground/background MSH fields to set colors for windows user consent, privacy bar, and sendmessage dialog
|
2022-02-14 19:33:36 -08:00 |
|
Bryan Roe
|
45517db7dd
|
Fixed bug with long urls for openurl
|
2022-02-03 15:14:35 -08:00 |
|
Bryan Roe
|
ba11903615
|
Fixed uncaught exception that prevented notification from working on Files Tab
|
2022-02-01 20:29:28 -08:00 |
|
Bryan Roe
|
70b8d48320
|
Updated "SendMessage" to try to use updated windows dialog
|
2022-01-31 10:19:17 -08:00 |
|
Ylian Saint-Hilaire
|
1933ff9680
|
Fixed broken remote desktop when notification is enabled.
|
2022-01-16 21:30:38 -08:00 |
|
Ylian Saint-Hilaire
|
47a215951f
|
More MeshCore cleanup.
|
2022-01-16 19:12:13 -08:00 |
|
Ylian Saint-Hilaire
|
43682bf47f
|
MeshCore cleanup.
|
2022-01-16 18:28:26 -08:00 |
|
Ylian Saint-Hilaire
|
c029a82ae6
|
Worked on meshcore.js minification.
|
2022-01-16 13:37:26 -08:00 |
|
Ylian Saint-Hilaire
|
1e0f4a17d5
|
Updated French translations.
|
2022-01-16 12:34:19 -08:00 |
|
Bryan Roe
|
545ffe3a81
|
Added translation support for Notifications and Privacy Bar
|
2022-01-14 15:54:12 -08:00 |
|
Ylian Saint-Hilaire
|
2b3025716a
|
Fixed meshcore cleanup .bat file.
|
2022-01-13 14:38:28 -08:00 |
|
Bryan Roe
|
da0f59bc9a
|
Added try/catch on util-language just in case
|
2022-01-12 23:47:39 -08:00 |
|
Bryan Roe
|
8fe748b4f3
|
Updated translation support for KVM/Files/Terminal
|
2022-01-12 23:44:47 -08:00 |
|
Ylian Saint-Hilaire
|
5fa5cf5cb5
|
Added meshcore string translations.
|
2022-01-12 15:12:30 -08:00 |
|
Ylian Saint-Hilaire
|
c14aba06d4
|
Added session disconnection log entries, #3437
|
2022-01-10 17:42:54 -08:00 |
|
Ylian Saint-Hilaire
|
42137aa1d1
|
Added session disconnection log for desktop multiplex, #3437
|
2022-01-10 15:28:46 -08:00 |
|
Bryan Roe
|
39aa68b693
|
Updated windows user consent
|
2021-12-13 17:37:22 -08:00 |
|
Ylian Saint-Hilaire
|
17913da65f
|
Made it easier to debug log WebRTC/WebSocket
|
2021-11-18 12:00:45 -08:00 |
|
Bryan Roe
|
d5ed5247fe
|
tweaked if() for agentupdate
|
2021-11-16 13:31:00 -08:00 |
|
Bryan Roe
|
82dd5b02b0
|
Updated agentupdate command to canonicalize path when checking
|
2021-11-16 10:23:26 -08:00 |
|
Ylian Saint-Hilaire
|
11e7a5c760
|
Version 0.9.38
|
2021-10-20 14:06:58 -07:00 |
|
Ylian Saint-Hilaire
|
1f20d45b66
|
File tab now reconnects to the previous remote device path.
|
2021-10-20 14:04:10 -07:00 |
|
Ylian Saint-Hilaire
|
bd2e4f4d2b
|
Added session termination feature except for desktop multiplexor.
|
2021-10-19 11:47:39 -07:00 |
|
Bryan Roe
|
3acad0b3d6
|
Added workaround for bug where a connection reset causes an uncaught exception
|
2021-10-17 22:13:13 -07:00 |
|
Ylian Saint-Hilaire
|
b260f74053
|
Added automatic file upload resume & skip.
|
2021-10-15 14:46:56 -07:00 |
|
Bryan Roe
|
7e5c608b60
|
Updated AutoLock
|
2021-09-03 00:55:00 -07:00 |
|
Ylian Saint-Hilaire
|
ce1d2053d0
|
Added desktop lock on disconnect feature, #3082.
|
2021-09-01 12:07:09 -07:00 |
|
Ylian Saint-Hilaire
|
bc948328cb
|
Added more user permissions removal. #3065
|
2021-08-28 09:51:03 -07:00 |
|
Ylian Saint-Hilaire
|
41ecece9a9
|
Completed user access rights removal feature, #3065
|
2021-08-27 14:42:28 -07:00 |
|
Ylian Saint-Hilaire
|
76f6175677
|
Updated Polish translation.
|
2021-08-22 20:39:02 -07:00 |
|
Ylian Saint-Hilaire
|
41f70d52dc
|
Fix for #3026, when terminal command is set to an empty string.
|
2021-08-22 12:06:02 -07:00 |
|
Ylian Saint-Hilaire
|
fbe37b294e
|
Removed task support from agent (for now).
|
2021-08-21 23:07:55 -07:00 |
|
Ylian Saint-Hilaire
|
ecac7e2711
|
Added agent scripttask, updated PT-BR translation.
|
2021-08-21 08:38:09 -07:00 |
|
Ylian Saint-Hilaire
|
af3c3033f0
|
Merge branch 'master' of https://github.com/Ylianst/MeshCentral
|
2021-08-19 14:10:13 -07:00 |
|
Ylian Saint-Hilaire
|
adae944146
|
Added terminal start command option
|
2021-08-19 14:10:03 -07:00 |
|
Joko Sastriawan
|
59cd8dbd9d
|
Fix capitalization uuid to UUID to make console apf command working again
|
2021-08-18 09:59:38 -07:00 |
|
Ylian Saint-Hilaire
|
d6aa6521c3
|
Version 0.9.6
|
2021-08-16 23:58:34 -07:00 |
|
Bryan Roe
|
1574a9bec9
|
1. Added polyfill for Array.findIndex() if missing
2. Added try/catch around indentiers module
|
2021-08-16 12:57:17 -07:00 |
|
Bryan Roe
|
189941bd44
|
Added PATH and LANG env variable to terminal, using parent, if defined.
|
2021-08-11 14:03:47 -07:00 |
|
Bryan Roe
|
d70665e7d6
|
Fixed bug where child process does not set TERM env variable if env block is passed to child.
|
2021-08-10 15:00:12 -07:00 |
|
Ylian Saint-Hilaire
|
7bd7ba0c92
|
Added MeshAgent Type and Version columns.
|
2021-08-09 16:40:33 -07:00 |
|
Ylian Saint-Hilaire
|
e29d78a2d5
|
Fixed device group select all/none when not all devices are displayed.
|
2021-08-04 20:34:37 -07:00 |
|
Ylian Saint-Hilaire
|
19f596ce86
|
Fixes for #2973
|
2021-07-30 13:23:36 -07:00 |
|
Ylian Saint-Hilaire
|
58039c4c1a
|
Fixed device group not found bug, #2948
|
2021-07-29 15:51:40 -07:00 |
|
Ylian Saint-Hilaire
|
89071f2454
|
Added session sharing guest names to event log.
|
2021-07-29 12:01:38 -07:00 |
|
Ylian Saint-Hilaire
|
e9e24e13dc
|
Fixed AMT DNS suffix on non-Win32 agents.
|
2021-07-24 10:56:53 -07:00 |
|
Ylian Saint-Hilaire
|
345f3c12b4
|
dhcp.js is not only on Linux.
|
2021-07-24 09:28:41 -07:00 |
|
Bryan Roe
|
217041737c
|
Added dhcp console command
|
2021-07-23 16:33:40 -07:00 |
|
Ylian Saint-Hilaire
|
c9129a2d2f
|
Started work on viewonly remote desktop server option.
|
2021-07-17 22:16:57 -07:00 |
|
Ylian Saint-Hilaire
|
119bf305ae
|
Fix for #2855. TCP/UDP exception on close.
|
2021-07-02 09:32:28 -07:00 |
|
Ylian Saint-Hilaire
|
85f8db041b
|
Fixed desktop multiplexor view-only mode.
|
2021-06-30 00:01:44 -07:00 |
|
Ylian Saint-Hilaire
|
63d199be20
|
Added guest share name in session info, #2812
|
2021-06-25 11:49:58 -07:00 |
|
Ylian Saint-Hilaire
|
b2798e8bc5
|
Version 0.8.63
|
2021-06-14 19:12:19 -07:00 |
|
Ylian Saint-Hilaire
|
d8fa07941d
|
Added automatic clipboard.
|
2021-06-14 18:46:01 -07:00 |
|
Ylian Saint-Hilaire
|
4d9d3fb611
|
Updated Assistant, completed process details on web page.
|
2021-06-14 12:37:26 -07:00 |
|
Ylian Saint-Hilaire
|
3322b8754c
|
Started work on process details.
|
2021-06-13 14:52:59 -07:00 |
|
Bryan Roe
|
2a0c2282f2
|
Added LocalConsent
|
2021-06-10 22:54:53 -07:00 |
|
Ylian Saint-Hilaire
|
50abd95f94
|
Cert check simplification and UI session fix.
|
2021-06-09 13:43:11 -07:00 |
|
Bryan Roe
|
13f9f27ff1
|
Added null check to for loop
|
2021-06-09 12:13:23 -07:00 |
|
Bryan Roe
|
73f426bc24
|
1. Updated AgentMessage infrastructure
2. Updated to be compatible with older agents, displaying agentmessage advising to update, if important components are missing
|
2021-06-08 00:11:17 -07:00 |
|
Ylian Saint-Hilaire
|
e6fbf65815
|
Clean up
|
2021-06-04 11:17:11 -07:00 |
|
Ylian Saint-Hilaire
|
e39cd672ab
|
Added agent notification internalization.
|
2021-06-04 11:15:51 -07:00 |
|
Ylian Saint-Hilaire
|
e97e844c82
|
Added MeshAgent Account Image support.
|
2021-05-16 01:25:58 -07:00 |
|
Ylian Saint-Hilaire
|
4a526dafd2
|
Fix for #2638
|
2021-05-15 14:53:35 -07:00 |
|
Bryan Roe
|
d59145dbb0
|
Updated clipboard dispatching for windows
|
2021-05-10 23:43:48 -07:00 |
|
Ylian Saint-Hilaire
|
b4a42b03d5
|
Added MeshCentral Assistant download from agent.
|
2021-04-27 00:53:04 -07:00 |
|
Ylian Saint-Hilaire
|
3b637ad389
|
Fixed meshctrl.js shell when ping/pong are active.
|
2021-04-26 19:01:40 -07:00 |
|
Ylian Saint-Hilaire
|
3a92c077b9
|
Added support for locking user desktop on Windows.
|
2021-04-26 18:27:51 -07:00 |
|
Ylian Saint-Hilaire
|
c3ad38cd33
|
Version 0.8.19
|
2021-04-24 10:53:13 -07:00 |
|
Bryan Roe
|
dfe87578a7
|
Updated to retry wakeonlan 3 times
|
2021-04-24 10:34:29 -07:00 |
|
Bryan Roe
|
34d7f00226
|
Updated wakeonlan logic
|
2021-04-24 10:20:35 -07:00 |
|
Bryan Roe
|
88857b7a66
|
Added console command to toggle Connected Standby on Windows.
|
2021-04-23 18:23:18 -07:00 |
|
Bryan Roe
|
9aa8691b77
|
Fixed Windows Clipboard issue with setclip
|
2021-04-22 19:47:05 -07:00 |
|