1
0
mirror of https://github.com/chylex/Minecraft-Phantom-Panel.git synced 2024-11-21 23:42:45 +01:00
Commit Graph

94 Commits

Author SHA1 Message Date
dacd786b4c
Work around .NET starving thread pool when reading process output 2023-03-03 08:32:05 +01:00
9971855bf8
Cache Minecraft server executable info 2023-02-28 01:45:35 +01:00
ffa0ff24fa
Move most verbose log messages to debug level 2023-02-28 00:07:54 +01:00
2b4fa2c902
Fix event log webpage title 2023-02-26 21:53:43 +01:00
a31dda7439
Fix Server forgetting instance status after reconfiguring & refactor automatic instance launch 2023-02-26 19:39:12 +01:00
bb7de48d24
Move fetching server jar download information exclusively to the Server 2023-02-26 15:29:51 +01:00
891a999ffd
Add event log 2023-02-24 17:22:19 +01:00
c0bfe8f403
Rename audit log classes and entities 2023-02-13 05:30:32 +01:00
d307dbb6e0
Fix not setting the Server Software field when editing an instance 2023-02-08 00:16:40 +01:00
a6acd7dec9
Fix not showing offline Agents when editing an instance 2023-02-08 00:04:49 +01:00
524e27bd29
Add protection against modifying selected agent when editing an instance 2023-02-07 23:48:31 +01:00
7a209d1d71
Fix Server not marking Agent as connected if a keep-alive packet arrives after a temporary packet loss 2023-02-07 23:44:27 +01:00
71a5babb73
Tweak website design and improve browser compatibility 2023-02-07 23:44:26 +01:00
125239b48d
Fix centering of HTML range inputs so that background color split is positioned correctly 2023-02-07 23:20:50 +01:00
81bcb91566
Add instance edit form & fix instance configuration validation 2023-02-07 23:15:33 +01:00
b71bc56fc2
Fix drop-down with Minecraft version types accidentally submitting the instance creation form 2023-02-07 21:48:37 +01:00
dca52bb6ad
Check Agent instance and memory limits on instance launch instead of instance creation 2023-01-30 21:28:25 +01:00
e40459a039
Unify enums used for result messages 2023-01-30 08:18:53 +01:00
07eed8b689
Clarify cancellation token purpose in RPC Send methods 2023-01-27 13:59:44 +01:00
d2e7f4f876
Add TaskManager shutdown logging of remaining tasks 2023-01-25 12:08:53 +01:00
c4cf45776d
Refactor PhantomLogger overloads 2023-01-25 05:04:28 +01:00
f4aec6f11d
Refactor sequence IDs in message replies 2023-01-24 01:09:25 +01:00
b1758fb2bb
Minor code and dependency cleanup 2022-12-31 21:45:17 +01:00
2cc7975193
Rework message replies 2022-12-30 03:26:06 +01:00
d57546bb71
Refactor and tweak design of Users table and edit dialogs on web 2022-10-28 04:41:36 +02:00
d4f244a3db
Add an "Instance Manager" role 2022-10-28 03:44:41 +02:00
e2ed060044
Add user role management to web 2022-10-27 06:24:54 +02:00
e62bd430b9
Add finer permissions for instances on web 2022-10-26 05:31:18 +02:00
c618a8d045
Fix web not checking permissions in events 2022-10-26 05:23:57 +02:00
8a87d7aff6
Extract instance command input form into a separate component on web 2022-10-26 04:36:43 +02:00
8ac8971f7f
Minor web design fixes 2022-10-25 05:24:51 +02:00
c582aefb05
Minor web form refactoring and fixes 2022-10-25 05:15:41 +02:00
fd0097214b
Refactor web form validation and yielding after submitting 2022-10-25 04:55:02 +02:00
1c5940dd23
Add basic user management to web 2022-10-25 04:42:26 +02:00
205b1f0697
Optimize web identity middleware to only run on login and logout pages 2022-10-22 21:06:26 +02:00
1c2c32c2e6
Add permissions for existing web pages 2022-10-22 20:42:23 +02:00
0e6d506cb4
Add user and role permissions on web 2022-10-22 20:02:46 +02:00
59cf71e3e1
Add option to create instances with Minecraft snapshots 2022-10-20 19:42:04 +02:00
98ec0e001c
Add FormValidationMessage web component 2022-10-20 07:11:01 +02:00
4728820b0f
Remove satellite resource assemblies from builds 2022-10-20 07:10:25 +02:00
bcb53528b9
Refactor RPC to use a single long running task 2022-10-19 15:24:40 +02:00
69f3fbcbf4
Fix or suppress several ReSharper warnings 2022-10-19 13:11:40 +02:00
751d914d12
Update to C# 11 and use generic attributes in form validation 2022-10-19 13:06:43 +02:00
bcfc2c8240
Rewrite Agent shutdown procedure to delay RPC disconnection until main services are stopped 2022-10-19 06:36:31 +02:00
5f4e7f0280
Fix silently discarding exceptions in form submit events on web 2022-10-19 03:07:53 +02:00
4725ce27dd
Fix missing mapping between audit event types and subject types 2022-10-19 03:06:21 +02:00
dbd57a1ee0
Fix Server handling messages from non-registered Agents 2022-10-19 02:06:06 +02:00
3b19cbd985
Add Agent build version to Agents table 2022-10-19 01:47:55 +02:00
24e08f1943
Migrate from MessagePack to MemoryPack for RPC serialization 2022-10-19 00:26:17 +02:00
ff5d31bf05
Make it possible to use condensed agent key via environment variables 2022-10-18 03:04:00 +02:00