Commit Graph

214 Commits

Author SHA1 Message Date
chylex 9873f8779f
Show online and maximum player count on Instances page on Web 2024-04-12 16:29:50 +02:00
chylex 31e101b21e
Retrieve both online and maximum player count from Minecraft servers 2024-04-12 13:30:48 +02:00
chylex 398bb14742
Refactor online player count detection in Agent 2024-04-12 05:28:15 +02:00
chylex 4e89d7b12f
Fix instance stop timeout not killing the process
Caused by 72ddaf91.
2024-04-12 05:28:15 +02:00
chylex 3b313bf0a8
Disable sync chunk writes to avoid lag during backups 2024-04-12 05:28:15 +02:00
chylex 21c90cb7c2
Fix null in Web login message reply 2024-04-08 00:03:41 +02:00
chylex 7b68b5d50d
Implement backend logic for per-agent user access control 2024-04-07 23:53:27 +02:00
chylex 2d70d2b7d1
Update dotnet-ef to 8.0.3 2024-04-07 23:20:14 +02:00
chylex 8c623171f3
Add missing ARIA role to error messages on Web 2024-04-07 21:38:02 +02:00
chylex 62f8c685f0
Update Home page on Web 2024-04-07 21:21:05 +02:00
chylex 4a110db078
Fix label and spacing around instance command input field on Web 2024-04-07 17:08:10 +02:00
chylex f683a1f700
Invalidate Web authorization when a user is updated/deleted 2024-04-07 17:05:24 +02:00
chylex 3ffb37529c
Add user permission checking to Controller 2024-04-06 23:26:04 +02:00
chylex 4c3b81c54a
Fix not re-focusing instance command input after sending a command on Web 2024-04-05 13:37:49 +02:00
chylex 8e2b019aa1
Fix exception due to disposed CancellationTokenSource in Minecraft server downloader 2024-04-05 13:34:42 +02:00
chylex 9a2c13c1e0
Add support for backups on older Minecraft versions 2024-04-05 12:56:32 +02:00
chylex 991b32032c
Add "Backing Up" instance status 2024-04-05 11:37:55 +02:00
chylex 875fd9a766
Add timeouts while waiting for server output during backups 2024-04-05 02:41:46 +02:00
chylex f7f08ec55c
Fix backups not working with Forge log format 2024-04-04 20:44:17 +02:00
chylex 1b12fd9c3b
Guard loading instances from database from exceptions 2024-04-04 20:37:37 +02:00
chylex 424dccb14e
Migrate InstanceActionResult to Result type 2024-04-01 11:22:45 +02:00
chylex d03f532996
Make Result type serializable 2024-03-31 18:24:22 +02:00
chylex c99f5bc6bf
Remove login session management logic from Web 2024-03-31 12:07:33 +02:00
chylex d591318340
Fix missing audit logs for user login/logout 2024-03-30 17:18:27 +01:00
chylex c7b57fac97
Fix Rider inspections 2024-03-30 17:08:57 +01:00
chylex 137a2a53c3
Replace remaining uses of TaskManager 2024-03-30 09:25:08 +01:00
chylex 94148add2d
Force invariant culture for all applications 2024-03-30 08:23:39 +01:00
chylex c1cbb848a9
Increase Agent buffer size for instance logs 2024-03-30 07:50:29 +01:00
chylex 9fcc3c53fc
Catch "The pipe is being closed" Windows exception when stopping instance 2024-03-30 07:50:29 +01:00
chylex 72ddaf91ad
Implement actors in Agent via Akka.NET 2024-03-30 07:50:29 +01:00
chylex 02828a91c6
Migrate event log to Akka.NET 2024-03-23 00:21:39 +01:00
chylex 7cdb0a1910
Migrate RPC message handling to Akka.NET 2024-03-23 00:21:39 +01:00
chylex 0d039b69de
Implement actors in Controller via Akka.NET 2024-03-11 00:01:54 +01:00
chylex 8911a2257a
Fix typo in instance event type 2024-01-25 15:25:22 +01:00
chylex a1dec2f117
Update and fix Dockerfile 2024-01-25 14:55:30 +01:00
chylex de72e77c7b
Update dependencies 2023-12-27 22:45:12 +01:00
chylex 9c06178a63
Fix double padding in table cells with both clickable rows and custom classes 2023-12-27 22:45:12 +01:00
chylex e981425ce5
Make table rows on the Instances page on Web clickable 2023-12-20 07:51:55 +01:00
chylex 1ded0e50b2
Redesign Web navigation 2023-12-20 06:11:24 +01:00
chylex e679b17e3b
Redesign Web tables 2023-12-20 06:11:24 +01:00
chylex 578ec2d11c
Clean up Web project 2023-12-18 06:04:12 +01:00
chylex 2471dc04f1
Improve handling of missing registration message 2023-12-17 18:38:23 +01:00
chylex 5bc474d455
Define message groups and use queues to send and process messages within each group sequentially 2023-12-17 07:41:58 +01:00
chylex 3cab9a0152
Move Controller RPC code into the RPC utils project 2023-12-17 07:41:57 +01:00
chylex 8b0452ead6
Move logging to a utils project 2023-12-17 06:49:18 +01:00
chylex 96456f90bc
Reimplement Web service 2023-12-05 14:27:55 +01:00
chylex e69b0245aa
Refactor methods for sending messages and waiting for replies 2023-12-02 06:30:06 +01:00
chylex cd332a6571
Fix Controller handling messages from unauthorized Agents 2023-10-23 14:03:15 +02:00
chylex 2a9bb9e6ac
Extract classes for client-to-server RPC connection 2023-10-23 14:03:13 +02:00
chylex 55b853d227
Fully separate Controller and Web into their own services - Controller compiling and setup 2023-10-23 14:02:58 +02:00