Commit Graph

1323 Commits

Author SHA1 Message Date
Jared Goodwin
30fd342925 Replace WebClient with HttpClient for agent updates. 2022-07-18 18:04:57 -07:00
Jared Goodwin
a3a6094b97 Remove unused DownloadFile hub method. 2022-07-18 16:40:26 -07:00
Jared Goodwin
65e4cebc53
Merge pull request #487 from immense/feature/touch-scrolling
Add two-finger touch scrolling.
2022-07-16 05:51:27 -07:00
Jared Goodwin
808c1f7593 Add two-finger touch scrolling. 2022-07-16 05:42:33 -07:00
Jared Goodwin
df83741749
Merge pull request #486 from immense/bug/err-170-input-desktop
Restart casting on a new thread if switching to input desktop fails.
2022-07-16 04:36:58 -07:00
Jared Goodwin
eab1245c13 Restart casting on a new thread if switching to input desktop fails. 2022-07-16 04:27:58 -07:00
Jared Goodwin
6a8146a3be
Merge pull request #485 from immense/jaredg-skia-sharp
Replace System.Drawing.Common with SkiaSharp, plus some other fixes.
2022-07-16 04:26:36 -07:00
Jared Goodwin
af00bffb35 Remove references to System.Drawing.Imaging. 2022-07-09 21:58:01 -07:00
Jared Goodwin
9113659cb0 Add some performance tests. Rotate DirectX captures if needed. 2022-07-07 17:28:44 -07:00
Jared Goodwin
98c661c570 Remove commented code. 2022-07-07 06:15:43 -07:00
Jared Goodwin
4236cb4201 Adjust quality settings. 2022-07-07 06:12:47 -07:00
Jared Goodwin
d9a0641e07 Remove unused SKBitmap extension. 2022-07-07 06:06:15 -07:00
Jared Goodwin
f5686dd069 Separate tests into multiple projects for compatibility reasons. 2022-07-06 16:20:29 -07:00
Jared Goodwin
54a8726c29 Update packages. 2022-07-06 07:40:21 -07:00
Jared Goodwin
47378133d1 Replace System.Drawing with SkiaSharp. 2022-07-06 07:36:38 -07:00
Jared Goodwin
72d42d7351 Fix etag parsing. 2022-07-06 06:45:27 -07:00
Jared Goodwin
a096df3b5e Automatically refresh devices on update using a debouncer to avoid excessive CPU usage. 2022-07-06 06:38:44 -07:00
Darren Kattan
a58f29d8be
Update README.md
Updated README with 2022 status and roadmap
2022-05-19 12:52:46 -05:00
Steve Sobol
de799fdb27
Merge pull request #420 from fanuelsen/master
Add Dockerfile configured to not run Remotely as root
2022-01-17 22:36:52 -08:00
Steve Sobol
ce127c36d8
Merge pull request #422 from DaniW42/patch-1
changed Readme to use new github repo url
2021-12-22 11:05:16 -08:00
dkattan
bb90a33042
Merge pull request #417 from immense/feature/base64-encode-basic-auth
Base64 encode API Token
2021-12-15 06:07:42 -06:00
dkattan
c3e80e6635
Merge pull request #416 from immense/feature/device-group-api
Added Get route for device groups
2021-12-15 06:04:56 -06:00
Steve Sobol
846e5415b7 DeviceGroup(): return NotFound, instead of BadRequest 2021-12-14 17:28:20 -08:00
Steve Sobol
66d15a6d4e Ensure that auth payload includes both a key ID and a secret 2021-12-14 17:14:28 -08:00
Steve Sobol
539cf62b7c Check for a valid Authorization: header 2021-12-14 17:10:09 -08:00
Dani
45673eb84b
changed to use new github repo url 2021-12-10 11:29:49 +01:00
dkattan
13ee1303b9
Merge pull request #415 from immense/hotfix/null-reference-on-branding-info
Added null check on BrandingInfo to prevent null reference exception.
2021-12-09 18:14:36 -06:00
dkattan
d506c8da34
Merge pull request #418 from immense/app-db-factory
Create AppDbFactory.
2021-12-09 18:12:52 -06:00
Per-Ole
0717cf8110
Running container as root is not best practice
Added rootless dockerfile option.
2021-12-09 12:53:01 +01:00
Jared Goodwin
7dd876a435 Mock IDeviceInformationService to prevent caught errors in System.Diagnostics.Process. 2021-12-04 08:18:13 -08:00
Jared Goodwin
7ba6cb5115 Add IAppDbFactory to test IoC. 2021-12-04 08:17:38 -08:00
Christian Bankester
0d9d1c2321
Merge pull request #364 from FingerlessGlov3s/patch-1
Fix typo on user delete column
2021-12-03 15:25:24 -06:00
dkattan
4913535bc4 Made the authorization header require a Basic base64 encoded token instead of the literal key:secret as PowerShell 7 complains when you don't use a base64 encoded value. 2021-12-03 14:46:19 -06:00
dkattan
9bb1b51dd1
Merge pull request #414 from immense/hotfix/update-pr-template
Update pull_request_template.md
2021-12-03 14:36:30 -06:00
dkattan
5814899b09 Added null check on BrandingInfo to prevent null reference exception. 2021-12-03 14:36:09 -06:00
dkattan
cdffc6ad63
Update pull_request_template.md 2021-12-03 14:33:11 -06:00
dkattan
6176d966c0 Added Get route for device groups 2021-12-03 14:05:33 -06:00
Jared Goodwin
217138bdd0 Create AppDbFactory. 2021-12-03 07:09:20 -08:00
dkattan
199fcf8bd3
Merge pull request #412 from immense/net6
Update to .NET 6.
2021-12-02 21:25:45 -06:00
Jared Goodwin
295a5d1d9e Fix tests. 2021-12-02 16:13:16 -08:00
Jared Goodwin
d77263e54d Update SDK version used in GitHub Actions. 2021-12-02 15:15:09 -08:00
Jared Goodwin
f82bf69cee Fixed error when trying to save device back into group "None". 2021-12-02 12:40:35 -08:00
Jared Goodwin
2c00af892e Trim the etag. 2021-12-02 11:34:52 -08:00
Jared Goodwin
2046d5ff51 Merge branch 'master' into net6 2021-12-02 09:23:28 -08:00
Jared Goodwin
8e9fb07f90 Merge remote-tracking branch 'github/master' 2021-12-02 09:22:57 -08:00
Jared Goodwin
84fb1769b4 Revert "Remove DX capture."
This reverts commit 19bc244bdf.
2021-12-02 09:20:42 -08:00
Jared Goodwin
674036601e Fix empty etag issue. 2021-12-02 07:44:40 -08:00
Jared Goodwin
4041c14cfc Enable compression in single-file publish. 2021-12-02 07:20:49 -08:00
Jared Goodwin
b62659f6f9 Update publish profiles. Fix API changes in SignalR. 2021-12-02 07:13:51 -08:00
Jared Goodwin
39044acb02 Update projects. 2021-12-02 06:10:03 -08:00