1
0
mirror of https://github.com/chylex/Minecraft-Phantom-Panel.git synced 2025-08-10 13:40:40 +02:00
Commit Graph

28 Commits

Author SHA1 Message Date
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
6472134f9a
Update all NuGet packages 2022-12-29 18:20:24 +01:00
e2ed060044
Add user role management to web 2022-10-27 06:24:54 +02:00
c618a8d045
Fix web not checking permissions in events 2022-10-26 05:23:57 +02:00
8d3e4442d7
Move StopProcedureException into Phantom.Utils.Runtime project 2022-10-21 13:59:57 +02:00
bcb53528b9
Refactor RPC to use a single long running task 2022-10-19 15:24:40 +02:00
bcfc2c8240
Rewrite Agent shutdown procedure to delay RPC disconnection until main services are stopped 2022-10-19 06:36:31 +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
dbba829e21
Persist ASP.NET keys in the working directory 2022-10-17 00:48:55 +02:00
4fc5214418
Add audit log 2022-10-17 00:25:30 +02:00
3d2b0d5373
Move TaskManager to Phantom.Utils.Runtime project 2022-10-16 16:54:34 +02:00
f10a754efb
Refactor RwLockedDictionary and introduce RwLockedObservableDictionary 2022-10-15 16:27:25 +02:00
e51844d798
Add version and git hash to assemblies & website menu 2022-10-14 22:09:24 +02:00
c4b1d3c920
Fix graceful shutdown issues 2022-10-14 17:20:41 +02:00
bfb60219ea
Change environment variables to throw on error instead of returning default value 2022-10-13 15:26:23 +02:00
8c9925921c
Migrate solution to centralized NuGet package versions 2022-10-12 19:19:19 +02:00
640731634b
Add custom task manager for tracking running tasks 2022-10-07 20:16:45 +02:00
0695ee8405
Add instance logs to web 2022-10-07 17:21:39 +02:00
eefe1b8051
Add support for downloading Minecraft server executables 2022-10-07 17:21:38 +02:00
3c0c286c32
Add Java runtime discovery to Agents 2022-10-07 17:21:38 +02:00
4abb394bc3
Add Agent memory and instance configuration 2022-10-07 11:33:57 +02:00
40bf4d4578
Add Agent management with an Agent table on web 2022-10-07 11:33:57 +02:00
23a4cf69dd
Add communication between Agent and Server via ZeroMQ and MessagePack 2022-10-07 07:27:20 +02:00
2c6c9ea493
Add Agent project & token generation 2022-10-07 07:27:20 +02:00
f27c88e7d5
Add Blazor web project with custom Bootstrap theme 2022-10-06 11:15:33 +02:00