Commit Graph

214 Commits

Author SHA1 Message Date
chylex 71a5babb73
Tweak website design and improve browser compatibility 2023-02-07 23:44:26 +01:00
chylex 125239b48d
Fix centering of HTML range inputs so that background color split is positioned correctly 2023-02-07 23:20:50 +01:00
chylex 81bcb91566
Add instance edit form & fix instance configuration validation 2023-02-07 23:15:33 +01:00
chylex b71bc56fc2
Fix drop-down with Minecraft version types accidentally submitting the instance creation form 2023-02-07 21:48:37 +01:00
chylex d50119d666
Add environment variable to set minimum log level 2023-02-07 00:04:11 +01:00
chylex a192a9aa54
Fix log level in backup scheduler 2023-02-06 23:37:54 +01:00
chylex 09e7510358
Change online player check in backup scheduler to wait for any server process output before retrying 2023-02-06 23:37:54 +01:00
chylex b3104f9ac3
Change backup world copying to use the dedicated temporary folder 2023-02-05 11:24:43 +01:00
chylex c7354dce0e
Delete broken backup archive in case archival fails after the file is created 2023-02-05 11:02:20 +01:00
chylex b5129e2f70
Add zstd installation to Dockerfile 2023-02-05 03:39:35 +01:00
chylex 2f49d72014
Implement automatic backups 2023-02-05 03:39:35 +01:00
chylex 62a683f8ef
Add backend code for creating world backups (tar + zstd) 2023-02-04 16:26:29 +01:00
chylex dca52bb6ad
Check Agent instance and memory limits on instance launch instead of instance creation 2023-01-30 21:28:25 +01:00
chylex e40459a039
Unify enums used for result messages 2023-01-30 08:18:53 +01:00
chylex 4c66193b6e
Fix missing disposal of instances in the Agent 2023-01-29 21:14:26 +01:00
chylex 07eed8b689
Clarify cancellation token purpose in RPC Send methods 2023-01-27 13:59:44 +01:00
chylex bb261d34ac
Update Dockerfile to cache apt packages and reduce layers 2023-01-26 05:49:02 +01:00
chylex d2e7f4f876
Add TaskManager shutdown logging of remaining tasks 2023-01-25 12:08:53 +01:00
chylex c4cf45776d
Refactor PhantomLogger overloads 2023-01-25 05:04:28 +01:00
chylex 3c10e1a8f9
Fix race conditions when transitioning instance states during Agent shutdown 2023-01-25 04:10:14 +01:00
chylex f4aec6f11d
Refactor sequence IDs in message replies 2023-01-24 01:09:25 +01:00
chylex c8a2a539e8
Move Agent keep-alive loop into an unmanaged task to ensure unreachable Server does not prevent Agent shutdown 2022-12-31 23:53:13 +01:00
chylex b1758fb2bb
Minor code and dependency cleanup 2022-12-31 21:45:17 +01:00
chylex 2cc7975193
Rework message replies 2022-12-30 03:26:06 +01:00
chylex 6472134f9a
Update all NuGet packages 2022-12-29 18:20:24 +01:00
chylex c0243dc749
Add README 2022-10-28 14:48:17 +02:00
chylex d57546bb71
Refactor and tweak design of Users table and edit dialogs on web 2022-10-28 04:41:36 +02:00
chylex ab20e46af2
Add LICENSE 2022-10-28 04:41:17 +02:00
chylex d4f244a3db
Add an "Instance Manager" role 2022-10-28 03:44:41 +02:00
chylex e2ed060044
Add user role management to web 2022-10-27 06:24:54 +02:00
chylex e62bd430b9
Add finer permissions for instances on web 2022-10-26 05:31:18 +02:00
chylex c618a8d045
Fix web not checking permissions in events 2022-10-26 05:23:57 +02:00
chylex 8a87d7aff6
Extract instance command input form into a separate component on web 2022-10-26 04:36:43 +02:00
chylex 8ac8971f7f
Minor web design fixes 2022-10-25 05:24:51 +02:00
chylex c582aefb05
Minor web form refactoring and fixes 2022-10-25 05:15:41 +02:00
chylex fd0097214b
Refactor web form validation and yielding after submitting 2022-10-25 04:55:02 +02:00
chylex 1c5940dd23
Add basic user management to web 2022-10-25 04:42:26 +02:00
chylex 55b643c513
Improve exception handling when configuring and starting the Minecraft server 2022-10-24 14:15:26 +02:00
chylex 36dbc6f984
Fix Agents mangling server.properties file 2022-10-24 14:03:54 +02:00
chylex 205b1f0697
Optimize web identity middleware to only run on login and logout pages 2022-10-22 21:06:26 +02:00
chylex 1c2c32c2e6
Add permissions for existing web pages 2022-10-22 20:42:23 +02:00
chylex 0e6d506cb4
Add user and role permissions on web 2022-10-22 20:02:46 +02:00
chylex 8d3e4442d7
Move StopProcedureException into Phantom.Utils.Runtime project 2022-10-21 13:59:57 +02:00
chylex 59cf71e3e1
Add option to create instances with Minecraft snapshots 2022-10-20 19:42:04 +02:00
chylex 98ec0e001c
Add FormValidationMessage web component 2022-10-20 07:11:01 +02:00
chylex 4728820b0f
Remove satellite resource assemblies from builds 2022-10-20 07:10:25 +02:00
chylex 663aa8fded
Add Dockerfile for building Agent and Server 2022-10-20 04:36:03 +02:00
chylex bcb53528b9
Refactor RPC to use a single long running task 2022-10-19 15:24:40 +02:00
chylex 69f3fbcbf4
Fix or suppress several ReSharper warnings 2022-10-19 13:11:40 +02:00
chylex f5e01716ed
Fix Agent not checking allowed ports during instance launch 2022-10-19 13:07:06 +02:00