2026-07-06 21:03:13 Deploying...
From https://github.com/davidkillion/app.theclientspeaks.com
 * branch            dev        -> FETCH_HEAD
   ea72374..19b27fb  dev        -> origin/dev
Updating ea72374..19b27fb
Fast-forward
 public/api/auth/google.php  | 166 ++++++++++++++++++++++++++++++++++++++++++++
 public/includes/db.php      |  41 +++++++++++
 public/includes/env.php     |  42 +++++++++++
 public/includes/session.php |  74 ++++++++++++++++++++
 4 files changed, 323 insertions(+)
 create mode 100644 public/api/auth/google.php
 create mode 100644 public/includes/db.php
 create mode 100644 public/includes/env.php
 create mode 100644 public/includes/session.php

2026-07-06 21:05:43 Deploying...
From https://github.com/davidkillion/app.theclientspeaks.com
 * branch            dev        -> FETCH_HEAD
   19b27fb..988b00e  dev        -> origin/dev
Updating 19b27fb..988b00e
Fast-forward
 public/api/auth/ms.php | 171 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 171 insertions(+)
 create mode 100644 public/api/auth/ms.php

2026-07-06 21:06:26 Deploying...
From https://github.com/davidkillion/app.theclientspeaks.com
 * branch            dev        -> FETCH_HEAD
   988b00e..7cb2637  dev        -> origin/dev
Updating 988b00e..7cb2637
Fast-forward
 public/index.php  |  54 ++++++++++++++++++++++++++++
 public/login.php  | 106 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 public/logout.php |  17 +++++++++
 public/terms.php  |  71 ++++++++++++++++++++++++++++++++++++
 4 files changed, 248 insertions(+)
 create mode 100644 public/index.php
 create mode 100644 public/login.php
 create mode 100644 public/logout.php
 create mode 100644 public/terms.php

2026-07-06 21:33:56 Deploying...
From https://github.com/davidkillion/app.theclientspeaks.com
 * branch            dev        -> FETCH_HEAD
   7cb2637..fb5a03b  dev        -> origin/dev
Updating 7cb2637..fb5a03b
Fast-forward
 .../0001_tenants_feedback_testimonials.sql         | 73 ++++++++++++++++++++++
 db/migrations/README.md                            | 15 +++++
 docs/STATUS.md                                     | 31 ++++++---
 3 files changed, 110 insertions(+), 9 deletions(-)
 create mode 100644 db/migrations/0001_tenants_feedback_testimonials.sql
 create mode 100644 db/migrations/README.md

2026-07-06 22:12:29 Deploying...
From https://github.com/davidkillion/app.theclientspeaks.com
 * branch            dev        -> FETCH_HEAD
   fb5a03b..cc2721e  dev        -> origin/dev
Updating fb5a03b..cc2721e
Fast-forward
 docs/STATUS.md             |   7 +--
 public/includes/tenant.php |  80 +++++++++++++++++++++++++++++
 public/index.php           | 125 +++++++++++++++++++++++++++++++++++++--------
 3 files changed, 188 insertions(+), 24 deletions(-)
 create mode 100644 public/includes/tenant.php

2026-07-06 23:39:17 Deploying...
From https://github.com/davidkillion/app.theclientspeaks.com
 * branch            dev        -> FETCH_HEAD
   cc2721e..4d886f7  dev        -> origin/dev
Updating cc2721e..4d886f7
Fast-forward
 docs/STATUS.md   |  1 +
 public/index.php | 45 +++++++++++++++++++++++-------
 public/login.php | 84 ++++++++++++++++++++++++++++++++++++++++----------------
 3 files changed, 97 insertions(+), 33 deletions(-)

2026-07-06 23:42:09 Deploying...
From https://github.com/davidkillion/app.theclientspeaks.com
 * branch            dev        -> FETCH_HEAD
   4d886f7..da70888  dev        -> origin/dev
Updating 4d886f7..da70888
Fast-forward
 docs/STATUS.md          |   2 +-
 public/api/feedback.php | 102 ++++++++++++++++++++++++++++++++++++++++++++++++
 public/index.php        |  23 ++++++++++-
 3 files changed, 124 insertions(+), 3 deletions(-)
 create mode 100644 public/api/feedback.php

2026-07-06 23:45:41 Deploying...
From https://github.com/davidkillion/app.theclientspeaks.com
 * branch            dev        -> FETCH_HEAD
   da70888..19d3421  dev        -> origin/dev
Updating da70888..19d3421
Fast-forward
 public/index.php | 46 ++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 40 insertions(+), 6 deletions(-)

2026-07-06 23:51:01 Deploying...
From https://github.com/davidkillion/app.theclientspeaks.com
 * branch            dev        -> FETCH_HEAD
   19d3421..abec08b  dev        -> origin/dev
Updating 19d3421..abec08b
Fast-forward
 docs/STATUS.md          |   8 +-
 public/api/feedback.php |  64 ++++++++++++----
 public/hosted.php       | 198 ++++++++++++++++++++++++++++++++++++++++++++++++
 public/index.php        |  18 ++++-
 4 files changed, 267 insertions(+), 21 deletions(-)
 create mode 100644 public/hosted.php

2026-07-07 00:05:07 Deploying...
From https://github.com/davidkillion/app.theclientspeaks.com
 * branch            dev        -> FETCH_HEAD
   abec08b..6c02917  dev        -> origin/dev
Updating abec08b..6c02917
Fast-forward
 docs/STATUS.md                  |   3 +-
 public/hosted.php               | 194 ++++---------------------------------
 public/includes/hosted_page.php | 207 ++++++++++++++++++++++++++++++++++++++++
 public/includes/subdomain.php   |  60 ++++++++++++
 public/index.php                |  40 +++++++-
 5 files changed, 323 insertions(+), 181 deletions(-)
 create mode 100644 public/includes/hosted_page.php
 create mode 100644 public/includes/subdomain.php

2026-07-07 00:18:32 Deploying...
From https://github.com/davidkillion/app.theclientspeaks.com
 * branch            dev        -> FETCH_HEAD
   6c02917..eb498fb  dev        -> origin/dev
Updating 6c02917..eb498fb
Fast-forward
 .../0002_tenant_subdomain_provisioning.sql         |  15 +++
 docs/STATUS.md                                     |   5 +-
 public/includes/cpanel.php                         | 132 +++++++++++++++++++++
 public/includes/tenant.php                         |  71 ++++++++---
 public/index.php                                   |  21 ++++
 5 files changed, 228 insertions(+), 16 deletions(-)
 create mode 100644 db/migrations/0002_tenant_subdomain_provisioning.sql
 create mode 100644 public/includes/cpanel.php

2026-07-07 00:52:22 Deploying...
From https://github.com/davidkillion/app.theclientspeaks.com
 * branch            dev        -> FETCH_HEAD
   eb498fb..604df56  dev        -> origin/dev
Updating eb498fb..604df56
Fast-forward
 docs/STATUS.md                  |   4 +-
 public/api/subdomain-check.php  |  51 +++++++++++++++++
 public/api/subdomain-update.php | 100 ++++++++++++++++++++++++++++++++++
 public/includes/subdomain.php   |  63 +++++++++++++++------
 public/index.php                | 118 ++++++++++++++++++++++++++++++++++++++--
 5 files changed, 311 insertions(+), 25 deletions(-)
 create mode 100644 public/api/subdomain-check.php
 create mode 100644 public/api/subdomain-update.php

2026-07-07 00:55:48 Deploying...
From https://github.com/davidkillion/app.theclientspeaks.com
 * branch            dev        -> FETCH_HEAD
   604df56..c9a817a  dev        -> origin/dev
Updating 604df56..c9a817a
Fast-forward
 public/api/subdomain-check.php  |  4 +++-
 public/api/subdomain-update.php |  4 +++-
 public/includes/subdomain.php   | 17 +++++++++++------
 3 files changed, 17 insertions(+), 8 deletions(-)

2026-07-07 00:59:31 Deploying...
From https://github.com/davidkillion/app.theclientspeaks.com
 * branch            dev        -> FETCH_HEAD
   c9a817a..24da780  dev        -> origin/dev
Updating c9a817a..24da780
Fast-forward
 docs/STATUS.md                  |  3 ++-
 public/api/subdomain-update.php | 28 ++++++++++++++++++++-
 public/includes/cpanel.php      | 56 +++++++++++++++++++++++++++++++++--------
 public/index.php                | 11 +++++++-
 4 files changed, 84 insertions(+), 14 deletions(-)

2026-07-07 01:07:55 Deploying...
From https://github.com/davidkillion/app.theclientspeaks.com
 * branch            dev        -> FETCH_HEAD
   24da780..98e4106  dev        -> origin/dev
Updating 24da780..98e4106
Fast-forward
 public/includes/cpanel.php | 79 ++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 76 insertions(+), 3 deletions(-)

