Extended file manager to support the new interfaces for downloading via url. Improved the handling of compressing and decompressing. Seperated file manager controllers. Updated mooncore versions

This commit is contained in:
2025-08-26 01:07:59 +02:00
parent dc862e4b3c
commit a6ae2aacfb
17 changed files with 868 additions and 503 deletions

View File

@@ -2,7 +2,7 @@
public class DecompressRequest
{
public string Type { get; set; }
public string Format { get; set; }
public string Path { get; set; }
public string Destination { get; set; }
}