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
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
driesvints
f37a474700
Fix code styling
2023-09-05 15:50:18 +00:00
Robert Boes
bb36a3b437
Add support for proxying multiple domains at once
2023-08-25 10:56:06 +02:00
driesvints
c1ef300469
Fix code styling
2023-07-21 03:30:59 +00:00
mattstauffer
cbb571f7ac
Fix code styling
2023-04-26 13:13:37 +00:00
Matt Stauffer
8784458dfe
Drop "superfluous" phpdoc tags (per Pint)
2023-02-18 23:20:03 -05:00
Matt Stauffer
c24ae19972
Bring #1361 into version-4
2023-02-10 20:09:28 -05:00
Matt Stauffer
0e9060d0a6
Update unlink command to also unsecure, if necessary
2023-02-10 18:49:28 -05:00
StyleCI Bot
44c2fcc63e
Apply fixes from StyleCI
2023-02-08 02:39:46 +00:00
Matt Stauffer
719ff07eec
Bring in changes to mirror #1358
2023-02-07 21:39:32 -05:00
Matt Stauffer
e756613d91
Merge branch 'master' into version-4
2023-01-19 13:19:18 -05:00
Matt Stauffer
5c7b2d313a
Add support for .valetrc ( #1347 )
...
* Add .valetrc support
* Apply fixes from StyleCI
* wip
Co-authored-by: StyleCI Bot <bot@styleci.io >
2023-01-18 20:44:51 -05:00
Matt Johnson
3b2b7f62ab
Fixes permission denied check when result starts with 'Permission denied' ( #1343 )
2023-01-13 15:31:45 -05:00
Matt Stauffer
4c2c4a1238
Drop unnecessary doc blocks ( #1339 )
...
* Drop unnecessary doc blocks
* Apply fixes from StyleCI
Co-authored-by: StyleCI Bot <bot@styleci.io >
2023-01-11 09:14:39 -05:00
Matt Stauffer
37099a6edb
Fix site::unlink method signature and docblock
2022-12-26 00:01:55 -05:00
Matt Stauffer
f13be53b9f
Clean up DX for fetch-share-url
2022-12-25 23:59:25 -05:00
Matt Stauffer
8006649fa4
Better handle new installations
2022-12-23 13:24:58 -05:00
Matt Stauffer
65b629db7f
Write tests for Server.php
2022-12-21 17:45:34 -05:00
Matt Stauffer
75d43a42ea
Use constructor promotion
2022-12-20 21:51:15 -05:00
StyleCI Bot
6c5873c6e1
Apply fixes from StyleCI
2022-12-20 20:12:57 +00:00
Matt Stauffer
fadefb1777
Add type hints and return types to Site and Valet
2022-12-20 15:12:40 -05:00
Matt Stauffer
8246ee6319
Merge pull request #1238 from jjpmann/feature/custom-site-stubs
...
use getStub to allow custom stub files
2022-12-01 20:25:41 -05:00
Matt Stauffer
8fb9b8e738
Merge pull request #1305 from ashleyshenton/fix/retain-secure-proxies
...
fix: retain secure proxies
2022-11-30 22:08:02 -05:00
Ashley Shenton
566729b603
fix: check for the secure proxy stub when resecuring with a fresh config
2022-11-29 13:27:58 +00:00
Erik | Sobit
3dbecab9dd
added missing )
2022-11-11 09:42:06 +01:00
Erik Dohmen
753f2db745
Update cli/Valet/Site.php
...
Co-authored-by: Matt Stauffer <mattstauffer@users.noreply.github.com >
2022-11-11 09:37:38 +01:00
Erik | Sobit
2d429c353d
solution for only remove the tld if it is at the end of the site name
...
o check if tld is at the end of the site name and if so remove it
o added corresponding test
2022-11-02 11:53:04 +01:00
Jerry Price
e668e77f3d
Merge branch 'master' into feature/custom-site-stubs
2022-07-08 09:21:51 -04:00
Matt Stauffer
70969872cf
Roll back #1088
2022-04-15 11:51:34 -04:00
Matt Stauffer
99cf3d4647
Merge branch 'feature/support-parked-domains' of https://github.com/antonioribeiro/valet into antonioribeiro-feature/support-parked-domains
2022-04-13 23:05:38 -04:00
Jerry Price
021a4d1a5c
use getStub to allow custom stub files
2022-04-13 10:50:41 -04:00
Michael Lehmkuhl
bc68b6a4b7
Clean up coding style
2022-04-03 18:47:37 -05:00
Michael Lehmkuhl
30af32d856
Clean up coding style
2022-04-03 18:44:56 -05:00
Michael Lehmkuhl
315af8904a
Add PHP version to valet links output table
2022-04-03 18:35:51 -05:00
Matt Stauffer
b1ff8deff0
Merge branch 'master' into feature/support-parked-domains
2022-03-31 10:52:18 -04:00
Nasir Uddin Nobin
d198d7739c
wip - refactor with valetphprc version ( #10 )
2022-03-30 03:48:03 +06:00
Matt Stauffer
29b2f45719
Add --site to isolate and unisolate commands
...
- Add --site to isolate
- Add --site to unisolate
- Refactor some tests
- Update Site@getSiteUrl to throw an exception instead of returning false
- Fix a few minor typos/grammatical issues
2022-03-21 01:25:23 -04:00
Matt Stauffer
c8e70396e4
Specifically look for cert files in secured() method.
...
Fixes #1210
2022-03-17 13:08:22 -04:00
Matt Stauffer
383aa62137
Change magic isolation config string to "ISOLATED_PHP_VERSION"
...
Co-Authored-By: Jacob Baker-Kretzmar <18192441+bakerkretzmar@users.noreply.github.com >
2022-03-14 14:40:45 -04:00
Matt Stauffer
3cdb7c78f4
Drop space before colon in magic isolation string
2022-03-14 12:42:11 -04:00
Matt Stauffer
51742b3795
Make primary valet.sock a symlink to an existing version
2022-03-12 23:29:01 -05:00
Matt Stauffer
33c797f9ef
Drop need to pass sock to isolate command
2022-03-12 00:20:40 -05:00
Matt Stauffer
eefc06b07f
Drop PHP 5.6; extract site-specific PHP version isolation to its own commands
2022-03-12 00:05:51 -05:00
Nasir Uddin Nobin
49ca4ae467
Apply suggestions from code review
...
Co-authored-by: Matt Stauffer <mattstauffer@users.noreply.github.com >
2022-02-16 11:21:41 +06:00