copilot-swe-agent[bot]
12abcffeb3
Add comprehensive BILLING_FIX_SUMMARY documentation
...
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-10-29 01:46:57 +00:00
copilot-swe-agent[bot]
58bd9b9ae4
Fix capture_order.php to use table_prefix and prevent JSON corruption
...
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-10-29 01:45:30 +00: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
copilot-swe-agent[bot]
30f862bb07
Initial plan
2025-10-29 01:33:24 +00:00
0e91ec4b9a
added invoiceing
2025-10-28 05:22:01 -04:00
89b5344e79
working 99%, major changes next
2025-10-25 12:23:59 -04:00
ed94cf17db
updated
2025-10-25 10:49:40 -04:00
2347205469
website fixes
2025-10-24 17:27:59 -04:00
2efbe27a03
Merge pull request #32 from GameServerPanel/copilot/add-my-account-menu-item
...
Add My Account feature with menu integration for billing module
2025-10-24 12:14:25 -04:00
copilot-swe-agent[bot]
40c575f025
Add My Account page with menu integration and config file
...
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-10-24 15:11:56 +00:00
copilot-swe-agent[bot]
9b36ff2051
Initial plan
2025-10-24 15:02:02 +00:00
762b34edf8
Changes to be committed:
...
modified: modules/billing/serverlist.php
modified: modules/billing/site.zip
2025-10-24 10:42:56 -04:00
ff0b2b2843
style fixes
2025-10-23 19:44:24 -04:00
426b32b747
Changes to be committed:
...
modified: modules/billing/admin.php
modified: modules/billing/cart.php
modified: modules/billing/css/header.css
renamed: modules/billing/includes/config.inc.php -> modules/billing/includes/config.inc.php.orig
modified: modules/billing/includes/menu.php
modified: modules/billing/order.php
modified: modules/billing/privacy.php
modified: modules/billing/serverlist.php
modified: modules/billing/tos.php
2025-10-23 19:25:29 -04:00
f0405e5998
Merge pull request #31 from GameServerPanel/copilot/recreate-billing-module-file
...
Recreate billing module.php to reflect external module status with updated schema
2025-10-23 19:10:00 -04:00
copilot-swe-agent[bot]
a5b0fbab64
Recreate billing module.php to reflect external module status
...
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-10-23 23:06:03 +00:00
copilot-swe-agent[bot]
a353deaba2
Initial plan
2025-10-23 23:02:21 +00:00
0f07344321
Merge pull request #30 from GameServerPanel/copilot/update-create-servers-file
...
Refactor billing module to remove billing_carts table dependency
2025-10-23 19:00:03 -04:00
copilot-swe-agent[bot]
b0d56b4137
Update dashboard to use order_id instead of cart_id
...
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-10-23 22:55:26 +00:00
copilot-swe-agent[bot]
1546ba2336
Refactor billing module to remove billing_carts dependency
...
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-10-23 22:51:52 +00:00
copilot-swe-agent[bot]
c101465684
Initial plan
2025-10-23 22:46:00 +00:00
e0e2cce661
Merge pull request #29 from GameServerPanel/copilot/remove-old-billing-module
...
[WIP] Remove old billing module and update status descriptions
2025-10-23 18:41:23 -04:00
copilot-swe-agent[bot]
d860daf6e5
Fix syntax error and update default status value in module.php
...
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-10-23 22:39:15 +00:00
copilot-swe-agent[bot]
978afc4819
Replace numeric status codes with descriptive words in billing system
...
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-10-23 22:35:29 +00:00
copilot-swe-agent[bot]
c9bd2fe4fd
Initial plan
2025-10-23 22:28:23 +00:00
437fbad5e6
Website is completed working, moved into billing module
2025-10-23 18:19:06 -04:00
3ea6436f27
test json
2025-10-22 19:45:36 -04:00
130ed254f9
Merge pull request #28 from GameServerPanel/copilot/add-password-reset-feature
...
Add password reset, server management, and Apache configurations to website
2025-10-22 11:08:30 -04:00
copilot-swe-agent[bot]
441851bac3
Add visual guide for new website features
...
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-10-22 14:44:28 +00:00
copilot-swe-agent[bot]
4ec7efc304
Add comprehensive documentation for new features
...
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-10-22 14:42:09 +00:00
copilot-swe-agent[bot]
5f93c6728e
Add password reset feature and server management pages
...
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-10-22 14:38:22 +00:00
copilot-swe-agent[bot]
0a573145d3
Initial plan
2025-10-22 14:26:07 +00:00
131aae9e89
copilot instructions
2025-10-22 10:07:26 -04:00
309d08497b
website fix
2025-10-22 10:03:37 -04:00
e14794bc59
Merge pull request #27 from GameServerPanel/copilot/remove-db-file-and-references
...
Remove db.php file and implement unified navigation menu for _website
2025-10-21 22:58:37 -04:00
copilot-swe-agent[bot]
dfe1d0d2db
Remove db.php and add navigation menu to all pages
...
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-10-22 01:35:14 +00:00
copilot-swe-agent[bot]
85555549f9
Initial plan
2025-10-22 01:29:03 +00:00
20061ac05c
Merge pull request #26 from GameServerPanel/copilot/refactor-db-connection-includes
...
Centralize database configuration for standalone _website deployment
2025-10-21 21:25:38 -04:00
copilot-swe-agent[bot]
20c5ab7138
Add comprehensive configuration documentation for _website
...
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-10-22 01:19:12 +00:00
copilot-swe-agent[bot]
92e410a030
Fix cart.php and order.php to use centralized db.php
...
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-10-22 01:17:07 +00:00
copilot-swe-agent[bot]
490b35c556
Centralize database configuration for _website folder
...
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-10-22 01:14:18 +00:00
copilot-swe-agent[bot]
b52f1960f6
Initial plan
2025-10-22 01:08:10 +00:00
fc9931d8dc
Merge pull request #25 Added login page
...
Add website login system with panel database authentication and separate sessions
2025-10-21 21:00:26 -04:00
copilot-swe-agent[bot]
95128426fd
Add comprehensive implementation summary documentation
...
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-10-22 00:52:15 +00:00
copilot-swe-agent[bot]
068bcdfcc4
Add documentation and database connection test script
...
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-10-22 00:50:45 +00:00
copilot-swe-agent[bot]
a7bb9d5b31
Add website login, logout pages and update index with session management
...
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-10-22 00:49:18 +00:00
copilot-swe-agent[bot]
a0790f58eb
Initial plan
2025-10-22 00:44:13 +00:00
6dba37ed5e
Revise Copilot instructions for clarity and updates
...
Updated Copilot instructions to clarify no-code planning mode and functional requirements.
2025-10-21 20:16:56 -04:00
06b0074cee
Revise Open Game Panel ControlPanel instructions
...
Updated instructions for Open Game Panel ControlPanel, including repository structure, validation processes, and guidelines for development and testing.
2025-10-21 20:15:41 -04:00