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

131 Commits

Author SHA1 Message Date
Matt Stauffer
a7777690ee Add a test that https is parsed correctly for non .dev domains in valet links 2018-01-05 13:16:39 -05:00
jasper-ter-veen
117a937638 Update Site.php 2017-12-20 16:54:35 +01:00
jasper-ter-veen
06fc109d43 Fix issue #445
Can't `valet links` other domain show https except `.dev`
2017-12-20 16:27:44 +01:00
Erik Berkun-Drevnig
f33bff81e9 Make sure Sites dir is linked 2017-11-27 01:39:27 -05:00
Chris Brown
3f1c5fae60 Fix bug with certificate search for TLDs of other than 3 chars
The `substr` of `-8` was based on `.dev.crt`, but since the TLD has always been configurable, this should have always been dynamic.

Running `valet links` will not show `https` or the `TLS` columns correctly if the substring matching is of the wrong length.
2017-10-17 20:33:39 -04:00
Chris Brown
58e4645fe2 Change valet domain command to valet tld
Fixes #144
".test" or ".dev" is really a TLD, not a "domain" in the conventional sense.
Changing the command to `valet tld` more accurately reflects the purpose of the command (to set or get the configured TLD served by Valet)

The use of `valet domain` is currently preserved as an alias for `valet tld`, but will be removed at a later date.
2017-10-17 15:47:39 -04:00
Chris Brown
bd5c998019 Change valet domain command to valet tld
Fixes #144
".dev" is really a TLD, not a "domain" in the conventional sense.
Changing the command to `valet tld` more accurately reflects the purpose of the command (to set or get the configured TLD served by Valet)
2017-10-17 13:18:11 -04:00
Andrew Miller
7b2deaf8a4 Generate SHA-256 certificates
Generate SHA-256 certificates as SHA-1 certificates, the current default, are deprecated and support for them will quickly be dropped by major browsers as documented here: https://blog.qualys.com/ssllabs/2014/09/09/sha1-deprecation-what-you-need-to-know
2017-08-18 02:26:59 +09:00
Antonio Carlos Ribeiro
b899a10d7a Unlink renamed links 2017-05-05 18:05:53 -03:00
Adam Wathan
4743c118d6 Obliterate filthy typehints 2017-04-04 09:12:28 -04:00
Josh Larson
79d916d499 Filter out .conf files when creating secure URL list 2017-03-25 08:59:53 -04:00
Adam Wathan
a80a24a459 Formatting 2017-02-27 10:03:20 -05:00
Josh Manders
d80b996adf pretty print sites 2017-02-20 20:48:37 -06:00
Josh Manders
f51959f7ec add wildcard san certs 2017-02-17 18:10:41 -06:00
Adam Wathan
6727e43288 Use UUID for static asset path instead of "static" 2016-12-12 15:46:09 -05:00
Taylor Otwell
fba8eb7602 fix nginx support 2016-12-08 08:32:55 -05:00
Adam Wathan
028d2d5208 Fix conflicts 2016-09-24 10:35:22 -04:00
Taylor Otwell
a058c1251e remove logs method 2016-09-21 09:52:12 -05:00
Taylor Otwell
1fbff12915 fix spacing 2016-09-21 09:12:09 -05:00
Adam Wathan
4aee028ca5 Fix incorrect path replacement for server.php 2016-08-18 18:54:07 -04:00
Adam Wathan
cf7911a0e5 Properly replace VALET_HOME_PATH in secure Caddy files
Fixes #117
2016-08-17 17:07:44 -04:00
Gao Feng
cd1c1c9fd4 fix scan certificates directory error when first change domain 2016-06-10 17:59:58 +08:00
Lucas Michot
2497122810 Use strict comparisons (#74) 2016-05-27 10:36:50 -05:00
Taylor Otwell
06166cfae7 fix sites directory 2016-05-13 12:39:40 -05:00
Taylor Otwell
16859b88aa add secure and unsecure 2016-05-13 10:22:41 -05:00
Taylor Otwell
d7c6152f9e shorten method 2016-05-12 21:26:13 -05:00
Taylor Otwell
62ba72a77a fix open for symlinks 2016-05-12 21:24:28 -05:00
Daniel Morris
fe6fb947f7 Consistency changes (#60)
* Correct the return type annotation in a serves method

* Type-hint the driver in the abstract ValetDriver

* Correct the return type-hint in the sample ValetDriver

* Remove the return afrom the restartLinkedPhp method

* Remove the return annotation from the Caddy constructor

* Remove the return annotation from the Valet configuration constructor

* Removed the return from the prependPath method of the Configuration class

* Removed the return from the appendAsUser method of the Filesystem class

* Removed the return annotation from the Site constructor

* Corrected the parameter annotation of the link method in the Site class

* Order use statements by length in PhpFpm

* Remove the return annotation from the Valet constructor
2016-05-12 21:17:32 -05:00
Taylor Otwell
14588a40d8 load extensions 2016-05-11 20:32:53 -05:00
Taylor Otwell
fd595b5c71 run commands as sudo 2016-05-11 19:40:44 -05:00
Taylor Otwell
97f7ae2342 organize better 2016-05-10 08:29:24 -05:00