Pat Hartl
07ec314370
Fix .NET 10 build
2026-04-12 19:59:53 -05:00
Pat Hartl
c48bf31db1
Made allocation method on key nullable, added manual assign key dialog, reworked how the next available key is chosen
2026-04-12 19:58:47 -05:00
Pat Hartl
afa20bee72
Merge branch 'avalonia-launcher'
2026-04-10 01:52:20 -05:00
Pat Hartl
7deb435e98
Initial support for grid image, screenshots, video
2026-04-03 19:22:26 -05:00
akifreak
a7bd41ff9d
Fix game archive upload in web ui
...
bundle.js is built by webpack as an ES module (output.library.type:
'module'), ending with named exports such as:
export { Be as ChunkUploader, s as InfiniteScroll, ... }
All three inclusion sites (App.razor, _Layout.cshtml,
ScriptLoader.razor) loaded it via a plain <script> tag, which is for
classic scripts only and does not support the 'export' keyword.
Edge throws a visible SyntaxError and uploading does not work.
Fixed by adding type="module" to the bundle.js script tag in all three
locations.
2026-04-03 21:21:40 +02:00
Pat Hartl
4a0e0115ec
Fix saving scripts on Games, Tools, Redistributables
2026-03-13 00:45:21 -05:00
Pat Hartl
85e707b7a3
Fix form rendering logic for remote server credentials
2026-03-11 01:44:08 -05:00
Pat Hartl
8914da3d28
Fix form for adding remote server
2026-03-10 19:10:14 -05:00
Pat Hartl
06a787bb78
Fix binding for default role
2026-03-08 15:39:37 -05:00
Pat Hartl
2e3d999eba
Fix use of alert param
2026-03-08 15:12:12 -05:00
Pat Hartl
7cfaeb1255
Fix use of color
2026-03-08 14:59:11 -05:00
Pat Hartl
115c9b02f3
Fix media thumbnails not loading after new media added
2026-03-08 13:56:51 -05:00
Pat Hartl
de38e609a5
Add remote LANCommander server installs as viable server engine
2026-03-08 13:49:30 -05:00
Pat Hartl
2a604eec74
Add snippets path input to settings
2026-03-04 23:49:57 -06:00
Pat Hartl
99eeb4193f
Rework metadata lookup to support multiple providers, merging
2026-03-03 22:29:41 -06:00
Pat Hartl
2d888ef50b
Rename private variables
2026-02-16 19:34:41 -06:00
Pat Hartl
2bdd1ed261
Fix alignment of action buttons in list pages
2026-02-08 16:09:51 -06:00
Pat Hartl
5c28d608aa
Fix server header extra layout, remove more old export dropdowns
2026-02-08 15:11:28 -06:00
Pat Hartl
3202df776a
Fix console/http path saving in servers. Remove old export dropdown.
2026-02-08 15:03:15 -06:00
Pat Hartl
120e14d40c
Add Tools section to server app
...
Allows users to upload additional tools and tie them to games. This can be useful for software like map editors, trainers, etc.
2026-02-08 02:24:53 -06:00
Pat Hartl
f28e942a25
Fix redistributable archive editor
2026-02-08 02:20:19 -06:00
Pat Hartl
9694f97671
Fix save path editor crashing when no archive exists on game
2026-02-07 19:05:10 -06:00
Pat Hartl
87f7e2160c
Remove DI from cmdlets, fix SteamCMD login, fix SteamCMD settings
2026-01-28 01:59:27 -06:00
Pat Hartl
d4c47fe45d
Redirect to root after logout
LANCommander Release / prep (push) Failing after 17s
LANCommander Release / build_server_linux_arm64 (push) Has been skipped
LANCommander Release / build_server_linux_x64 (push) Has been skipped
LANCommander Release / build_server_osx_arm64 (push) Has been skipped
LANCommander Release / build_server_osx_x64 (push) Has been skipped
LANCommander Release / build_server_win_arm64 (push) Has been skipped
LANCommander Release / build_server_win_x64 (push) Has been skipped
LANCommander Release / build_launcher_linux_arm64 (push) Has been skipped
LANCommander Release / build_launcher_linux_x64 (push) Has been skipped
LANCommander Release / build_launcher_osx_arm64 (push) Has been skipped
LANCommander Release / build_launcher_osx_x64 (push) Has been skipped
LANCommander Release / build_launcher_win_arm64 (push) Has been skipped
LANCommander Release / build_launcher_win_x64 (push) Has been skipped
LANCommander Release / build_release (push) Has been skipped
2026-01-25 17:46:19 -06:00
Pat Hartl
7be1f54b9f
Display loading indicator when opening export dialog
2026-01-25 17:41:01 -06:00
Pat Hartl
b570ff0713
Fix export button for servers and redistributables
2026-01-24 23:35:58 -06:00
Pat Hartl
9415a31707
Fix redistributable and server script editors, add packaging for redistributables
2026-01-24 23:35:39 -06:00
Pat Hartl
6017a65ac9
Fix dependencies on SteamProfileEditor
2026-01-24 22:32:28 -06:00
Pat Hartl
c5506b440f
Move Steam integrations to separate assembly, add cmdlets for various Steam actions
2026-01-24 16:37:07 -06:00
Pat Hartl
a8efeb97e6
Better error handling for SteamCMD integration, add timeouts
LANCommander Release / prep (push) Failing after 26s
LANCommander Release / build_server_linux_arm64 (push) Has been skipped
LANCommander Release / build_server_linux_x64 (push) Has been skipped
LANCommander Release / build_server_osx_arm64 (push) Has been skipped
LANCommander Release / build_server_osx_x64 (push) Has been skipped
LANCommander Release / build_server_win_arm64 (push) Has been skipped
LANCommander Release / build_server_win_x64 (push) Has been skipped
LANCommander Release / build_launcher_linux_arm64 (push) Has been skipped
LANCommander Release / build_launcher_linux_x64 (push) Has been skipped
LANCommander Release / build_launcher_osx_arm64 (push) Has been skipped
LANCommander Release / build_launcher_osx_x64 (push) Has been skipped
LANCommander Release / build_launcher_win_arm64 (push) Has been skipped
LANCommander Release / build_launcher_win_x64 (push) Has been skipped
LANCommander Release / build_release (push) Has been skipped
2026-01-23 02:31:48 -06:00
Pat Hartl
f23cf3384f
Auto detect SteamCMD path
2026-01-23 01:36:26 -06:00
Pat Hartl
fddc5de2e7
Move IGDB and SteamGridDB auth settings to distinct pages
2026-01-18 19:36:24 -06:00
Pat Hartl
4df9cee47f
Fix log viewer initialization
...
Ref #393
2026-01-18 18:56:01 -06:00
Pat Hartl
e1c1469614
Fix chat component rendering
...
- Load thread after creation
- Change thread list from DataList to Flex
- Move unread badge to right side of chat thread list item
- Fix avatar rerendering after another message is added to message group
- Add styling to thread list
- Change message input to support markdown and add markdown rendering for message contents
2025-12-30 18:08:20 -06:00
Pat Hartl
5b0abac404
Merge branch 'main' into development
2025-12-15 23:15:40 -06:00
Pat Hartl
88301d9c79
Move config/user files to Data directory
2025-12-11 01:58:28 -06:00
Aaron Powell
52642ccb25
Removing serilog from server
2025-12-11 16:18:33 +11:00
Pat Hartl
f242f66813
Fix display of system scripts table
2025-12-09 00:16:32 -06:00
Pat Hartl
20731f355a
Fix certain taxonomies (tag, genre, platform) being removed from game on save
...
Fixes the action, custom field, multiplayer mode, and save path editors from clearing out taxonomies when saving. Also passes the Game/Server/Redistributable ID as a cascading parameter.
2025-12-08 00:51:32 -06:00
Pat Hartl
7bc0783360
Restore Developer/Publisher fields
2025-12-06 19:33:43 -06:00
Pat Hartl
da68c79991
Reload table after import
2025-12-05 16:28:39 -06:00
Pat Hartl
1cdbde922f
Add FileExistsAsync to differentiate from archive entity ExistsAsync
2025-12-03 23:41:51 -06:00
Pat Hartl
47d78f66d9
Add basic routes for issues, move to minimal API, resolve using user ID
2025-11-21 00:25:59 -06:00
Pat Hartl
cf16d7619f
Move game endpoints to minimal API, fix archive upload compressed size calculation
2025-11-20 22:04:20 -06:00
Pat Hartl
34b172b539
Fix divider title
2025-11-19 19:52:42 -06:00
Pat Hartl
772dd03537
Rename to ArchiveService
2025-11-17 22:09:03 -06:00
Pat Hartl
7321738d4a
Fix updating default role ID
2025-11-17 18:02:02 -06:00
Pat Hartl
b0025daea0
Prefer IOptions, fix setting duplication bug
2025-11-17 18:01:53 -06:00
Pat Hartl
add770b227
Refactor Settings
...
Settings for the server are now combined with the settings from the SDK. This introduces a large breaking change and a migration should be created. This refactor utilizes .NET Configuration and the Options pattern. This will allow for the overriding of any setting using envionment variables. It also means that Settings.yml can be used to override any .NET configuration. A SettingsProvider implementation was created, and any updating of settings was changed from SettingsService.SaveSettings() to SettingsProvider.Update(s => { ... })
2025-11-16 12:31:25 -06:00
Pat Hartl
b5cf88cd55
Index page for chat
2025-11-11 01:10:42 -06:00