copilot-swe-agent[bot]
|
0296c0b623
|
feat: trace billing provisioning attempts
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/4d3e0745-26cf-404f-9674-ddc1446a12dd
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
|
2026-05-09 14:52:03 +00:00 |
|
copilot-swe-agent[bot]
|
7de271b787
|
chore: refine provisioning status messaging and logging constants
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/020b5f73-a6ca-4a45-a4cb-eeef59cb26a8
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
|
2026-05-09 00:54:17 +00:00 |
|
copilot-swe-agent[bot]
|
a945b613ed
|
chore: polish docs url constants and provisioning log clarity
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/020b5f73-a6ca-4a45-a4cb-eeef59cb26a8
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
|
2026-05-09 00:53:29 +00:00 |
|
copilot-swe-agent[bot]
|
05d7bfba78
|
chore: address review feedback for provisioning and payment status UI
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/020b5f73-a6ca-4a45-a4cb-eeef59cb26a8
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
|
2026-05-09 00:52:21 +00:00 |
|
copilot-swe-agent[bot]
|
83f97dda20
|
fix: external docs links and automatic install retry provisioning
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/020b5f73-a6ca-4a45-a4cb-eeef59cb26a8
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
|
2026-05-09 00:51:36 +00:00 |
|
copilot-swe-agent[bot]
|
5fae4a2dd5
|
feat: reuse gamemanager update logic and enforce monthly billing pricing
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/f982c3a1-c9ae-4c5b-9fb6-2941d0e5b7c1
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
|
2026-05-08 22:06:10 +00:00 |
|
copilot-swe-agent[bot]
|
73f125ea21
|
fix: billing checkout — auto-provisioning, zero-dollar flow, duplicate prevention, paid-invoice cart fix
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/d18a8f6c-0715-46c4-9c97-94ec7e2a22fc
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
|
2026-05-05 19:07:21 +00:00 |
|
copilot-swe-agent[bot]
|
1247e5e7ca
|
fix: harden billing module for standalone portability
- config_loader.php: prefer local billing config FIRST (root cause fix)
- was: panel config loaded first, overriding local config with wrong db name
- now: local modules/billing/includes/config.inc.php always wins when present
- config.inc.php: add $db_port="3306"
- config.example.php: new example config with all variables documented
- menu.php: add $db_port to mysqli_connect
- admin_auth.php: add $db_port; remove hardcoded /_website path detection
- bootstrap.php billing_get_db(): add $db_port
- login.php: fix /_website path detection
- adminserverlist.php: add $db_port; fix hardcoded /modules/billing/ URL
- All other mysqli_connect calls: add isset($db_port) port parameter
(my_servers, forgot_password, serverlist, server_status, order, register,
reset_password, payment_success, my_account, admin_invoices, admin_payments,
diag_remote, admin_coupons, test_db_connection, tools/check_db_user,
renew_server)
- timestamp.txt: updated
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/a3e1e4bb-8eb1-4e6e-b1f8-7f3952301231
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
|
2026-05-02 13:15:50 +00:00 |
|
copilot-swe-agent[bot]
|
b03d9b2171
|
feat: simplify billing status to Active/Invoiced/Expired with new SQL migration and cron rewrite
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/5dbd58e1-7aa0-41e2-8dd3-c56b69ede05e
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
|
2026-05-01 22:17:22 +00:00 |
|
copilot-swe-agent[bot]
|
e44519c030
|
Apply automated PHP8 safety transforms
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/89922108-1604-44ae-949d-358d32b9d70a
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
|
2026-04-23 14:01:37 +00:00 |
|
|
|
5f5008b377
|
fixed missign config file and added check if xmlrpc istnt installed
|
2025-11-23 14:42:37 -05:00 |
|
copilot-swe-agent[bot]
|
86bfdb68c9
|
Add PHPDoc hints to additional billing module files for IDE support
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
|
2025-11-10 03:15:15 +00:00 |
|
|
|
fca8ea4c74
|
copilot and cart updates
|
2025-11-05 11:55:31 -05:00 |
|
copilot-swe-agent[bot]
|
4e73997a4b
|
Refactor process_payment_record into reusable payment_processor.php helper
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
|
2025-10-29 01:42:24 +00:00 |
|
copilot-swe-agent[bot]
|
c9e5e6d18a
|
Fix invoice/order payment flow - implement process_payment_record and handle renewals
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
|
2025-10-29 01:39:36 +00:00 |
|
|
|
0e91ec4b9a
|
added invoiceing
|
2025-10-28 05:22:01 -04:00 |
|
|
|
437fbad5e6
|
Website is completed working, moved into billing module
|
2025-10-23 18:19:06 -04:00 |
|