Commit Graph

734 Commits (8b7be9157e636b55d7f26b407f02f91f1957b73c)

Author SHA1 Message Date
Pat Hartl d51eab151a Allow media grabber dialog to show results from multiple groups. Show media type in media grabber dialog. Allow modification of search for media grabber dialog. 2023-11-02 19:27:50 -05:00
Pat Hartl 499b0c910a Add ability to add media to games. Search media from steamgriddb.com 2023-11-02 01:24:42 -05:00
Pat Hartl 8c61a7e3b5 Allow customization of the address that gets broadcast by the beacon 2023-10-30 18:45:11 -05:00
Pat Hartl fd3f6c24b1
Update installermanifest.yaml 2023-10-28 14:44:41 -05:00
Pat Hartl fa57cc21ad Require administrator for redistributables 2023-10-28 14:20:41 -05:00
Pat Hartl 5a99f58f81 Run install script even if there is no archive for redistributables 2023-10-28 14:08:13 -05:00
Pat Hartl b23df9b2ad Support Playnite URI for connecting to server
e.g. playnite://lancommander/connect/http%3A%2F%2Flocalhost%3A1337
2023-10-28 13:56:54 -05:00
Pat Hartl ff9ec5a17b Merge branch 'redistributables' 2023-10-27 18:54:50 -05:00
Pat Hartl 06188d5800 Rename temp scripts to .ps1
PowerShell won't execute scripts that don't end in .ps1
2023-10-27 18:54:19 -05:00
Pat Hartl 5e47d8fa3d Remove display attributes 2023-10-24 19:13:09 -05:00
Pat Hartl 4dfed69a91 Fix detection result check 2023-10-24 19:12:59 -05:00
Pat Hartl b4405d3034 Added redistributable installing to plugin 2023-10-24 19:11:50 -05:00
Pat Hartl e4cf2aabfe Add new detect install script type, restrict script editor to specific types 2023-10-24 18:05:13 -05:00
Pat Hartl af265e9d34 Add archive menu item for redistributables 2023-10-22 18:12:01 -05:00
Pat Hartl 9e1b8ad7e3 Allow games to select redistributables required 2023-10-22 17:59:00 -05:00
Pat Hartl 9327511245 Add page to add/edit redistributables 2023-10-18 18:18:04 -05:00
Pat Hartl e3a08bc9c3 Added redistributable support to archives 2023-10-18 18:17:47 -05:00
Pat Hartl a3b1dabbb1 Add redistributable support to script editor 2023-10-18 18:11:42 -05:00
Pat Hartl 2287ac9922 Refactored archive uploader to use binding instead of Game parameter
May fix issues where game metadata is wiped after uploading an archive.
2023-10-18 18:11:20 -05:00
Pat Hartl 539ddb2f2e Move archive editor 2023-10-18 17:59:59 -05:00
Pat Hartl a00d0b3b42 Add database models and migrations for redistributables 2023-10-18 01:14:31 -05:00
Pat Hartl 80bd7dc66c Introduce user alias for persisting name changes separate from username 2023-10-16 20:48:12 -05:00
Pat Hartl 4b7e72b343 Require authentication for profile pages 2023-10-16 20:17:59 -05:00
Pat Hartl 04b8d45af4 Only show approval button is approval is required 2023-09-30 16:39:17 -05:00
Pat Hartl 3d86a617a9 Right align profile buttons 2023-09-30 14:03:27 -05:00
Pat Hartl 05116a65fb Don't wrap action column for servers 2023-09-30 14:02:00 -05:00
Pat Hartl c477782ca8 Update to latest version of RegParserDotNet 2023-09-24 21:15:22 -05:00
Pat Hartl ae14ceb306
Update installermanifest.yaml 2023-09-21 19:27:02 -05:00
Pat Hartl 35684c0a54 Added ability to import .reg exports into scripts 2023-09-21 19:00:12 -05:00
Pat Hartl 8f853fab56 Add profile page for users to change username/email, download saves, change password. 2023-09-18 00:58:40 -05:00
Pat Hartl 07a41aeaf5 Add ability for admins to change user password
Ref #28
2023-09-17 17:26:48 -05:00
Pat Hartl f94e5f63a8 Attempt to speed up loading of dashboard
Ref #29
2023-09-17 17:01:17 -05:00
Pat Hartl b32451d216 Add the ability to cancel installs in Playnite 2023-09-16 15:13:55 -05:00
Pat Hartl e00aa069fa Update installer manifest 2023-09-15 17:40:05 -05:00
Pat Hartl f376056eeb Only log LANCommander events 2023-09-15 17:38:44 -05:00
Pat Hartl 35ca8391c6 Don't lock user into validation loop if they close the auth window 2023-09-15 17:36:45 -05:00
Pat Hartl 54b7fec96b Remove auth check on Playnite start 2023-09-15 17:35:44 -05:00
Pat Hartl ebcb943e36 Remove non-working link 2023-09-15 17:35:25 -05:00
Pat Hartl 0c7b6f3b56 Add installer manifest for Playnite addon database 2023-09-15 17:13:10 -05:00
Pat Hartl 006bfcb866 Move away from top level statements to keep everything under LANCommander namespace 2023-09-14 17:44:16 -05:00
Pat Hartl 485b6febbe Fix token secret if it's shorter than 16 characters 2023-09-14 17:23:16 -05:00
Pat Hartl 75de5465c7 Better logging for auth controller 2023-09-14 17:14:03 -05:00
Pat Hartl 0a6b7fbe9d Update packages 2023-09-14 00:03:08 -05:00
Pat Hartl a2f9a8f217 Add ability to enable HTTP routes for servers to host static files 2023-09-13 23:29:59 -05:00
Pat Hartl dcaa9a8ac9 Fix settings nav highlights 2023-09-13 19:34:07 -05:00
Pat Hartl 4d7d0df9c0 Allow user saves storage path and max size to be configurable in settings 2023-09-13 19:32:36 -05:00
Pat Hartl 4476fbed5f Get archive path from storage path on settings 2023-09-12 20:23:06 -05:00
Pat Hartl 026efd586a Add ability to specify storage path for archives 2023-09-12 19:41:25 -05:00
Pat Hartl c725afc362 Add settings to control patching functionality 2023-09-12 19:24:04 -05:00
Pat Hartl 8a6c0b493b Fix non-Blazor checkboxes and remove jQuery 2023-09-12 18:02:30 -05:00