LANCommander/LANCommander.Server/Startup
Pat Hartl f87756243e Add support for defining PowerShell modules
Adds a new section "Scripting" in the server UI where PowerShell modules can be defined. These can be used for defining a library of functions that can be used in any script. These modules are automatically synced to the launcher and imported upon script execution.
2026-06-28 23:02:35 -05:00
..
ApplicationSettings.cs Fix setting duplication 2026-03-04 23:46:17 -06:00
Authentication.cs Improve advanced auth provider editing, add role claim mapping 2026-06-21 02:03:51 -05:00
BackgroundProcessing.cs Schedule background process for packaging 2025-08-02 23:27:27 -05:00
Beacon.cs Refactor Settings 2025-11-16 12:31:25 -06:00
Cors.cs Clean up startup 2025-03-11 21:21:16 -05:00
Daemon.cs Clean up startup 2025-03-11 21:21:16 -05:00
Database.cs Fix default storage location paths 2025-12-16 19:35:36 -06:00
Debug.cs Clean up startup 2025-03-11 21:21:16 -05:00
Endpoints.cs Add support for defining PowerShell modules 2026-06-28 23:02:35 -05:00
Filesystem.cs Add support for defining PowerShell modules 2026-06-28 23:02:35 -05:00
Identity.cs Removing serilog from server 2025-12-11 16:18:33 +11:00
Kestrel.cs Increase buffer size for downloads, avoid throttling large responses via kestrel 2026-02-17 00:30:27 -06:00
Logger.cs Fix log viewer under settings / logs 2026-05-28 20:31:02 -05:00
Middleware.cs Added middleware to use JWT bearer authentication if header exists 2025-03-12 23:48:53 -05:00
Migrations.cs Overhauling the migrations to be a bit more explicit in the steps that they go through. 2025-12-18 10:57:26 +11:00
ProviderClaimTypes.cs Improve advanced auth provider editing, add role claim mapping 2026-06-21 02:03:51 -05:00
Razor.cs Increased web socket message size. Fixes issue where changes in script editor for large scripts wouldn't take. 2026-03-19 23:58:06 -05:00
RolesClaimAction.cs Improve advanced auth provider editing, add role claim mapping 2026-06-21 02:03:51 -05:00
Scalar.cs Move Scalar config out of extensions, add bearer token field to API reference 2025-03-11 19:32:38 -05:00
Servers.cs Move server lifecycle management to ServerManager. Add autostop delay to servers. 2026-06-14 00:53:38 -05:00
Services.cs Add limit options for saves, user storage, and download speed 2026-06-28 14:09:02 -05:00
SignalR.cs Separate SignalR chat client from RPC client. Create abstraction for getting server address. Implement server-side chat client. 2025-12-23 21:12:06 -06:00
Steam.cs Move Steam integrations to separate assembly, add cmdlets for various Steam actions 2026-01-24 16:37:07 -06:00
Thumbnails.cs Use server engines to start/stop servers 2025-03-24 00:19:33 -05:00