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
b9daf08dea
Fix passing of tool ID to uploader
2026-02-16 18:28:23 -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
1b21c77fe5
Make ArchiveId nullable for file pickers
2026-02-07 19:19:33 -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
1c5de59904
Remove incomplete server-side chat from menu
2026-01-25 17:41:41 -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
b6602dcfbe
Add tooltips for archive editor buttons, show loading spinner when browsing archive
2026-01-24 23:02:31 -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
d7114a4aaa
Fix JS initialization on server after module refactor
2026-01-18 19:36:43 -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
77ad9b9c53
Add component for better Not Found message
2026-01-18 02:09:07 -06:00
Pat Hartl
8bf006b1a4
Refactor TS to classes, remove factory in place of static Create factory method, rework module importing
2026-01-07 18:25:17 -06:00
Pat Hartl
e9b3f14896
Use Terminal component for server PowerShell debugger
2026-01-04 00:03:31 -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
fc0fcdcb7c
Merge pull request #382 from aaronpowell/tags-input-fixes
...
tags input fixes
2025-12-17 00:34:58 -06:00
Aaron Powell
5b0368bf7a
Changing how null is detected and handled
...
Using the required keyword to indicate what is expected to be passed to the components in the stack.
Looking through the usage, only the Values property can come through as null, everything else is set to something that should never be nullable (and then, if it is, it should be considered a proper error to resolve).
2025-12-17 14:50:05 +11:00
Pat Hartl
5b0abac404
Merge branch 'main' into development
2025-12-15 23:15:40 -06:00
Pat Hartl
6b12814055
Merge pull request #380 from aaronpowell/server-images
...
Fixing cascading parameter for Includes on DataColumn
2025-12-13 00:30:08 -06:00
Aaron Powell
734f38d3aa
Making it 'required' and removing the default to help the runtime resolve better
2025-12-13 16:50:52 +11:00
Aaron Powell
132a2bb4db
Fixing cascading parameter for Includes on DataColumn
2025-12-13 16:46:30 +11:00
Pat Hartl
962e227b03
Update snippet pathing
2025-12-11 02:06:04 -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
9a713045d1
Fix column rendering
2025-12-10 21:49:53 -06:00
Pat Hartl
ce183c8eb9
Implement debugger for packaging scripts
2025-12-10 21:46:46 -06:00
Pat Hartl
17fa802c19
Implementation of script debugger component with RPC via SignalR
2025-12-10 20:55:38 -06: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
f733fc274a
Fix tag input
2025-12-06 19:28:04 -06:00
Pat Hartl
cf6ca3ce64
Align table actions right, fix toolbar spacing
2025-12-05 16:36:01 -06:00
Pat Hartl
da68c79991
Reload table after import
2025-12-05 16:28:39 -06:00
Pat Hartl
760f29631c
Fix table header for actions
2025-12-05 16:28:13 -06:00
Pat Hartl
b18f07bfc8
Show failed message when import fails
2025-12-05 14:36:47 -06:00
Pat Hartl
80c257daa2
Calculate progress properly, show item being imported
2025-12-04 00:34:46 -06:00