Jared Goodwin
|
02480d8915
|
Create ScriptingController.
|
2020-02-01 13:03:12 -08:00 |
|
Jared Goodwin
|
329ac46b52
|
Kill chat process when pipe closes due to idle time.
|
2020-02-01 11:31:29 -08:00 |
|
Jared Goodwin
|
9164c10490
|
Check organization remote control session count during attended access.
|
2020-01-31 15:01:32 -08:00 |
|
Jared Goodwin
|
e58e85b58d
|
Fixes for elevating WPF app.
|
2020-01-29 19:07:42 -08:00 |
|
Jared Goodwin
|
56faf2e395
|
Added ability to elevate WPF app to service-level privileges for WinLogon and UAC access.
|
2020-01-29 18:27:12 -08:00 |
|
Jared Goodwin
|
6ec03ff4cc
|
Launch chat differently so it loads on Windows Server.
|
2020-01-29 07:27:23 -08:00 |
|
Jared Goodwin
|
f080b81d78
|
Read server version from executing assembly instead of file system.
|
2020-01-28 21:45:55 -08:00 |
|
Jared Goodwin
|
ba6c1556aa
|
Add OrgId to LINQ query.
|
2020-01-28 18:44:54 -08:00 |
|
Jared Goodwin
|
b02ef83346
|
Added DevliceAlias and DeviceGroup parameters to install script.
|
2020-01-28 18:41:16 -08:00 |
|
Jared Goodwin
|
e744538205
|
Dispose of viewers on application exit.
|
2020-01-27 18:36:58 -08:00 |
|
Jared Goodwin
|
ca23138dc7
|
Remove viewer on command execute, in case the connection was already dropped on the other end.
|
2020-01-27 07:16:39 -08:00 |
|
Jared Goodwin
|
5c016b91db
|
Unified 64-bit and 32-bit installers into one file.
|
2020-01-25 17:17:39 -08:00 |
|
Jared Goodwin
|
a1100ec6f0
|
Remove WOW6432Node from 32-bit installer.
|
2020-01-25 15:07:58 -08:00 |
|
Jared Goodwin
|
32b0d41b68
|
Make scripting services transient.
|
2020-01-25 13:03:32 -08:00 |
|
Jared Goodwin
|
b69cb6a5c8
|
Dispose of viewer in Desktop.Win.
|
2020-01-25 12:46:37 -08:00 |
|
Jared Goodwin
|
a29780c632
|
Change hub signatures to avoid deadlocks.
|
2020-01-25 12:13:58 -08:00 |
|
Jared Goodwin
|
299364da2c
|
Change default theme to light.
|
2020-01-25 12:02:29 -08:00 |
|
Jared Goodwin
|
515cba8704
|
Chat service working for Linux.
|
2020-01-25 11:56:41 -08:00 |
|
Jared Goodwin
|
df7de3681f
|
Chat service implemented.
|
2020-01-25 01:19:21 -08:00 |
|
Jared Goodwin
|
e604f22d53
|
Begin creating chat service.
|
2020-01-23 22:49:30 -08:00 |
|
Jared Goodwin
|
bd9e4de4e9
|
UseBasicParsing with Invoke-WebRequest to avoid IE errors.
|
2020-01-23 22:49:03 -08:00 |
|
Jared Goodwin
|
3731848420
|
Add appconfig option for enabling WebRTC.
|
2020-01-23 20:54:03 -08:00 |
|
Jared Goodwin
|
e4388fde87
|
Agents auto-update via downloaded script. Pauses for random seconds based on total device count before downloading (to even out the bandwidth).
|
2020-01-23 17:43:48 -08:00 |
|
Jared Goodwin
|
efd3f7d5ed
|
Replace static state with DI container services.
|
2020-01-22 22:47:04 -08:00 |
|
Jared Goodwin
|
f581f836e8
|
Add DI container in ScreenCast.Win.
|
2020-01-22 20:42:32 -08:00 |
|
Jared Goodwin
|
34568f6bcc
|
Added AppLauncher, CommandExecutor, and ScriptRunner services.
|
2020-01-21 21:50:28 -08:00 |
|
Jared Goodwin
|
a9c52851f3
|
Implement DI container into Agent.
|
2020-01-21 13:17:22 -08:00 |
|
Jared Goodwin
|
3b82261f9e
|
Modify Linux server deploy to target Ubuntu specifically.
|
2020-01-19 16:19:08 -08:00 |
|
Jared Goodwin
|
e2ed9d1dd8
|
Update Remotely_Server_Install.sh
|
2020-01-19 15:34:00 -08:00 |
|
Jared Goodwin
|
9007df5706
|
Add dotnet runtime install to Linux agent install.
|
2020-01-19 15:28:14 -08:00 |
|
Jared Goodwin
|
a1ae252d53
|
Put notice in script. Waiting for ASP.NET Core 3.1.1 runtime in package manager.
|
2020-01-19 13:29:02 -08:00 |
|
Jared Goodwin
|
8b849a5079
|
Added ability to capture logon screen in Linux.
|
2020-01-19 12:02:01 -08:00 |
|
Jared Goodwin
|
abd8839084
|
Make GetLogs work on Linux.
|
2020-01-18 22:17:53 -08:00 |
|
Jared Goodwin
|
af090ea5da
|
Fix DtoType contract member name.
|
2020-01-18 15:16:10 -08:00 |
|
Jared Goodwin
|
9fd7d08e01
|
Fix screen caster shutdown. Add dynamic DTO type for WebRTC binary serialization.
|
2020-01-18 14:23:34 -08:00 |
|
Jared Goodwin
|
cb89eb9670
|
Fix HTML encoding of script results.
|
2020-01-17 17:28:22 -08:00 |
|
Jared Goodwin
|
cd39196257
|
Use chunking in WebRTC data channel.
|
2020-01-17 07:47:54 -08:00 |
|
Jared Goodwin
|
3082ed9773
|
Throttling adjustments. Refactoring and cleanup.
|
2020-01-17 00:06:05 -08:00 |
|
Jared Goodwin
|
071fe5df29
|
Added monitoring and throttling of WebRTC output buffer.
|
2020-01-16 19:32:29 -08:00 |
|
Jared Goodwin
|
2a8d718243
|
Silence errors.
|
2020-01-16 18:59:40 -08:00 |
|
Jared Goodwin
|
8bcd3b138e
|
Fix script.
|
2020-01-16 18:44:52 -08:00 |
|
Jared Goodwin
|
3e6850e78b
|
Update deploy profiles. Add firewall rule to install script.
|
2020-01-16 18:21:27 -08:00 |
|
Jared Goodwin
|
94b78488f1
|
WebRTC working.
|
2020-01-16 16:32:20 -08:00 |
|
Jared Goodwin
|
bc27bd77ea
|
Move IKeyboardMouseInput interface.
|
2020-01-16 10:29:40 -08:00 |
|
Jared Goodwin
|
82ecea29c4
|
Add automated .NET Core Desktop Runtime installer.
|
2020-01-16 07:56:55 -08:00 |
|
Jared Goodwin
|
8962f9a396
|
Update to .NET Standard 2.1.
|
2020-01-16 07:53:29 -08:00 |
|
Jared Goodwin
|
4589d8cf03
|
Add SharpDX credits.
|
2020-01-16 06:57:43 -08:00 |
|
Jared Goodwin
|
918e685e79
|
Converted WPF app to .NET Core.
|
2020-01-16 06:48:57 -08:00 |
|
Jared Goodwin
|
a5ae25e23d
|
Migrated ScreenCaster.Win to .NET Core.
|
2020-01-16 00:27:54 -08:00 |
|
Jared Goodwin
|
e6f0cabe73
|
Fix session recorder.
|
2020-01-15 23:52:48 -08:00 |
|