Jared Goodwin
|
a3a6094b97
|
Remove unused DownloadFile hub method.
|
2022-07-18 16:40:26 -07:00 |
|
Jared Goodwin
|
808c1f7593
|
Add two-finger touch scrolling.
|
2022-07-16 05:42:33 -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
|
a096df3b5e
|
Automatically refresh devices on update using a debouncer to avoid excessive CPU usage.
|
2022-07-06 06:38:44 -07: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 |
|
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 |
|
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 |
|
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
|
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 |
|
Jared Goodwin
|
295a5d1d9e
|
Fix tests.
|
2021-12-02 16:13:16 -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
|
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 |
|
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
|
ed1c9809d0
|
Add means of migrating devices to a new server URL.
|
2021-08-17 14:35:03 -07:00 |
|
Jared Goodwin
|
ec2ae45e88
|
Merged PR 9: Auto-quality tweaks.
Auto-quality updates.
|
2021-08-07 17:53:14 +00:00 |
|
Jared goodwin
|
af0884e260
|
Update NuGet packages.
|
2021-08-05 15:17:01 -07:00 |
|
Jared Goodwin
|
079bd5bfb0
|
Delete unused index model file.
|
2021-07-29 08:10:24 -07:00 |
|
Jared Goodwin
|
33ebb5302c
|
Fix invite button. ClientId changed to CasterId.
|
2021-07-29 07:58:19 -07:00 |
|
Jared Goodwin
|
24eb298914
|
Remove AutoQuality and simplify caster throttling.
|
2021-07-29 07:58:19 -07:00 |
|
Jared Goodwin
|
ef27410b6c
|
Fix font color in #blazor-error-ui.
|
2021-07-29 07:58:18 -07:00 |
|
Jared Goodwin
|
f570b8ab3f
|
Reduce SignalR buffer size and max message size. Check for duplicate session ID.
|
2021-07-29 07:58:18 -07:00 |
|
Jared Goodwin
|
a4a6fd4f77
|
Return early if key is valid.
|
2021-07-29 07:58:18 -07:00 |
|
Jared Goodwin
|
8bcbd9bef5
|
Pass correct variable into CreateApiToken.
|
2021-07-29 07:58:18 -07:00 |
|
Jared Goodwin
|
cfbf8ec984
|
Update manifest.
|
2021-07-29 07:58:18 -07:00 |
|
Jared Goodwin
|
e3f2809bb7
|
Remove @msgpack/msgpack dependency. Use msgpack5 instead.
|
2021-07-29 07:58:18 -07:00 |
|
Jared Goodwin
|
5d79725c34
|
Don't delete script results when clearing logs.
|
2021-07-29 07:58:18 -07:00 |
|
Jared Goodwin
|
723b107c0a
|
Update agent install script.
|
2021-07-29 07:58:18 -07:00 |
|
Jared Goodwin
|
4d82b67a4c
|
Use libman for client-side libraries.
|
2021-07-29 07:58:17 -07:00 |
|
Jared Goodwin
|
44638a330f
|
Update NuGet packages.
|
2021-07-29 07:58:17 -07:00 |
|
Jared Goodwin
|
04d1e0429a
|
Remove unused condition of empty device groups.
|
2021-07-29 07:58:17 -07:00 |
|
Jared Goodwin
|
b3da075a7c
|
Get user without org when creating user. Possible exception when subsequently calling UserManager.
|
2021-07-29 07:58:17 -07:00 |
|
Jared Goodwin
|
f6ba98896e
|
Change field to property on ScriptsPage.
|
2021-07-29 07:58:17 -07:00 |
|
Jared Goodwin
|
a321f84a71
|
Move next call outside of try block.
|
2021-07-29 07:58:16 -07:00 |
|
Jared Goodwin
|
726b2fb5c4
|
Reduce number of iterations through collection while filtering.
|
2021-07-29 07:58:16 -07:00 |
|
Jared Goodwin
|
ea68d98e0d
|
Cascade from user org name to default org name to "Remotely".
|
2021-07-29 07:58:16 -07:00 |
|
Jared Goodwin
|
233f8a43d0
|
Restart ExternalScriptingShell process if exited. Add Ctrl + Q shortcut to clear terminal output.
|
2021-07-29 07:58:16 -07:00 |
|
Jared Goodwin
|
34ead1e1ac
|
Add active users indicator. Move sort.
|
2021-07-29 07:58:16 -07:00 |
|
Jared Goodwin
|
87b9fe4b92
|
Reduce default devices per page to 25.
|
2021-07-29 07:58:16 -07:00 |
|
Jared Goodwin
|
4ce20eb543
|
Don't update DevicesFrame on DeviceUpdated and DeviceWentOffline messages. Only update card. Add explicit Refresh button.
|
2021-07-29 07:58:16 -07:00 |
|
Jared Goodwin
|
166b72ffa6
|
Change DevicesForPage to field.
|
2021-07-29 07:58:16 -07:00 |
|