Commit Graph

242 Commits

Author SHA1 Message Date
Jared Goodwin
0f023d2d6f Apply folder and namespace fixes on solution. 2024-10-21 11:53:41 -07:00
Jared Goodwin
bbddfbc220 Update RootNamespace. 2024-10-21 11:51:19 -07:00
Jared Goodwin
4fcb3974c1 Update packages. 2024-10-21 11:49:31 -07:00
Jared Goodwin
232ab26ec5 Launch app into Winlogon desktop when LogonUI.exe or consent.exe is present in the target session. 2024-08-06 14:47:18 -07:00
Jared Goodwin
3aba5564d6
Merge pull request #913 from immense/merge-submodule
Merge submodule back into main repo.
2024-07-16 13:18:01 -07:00
Jared Goodwin
81641afe06 Update namespaces. 2024-07-16 09:25:15 -07:00
Jared Goodwin
1afcc8c8b5 Bring in submodule files. 2024-07-16 09:11:32 -07:00
Jared Goodwin
18144c9026 Fix Linux update URL. 2024-07-16 06:40:49 -07:00
Jared Goodwin
bec0ad13f0 Update NuGet packages. 2024-07-16 06:33:27 -07:00
Jared Goodwin
e06f037c51 Update NuGet packages. 2024-05-31 10:46:16 -07:00
Jared Goodwin
3673e96cd0 Remove occurrences of "remotely.one" 2024-05-31 10:35:51 -07:00
Jared Goodwin
f59b7cca68 Fix auto-update and mac install. 2024-02-22 11:25:58 -08:00
Jared Goodwin
9b7f0f02db Convert the remaining Razor Pages to Blazor components. 2024-02-19 17:18:36 -08:00
Jared Goodwin
b7011dee6c Update NuGet packages. Update APIs. 2024-02-19 09:05:50 -08:00
Jared Goodwin
9128a24fde Added ability to reboot and reconnect. 2023-09-06 16:45:30 -07:00
Jared Goodwin
df919c1250
Merge pull request #722 from immense/bug/fix-x11-login-screen-launch
Fix remote control at X11 greeter.
2023-09-01 07:07:10 -07:00
Jared Goodwin
55f3a807f7 Fix remote control at X11 greeter by correctly grabbing display and Xauthority from Xorg process. 2023-08-30 09:33:55 -07:00
Jared Goodwin
635c6b41d6 Dispose of scripting shell on error. Remove unused dictionary. 2023-08-30 06:58:29 -07:00
Jared Goodwin
583c870d3b Don't restart screencaster with hidden window flags. 2023-08-21 08:26:57 -07:00
Jared Goodwin
219518a5b7 Don't start with hidden window flags. 2023-08-21 08:26:15 -07:00
Jared Goodwin
6fc0d98dd0 Update target frameworks. 2023-08-18 11:14:23 -07:00
Jared Goodwin
1628af62f8 Fix namespace-folder match. 2023-08-17 06:48:58 -07:00
Jared Goodwin
ac6c961950 Get latest submodule changes working. 2023-08-16 10:30:17 -07:00
Jared Goodwin
33d4384bec Convert AgentHub to use a strongly-typed client. 2023-08-03 10:45:59 -07:00
Jared Goodwin
af66dca1eb Extract static factory methods for scripting shells into a factory service. 2023-08-02 08:59:43 -07:00
Jared Goodwin
1a033fb0e7 Moved code from Razor components to code-behind to fix Identity UI scaffolding. 2023-07-31 14:02:52 -07:00
Jared Goodwin
7a362c9cb9 Add cancellation token to FileLogsManager methods. 2023-07-31 11:16:50 -07:00
Jared Goodwin
afc4f6e49c Fix/improve log streaming from agent. 2023-07-27 11:17:37 -07:00
Jared Goodwin
aa11983acf Refactor script results and move entities. 2023-07-26 15:56:24 -07:00
Jared Goodwin
6e1c2318a4 Create new convention for transferring DTOs to entities. 2023-07-26 15:22:43 -07:00
Jared Goodwin
2ac886a03e Create default debug org. 2023-07-26 14:35:58 -07:00
Jared Goodwin
cf0fad5c42 Add missing type on SendResultsToApi. 2023-07-26 12:55:11 -07:00
Jared Goodwin
e70d083a3f Don't send the whole script result back from the API. 2023-07-26 12:52:15 -07:00
Jared Goodwin
ac6487c6c5 Another pass of nullable refactoring. 2023-07-26 11:31:34 -07:00
Jared Goodwin
28079f887a Refactor API controllers. 2023-07-25 11:34:35 -07:00
Jared Goodwin
8b341562bc Refactor OrganizationManagementController, ApiAuthorizationFilter, and ExpiringTokenFilter. 2023-07-25 07:18:34 -07:00
Jared Goodwin
b500f7e9e0 Refactor DataService for nullability. Need to refactor calling services next. 2023-07-24 16:11:43 -07:00
Jared Goodwin
e5470f9d5f First pass of nullable references. 2023-07-24 09:16:22 -07:00
Jared Goodwin
a164bcad69 Convert to file-scoped namespaces. 2023-07-21 10:16:29 -07:00
Jared Goodwin
72c393de18 Hotfix for resolving scripting shells through DI. 2023-07-20 15:33:54 -07:00
Jared Goodwin
7459f2f2dd Extract interfaces from all agent services. Replace use of static Logger. 2023-06-24 12:05:11 -07:00
Jared Goodwin
f1e83df87a Realign property name casing in DeviceClientDto. Move update check after reconnection, so these can be properly cased later. 2023-06-24 10:06:00 -07:00
Jared Goodwin
7c8337146a Add DeviceClientDto for transfer from agent to server. Refactor to allow correct scoping of services in tests. 2023-06-23 07:51:47 -07:00
Jared Goodwin
e8b428e733 Register WOL service in agent. Show toast after sending WOL commands. 2023-06-22 08:37:07 -07:00
Jared Goodwin
60b6dbd318 Log on agent when wake command is received. 2023-06-22 07:57:54 -07:00
Jared Goodwin
1794059822 Implement wake-on-lan. 2023-06-22 07:57:31 -07:00
Jared Goodwin
e5f16d2359 Update NuGet packages. 2023-06-15 08:43:33 -07:00
Jared Goodwin
382a9a6c32 Implement submodule changes. Handle task cancellation in CpuUtilizationSampler. 2023-06-01 15:24:10 -07:00
Jared Goodwin
0381742064 Merge master. 2023-05-04 11:43:22 -07:00
Jared Goodwin
da79bc74e2 Move native interop code to new project. 2023-05-04 11:14:57 -07:00