Erik Berkun-Drevnig
19fe60880c
Fix DnsMasq path, remove incorrect use of rewrite secure
2017-10-22 16:39:50 -04:00
Erik Berkun-Drevnig
6ba61dcc77
Resecure sites
2017-10-03 15:07:42 -04:00
Erik Berkun-Drevnig
34ccf5c3dc
Fix broken test
2017-10-01 22:09:05 -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
Erik Berkun-Drevnig
0fd37b0fed
Change paths from ~/.valet to ~/.config/valet
2017-09-28 14:44:14 -04:00
Adam Wathan
7cedd61289
Merge pull request #401 from jasonvarga/master
...
Statamic caching and localization support
2017-09-19 16:58:02 -04:00
Adam Wathan
f21b823be6
Merge pull request #435 from martinleveille/patch-1
...
Fix hard coded front controller directory for Craft
2017-09-17 10:41:56 -04:00
Martin Leveille
2227945543
Fix hard coded front controller directory for Craft
2017-09-17 09:20:48 -04:00
Jason Varga
d12eb0e140
Only serve recognized locales if the file exists.
2017-08-24 14:44:20 -04:00
Adam Wathan
8df4dc43a9
Merge pull request #421 from tomeh/master
...
Bump version constraint on titenco/collect package
2017-08-24 07:38:49 -04:00
Tom Harris
44b380d9ab
Bump version constraint on titenco/collect package
2017-08-24 12:12:02 +01:00
Adam Wathan
b8fb49ff51
Merge pull request #278 from fschwaiger/master
...
Add Typo3 and Neos drivers
2017-08-18 09:38:54 -04:00
Adam Wathan
c80e4ccae1
Merge pull request #420 from ikari7789/patch-1
...
Generate SHA-256 certificates
2017-08-17 13:36:25 -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
Adam Wathan
ca4f78d5f8
Merge pull request #402 from gms8994/patch-1
...
Checks to see if file_exists *and* it's an actual file.
2017-08-09 08:49:02 -04:00
Adam Wathan
ec05c2136c
Merge pull request #414 from terbolous/master
...
Add $_SERVER['DOCUMENT_ROOT'] to CraftValetDriver
2017-08-09 08:12:00 -04:00
Jason Varga
db5f5d80e9
Handle localized sites within a public directory
2017-08-08 15:10:00 -04:00
Erik Weber
c8c1a52c3b
Add $_SERVER['DOCUMENT_ROOT'] to CraftValetDriver
2017-08-07 09:52:50 +02:00
Adam Wathan
83a76a4d9a
Merge pull request #412 from martylamoureux/martylamoureux-patch-1
...
Fixed typo: two much dots in ellipsis
2017-08-01 09:30:50 -04:00
Marty Lamoureux
10ad812f38
Fixed typo: two much dots in ellipsis
2017-08-01 15:27:46 +02:00
Adam Wathan
23b0da6591
Bump to 2.0.5
v2.0.5
2017-07-28 09:33:22 -04:00
Glendon Solsberry
9f70e8163f
Checks to see if file_exists *and* it's an actual file.
...
The current check short-circuits too early, allowing the existence of a folder at $uri
to trigger a false positive. This verifies that the file at $uri is actually a file before
returning.
2017-07-18 09:57:41 -04:00
Jason Varga
e91b844a8f
Use isActualFile
2017-07-17 17:14:08 -04:00
Jason Varga
933922bfe7
Support Statamic 2.6 caching, and localized subdirectories.
2017-07-17 17:10:33 -04:00
Adam Wathan
995f2d8457
Merge pull request #396 from MrRio/bugfix/open-in-default-browser
...
Fix bug where the "valet open" command ignores your default browser choice
2017-07-05 19:30:27 -04:00
MrRio
0fc82681e7
Remove comment as code is self documenting now
2017-07-05 23:17:46 +01:00
MrRio
0cf47cefdd
Use simpler CommandLine::runAsUser to open the site in the right browser
2017-07-05 23:16:39 +01:00
MrRio
26ae3f10b2
Fix issue where the open command runs as root
...
Here we take the currently logged in user, and run the open command as that user instead of root. This ensures that your default browser choice works.
2017-07-03 12:08:07 +01:00
Adam Wathan
65618fe399
Run against nightly on Travis
2017-06-22 07:35:36 -04:00
Adam Wathan
84ade711b6
Refactor to collections
2017-06-22 07:34:51 -04:00
Adam Wathan
ba746e37fb
Merge pull request #392 from KorvinSzanto/patch-1
...
Add support for the PHP72 package
2017-06-22 07:27:10 -04:00
Adam Wathan
4e4c32dd6a
Merge pull request #393 from moccalotto/master
...
Fix 128mb max client body size for secured sites.
2017-06-22 07:26:24 -04:00
Kim Ravn Hansen
b8bfe077b4
Ensure 128mb max client body size.
...
client_max_body_size does not propagate down from the http context into
the server context.
See this stack overflow for further details on the issue:
https://stackoverflow.com/questions/2056124/nginx-client-max-body-size-has-no-effect
This fix ensures that the max client body size is always the default
128mb as specified in nginx.conf.
2017-06-22 05:55:58 +02:00
Adam Wathan
fda0d3440d
Fix issue with favicon 404s
2017-06-21 09:12:46 -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
Vic D'Elfant
a0dbae74bf
Shortened isset()
2017-06-09 09:46:53 -04:00
Vic D'Elfant
745005dcae
Simplified HTTP_HOST rewriting
2017-06-09 09:46:53 -04:00
Vic D'Elfant
dbcbf1edc7
Improved HTTP_HOST rewriting
2017-06-09 09:46:53 -04:00
Steffen Brand
4f383f2d77
Added missing $_SERVER variables for CakePHP 3
2017-06-06 16:30:51 -04:00
Florian Schwaiger
311051fc75
Merge branch 'master' into master
2017-05-23 17:13:13 +02:00
Mario Young
4d49e666a7
Add new Symfony directory structure in driver
...
This fix #370
2017-05-05 11:44:27 -04:00
Andrej Mihaliak
99c2f64c14
secure option for link
2017-05-05 10:50:24 -04:00
Michael Gruschwitz
f4c0c98542
Fix contao driver never gets loaded
...
The symfony valet driver should not override the contao valet driver.
2017-05-05 10:49:10 -04:00
Joe Constant
bbf7a45f5f
Add support for versions path in URLs added in Magento 2.1.3
2017-05-05 10:47:47 -04:00
Joe Constant
953d828afd
Add Magento2 driver
2017-05-05 10:47:47 -04: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