Taylor Otwell
3310063b59
add validation to exception handler
2017-07-06 11:49:51 -05:00
Taylor Otwell
df5b100521
formatting
2017-06-29 13:36:21 -05:00
Yitzchok Willroth
28719679b7
🔧 Slugify new session.cookie to comply with RFC 6265.
2017-06-29 13:42:31 -04:00
Yitzchok Willroth
a7f2c060b2
🔧 🔧 Reduce discoverability of session cookie name.
...
Derives session.cookie from SESSION_COOKIE, falling back to (snake_cased) APP_NAME . '_session', falling back to 'laravel_session' (current) in order to make it less discoverable, thereby (slightly) reducing threat vector.
2017-06-29 12:12:19 -04:00
Taylor Otwell
d5bf06589f
Merge pull request #4302 from bretterer/fix_trusted_proxies
...
Fix to TrustProxies
2017-06-29 07:27:14 -05:00
Brian Retterer
c9e47da895
Changes header keys for TrustProxies to non deprecated version
2017-06-28 17:52:56 -04:00
Taylor Otwell
6db0f350fb
no longer needed with autodiscovery
2017-06-01 11:39:13 -05:00
Taylor Otwell
2f4d72699c
update composer json
2017-06-01 11:26:43 -05:00
Taylor Otwell
38a8390ce7
Merge pull request #4275 from themsaid/updateAuthJSONError
...
Update JSON error message structure
2017-05-25 08:00:22 -05:00
Taylor Otwell
640293f297
Merge pull request #4278 from m1guelpf/patch-2
...
Use current PHP version instead of using PATH
2017-05-25 08:00:09 -05:00
Miguel Piedrafita
8379a92a14
Use current PHP version instead of using PATH
2017-05-25 14:56:28 +02:00
Mohamed Said
ef5bfb1dae
update JSON error message
2017-05-25 09:48:50 +02:00
Taylor Otwell
11dfcf6d1a
fix conflicts
2017-05-07 09:56:20 -05:00
Taylor Otwell
758392c30f
clean up exception handler
2017-05-06 16:11:24 -04:00
Taylor Otwell
c5add7ab72
simplify factory
2017-05-06 15:28:45 -04:00
Taylor Otwell
ba5c294598
remove code course
2017-05-04 12:17:26 -04:00
Taylor Otwell
6c1e42647e
Merge pull request #4254 from FrittenKeeZ/patch-1
...
Added port to sqlsrv settings
2017-05-03 22:22:40 -05:00
Frederik Sauer
bdca9d4781
Added port to sqlsrv settings
...
Most installations won't work without it.
2017-05-03 23:55:48 +02:00
Taylor Otwell
6dde426075
Merge pull request #4253 from insign/patch-1
...
Add sqlsrv as group connection
2017-05-03 13:25:52 -05:00
Hélio
94b39dc576
Fix the commit for pass StyleCI
2017-05-03 13:22:10 -03:00
Hélio
e26bd3ffb0
Add sqlsrv as group connection
...
Since the doc says that the Laravel supports SQL Server out of the box, makes sense add it, out of the box.
2017-05-03 13:20:25 -03:00
Taylor Otwell
2c6d76469a
Merge pull request #4247 from laurencei/patch-1
...
Revert Queue Prefix
2017-04-28 16:46:22 -05:00
Laurence Ioannou
86e4e204aa
Update queue.php
2017-04-28 21:19:14 +01:00
Taylor Otwell
1193702eea
Merge branch 'master' of github.com:laravel/laravel
2017-04-27 15:05:30 -05:00
Taylor Otwell
1598e7cb70
fix wording
2017-04-27 15:05:22 -05:00
Taylor Otwell
b3725e97b6
Merge pull request #4244 from B-07/patch-5
...
fix typo
2017-04-27 07:37:37 -05:00
Bappi
720e4edce2
fix typo
2017-04-26 22:24:12 +06:00
Taylor Otwell
b9c6353501
add sponsor
2017-04-26 09:04:12 -05:00
Taylor Otwell
e605f54b92
Merge pull request #4240 from B-07/patch-1
...
Update readme.md
2017-04-26 07:42:33 -05:00
Taylor Otwell
a521d4e718
Merge pull request #4241 from B-07/patch-2
...
doctype uppercase to lowercase
2017-04-26 07:42:00 -05:00
Bappi
5e538feb67
doctype uppercase to lowercase
...
no harm, only benefits
2017-04-26 15:20:46 +06:00
Bappi
d964cb4286
Update readme.md
2017-04-26 12:52:10 +06:00
Taylor Otwell
859479a033
Merge pull request #4236 from caiquecastro/master
...
Allow filesystem to be changed on config
2017-04-24 07:50:02 -05:00
Caique Castro
312a79f673
Allow filesystem to be changed on config
...
Allow to change the filesystem storage on the fly.
For example, you can swap the storage disk with a fake one with
Storage::fake for tests.
2017-04-23 14:44:18 -03:00
Taylor Otwell
6869a880b7
adjust wording
2017-04-21 11:39:59 -05:00
Taylor Otwell
743b13d952
Merge branch 'queue-prefix' of https://github.com/browner12/laravel into browner12-queue-prefix
2017-04-21 11:38:41 -05:00
Andrew
d771ee6c8a
add queue prefix value
...
this PR goes along with https://github.com/laravel/framework/pull/18860
2017-04-20 15:31:39 -05:00
Taylor Otwell
49a9f5fd50
Merge pull request #4234 from tillkruss/master
...
Updated changelog
2017-04-20 12:56:40 -05:00
Till Krüss
47e9da691f
Updated changelog
2017-04-20 10:30:29 -07:00
Taylor Otwell
99da499cc8
Merge pull request #4232 from JuanDMeGon/patch-1
...
Ignore the npm debug log
2017-04-19 07:14:24 -05:00
JuanDMeGon
6b2abec45f
Ignore the npm debug log
...
When an NPM run fails, is created a npm-debug.log file. This file can be ignored and should not be published on a Git based repository.
2017-04-18 20:58:22 -05:00
Taylor Otwell
b699ffabce
Merge pull request #4229 from ebuster/patch-1
...
More clear way to assign middleware in controller
2017-04-18 07:41:14 -05:00
Taylor Otwell
164acc8d7a
Merge pull request #4227 from joshmanders/patch-1
...
Fix break from #4226
2017-04-18 07:25:35 -05:00
Taylor Otwell
100f71e71a
fix artisan
2017-04-18 07:24:50 -05:00
Ilya Kudin
9aeef9812a
More clear way to assign middleware in controller
...
Assign guest middleware to LoginController using documented way https://laravel.com/docs/5.4/controllers#controller-middleware
to avoid confusing with $options array values meaning.
2017-04-18 19:13:35 +07:00
Josh Manders
d00fdbcd1b
Fix phpunit.
2017-04-17 17:59:45 -05:00
Josh Manders
dbe787e7ef
add LARAVEL_START
2017-04-17 17:56:54 -05:00
Josh Manders
1b99d087ce
Fix break from #4226
2017-04-17 17:54:39 -05:00
Taylor Otwell
cae94000ca
Merge pull request #4226 from diogoazevedos/develop
...
Remove extra autoload file
2017-04-17 17:06:12 -05:00
Diogo Azevedo
8914be5fc8
Remove extra autoload file
2017-04-17 18:39:32 -03:00