Graham Campbell
c4a7a7bc9c
Update .styleci.yml
2019-11-01 11:32:56 +00:00
Dries Vints
ca3f91e7ed
Update CHANGELOG.md
2019-09-09 18:29:02 +02:00
Dries Vints
8b96bf0128
Update CHANGELOG.md
v5.8.35
2019-09-09 18:26:19 +02:00
Jess Archer
aa74fcb38f
Remove manual adding of X-CSRF-TOKEN header ( #5083 )
...
This is unnessecery code because Axios already automatically adds
a X-XSRF-TOKEN header from the XSRF-TOKEN cookie encrypted value on
same-origin requests. The `VerifyCsrfToken` middleware and Passport's
`TokenGuard` already allow using the `X-XSRF-TOKEN` header.
2019-08-21 07:47:43 -05:00
Taylor Otwell
b84bcc6446
Update readme.md
2019-08-20 15:04:04 -05:00
Taylor Otwell
41e915ae90
Update readme.md
2019-08-20 15:03:32 -05:00
Taylor Otwell
bb43372548
formatting
2019-08-13 15:05:56 -05:00
Dries Vints
83d2ecc0e9
Remove Stripe config settings
...
These now ship with a dedicated config file for Cashier.
2019-08-13 18:19:40 +02:00
Dries Vints
d5691a2e6d
Add missing trailing semicolon
2019-08-06 14:32:07 +02:00
Ryan Purcella
f73795ac05
Update number of Laracasts videos ( #5063 )
2019-07-18 08:20:32 -05:00
Guilherme Pressutto
ddbbd0e67b
Using environment variable to set redis prefix ( #5062 )
...
It was the only redis setting that wasn't overridable by an environment variable. It can help if you have multiple instances using the same `APP_NAME`, e.g. a staging instance
2019-07-16 13:38:28 -06:00
Artem Pakhomov
ff15a66d8c
Fixed lodash version (CVE-2019-10744) ( #5060 )
2019-07-15 10:41:13 -06:00
Miloš Gavrilović
afb7cd7311
update deprecated pusher option ( #5058 )
2019-07-11 09:03:22 -06:00
Gary Green
e71f50f664
Move TrustProxies to highest priority - fixes maintenance mode ip whitelist if behind proxy e.g. Cloudflare ( #5055 )
2019-07-10 09:11:28 -06:00
Sjors Ottjes
ebc6f6e2c7
Update .gitignore ( #5046 )
2019-06-18 12:18:58 +02:00
Taylor Otwell
6f3d68f67f
use generic default db config
2019-06-04 08:10:26 -05:00
ziming
014a1f0f5e
Update axios package ( #5038 )
...
Update axios in package.json to ^0.19 so that I don't get security vulnerability notification emails from Github when I push to my laravel project repos even though ^0.18 covers 0.19 as well
2019-05-31 07:54:50 -05:00
Antoni Siek
bf60f7f74f
Added support for new redis URL property in config/database.php ( #5037 )
...
Regarding laravel/framework#28612
2019-05-30 11:22:45 -05:00
Kristoffer Högberg
9530937958
Add DYNAMODB_ENDPOINT to the cache config ( #5034 )
...
This adds the DYNAMODB_ENDPOINT environment variable to the
dynamodb store of the cache cofig.
Its usage is implemented in the framework as laravel/framework#28600
2019-05-29 09:12:30 -05:00
Dries Vints
762e987e5b
Uppercase doctype
...
In similar fashion as https://github.com/laravel/framework/pull/28583
2019-05-21 15:15:32 +02:00
Matt Hanley
f8e455e358
Fix type hint for case of trusting all proxies (string) ( #5025 )
v5.8.17
2019-05-14 07:28:37 -06:00
Jason McCreary
93c6874189
Add ends_with validation message ( #5020 )
2019-05-09 19:07:43 -05:00
Dries Vints
fbd3ad7bbb
Update changelog
v5.8.16
2019-05-07 17:19:27 +02:00
Taylor Otwell
b0e0bdc060
formatting
2019-05-07 07:38:15 -05:00
Mathieu TUDISCO
1086e26b32
Update database config relating to Url addition.
2019-05-07 13:49:22 +02:00
Taylor Otwell
4b78ba61ea
fix conflicts
2019-05-06 08:30:56 -05:00
Taylor Otwell
65f8271032
update version
2019-05-06 08:30:33 -05:00
Dries Vints
af15618b57
Merge pull request #5013 from laravel/revert-5012-feature/exported-files
...
Revert "Exclude StyleCI config from exported files"
2019-04-30 14:02:22 +02:00
Dries Vints
ccea56b6f9
Revert "Exclude StyleCI config from exported files ( #5012 )"
...
This reverts commit a6bf24134d99be79e77b8969186b9f46ffee075a.
2019-04-30 14:02:09 +02:00
Roberto Aguilar
a6bf24134d
Exclude StyleCI config from exported files ( #5012 )
...
I noticed that this file was being included when i ran the
`laravel new` command and even though some developers will run StyleCI,
the purpose of this file seems more like it ensures the repository
quality rather than providing an starting point for this service.
2019-04-29 16:21:59 -05:00
Diego
3995828c13
[5.9] Minor grammar fix in readme.md ( #5010 )
...
* Fix grammar ('Boost *your* skills')
* Update readme.md
2019-04-26 07:26:45 -05:00
Taylor Otwell
50176732d6
Apply fixes from StyleCI ( #5006 )
2019-04-24 07:38:42 -05:00
Stefan Bauer
12a4885a47
Fix phpdoc to order by syntax convention ( #5005 )
...
Reorder the `@var` phpdoc syntax by convention, see http://docs.phpdoc.org/references/phpdoc/tags/var.html
2019-04-24 07:38:18 -05:00
Graham Campbell
60db703a27
[5.8] Enable JS on StyleCI ( #5000 )
...
* Enable JS on StyleCI
2019-04-23 07:44:51 -05:00
Dries Vints
f574aa76e3
Disable JS checks for now
2019-04-22 21:26:44 +02:00
Dries Vints
81fba471af
Merge pull request #4998 from laravel/analysis-z9QV6a
...
Apply fixes from StyleCI
2019-04-22 16:06:16 +02:00
Dries Vints
43b09ad0f3
Add file exclusions for styleci
2019-04-22 16:06:06 +02:00
Dries Vints
91dc5ed286
Apply fixes from StyleCI
2019-04-22 14:06:03 +00:00
Dries Vints
597201a049
Add StyleCI config
2019-04-22 15:55:40 +02:00
Taylor Otwell
06162adc98
Merge pull request #4990 from SjorsO/patch-1
...
Add IDE typehint to UserFactory
2019-04-14 15:41:37 -05:00
Sjors Ottjes
ef1ce665ee
Update UserFactory.php
2019-04-14 13:30:53 +02:00
Dries Vints
0f58190c7b
Merge pull request #4989 from DrewRoberts/update-readme-laracasts
...
Update readme with Laracasts count
2019-04-12 12:06:24 +02:00
DrewRoberts
14b0a07d79
Update readme with Laracasts count
2019-04-12 01:34:48 -04:00
Taylor Otwell
20cdf65ae6
Merge pull request #4987 from DivineOmega/patch-1
...
[5.8] Remove underscore from cache prefix
2019-04-10 07:31:29 -05:00
Jordan Hall
1bed031c1f
Remove underscore as cache prefixes automatically have a colon appended to them
2019-04-10 12:01:28 +01:00
Taylor Otwell
005ec1301e
Merge pull request #4986 from DivineOmega/patch-1
...
[5.8] Add underscores to cache and redis database prefixes
2019-04-08 07:47:02 -05:00
Jordan Hall
3cbc5ac640
Additional underscore on cache prefix
2019-04-08 08:52:06 +01:00
Jordan Hall
159b0e79cd
Additional underscore on redis database prefix
2019-04-08 08:50:48 +01:00
Taylor Otwell
35374927bd
Merge pull request #4982 from DivineOmega/patch-1
...
[5.8] Prefix redis database connection by default
2019-04-05 08:55:41 -05:00
Jordan Hall
e68ff0c66a
Use Str class instead of helper function
2019-04-04 22:18:28 +01:00