Commit Graph

102 Commits

Author SHA1 Message Date
Jared Goodwin
49e910dc98 Merge in abstractions in Desktop projects. 2024-07-16 11:09:13 -07:00
Jared Goodwin
9e055af473 Merge in abstractions in Server project. Remove unneeded RemoteControlSessionLimit. 2024-07-16 10:39:16 -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
f8af91486b Changed toast text for uir. 2024-06-05 11:58:00 -07:00
Jared Goodwin
0bf53841a7 Lock custom binaries behind server admin privilege. 2024-06-04 12:49:20 -07:00
Jared Goodwin
cd3057dac1 Add ability to upload custom versions of the attended support client. 2024-06-04 12:34:20 -07:00
Jared Goodwin
f46567fec8 Encode the URL in the file name of the attended support client. 2024-06-03 16:40:28 -07:00
Jared Goodwin
d06c8d7333 Add deploy page. 2024-05-31 15:38:51 -07:00
Jared Goodwin
d9d68d7677 Make the save button fixed on the server config page. 2024-05-31 13:23:27 -07:00
Jared Goodwin
9ce6e01be1 Fix two factor enforcement. 2024-05-31 13:17:03 -07:00
Jared Goodwin
3673e96cd0 Remove occurrences of "remotely.one" 2024-05-31 10:35:51 -07:00
Darren Kattan
fb9a3f7801
Merge pull request #841 from immense/fix-dropdown-alignment
Fix dropdown alignment
2024-03-11 10:19:09 -05:00
Darren Kattan
28ffab554e
Merge pull request #844 from immense/update-downloads-page
Update downloads page to reflect switch to PowerShell installer.
2024-03-11 10:18:18 -05:00
Jared Goodwin
002c4dd648 Removed unused field. 2024-03-08 08:44:00 -08:00
Jared Goodwin
bc9a305143 Update URL on About page. 2024-03-08 08:38:47 -08:00
Jared Goodwin
208a1be970 Update downloads page to reflect switch to PowerShell installer. 2024-03-08 08:36:05 -08:00
Jared Goodwin
c6c1c219f0 Convert modals to using JS instead of C# for displaying. 2024-03-07 09:43:48 -08:00
Jared Goodwin
26f521d943 Add Bootstrap + Popper JS bundle to fix dropdown alignment. 2024-03-07 09:43:21 -08:00
Jared Goodwin
7478d6333e Add implementation for new IEmailSender<T>. 2024-02-23 19:27:19 -08:00
Jared Goodwin
edb4bc54b8 Fix disabling of registration when max organizations reached. 2024-02-23 18:39:10 -08:00
Jared Goodwin
d7958a7be0 Delete related records when deleting scripts and schedules. 2024-02-23 10:17:37 -08:00
Jared Goodwin
190aaa3e29 Check for valid IP for known proxies. 2024-02-22 13:51:27 -08:00
Jared Goodwin
f59b7cca68 Fix auto-update and mac install. 2024-02-22 11:25:58 -08:00
Jared Goodwin
91daac9ea4 Add QR code generator. 2024-02-22 11:25:46 -08:00
Jared Goodwin
a05f4f776e Fix some spacing and color. 2024-02-20 17:22:18 -08:00
Jared Goodwin
8afdd97640 Move appsettings to DB. 2024-02-20 16:15:03 -08:00
Jared Goodwin
c7ef28b044 Fix some alignment and spacing issues. 2024-02-19 17:35:13 -08:00
Jared Goodwin
9b7f0f02db Convert the remaining Razor Pages to Blazor components. 2024-02-19 17:18:36 -08:00
Jared Goodwin
2694188547 Migrate to Blazor Web App 2024-02-19 15:28:07 -08:00
Jared Goodwin
b7011dee6c Update NuGet packages. Update APIs. 2024-02-19 09:05:50 -08:00
Jared Goodwin
5f04782380 Reduce sorting/filtering needed by tracking state between renders. 2023-08-31 10:01:27 -07:00
Jared Goodwin
469c91a87c Fix device filtering. Remove MacAddresses from sortable properties. 2023-08-31 09:15:57 -07:00
Jared Goodwin
933c0afbfa Send chat disconnected message when tech closes the window (was missing). 2023-08-15 03:59:04 -07:00
Jared Goodwin
520710647e Refactor for API changes in SimpleMessenger. 2023-08-09 09:33:00 -07:00
Jared Goodwin
4e01804019 Replace ConcurrentList with BCL collections. 2023-08-07 06:35:00 -07:00
Jared Goodwin
f076089f60 Replace ClientAppState with stores. 2023-08-07 05:54:07 -07:00
Jared Goodwin
13e3a6a038 Move chat sessions to their own cache. 2023-08-04 14:35:03 -07:00
Jared Goodwin
a3b0fa9e33 Move GetEffectiveTheme to new themeProvider. 2023-08-04 12:58:16 -07:00
Jared Goodwin
c9aa682fda Made circuit events strongly-typed via IMessenger. 2023-08-04 12:50:58 -07:00
Jared Goodwin
ce9d65a236 Make User nullable in AuthComponentBase. Add utility method to make sure it's populated. Refactor as necessary. 2023-08-01 15:52:08 -07:00
Jared Goodwin
45845e8877 Move DeviceGroup to correct namespace. 2023-08-01 11:35:20 -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
a0807cf26b Fix AuthComponentBase and tests. 2023-07-27 09:49:23 -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
cb220f2ea0 Remove test strings. 2023-07-26 14:07:40 -07:00
Jared Goodwin
ac6487c6c5 Another pass of nullable refactoring. 2023-07-26 11:31:34 -07:00
Jared Goodwin
0f9ea4957b Clean up errors and majority of warnings. 2023-07-25 14:05:59 -07:00
Jared Goodwin
b500f7e9e0 Refactor DataService for nullability. Need to refactor calling services next. 2023-07-24 16:11:43 -07:00