1
0
mirror of https://github.com/chylex/Minecraft-Phantom-Panel.git synced 2025-08-16 12:31:43 +02:00

Commit Graph

  • 35ca896849 Add "servermods" folder to ignored folders in backups wip-forge chylex 2024-04-13 09:07:22 +02:00
  • 30b3ba60cd WIP chylex 2024-04-01 14:37:31 +02:00
  • 8149d31d51 Update Java versions in Dockerfile main chylex 2024-07-14 10:40:36 +02:00
  • 9873f8779f Show online and maximum player count on Instances page on Web chylex 2024-04-12 16:29:50 +02:00
  • 31e101b21e Retrieve both online and maximum player count from Minecraft servers chylex 2024-04-12 13:30:26 +02:00
  • 398bb14742 Refactor online player count detection in Agent chylex 2024-04-10 23:06:25 +02:00
  • 4e89d7b12f Fix instance stop timeout not killing the process chylex 2024-04-11 05:41:05 +02:00
  • 3b313bf0a8 Disable sync chunk writes to avoid lag during backups chylex 2024-04-11 05:29:12 +02:00
  • 21c90cb7c2 Fix null in Web login message reply chylex 2024-04-08 00:03:41 +02:00
  • 7b68b5d50d Implement backend logic for per-agent user access control chylex 2024-04-07 23:18:41 +02:00
  • 2d70d2b7d1 Update dotnet-ef to 8.0.3 chylex 2024-04-07 23:19:59 +02:00
  • 8c623171f3 Add missing ARIA role to error messages on Web chylex 2024-04-07 21:38:02 +02:00
  • 62f8c685f0 Update Home page on Web chylex 2024-04-07 21:21:05 +02:00
  • 4a110db078 Fix label and spacing around instance command input field on Web chylex 2024-04-07 17:08:10 +02:00
  • f683a1f700 Invalidate Web authorization when a user is updated/deleted chylex 2024-04-07 06:17:22 +02:00
  • 3ffb37529c Add user permission checking to Controller chylex 2024-04-06 23:25:56 +02:00
  • 4c3b81c54a Fix not re-focusing instance command input after sending a command on Web chylex 2024-04-05 13:37:49 +02:00
  • 8e2b019aa1 Fix exception due to disposed CancellationTokenSource in Minecraft server downloader chylex 2024-04-05 13:31:46 +02:00
  • 9a2c13c1e0 Add support for backups on older Minecraft versions chylex 2024-04-05 12:25:13 +02:00
  • 991b32032c Add "Backing Up" instance status chylex 2024-04-05 11:37:55 +02:00
  • 875fd9a766 Add timeouts while waiting for server output during backups chylex 2024-04-01 18:13:02 +02:00
  • f7f08ec55c Fix backups not working with Forge log format chylex 2024-04-04 20:44:05 +02:00
  • 1b12fd9c3b Guard loading instances from database from exceptions chylex 2024-04-04 20:37:37 +02:00
  • 424dccb14e Migrate InstanceActionResult to Result type chylex 2024-04-01 11:22:39 +02:00
  • d03f532996 Make Result type serializable chylex 2024-03-31 18:24:22 +02:00
  • c99f5bc6bf Remove login session management logic from Web chylex 2024-03-31 12:07:33 +02:00
  • d591318340 Fix missing audit logs for user login/logout chylex 2024-03-30 17:18:27 +01:00
  • c7b57fac97 Fix Rider inspections chylex 2024-03-30 13:43:41 +01:00
  • 137a2a53c3 Replace remaining uses of TaskManager chylex 2024-03-30 09:25:08 +01:00
  • 94148add2d Force invariant culture for all applications chylex 2024-03-30 08:23:39 +01:00
  • c1cbb848a9 Increase Agent buffer size for instance logs chylex 2024-03-30 07:25:55 +01:00
  • 9fcc3c53fc Catch "The pipe is being closed" Windows exception when stopping instance chylex 2024-03-30 07:05:59 +01:00
  • 72ddaf91ad Implement actors in Agent via Akka.NET chylex 2024-03-25 06:12:45 +01:00
  • 02828a91c6 Migrate event log to Akka.NET chylex 2024-03-22 03:10:24 +01:00
  • 7cdb0a1910 Migrate RPC message handling to Akka.NET chylex 2024-03-15 21:55:44 +01:00
  • 0d039b69de Implement actors in Controller via Akka.NET chylex 2024-02-23 12:04:11 +01:00
  • 8911a2257a Fix typo in instance event type chylex 2024-01-25 15:25:22 +01:00
  • a1dec2f117 Update and fix Dockerfile chylex 2024-01-25 12:39:35 +01:00
  • de72e77c7b Update dependencies chylex 2023-12-27 22:44:43 +01:00
  • 9c06178a63 Fix double padding in table cells with both clickable rows and custom classes chylex 2023-12-27 22:35:33 +01:00
  • e981425ce5 Make table rows on the Instances page on Web clickable chylex 2023-12-20 07:51:55 +01:00
  • 1ded0e50b2 Redesign Web navigation chylex 2023-12-20 04:26:48 +01:00
  • e679b17e3b Redesign Web tables chylex 2023-12-19 06:50:17 +01:00
  • 578ec2d11c Clean up Web project chylex 2023-12-17 20:36:23 +01:00
  • 2471dc04f1 Improve handling of missing registration message chylex 2023-12-17 18:05:55 +01:00
  • 5bc474d455 Define message groups and use queues to send and process messages within each group sequentially chylex 2023-12-17 07:40:37 +01:00
  • 3cab9a0152 Move Controller RPC code into the RPC utils project chylex 2023-12-17 07:38:59 +01:00
  • 8b0452ead6 Move logging to a utils project chylex 2023-12-17 01:27:32 +01:00
  • 96456f90bc Reimplement Web service chylex 2023-10-13 18:47:32 +02:00
  • e69b0245aa Refactor methods for sending messages and waiting for replies chylex 2023-10-31 08:47:00 +01:00
  • cd332a6571 Fix Controller handling messages from unauthorized Agents chylex 2023-10-23 13:19:28 +02:00
  • 2a9bb9e6ac Extract classes for client-to-server RPC connection chylex 2023-10-21 20:45:07 +02:00
  • 55b853d227 Fully separate Controller and Web into their own services - Controller compiling and setup chylex 2023-10-09 19:12:58 +02:00
  • 627e7436fd Remove unnecessary trailing spaces chylex 2023-10-22 23:05:24 +02:00
  • 339b958e45 Move methods that convert enums and discriminated unions to sentences chylex 2023-10-21 07:44:47 +02:00
  • 3a17eee8d0 Update namespaces in Controller and Web projects chylex 2023-10-09 16:43:20 +02:00
  • 2c623cbd9a Split Phantom Server projects into separate Controller and Web folders chylex 2023-10-09 16:00:52 +02:00
  • 346eab0b1b Replace ASP.NET Identity with a custom solution chylex 2023-10-08 15:33:14 +02:00
  • 956f1e779b Enable new .NET 8 artifacts output folder chylex 2023-10-07 17:57:31 +02:00
  • 2e8238a3bc Update dependencies chylex 2023-10-07 17:50:26 +02:00
  • 346ca5de75 Remove dependency on coverlet.collector chylex 2023-10-07 16:40:45 +02:00
  • 3e93ad9217 Fix wrong zstd parameters causing source files to not be removed in newer versions chylex 2023-06-16 15:37:48 +02:00
  • 07c31ac70b Update Docker images to multi-arch & reduce build size chylex 2023-04-01 10:09:01 +02:00
  • c89e30cd3f Update to .NET 8 chylex 2023-04-01 09:41:05 +02:00
  • 0091fa11fb Merge several Utils projects chylex 2023-04-05 22:32:37 +02:00
  • 20ff2871fa Switch to Eclipse Temurin JRE in Docker images chylex 2023-04-01 13:23:50 +02:00
  • f211708509 Fix not internally updating selected Minecraft version when switching version types chylex 2023-04-04 19:52:37 +02:00
  • ad7964677e Fix not flushing logs when calling Environment.Exit chylex 2023-04-02 08:45:37 +02:00
  • 626f141a2c Enable version tolerant mode for all MemoryPack structures chylex 2023-03-30 13:02:12 +02:00
  • 46dba1a4fa Revert "Add JVM argument to disable signal handling to prevent instant termination of Minecraft processes" chylex 2023-03-30 04:24:02 +02:00
  • 476de00cfd Delegate JVM argument validation to Server only chylex 2023-03-30 04:00:22 +02:00
  • 2180e0c067 Fix exception while shutting down instance procedures chylex 2023-03-28 03:45:00 +02:00
  • a9646c5bbc Convert backup procedure into an instance procedure chylex 2023-03-27 12:20:52 +02:00
  • 01d6648b1f Rework Agent instance state management into a procedure-based system chylex 2023-03-26 11:58:50 +02:00
  • def6c41a77 Remove Phantom.Common.Minecraft project chylex 2023-03-07 11:54:15 +01:00
  • 3f976295bd Make writing server.properties file asynchronous chylex 2023-03-05 13:30:18 +01:00
  • 9d9734d1fd Fix audit log event when editing user roles chylex 2023-03-05 07:47:49 +01:00
  • 267c5ad921 Reduce InstanceProcess output ring buffer capacity chylex 2023-03-05 07:38:07 +01:00
  • f5b40a92e2 Reduce the minimum number of thread pool threads in Agent chylex 2023-03-05 06:36:27 +01:00
  • 2c413160f6 Update all NuGet packages chylex 2023-03-05 05:34:30 +01:00
  • 0af14c3262 Fix code issues and inefficiencies chylex 2023-03-05 01:27:25 +01:00
  • 0ab165fd21 Optimize sending instance logs to wait for output instead of constantly looping chylex 2023-03-05 01:13:03 +01:00
  • 6f11f65d91 Add environment variable to set max concurrent backup compression tasks chylex 2023-03-04 10:07:09 +01:00
  • 101ca865fe WIP wip-launchers chylex 2023-02-26 19:08:02 +01:00
  • dd57c442af Add Serilog async sink to eliminate blocking when logging to console chylex 2023-03-03 08:55:45 +01:00
  • dacd786b4c Work around .NET starving thread pool when reading process output chylex 2023-03-03 08:14:13 +01:00
  • 89e67e1690 Log exceptions caught in RPC thread chylex 2023-03-03 04:28:33 +01:00
  • 33de01f564 Add Fabric support chylex 2023-02-26 19:07:13 +01:00
  • dd0d9b3ddb Fix not seeing instance statuses after restarting Server chylex 2023-02-28 02:00:11 +01:00
  • 9971855bf8 Cache Minecraft server executable info chylex 2023-02-28 01:21:28 +01:00
  • ffa0ff24fa Move most verbose log messages to debug level chylex 2023-02-28 00:07:54 +01:00
  • 8f003c6351 Restore chunk saving immediately after archiving the backup chylex 2023-02-27 02:49:14 +01:00
  • 2b4fa2c902 Fix event log webpage title chylex 2023-02-26 21:53:43 +01:00
  • 734d9e266e Prepare for adding non-vanilla server types chylex 2023-02-26 19:03:58 +01:00
  • a31dda7439 Fix Server forgetting instance status after reconfiguring & refactor automatic instance launch chylex 2023-02-26 19:33:52 +01:00
  • d93c93cbf7 Extract reusable one-shot process runner from backup compressor implementation chylex 2023-02-26 18:04:55 +01:00
  • bb7de48d24 Move fetching server jar download information exclusively to the Server chylex 2023-02-26 15:19:49 +01:00
  • 51d8585f05 Fix race condition and wrong instance status when cancelling instance launch chylex 2023-02-25 11:41:08 +01:00
  • 891a999ffd Add event log chylex 2023-02-10 18:03:41 +01:00
  • c0bfe8f403 Rename audit log classes and entities chylex 2023-02-13 05:06:34 +01:00