Commit graph

598 commits

Author SHA1 Message Date
Pat Hartl
03626a75d0 Remove foreaching table 2023-11-04 20:12:11 -05:00
Pat Hartl
78fb812a74 Add descriptiive text for HTTP paths and add a button to get the URL for a path 2023-11-04 20:02:09 -05:00
Pat Hartl
4fb11c1dd7 Change server HTTP options to allow multiple specified paths.
This is useful if you only want to share specific paths via HTTP, or have the paths stored in multiple places and want to unite them under one URL structure.
2023-11-04 19:43:38 -05:00
Pat Hartl
d6eff92835 Add submenus for settings and profile. Add logout button. 2023-11-03 23:33:27 -05:00
Pat Hartl
3f3d5b718b Add settings page for media 2023-11-03 01:49:43 -05:00
Pat Hartl
1689cab3b3 Update installer manifest 2023-11-03 01:29:04 -05:00
Pat Hartl
f275d3478b Remove icon extraction from WinPE files. Add migration from old extracted icons to new media entries. 2023-11-03 01:24:27 -05:00
Pat Hartl
f0c8296b6e Don't grab icon from old icon route 2023-11-03 00:10:13 -05:00
Pat Hartl
37f9027a80 Show server address and add disconnect button in Playnite addon settings 2023-11-03 00:07:20 -05:00
Pat Hartl
14a92bdc3e Merge branch 'media' 2023-11-02 23:54:15 -05:00
Pat Hartl
739453c8bc Pull media for Playnite from LANCommander server if it exists 2023-11-02 23:37:10 -05:00
Pat Hartl
82886221fc Add manual upload button for media 2023-11-02 23:18:19 -05:00
Pat Hartl
0fc8d756b3 Remove committed media. Store and serve proper mime type. 2023-11-02 22:13:19 -05:00
Pat Hartl
262e8cd468 Fix stretching of some media preview in editor 2023-11-02 19:30:30 -05:00
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