Commit Graph

117 Commits

Author SHA1 Message Date
7c2bc9d19b Improved logging in server components 2025-08-02 21:54:58 +02:00
2e4c933fbe Started implementing server deletion 2025-08-02 21:12:38 +02:00
5c170935b4 Implemented online detection. Extended ServerContext to include self reference so sub components can subscribe to the state. Improved console module detach handling. Implemented new server service to replace the old one. Added log restore when restoring 2025-07-30 20:52:24 +02:00
eaf8c36f7f Fixed event/observer issues 2025-07-30 17:12:21 +02:00
bb81ca9674 Implemented first iteration of the docker-based server installer. Added restore functionality for the installer. Wired up for basic installer testing 2025-07-29 22:24:46 +02:00
f57d33cb1e Fixed usage of IAsyncObservable. Added runtime exit handler 2025-07-29 21:14:41 +02:00
b546a168d2 Implemented restorer, wired up for basic testing. Improved abstractions and fixed observer pattern issues 2025-07-26 23:19:57 +02:00
84b3d1caf6 Implemented factory pattern for server abstraction creation. Implemented raw fs and docker provisioner. Implemented docker event service with observer pattern 2025-07-26 19:14:02 +02:00
0bef60dbc8 For extensions of base system like podman and btrfs: Started improving server abstractions to make it more extendable in order to support multiple implementations 2025-07-25 13:45:47 +02:00
bdc4ad8265 Added id ordering as postgres would return the last changed elements first which breaks pagination 2025-07-24 20:24:00 +02:00
431cdcb260 Improved server share permission handling and share ui 2025-07-24 20:19:49 +02:00
1f94752c54 Started improving server shares and general api controller structure 2025-07-24 18:28:10 +02:00
a2db7be26f Improved server header and variables page 2025-07-18 23:17:56 +02:00
265a4b280b Refactored ui. Improved console experience. Added command endpoint 2025-07-18 21:16:52 +02:00
f8c11b2dd8 Updated mooncore version 2025-07-17 22:56:52 +02:00
e83d1351cb Fixed server create ui 2025-07-16 21:29:43 +02:00
61253919cf Refactored frontend to work with the latest mooncore changes 2025-07-16 20:46:45 +02:00
383d4bb24b Improved some route templates 2025-07-15 21:06:40 +02:00
f22f0c0e51 Refactored api server project for latest mooncore changes 2025-07-15 21:04:46 +02:00
514f862a9d Started refactoring to be compatible with the changed nuget packages and the mooncore changes 2025-07-15 19:21:44 +02:00
b53140e633 Implemented basic ui for server sharing. Extracted server authorization. Refactoring and small improvements 2025-06-11 21:59:49 +02:00
cfed1aefde Moved share permission parsing to jsonb implementation of ef core. Improved auth handling for shares 2025-06-06 14:15:32 +02:00
1ec4450040 Started implementing server share backend. Redesigned server authorization for api calls. Refactored controller names for servers. Moved some responses to correct namespace 2025-06-05 23:35:39 +02:00
4b1045d629 Implemented daemon side stats streaming. Fixed server task cancellation being too quick. Improved console streaming 2025-06-05 02:29:49 +02:00
3b08a205d3 Implemented extending virtual disks. Implemented full error handling for virtual disks. Fixed small zip/tar error i found 2025-06-04 23:59:35 +02:00
f78e97aff4 Implemented basic virtual disk support 2025-06-03 16:43:48 +02:00
2bf56f6963 Updated to match plugin standard 2025-06-01 11:53:20 +02:00
4fdcc7aff1 Finished cleanup of the server system 2025-05-30 22:42:04 +02:00
b955bd3527 Refactored/recreated server system. Seperated into sub systems. Still wip 2025-05-29 21:56:38 +02:00
f2771acb49 Improved node statistics. Added overview for single nodes and replaced mockup values with api fetched values for nodes list 2025-05-27 00:17:42 +02:00
de682ab7ae Switched to new permission handling for front and backend as the moonlight core did 2025-05-21 10:54:34 +02:00
35ee8f5bd9 Workaround for https://github.com/dotnet/aspnetcore/issues/59291 2025-05-15 09:58:41 +02:00
3d7f071170 Upgraded to dotnet 9. Fixed smaller issues 2025-05-15 09:46:38 +02:00
49f0a7c55e Refactored plugin loading. Added project settings for packing 2025-05-13 20:52:26 +02:00
d33e7bf295 Updated use of theme styles to fix missing colors 2025-05-11 00:00:32 +02:00
33b233d0c5 Switched to new tailwind building 2025-05-09 15:38:35 +02:00
0322b184fd Added the ability to kill servers which are starting / online instantly 2025-04-15 15:33:01 +02:00
37a57cb774 Added request size limit option 2025-04-15 15:20:58 +02:00
c1820bd4ed Adjusted log levels. Reverted signalr test change 2025-04-15 14:46:13 +02:00
b4f219a704 Extracted all TODO static values to configuration parameters 2025-04-15 14:38:18 +02:00
0bca85d775 Implemented support for authentication dependent docker registries 2025-04-15 14:16:02 +02:00
144d9141c9 Cleaned up node allocations controller 2025-04-15 14:15:00 +02:00
e5840012ba Added build script for creating installable versions 2025-04-15 12:20:54 +02:00
36cbc83c63 Removed old manual access token checking and switched to asp.net jwt handling. Removed old console subscriber handling and switched to full signal r solution + asp.net core auth 2025-04-13 00:09:06 +02:00
ec0c336825 Implemented proper node authentication 2025-04-11 22:58:00 +02:00
f0948960b7 Adjusted file upload size. Fixed allocations tab. Implemented server tab path handling 2025-04-09 20:47:49 +02:00
moritz
e274f1fdd8 Renamed UserRequestResponse to UserResponse to match main lib 2025-04-06 16:13:32 +02:00
f56f94a03b Implemented zip and tar compressing and decompressing. Implemented chunked file uploading 2025-03-24 22:15:05 +01:00
4046579c42 Added saving in server variables tab 2025-03-05 10:31:00 +01:00
a2ffb561bd Started implementing variables tab and api controller 2025-03-04 17:23:56 +01:00