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
Erik Berkun-Drevnig
19fe60880c
Fix DnsMasq path, remove incorrect use of rewrite secure
2017-10-22 16:39:50 -04: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
9394811a09
Make valet install handle the addition of tld to config.json
2017-10-17 13:18:11 -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
Adam Wathan
ac06650483
Set default listen-address in dnsmasq config
...
I was having issues where dnsmasq was trying to listen on some weird
IPv6 address by default; setting this explicitly solves that.
2017-10-17 12:04:35 -04:00
Erik Berkun-Drevnig
6ba61dcc77
Resecure sites
2017-10-03 15:07:42 -04:00
Erik Berkun-Drevnig
cca8260279
Fix old path
2017-09-30 20:19:44 -04:00
Erik Berkun-Drevnig
1e5b857c6b
Move old directory on install
2017-09-30 20:16:58 -04:00
Lasse Rafn
97d69cadc4
Update Configuration.php
2017-10-01 00:12:00 +02:00
Lasse Rafn
cf6602f2ea
Update DnsMasq.php
2017-10-01 00:11:46 +02:00
Erik Berkun-Drevnig
0fd37b0fed
Change paths from ~/.valet to ~/.config/valet
2017-09-28 14:44:14 -04:00
Chris Brown
70fd176838
Update DnsMasq.php
2017-09-18 12:00:36 -04:00
Lasse Rafn
18f05bca49
Update Configuration.php
...
.localhost default domain
2017-09-18 14:24:35 +02:00
Lasse Rafn
670f68c5b5
Update DnsMasq.php
...
.localhost default domain
2017-09-18 14:23:53 +02: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
Marty Lamoureux
10ad812f38
Fixed typo: two much dots in ellipsis
2017-08-01 15:27:46 +02:00
Adam Wathan
84ade711b6
Refactor to collections
2017-06-22 07:34:51 -04:00
Korvin Szanto
0ed3eeaba9
Merge pull request #1 from KorvinSzanto/patch-2
...
Update PhpFpm.php
2017-06-19 14:33:43 -07:00
Korvin Szanto
b6d40c5f8c
Update PhpFpm.php
2017-06-19 14:32:45 -07:00
Korvin Szanto
ba7017a56b
Add PHP72 to detectable PHP versions
...
Should we do this with a preg_match instead? `preg_match('~php(56|7[0-9])~', $matches)`
2017-06-19 14:28:56 -07: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
ba0a3ba4e7
Merge pull request #263 from antonioribeiro/showStartStopInfo
...
Show start & stop process info in terminal
2017-03-23 10:45:26 -04:00
Adam Wathan
1f4dd70740
Capitalize PHP
2017-03-23 09:01:10 -04:00
Adam Wathan
9cae383c0d
Use curly braces in string interpolation
2017-03-23 09:00:34 -04:00
Adam Wathan
02f0299fcb
Formatting
2017-03-11 10:05:33 -05:00
Adam Wathan
7e1d239c18
Merge pull request #268 from antonioribeiro/lintNginxConf
...
Check nginx.conf for errors before restarting nginx
2017-03-11 10:05:08 -05:00
Adam Wathan
bfa3791253
Merge pull request #334 from leonjza/master
...
Remove sudoers entries
2017-03-07 10:36:28 -05:00
Adam Wathan
767d29d359
Fix issue when conf.d folder doesn't exist
2017-03-06 12:28:40 -05:00
Leon Jacobs
85c439b8c0
Remove sudoers entries
2017-03-04 16:53:49 +02:00
Adam Wathan
a80a24a459
Formatting
2017-02-27 10:03:20 -05:00
Antonio Carlos Ribeiro
2ed85e3e0a
Check nginx.conf for errors before restarting nginx
2017-02-22 11:43:37 -03:00
Antonio Carlos Ribeiro
6f8c14271a
Show install, start, stop and restart log info
2017-02-21 12:04:45 -03:00
Josh Manders
d80b996adf
pretty print sites
2017-02-20 20:48:37 -06:00
Kennedy Tedesco
d8c137876f
Dry's up PHP installation
...
Ref: https://github.com/laravel/valet/pull/261
2017-02-20 13:48:59 -03:00
Adam Wathan
a249072310
Merge pull request #277 from drbyte/fix-413-request-entity-too-large-and-uploads
...
Fix large-upload problems by setting PHP limits and Nginx max size
2017-02-20 09:25:12 -05:00
Adam Wathan
f98db814c6
Merge branch 'master' into master
2017-02-20 09:18:39 -05:00
Josh Manders
f51959f7ec
add wildcard san certs
2017-02-17 18:10:41 -06:00
Adam Wathan
3027a0dbba
Explicitly stop and start brew services instead of restart
...
This solves a mysterious issue that may or may not be specific to my
machine and it makes me very sad.
2017-01-21 12:00:05 -05:00
Pierre-Luc Brunet
94112bf660
Corrected left over "nginx" string left for stop command
2017-01-12 13:54:09 -05:00
Pierre-Luc Brunet
fa0456ea8f
Uses the correct service name if nginx-full is installed instead of nginx
2017-01-04 14:45:44 -05:00
Pierre-Luc Brunet
976561a2bf
Fix for issue #250 - brew package nginx-full not properly recognized as a valid nginx installation
2017-01-04 14:27:18 -05:00
Chris Brown
e208ca2340
Update minimum PHP requirement to 5.6
...
... because it's not actually compatible with 5.5 anymore - Ref: https://github.com/laravel/valet/issues/279
2016-12-27 15:58:16 -05:00
Chris Brown
bb59e1da2d
Fix large-upload problems by setting PHP limits and Nginx max size
...
- Sets `client_max_body_size 128M` in `http` section of `nginx.conf` so it covers all configs
- Adds `php-memory-limits.conf` to `php-fpm` conf folder, to set `memory_limit`, `upload_max_filesize`, `post_max_size` all to 128M
(Updates #253 by moving config location to cover all, since #253 didn't cover secure configs, etc)
2016-12-24 15:43:11 -05:00
Daniel Polito
5a25224e11
Upgrading PHP to 7.1 ( #227 )
2016-12-14 14:14:33 -06:00
Adam Wathan
c5c3ca7460
Merge pull request #249 from miclf/patch-1
...
Fix typo in docblock
2016-12-13 10:32:10 -05:00