1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 08:40:09 +01:00
Commit Graph

547 Commits

Author SHA1 Message Date
Austin Drummond
072859eced add the ability to renew the CA when renewing all certs 2024-11-15 12:00:33 -05:00
mattstauffer
13da2f7dde Fix code styling 2024-08-25 03:36:57 +00:00
Matt Stauffer
ea57d98621 Refactor heavily nested cloudflared currentTunnelUrl
Co-Authored-By: Mateus Junges <mateus@junges.dev>
2024-08-24 22:27:35 -05:00
Matt Stauffer
374eaa0d59 Make domain required in currentTunnelUrl
These methods are never passed null anyway.

Co-Authored-By: Mateus Junges <mateus@junges.dev>
2024-08-24 22:19:28 -05:00
Matt Stauffer
628997d835 Extract Cloudflared tunnels method 2024-08-24 19:33:17 -05:00
Matt Stauffer
81efb8eee1 Merge branch 'cloudflared' of https://github.com/rcknr/valet into rcknr-cloudflared 2024-08-24 15:49:01 -05:00
driesvints
fc1b23b523 Fix code styling 2024-08-02 08:24:13 +00:00
Sergii Kauk
dce6b3ca6e Merge branch 'master' into cloudflared 2024-07-30 10:53:52 +02:00
Austin Drummond
e7c0dbadd6 update phrasing 2024-06-21 13:46:10 -04:00
Austin Drummond
a39a7b0937 prevent the old cert from being removed if the trust ca command is canceled 2024-06-21 13:14:48 -04:00
Austin Drummond
72845a36f7 throw exception if trust CA is canceled 2024-06-21 13:14:32 -04:00
driesvints
2c3e2f3da1 Fix code styling 2024-06-18 16:58:03 +00:00
Matt Stauffer
78657cdb35 Merge pull request #1486 from antonL95/feat_add_nette_framework_driver
Adding support for Nette Framework.
2024-06-03 10:43:12 -04:00
Matt Stauffer
0844c565a5 Merge pull request #1477 from adriaanzon/fix-path-keys
Add values() call to reset keys after modifying paths
2024-06-02 09:43:01 -04:00
Anton
4a43ab03db Updated serves method to better determine that it's actually nette project. 2024-06-01 14:57:23 +02:00
mattstauffer
cb1cc54927 Fix code styling 2024-05-31 22:45:28 +00:00
Matt Stauffer
3003ccb18e Merge pull request #1471 from Werbschaft/patch-1
Update KirbyValetDriver.php
2024-05-31 18:45:03 -04:00
mattstauffer
6118bc2668 Fix code styling 2024-05-31 22:34:01 +00:00
Matt Stauffer
2da59f9934 Merge pull request #1463 from adrum/feature/trust-ca-cert
Trust CA Certificate only
2024-05-31 18:33:37 -04:00
Anton
8cf9bd2b91 Adding support for Nette Framework. 2024-05-14 12:00:43 +02:00
Ahmed Ammar
0f3ab1fec8 Ignore invalid paths (#1478) 2024-05-07 15:22:40 +02:00
Adriaan Zonnenberg
b637376b2e Add values() call to reset keys after modifying paths 2024-03-22 21:47:46 +01:00
Oli
40c6b2891b Update KirbyValetDriver.php
This makes it possible to open PHP files again, see this discussion. The solution from rasteiner works perfectly. You can also have a look @pedroborges ?

https://forum.getkirby.com/t/use-php-and-kirby-in-css-file/30724
2024-02-19 09:49:37 +01:00
Sergii Kauk
a5707751c8 Update Brew formula 2024-01-22 16:27:58 +01:00
Sergii Kauk
4c5fd953fc A bit of refactoring 2024-01-08 09:57:46 +01:00
Sergii Kauk
ca288d4066 Add a new share tool, cloudflared 2024-01-07 18:18:10 +01:00
Chris Brown
e3e5bea388 Allow renew() to be called without parameters (#1465)
A reasonable default is set here, consistent with the default set in other places.

Fixes #1464
Updates #1461
2024-01-01 10:12:56 +01:00
Austin Drummond
c0a2c7ed57 Merge branch 'master' into feature/trust-ca-cert 2023-12-22 12:42:24 -05:00
Austin Drummond
c79bc9851a only trust the CA, not the individual cert 2023-12-22 12:41:55 -05:00
Matt Stauffer
59b19a20aa Clean up syntax from #1461 2023-12-20 22:46:05 -05:00
Matt Stauffer
3ecfb36331 Merge branch 'master' of github.com:laravel/valet 2023-12-20 22:45:41 -05:00
mattstauffer
9d3d2ee785 Fix code styling 2023-12-21 03:45:03 +00:00
Matt Stauffer
81a2b3bd52 Merge pull request #1461 from adrum/feature/renew-certs
added the ability to renew certs and view their expiration dates
2023-12-20 22:44:43 -05:00
Matt Stauffer
b1b84fe163 Minor formatting tweaks to #1460 2023-12-20 22:40:28 -05:00
mattstauffer
34b4f03092 Fix code styling 2023-12-21 03:39:28 +00:00
Matt Stauffer
9c922e5a2f Merge pull request #1460 from rana01645/master
Update "fetch-share-url" to pull correct URL for HTTPS tunnels, not just HTTP
2023-12-20 22:39:06 -05:00
mattstauffer
3f2b62954c Fix code styling 2023-12-21 03:29:15 +00:00
Matt Stauffer
47847d51e9 Merge pull request #1451 from OpJePl44tsm4n/master
handle deprecated http2_push_preload conf for nginx >= 1.25.1
2023-12-20 22:28:48 -05:00
mattstauffer
e75f238b22 Fix code styling 2023-12-21 03:25:35 +00:00
Austin Drummond
a3a483e45c remove date logic on renewal 2023-12-20 00:39:12 -05:00
Austin Drummond
cd198cb0c9 moved renew command to site 2023-12-20 00:38:47 -05:00
Austin Drummond
86c40dd40c restored original secured command 2023-12-20 00:07:57 -05:00
Austin Drummond
eec8d5f0fc added the ability to renew certs and view their expiration dates 2023-12-19 23:23:02 -05:00
Afjalur Rahman Rana
cd099f650f if http and https both exist, priotize http 2023-12-05 11:41:25 +00:00
Afjalur Rahman Rana
ec7046f3a7 test case updated 2023-12-05 11:23:24 +00:00
Afjalur Rahman Rana
e829a1cf31 give https tunnel support for valet fetch-share-url 2023-12-05 10:31:09 +00:00
Pim
2db0770f2c Update Site.php
version to string
2023-10-13 13:16:21 +02:00
Pim
b2ce8ad875 use str_replace 2023-10-10 10:38:18 +02:00
PimPlaatsman
bd3fe5bfcc load legacy config if nginx > 1.25.1 2023-10-09 14:11:03 +02:00
Robert Boes
a3ea286550 Merge remote-tracking branch 'upstream/master' into feat/proxy-multiple-domains 2023-10-02 15:49:35 +02:00