Commit graph

537 commits

Author SHA1 Message Date
Pat Hartl
b6b6eb1e76 Fix uploader not fulling completing with long uploads. Added smoother progress bar updates. Added upload rate text. Show selected file name for uploader. 2023-08-28 01:25:03 -05:00
Pat Hartl
a6103a1f82 Update pathing for scripts 2023-08-28 01:23:05 -05:00
Pat Hartl
9388b5b630 Don't try to upload games if no save path definition file exists 2023-08-27 23:22:44 -05:00
Pat Hartl
f52ffc5426 Switch TS build config to use webpack. Switch Uploader to use axios 2023-08-27 18:17:52 -05:00
Pat Hartl
c3d281a1e4 Added notes field to games 2023-08-27 12:31:04 -05:00
Pat Hartl
8286c1ea0c Add recalculation of file sizes and clearing of icon cache as tools under settings 2023-08-25 19:26:30 -05:00
Pat Hartl
bf8eec1f6d Add display names for archive properties 2023-08-25 19:25:49 -05:00
Pat Hartl
4f76394bb5 Load everything from database using async 2023-08-25 19:25:28 -05:00
Pat Hartl
08fff0c8d0 Fix edit link in games list view 2023-08-25 19:01:39 -05:00
Pat Hartl
ce08c3ff9a Clean up page loads after creation of game. Remove "Edit" from route 2023-08-25 18:24:06 -05:00
Pat Hartl
f3cb19dba8 Add search to server list 2023-08-24 00:06:01 -05:00
Pat Hartl
aa17cb5090 Add search to games. Increase page size to 25 2023-08-23 23:57:56 -05:00
Pat Hartl
b6a448a289
Update LANCommander.Release.yml 2023-08-22 23:47:11 -05:00
Pat Hartl
68ae929ede
Update LANCommander.Release.yml 2023-08-22 23:36:04 -05:00
Pat Hartl
91dd9df3ce Add save icon beneath console editor 2023-08-22 23:33:34 -05:00
Pat Hartl
fcb4991364 Only show available consoles under monitor if any exist 2023-08-22 23:33:22 -05:00
Pat Hartl
63a6296850 Remove server console editor from general tab 2023-08-22 23:33:00 -05:00
Pat Hartl
d13863f2e2 Remove incorrect placeholder 2023-08-22 23:32:45 -05:00
Pat Hartl
0def49d9dc Throw error when game archive cannot be extracted 2023-08-22 18:59:42 -05:00
Pat Hartl
537ad49a5a Log when token is refreshed 2023-08-22 18:59:10 -05:00
Pat Hartl
d2487ae6ec Fix title in logging 2023-08-22 18:58:59 -05:00
Pat Hartl
4574dea6f9 Added trace logging to client 2023-08-21 18:44:20 -05:00
Pat Hartl
b30bb0de44 Update packages 2023-08-20 23:25:55 -05:00
Pat Hartl
d13d7129f3 Move console editor to cards and put it under a sub menu item 2023-08-20 23:10:16 -05:00
Pat Hartl
f1c1b517c0 Remove console button in list 2023-08-19 16:31:38 -05:00
Pat Hartl
463322b709 Add RCON support to UI for adding consoles 2023-08-18 00:50:12 -05:00
Pat Hartl
1281ebff15 Added backend and console support for RCON 2023-08-17 23:39:07 -05:00
Pat Hartl
da017acab4 Rename ServerLog to ServerConsole. Add console type and RCON properties to model 2023-08-17 19:55:46 -05:00
Pat Hartl
29ae9157ca Read log file on console load 2023-08-17 19:06:23 -05:00
Pat Hartl
0887626955 Add submenu items for logs in console 2023-08-17 18:45:16 -05:00
Pat Hartl
db629319f9 Rename logs to console. Show server controls in header 2023-08-17 18:18:39 -05:00
Pat Hartl
f404420007 Persist field picker across page reloads 2023-08-17 17:23:32 -05:00
Pat Hartl
611cd889ae Unified server control 2023-08-17 01:32:27 -05:00
Pat Hartl
c0d04512e4 Keep track of log monitors and kill them after server is stopped 2023-08-16 20:27:07 -05:00
Pat Hartl
8055b3ae69 Add server log file monitoring 2023-08-15 20:15:53 -05:00
Pat Hartl
4acd8cdc5c Add download button to archives list 2023-08-15 00:05:37 -05:00
Pat Hartl
4c86ebfc3e Allow linking servers to games 2023-08-14 21:28:18 -05:00
Pat Hartl
93c269af6f Fix null ApprovedOn date crashing server 2023-08-14 20:36:39 -05:00
Pat Hartl
934ffd19b8 Add tooltip to UseShellExecute input 2023-08-11 15:23:38 -05:00
Pat Hartl
6ecf8a42f3 Missing semi 2023-08-11 15:19:31 -05:00
Pat Hartl
a146bd9810 Added detailed logging to startup 2023-08-11 15:12:16 -05:00
Pat Hartl
a7707a84c7 Allow servers to autostart. Enable setting to control if server is executed using shell 2023-08-11 15:03:30 -05:00
Pat Hartl
6f5e6f8a45 Show login errors 2023-08-11 13:58:22 -05:00
Pat Hartl
aa011461d7 Add setting form item for requiring account approval 2023-08-11 13:45:45 -05:00
Pat Hartl
9cc11fd666 Block API login if approval is required 2023-08-11 13:43:42 -05:00
Pat Hartl
6d8b87246e Don't allow users to login if their account is not approved 2023-08-11 13:40:51 -05:00
Pat Hartl
0b7383b2ae Auto approve users created when approval is not required 2023-08-11 13:35:22 -05:00
Pat Hartl
99f8b6d4f5 Auto-approve admin created in first time setup 2023-08-11 13:33:24 -05:00
Pat Hartl
9d99d9b77f Allow users to be approved 2023-08-11 13:30:29 -05:00
Pat Hartl
89837b55db Rename async method. Show error message when starting server process 2023-08-11 13:07:46 -05:00