|
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 |
|
|
55b643c513
|
Improve exception handling when configuring and starting the Minecraft server
|
2022-10-24 14:15:26 +02:00 |
|
|
36dbc6f984
|
Fix Agents mangling server.properties file
|
2022-10-24 14:03:54 +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 |
|
|
8d3e4442d7
|
Move StopProcedureException into Phantom.Utils.Runtime project
|
2022-10-21 13:59:57 +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 |
|
|
663aa8fded
|
Add Dockerfile for building Agent and Server
|
2022-10-20 04:36:03 +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 |
|
|
f5e01716ed
|
Fix Agent not checking allowed ports during instance launch
|
2022-10-19 13:07:06 +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 |
|
|
e699513036
|
Add JVM argument to disable signal handling to prevent instant termination of Minecraft processes
|
2022-10-19 05:30:16 +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 |
|
|
de22e5695f
|
Condense Agent certificate and token into a single file
|
2022-10-18 02:44:56 +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 |
|
|
524b0a4cd9
|
Tweak website design and fix several design issues
|
2022-10-17 00:25:29 +02:00 |
|
|
0018b1f9b4
|
Reduce duration of progress bar animation
|
2022-10-16 17:25:54 +02:00 |
|
|
3d2b0d5373
|
Move TaskManager to Phantom.Utils.Runtime project
|
2022-10-16 16:54:34 +02:00 |
|
|
02e121d6ed
|
Move web identity services to a separate project
|
2022-10-15 18:30:08 +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 |
|
|
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 |
|
|
cde29e990d
|
Make Agent ignore Java executables that are symlinks
|
2022-10-14 19:58:24 +02:00 |
|
|
7a495888aa
|
Fix Server not automatically launching instances when Agent restarts unless instances are reloaded from database
|
2022-10-14 17:41:44 +02:00 |
|
|
c4b1d3c920
|
Fix graceful shutdown issues
|
2022-10-14 17:20:41 +02:00 |
|
|
2b661fd170
|
Use chmod 750 for instance and server folders created by Agent
|
2022-10-14 14:04:19 +02:00 |
|
|
ae4f4af2eb
|
Add environment variable for web server's base path
|
2022-10-13 15:34:33 +02:00 |
|
|
bfb60219ea
|
Change environment variables to throw on error instead of returning default value
|
2022-10-13 15:26:23 +02:00 |
|
|
3497f73d59
|
Fix Blazor trying to find 'wwwroot' in working directory
|
2022-10-13 14:49:52 +02:00 |
|
|
e41be61945
|
Add header to disable caching due to websocket disconnections
|
2022-10-13 13:16:29 +02:00 |
|
|
8c9925921c
|
Migrate solution to centralized NuGet package versions
|
2022-10-12 19:19:19 +02:00 |
|
|
315f6b181c
|
Automatically restart instances if they stopped unexpectedly
|
2022-10-12 19:19:19 +02:00 |
|