Commit Graph

1303 Commits

Author SHA1 Message Date
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
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
Immense Networks
d8e659c711
Update FUNDING.yml 2021-11-02 09:14:47 -05:00
Jared Goodwin
19bc244bdf Remove DX capture. 2021-10-24 10:43:16 -07:00
FingerlessGloves
20d1186ddb
Fix typo on user delete column
Currently the column name says delete group, but the action is for deleting users.
2021-10-16 22:20:56 +01:00
Jared Goodwin
eee74139be Update readme. 2021-10-10 19:23:28 -07:00
Jared Goodwin
95a375d08f Readme update. 2021-10-10 18:27:59 -07:00
Jared Goodwin
e11a149d82 Update URL on readme. Update gitignore. 2021-10-09 08:21:34 -07:00
Jared Goodwin
7984ac8ca3 Switch URLs back. 2021-09-25 09:29:55 -07:00
Jared Goodwin
8987f7dd18 Reset server verification token when switching servers. 2021-09-25 08:36:41 -07:00
Jared Goodwin
e68c05f1fc Throttling and capture tweaks. 2021-08-27 14:46:26 -07:00
Jared Goodwin
14291e0920 Change how casting thread is started. 2021-08-26 13:35:09 -07:00
Jared Goodwin
82e3074354 Update URLs. 2021-08-23 07:41:27 -07:00
Jared Goodwin
ed1c9809d0 Add means of migrating devices to a new server URL. 2021-08-17 14:35:03 -07:00
Jared Goodwin
f635f78229 Capture screen on new STA thread. 2021-08-15 14:32:01 -07:00
Jared Goodwin
9eb3fd7ca3 Delay based on rountrip time. 2021-08-15 14:16:51 -07:00
Jared Goodwin
364c5abb9f Don't log SwitchToInputDesktop. 2021-08-15 13:34:57 -07:00
Jared Goodwin
3a16ce62b6 Fix GetLogs. 2021-08-15 13:34:13 -07:00
Jared Goodwin
8eac117a1e Update Viewer.cs 2021-08-15 11:43:09 -07:00
Jared Goodwin
9ce74d2e46 Calculate average Mbps 2021-08-15 11:17:31 -07:00
Jared Goodwin
f9799d75ca Update Viewer.cs 2021-08-15 11:00:53 -07:00
Jared Goodwin
3844db3820 Update test. 2021-08-14 09:07:52 -07:00