Commit graph

4059 commits

Author SHA1 Message Date
Pat Hartl
1cbc3eab56 Rework PS variables, add logo, add script type/working dir, show/hide terminal when script runs 2024-08-16 18:18:02 -05:00
Pat Hartl
ac16ba813b Switched to using xterm-readline, redirect PS output to terminal 2024-08-15 21:33:17 -05:00
Pat Hartl
9038e02bfb Progress on debug console 2024-08-14 13:24:50 -05:00
Pat Hartl
7bc37478aa Pass through GameId to export 2024-08-13 18:39:28 -05:00
Pat Hartl
b654cb9d88 Logic for exporting games via CLI 2024-08-13 17:43:17 -05:00
Pat Hartl
1a7276c613 Logic for CLI importing 2024-08-13 17:42:56 -05:00
Pat Hartl
328e342b21 Rename messages to reflect sync verb 2024-08-13 17:42:43 -05:00
Pat Hartl
bf9ef30b4b Add game importing via CLI 2024-08-12 19:33:26 -05:00
Pat Hartl
4009aa3892 Update packages 2024-08-12 18:21:01 -05:00
Pat Hartl
46dddf5ded Fix enum references 2024-08-12 18:20:45 -05:00
Pat Hartl
8942c82154 Fix xterm initialization 2024-08-12 00:20:59 -05:00
Pat Hartl
052d8f1c8e Remove wiki functionality 2024-08-12 00:20:43 -05:00
Pat Hartl
131479277b Consolidate enums 2024-08-12 00:15:16 -05:00
Pat Hartl
9139140f24 Fix usings 2024-08-11 23:56:45 -05:00
Pat Hartl
a689b4db5c Update packages 2024-08-11 23:56:23 -05:00
Pat Hartl
f24669d21a Fix markdown usage in updates page 2024-08-11 23:56:14 -05:00
Pat Hartl
ab3bc86ef5 Fix server script running 2024-08-11 14:48:24 -05:00
Pat Hartl
b50515a79a Fix version header check 2024-08-11 14:48:10 -05:00
Pat Hartl
76106691eb Add ability to track issues with games
Adds an admin section to view and resolve submitted issues and a menu option in the game context menu in the launcher to report an issue.
2024-08-11 14:48:00 -05:00
Pat Hartl
a00f25a06b Moved archives position in side menu
This change makes the side menu sort of follow some sort of UX flow. Metadata -> Media -> Upload archives -> Actions etc etc
2024-08-11 12:34:25 -05:00
Pat Hartl
a7e693c595 Fix crash after installing game 2024-08-11 12:31:30 -05:00
Pat Hartl
8c36e52d9a Update packages 2024-08-10 12:56:23 -05:00
Pat Hartl
c2e510dd46 Remove using 2024-08-10 12:53:38 -05:00
Pat Hartl
29047a4f12 Merge branch 'main' into v1.0.0
# Conflicts:
#	LANCommander.Launcher.Models/LibraryItem.cs
#	LANCommander.SDK/Client.cs
2024-08-10 12:11:04 -05:00
Mike Weaver
054380af44
fix /app permissions 2024-08-09 21:46:28 -06:00
Pat Hartl
5a69edc87f Fix updater executable
Some checks failed
LANCommander Release / build_server_linux-arm64 (push) Has been cancelled
LANCommander Release / build_server_linux-x64 (push) Has been cancelled
LANCommander Release / build_server_osx-arm64 (push) Has been cancelled
LANCommander Release / build_server_win-arm64 (push) Has been cancelled
LANCommander Release / build_server_win-x64 (push) Has been cancelled
LANCommander Release / build_launcher_linux-arm64 (push) Has been cancelled
LANCommander Release / build_launcher_linux-x64 (push) Has been cancelled
LANCommander Release / build_launcher_osx-arm64 (push) Has been cancelled
LANCommander Release / build_launcher_win-arm64 (push) Has been cancelled
LANCommander Release / build_launcher_win-x64 (push) Has been cancelled
LANCommander Release / build_release (push) Has been cancelled
2024-08-09 18:20:13 -05:00
Pat Hartl
76fa830b18 Update state when game uninstalled 2024-08-09 01:55:39 -05:00
Pat Hartl
a19f77fc34 Fix glitchy show/hide of download queue 2024-08-09 01:24:24 -05:00
Pat Hartl
a1cb8c8116 Fix context menu on completed downloads crashing application 2024-08-09 01:13:33 -05:00
Pat Hartl
a30eac81c2 Filter play sessions that don't belong to current user 2024-08-09 01:06:59 -05:00
Pat Hartl
1c4efb1a70 Fix API version header check
Cloudflare likes to lowercase the header for the API version when sending a response
2024-08-08 23:26:06 -05:00
Pat Hartl
9cffb12db3 Fix import of servers with set game 2024-08-08 23:11:29 -05:00
Pat Hartl
c1e9db798e Fix display grabbing 2024-08-08 20:00:21 -05:00
Pat Hartl
66453c9fac Import port with server 2024-08-08 19:14:33 -05:00
Pat Hartl
d5d3c0b9c6 Fix app crashing if installed game's files are removed 2024-08-08 18:28:33 -05:00
Pat Hartl
968f7da4cf Switch script writing to async 2024-08-08 18:08:52 -05:00
Pat Hartl
5a1346b5e5 Remove reference to install/uninstall cmdlet 2024-08-08 18:08:35 -05:00
Pat Hartl
32d40929b1 Removed cmdlets for install/uninstall, use CLI 2024-08-08 18:01:34 -05:00
Pat Hartl
85e47f5d3a Run scripts as admin using CLI elevation 2024-08-08 18:00:41 -05:00
Pat Hartl
9b00cb69fb Rename CLI arguments 2024-08-08 17:59:15 -05:00
Pat Hartl
0486fe99f8 Split CLI verbs into separate methods 2024-08-07 19:58:37 -05:00
Pat Hartl
a27a999f84 Add CLI project 2024-08-07 19:41:42 -05:00
Pat Hartl
4ac1cf067c Handle command line in services 2024-08-07 19:03:07 -05:00
Pat Hartl
e055514811 Split models and services into separate projects 2024-08-07 18:48:13 -05:00
Pat Hartl
4389b61e80 Run download and extract async, fix progress calculations 2024-08-07 18:00:43 -05:00
Pat Hartl
f91bdc9f69 Merge branch 'main' into v1.0.0 2024-08-07 17:42:44 -05:00
Pat Hartl
983fe8de21 Fix login error when user has no avatar set 2024-08-07 17:40:35 -05:00
Pat Hartl
62ebc142f4 Add rate limiting to install updates 2024-08-07 17:39:55 -05:00
Pat Hartl
113f4d820b Add CLI verb for changing alias 2024-08-07 17:39:29 -05:00
Pat Hartl
678a8d4ac8 Temporary disable cmdlet for uninstalling 2024-08-07 01:51:26 -05:00