9ac28031a4
some other change
2026-01-31 12:16:17 -06:00
3ec7f670b8
rebuild the query page
2026-01-31 12:15:53 -06:00
724da2f0a2
GPT code
2026-01-31 12:08:12 -06:00
787b76192e
used gpt script
2026-01-31 12:07:22 -06:00
94aeca6c92
workshop
2026-01-27 17:18:17 -06:00
4c24d14bf5
workshop
2026-01-27 17:14:01 -06:00
e07b0070af
workshop
2026-01-27 17:05:48 -06:00
ed7253d199
trying again on workshop
2026-01-25 19:39:16 -06:00
9585766ae3
style fix
2026-01-18 19:00:26 -06:00
8b176e9f47
updated style
2026-01-18 18:58:28 -06:00
894c79e42b
removed install stragety
2026-01-18 18:50:51 -06:00
ea0d2b670d
remove staging selection
2026-01-18 18:22:09 -06:00
3e084899a7
updates
2026-01-18 18:18:02 -06:00
faf0de39a7
Update .. workshop search
2026-01-18 18:06:36 -06:00
4baa43bcbf
updated
2026-01-18 17:11:20 -06:00
74fbe0773a
Updates
2026-01-17 19:45:24 -06:00
b2b46b23db
updated steam
2026-01-17 10:18:59 -06:00
8857f441e7
updated workshop
2026-01-17 09:59:01 -06:00
0885bfef92
Updated workshop
2026-01-17 09:51:17 -06:00
0d4cbd66fc
updated
2026-01-17 09:37:36 -06:00
cbd7995a31
Updated admin page
2026-01-17 09:29:24 -06:00
fcc1b18e4c
Steam workshop UPDATE
2026-01-17 09:12:06 -06:00
49600d1cfd
reverted the new updates
2026-01-16 02:57:05 -06:00
9c04036ac0
MAJOR Steam workshop changes AGAIN
2026-01-16 02:35:29 -06:00
dfe66c97c8
Revert "MAJOR updated for steam workshop"
...
This reverts commit baaa962454 .
2026-01-16 02:04:50 -06:00
baaa962454
MAJOR updated for steam workshop
2026-01-16 01:46:33 -06:00
43f911dc93
fix menu
2025-12-06 07:15:45 -05:00
21696b36c5
fix
2025-12-05 15:27:13 -05:00
834ec56a4c
fix login
2025-12-05 15:19:10 -05:00
28eb2671d5
fix login query
2025-12-05 15:16:12 -05:00
a70990359c
fix login
2025-12-05 14:56:01 -05:00
bcc7d0ae2a
login fix
2025-12-05 14:53:32 -05:00
baf92ab1ff
edit login on website
2025-12-05 14:49:53 -05:00
af56dd11d9
renamed repo
2025-11-30 15:38:20 -05:00
3de1526408
today change
2025-11-30 09:21:45 -05:00
e1d91dcf47
Align instructions and FAQ with WDS docs
2025-11-26 19:31:15 -05:00
75ae6cd870
remvoed the debugs
2025-11-24 16:21:22 -05:00
e13a3b5f8b
debugs
2025-11-24 09:50:03 -05:00
b4f0e1edfe
Fixed calls to old billing module
2025-11-24 09:42:03 -05:00
6f4515dbec
php 8 fix to solve php loading
2025-11-24 07:47:29 -05:00
35e426c158
server log parser
2025-11-23 17:13:22 -05:00
f79bec0a16
fix curl issue
2025-11-23 17:07:25 -05:00
5f5008b377
fixed missign config file and added check if xmlrpc istnt installed
2025-11-23 14:42:37 -05:00
70e05e57d8
Merge branch 'Panel-unstable' of https://github.com/GameServerPanel/GSP into Panel-unstable
2025-11-23 11:55:04 -05:00
9a06d1ff80
fixed some issues
2025-11-23 11:55:00 -05:00
47ddcc8bb3
Merge pull request #53 from GameServerPanel/copilot/update-deploy-and-push-files
...
Make deploy/push scripts portable and generate comprehensive docs for all 149 games with XML parameter extraction
2025-11-22 18:26:42 -05:00
copilot-swe-agent[bot]
f22573312c
Remove pycache from git tracking and update .gitignore
...
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-22 23:12:47 +00:00
copilot-swe-agent[bot]
ce70cc1256
Generate comprehensive documentation for all 149 games
...
- Fixed empty caption handling in XML parameter extraction
- Generated detailed startup parameters for all games from XML configs
- All games now have complete troubleshooting sections
- All navigation anchors working properly
- 149 games successfully processed with full documentation
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-22 23:12:17 +00:00
copilot-swe-agent[bot]
3e2fd5d620
Add XSS protection by escaping all HTML output
...
Escape all parameter keys, captions, descriptions, option values, and defaults before inserting into HTML to prevent XSS vulnerabilities from XML configuration data.
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-22 22:43:08 +00:00
copilot-swe-agent[bot]
293066cbfd
Address code review feedback
...
- Fix option text handling to check for None instead of falsy
- Improve HTML cleaning with html.unescape and better tag removal
- Fix multi-line string in die() function
- Add html module import for proper HTML entity handling
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-22 22:40:38 +00:00