Commit Graph

214 Commits

Author SHA1 Message Date
chylex 751d914d12
Update to C# 11 and use generic attributes in form validation 2022-10-19 13:06:43 +02:00
chylex bcfc2c8240
Rewrite Agent shutdown procedure to delay RPC disconnection until main services are stopped 2022-10-19 06:36:31 +02:00
chylex e699513036
Add JVM argument to disable signal handling to prevent instant termination of Minecraft processes 2022-10-19 05:30:16 +02:00
chylex 5f4e7f0280
Fix silently discarding exceptions in form submit events on web 2022-10-19 03:07:53 +02:00
chylex 4725ce27dd
Fix missing mapping between audit event types and subject types 2022-10-19 03:06:21 +02:00
chylex dbd57a1ee0
Fix Server handling messages from non-registered Agents 2022-10-19 02:06:06 +02:00
chylex 3b19cbd985
Add Agent build version to Agents table 2022-10-19 01:47:55 +02:00
chylex 24e08f1943
Migrate from MessagePack to MemoryPack for RPC serialization 2022-10-19 00:26:17 +02:00
chylex ff5d31bf05
Make it possible to use condensed agent key via environment variables 2022-10-18 03:04:00 +02:00
chylex de22e5695f
Condense Agent certificate and token into a single file 2022-10-18 02:44:56 +02:00
chylex dbba829e21
Persist ASP.NET keys in the working directory 2022-10-17 00:48:55 +02:00
chylex 4fc5214418
Add audit log 2022-10-17 00:25:30 +02:00
chylex 524b0a4cd9
Tweak website design and fix several design issues 2022-10-17 00:25:29 +02:00
chylex 0018b1f9b4
Reduce duration of progress bar animation 2022-10-16 17:25:54 +02:00
chylex 3d2b0d5373
Move TaskManager to Phantom.Utils.Runtime project 2022-10-16 16:54:34 +02:00
chylex 02e121d6ed
Move web identity services to a separate project 2022-10-15 18:30:08 +02:00
chylex f10a754efb
Refactor RwLockedDictionary and introduce RwLockedObservableDictionary 2022-10-15 16:27:25 +02:00
chylex e51844d798
Add version and git hash to assemblies & website menu 2022-10-14 22:09:24 +02:00
chylex 1c96afaa3c
Mark Agents as disconnected if the Server does not receive keep-alive messages for too long 2022-10-14 21:03:35 +02:00
chylex cde29e990d
Make Agent ignore Java executables that are symlinks 2022-10-14 19:58:24 +02:00
chylex 7a495888aa
Fix Server not automatically launching instances when Agent restarts unless instances are reloaded from database 2022-10-14 17:41:44 +02:00
chylex c4b1d3c920
Fix graceful shutdown issues 2022-10-14 17:20:41 +02:00
chylex 2b661fd170
Use chmod 750 for instance and server folders created by Agent 2022-10-14 14:04:19 +02:00
chylex ae4f4af2eb
Add environment variable for web server's base path 2022-10-13 15:34:33 +02:00
chylex bfb60219ea
Change environment variables to throw on error instead of returning default value 2022-10-13 15:26:23 +02:00
chylex 3497f73d59
Fix Blazor trying to find 'wwwroot' in working directory 2022-10-13 14:49:52 +02:00
chylex e41be61945
Add header to disable caching due to websocket disconnections 2022-10-13 13:16:29 +02:00
chylex 8c9925921c
Migrate solution to centralized NuGet package versions 2022-10-12 19:19:19 +02:00
chylex 315f6b181c
Automatically restart instances if they stopped unexpectedly 2022-10-12 19:19:19 +02:00
chylex 46446ea5d5
Add customizable JVM arguments to instances 2022-10-11 21:30:09 +02:00
chylex 0b51a4509e
Change instance log sender from dedicated thread to async task 2022-10-11 21:26:44 +02:00
chylex f880a46887
Redact IP addresses in instance logs 2022-10-11 16:34:22 +02:00
chylex 3b34ae1eca
Tweak Bootstrap breakpoints 2022-10-10 20:16:42 +02:00
chylex d2b085ec15
Add Minecraft versions to instance creation form 2022-10-10 19:41:57 +02:00
chylex e1cfb36bd1
Add administrator user role 2022-10-09 12:45:31 +02:00
chylex e229e3dccf
Fix debounced form inputs having old values if form is submitted too soon 2022-10-09 10:02:23 +02:00
chylex adf0dd6853
Add administrator account creation and user login 2022-10-09 08:33:36 +02:00
chylex adea2021ba
Fix instances being added to database despite agent reporting an error 2022-10-08 12:37:28 +02:00
chylex 9e47351799
Add modal dialog for stopping instances with customizable stop delay 2022-10-08 12:36:34 +02:00
chylex 6ded2575cb
Refactor Blazor form context 2022-10-08 12:23:15 +02:00
chylex 7b39ff2b2e
Refactor instance state initialization and result reporting 2022-10-08 12:17:19 +02:00
chylex 32ec2cc9db
Update Bootstrap JS to 5.2.2 & fix script tag 2022-10-08 09:13:14 +02:00
chylex 640731634b
Add custom task manager for tracking running tasks 2022-10-07 20:16:45 +02:00
chylex 7f1e838331
Add form for sending commands to instances 2022-10-07 17:21:39 +02:00
chylex 0695ee8405
Add instance logs to web 2022-10-07 17:21:39 +02:00
chylex b9fa5de76b
Add support for configuring, launching, and stopping Minecraft server instances 2022-10-07 17:21:38 +02:00
chylex eefe1b8051
Add support for downloading Minecraft server executables 2022-10-07 17:21:38 +02:00
chylex 56b0e65809
Persist instances in the database 2022-10-07 17:21:38 +02:00
chylex abb4c72a66
Add basic instance management with a creation form and instance table on web 2022-10-07 17:21:38 +02:00
chylex 3c0c286c32
Add Java runtime discovery to Agents 2022-10-07 17:21:38 +02:00