Commit graph

620 commits

Author SHA1 Message Date
c00f584109 fix 2026-06-09 10:18:46 -05:00
ce75f055fe fix workshop job item parser 2026-06-09 10:18:12 -05:00
ee70e6248d fix 126 2026-06-09 10:14:08 -05:00
f2954f22fd fix workshop job manifest parser 2026-06-09 10:13:29 -05:00
126c12b04e patch workshop 2026-06-09 09:33:53 -05:00
c8287596b5 gpt woekshop edit 2026-06-09 08:37:24 -05:00
26c92ef6a2 remove static workshop agent script constants 2026-06-09 07:37:42 -05:00
d587621851 added reseller 2026-06-09 06:20:35 -05:00
5a03946bdf woekshop phase 1 2026-06-09 06:13:44 -05:00
17a31b7f5f update updater 2026-06-08 18:00:08 -05:00
3829a4a83d worshop work 2026-06-08 16:09:54 -05:00
0d44c65ea5 split agents to own repo 2026-06-08 10:38:05 -05:00
6cf58ae408 none 2026-06-07 19:15:52 -05:00
8f5ad2984a last fix 2026-06-07 18:51:56 -05:00
44f37dfaff start fix 2026-06-07 18:01:52 -05:00
f2dbfe5e4e agent start fix 2026-06-07 17:21:32 -05:00
6a15b114e6 fixes 2026-06-07 16:04:39 -05:00
5ead40a761 fixed updated 2026-06-07 15:37:43 -05:00
a1e5331f4a fixed server query 2026-06-07 09:06:49 -05:00
e6541370b9 redo of steam workshop 2026-06-06 18:18:40 -05:00
e662415f36 moved zip files 2026-06-06 18:50:27 -04:00
413c315806 Added Cyg-Win 2026-06-06 18:46:40 -04:00
82cbc206eb doc changes and reference folder 2026-06-06 17:18:49 -05:00
11691a5876 update dix 2026-06-06 14:21:58 -05:00
e921a49d5b steam workshotp 2026-06-06 12:50:14 -05:00
d8c66c4c49 update updater 2026-06-06 12:21:56 -05:00
cc5f7bb90c Agent update 2026-06-06 11:41:17 -05:00
c195c0930b foxed update and stsrt issues 2026-06-05 14:39:10 -05:00
c687165132 codex steam workshop integrarion 2026-06-05 13:31:15 -05:00
3cefad183d complete codex docs 2026-06-05 11:37:09 -05:00
b5dcf01a8c Codex documentstion created 2026-06-05 11:07:47 -05:00
3dc017421e chore: remove outdated Copilot instructions for Windows and Linux agents 2026-05-20 18:11:34 -04:00
e1859e5d73 Combined the Agents in the repo 2026-05-20 18:11:00 -04:00
15a457cbef
Merge pull request #166 from GameServerPanel/copilot/redesign-server-content-manager-workshop-handling 2026-05-20 11:50:41 -05:00
copilot-swe-agent[bot]
6dd5088613
feat: redesign SCM workshop handling – remove workshop_item_id requirement, add user ID entry, deprecate steam_workshop menu
- server_content_helpers.php: remove workshop_item_id from required fields/validation; support newline-separated IDs; add scm_validate_workshop_user_ids(); update help text; add new template policy columns to ensure_phase2_schema; add content_id guard to ensure_workshop_schema
- addons_manager.php: rename admin workshop_item_id row to "Default Workshop IDs (Optional)" with updated label
- user_addons.php: route workshop_item type to workshop_content page instead of addons installer
- workshop_content.php: accept addon_id param; show template info; use textarea for multi-ID entry; update heading/help text
- workshop_action.php: accept addon_id param; resolve workshop_app_id from addon template; pass extra_manifest to manifest-and-run; store content_id on insert; use newline/comma-separated IDs
- addons_installer.php: redirect workshop_item addon_type to workshop_content page
- module.php: db_version 6 with allow_user_workshop_ids, max_workshop_ids, required_workshop_ids, blocked_workshop_ids on addons; content_id on server_content_workshop
- server_content_categories.php: rename "Steam Workshop Item" → "Steam Workshop Mods"
- steam_workshop/module.php: empty $module_menus, mark deprecated, bump version to 3.3
- addonsmanager.js: remove #scm-row-workshop-id from steam_workshop admin rows

Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/6a328ac8-2f82-4943-93a9-7660bf42a2fd

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2026-05-20 16:47:47 +00:00
cc041c9bc6
Merge pull request #165 from GameServerPanel/copilot/normalize-workshop-installs 2026-05-19 17:42:50 -05:00
copilot-swe-agent[bot]
e0549cdadd
Refresh workshop update metadata
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/b08aa54e-755c-4869-ba97-0f817a05b3c6

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2026-05-19 22:38:09 +00:00
copilot-swe-agent[bot]
d0c7a5a25c
Document workshop normalization changes
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/b08aa54e-755c-4869-ba97-0f817a05b3c6

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2026-05-19 22:37:08 +00:00
copilot-swe-agent[bot]
c471c4b3f8
Implement workshop install normalization
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/b08aa54e-755c-4869-ba97-0f817a05b3c6

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2026-05-19 22:36:34 +00:00
68d06253fe
Merge pull request #164 from GameServerPanel/copilot/diagnose-deployment-issues 2026-05-19 15:36:33 -05:00
copilot-swe-agent[bot]
4ed5bf2698
Fix updater deployment path compatibility and add source-path diagnostics
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/de7f5063-7458-43d4-99ad-77e8bc5e2a55

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2026-05-19 20:34:30 +00:00
faf2dd6bf8
Merge pull request #163 from GameServerPanel/copilot/fix-gsp-updater-deployment-layout 2026-05-19 14:54:18 -05:00
copilot-swe-agent[bot]
4fb51c0428
docs: note updater layout enforcement changes
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/e5555668-0ab6-485d-ab2d-98407d79522e

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2026-05-19 19:53:09 +00:00
copilot-swe-agent[bot]
e1689ce8bd
fix: enforce updater root/panel/website deployment mapping
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/e5555668-0ab6-485d-ab2d-98407d79522e

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2026-05-19 19:52:40 +00:00
1f4f05952f
Merge pull request #162 from GameServerPanel/copilot/fix-workshop-content-install-path 2026-05-19 14:48:03 -05:00
copilot-swe-agent[bot]
1a0886567c
Fix default workshop script paths to panel module location
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/94774b53-bdd2-4583-8cfa-e73c352afe6a

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2026-05-19 19:38:05 +00:00
c56cce73fe
Merge pull request #161 from GameServerPanel/copilot/fix-update-panel-apache-paths 2026-05-19 14:35:26 -05:00
copilot-swe-agent[bot]
7af0591c88
fix: harden apache path repair and simplify server content types
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/7db228d4-b304-4f33-969b-b6df07ac1dc6

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2026-05-19 19:33:00 +00:00
59e03f2c28
Merge pull request #160 from GameServerPanel/copilot/fix-lang-version-warning 2026-05-19 14:15:54 -05:00
copilot-swe-agent[bot]
7e183d77a0
feat: add type-aware server content workflows and workshop metadata support
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/211fb593-b55a-42ad-b657-a3a4ca4764ff

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2026-05-19 19:13:13 +00:00