Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.x] E.T. Phone Home #8416

Merged
merged 16 commits into from Mar 5, 2024
Merged

[4.x] E.T. Phone Home #8416

merged 16 commits into from Mar 5, 2024

Conversation

jackmcdade
Copy link
Member

This PR adds a token-based route to trigger a phone home.

This allows users statamic.com accounts to ping their sites without having to wait for a CP login in production. By having a way to find out if a site is online and what version of Statamic/PHP it's running, we can build a more useful account dashboard for our users that has the ability to show uptime and help see the state of their sites at a glance in a way we cannot reliably do right now with a CP-only ping.

Without knowing a site key, this route does nothing, and if you do know the key, no information is exposed, it simply triggers the same Outpost ping that signing into the control panel does.

jackmcdade and others added 16 commits July 6, 2023 16:26
By having a way to find out if a site is online and what version of Statamic/PHP it's running, we can build a more useful account dashboard for our users that has the ability to show uptime and help see the state of their sites at a glance in a way we cannot reliably do right now with a CP-only ping.

Without knowing a site key, this route does nothing, and if you do know the key, no information is exposed, it simply triggers the same Outpost ping that signing into the control panel would.
@jasonvarga jasonvarga merged commit e5e0dd7 into 4.x Mar 5, 2024
35 checks passed
@jasonvarga jasonvarga deleted the et-phone-home branch March 5, 2024 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants