5766 Commits

Author SHA1 Message Date
Matt Hollis
04960ed8be
Update Kernel.php 2018-09-07 16:24:35 -05:00
Matt Hollis
7f6ec77e69
Update Kernel.php
StyleCI fixes
2018-09-07 16:22:40 -05:00
Matt Hollis
0eb1a8f3bc
Update Kernel.php 2018-09-07 16:20:54 -05:00
Matt Hollis
b354a35272
Update HttpKernel to use Authenticate middleware under App namespace
The `Authenticate` middleware is intended to be called in a specific order before applying developer-listed middleware. In 5.7, it was changed to `App\Http\Middleware\Authenticate` but the priority still lists it as living under `Illuminate\Auth\Middleware\Authenticate`.

This proposed fix moves that priority array to `App\Http\Kernel` and changes the reference to the userland class.
2018-09-07 15:58:40 -05:00
Taylor Otwell
cdb0362b4e
Merge pull request #4756 from laurencei/master
[5.7] Update VerificationController
2018-09-07 08:36:30 -05:00
Laurence Ioannou
8c3e7603eb
Update VerificationController.php 2018-09-07 19:44:33 +10:00
Graham Campbell
f1a6729546 Merge branch '5.6' 2018-09-06 14:42:39 +01:00
Graham Campbell
26cfda28d3 Merge remote-tracking branch 'origin/5.5' into 5.6 2018-09-06 14:42:19 +01:00
Taylor Otwell
22d37a53ff add level 2018-09-06 08:23:57 -05:00
Taylor Otwell
371bc94673 formatting 2018-09-06 08:23:36 -05:00
Taylor Otwell
7b9ab57dd6 Merge branch 'master' of https://github.com/renoirfaria/laravel into renoirfaria-master 2018-09-06 08:22:27 -05:00
Taylor Otwell
ed3c8b2d64 fix stub 2018-09-06 08:11:07 -05:00
Taylor Otwell
5ad5cdce8c
Merge pull request #4750 from kp-syginteractive/master
Removing unnecessary use from User Model
2018-09-06 08:10:04 -05:00
Taylor Otwell
ad7ce02254
Merge pull request #4752 from ubient/add-mailgun-endpoint-option
Add missing Mailgun 'endpoint' option
2018-09-06 08:05:59 -05:00
Claudio Dekker
dfe5afa71b Add missing Mailgun 'endpoint' option
Counterpart to https://github.com/laravel/framework/pull/25010
2018-09-06 14:02:17 +02:00
Kazim P
f41814be1f Removing unnecessary use from User Model 2018-09-06 09:34:14 +05:30
Renoir dos Reis
ea3afd1013 Adding papertrail log channel option 2018-09-05 11:15:27 -03:00
Taylor Otwell
8c41eae200
Merge pull request #4747 from eliurkis/patch-1
Remove unnecessary use on verification controller
2018-09-05 08:25:18 -05:00
Taylor Otwell
4a27987fa6
Merge pull request #4748 from SjorsO/master
Remove X-UA-Compatible meta tag
2018-09-05 08:24:45 -05:00
Sjors Ottjes
76a536b407
Update welcome.blade.php 2018-09-05 08:49:25 +02:00
Eliurkis Diaz
2c5633d334
Remove unnecessary use on verification controller 2018-09-05 00:24:52 -04:00
Taylor Otwell
6fcb8945c8 Merge branch 'master' of github.com:laravel/laravel 2018-09-04 12:01:27 -05:00
Taylor Otwell
6246ab0963 update stub 2018-09-04 12:00:54 -05:00
Taylor Otwell
abdefb6602
Merge pull request #4746 from PHLAK/patch-1
Updated QUEUE_DRIVER env var to QUEUE_CONNECTION in phpunit.xml
2018-09-04 11:59:13 -05:00
Chris Kankiewicz
1eb13c8600
Updated QUEUE_DRIVER env var to QUEUE_CONNECTION in phpunit.xml 2018-09-04 09:45:26 -07:00
Taylor Otwell
b0651d2467 Merge branch 'master' into develop v5.7.0 2018-09-04 08:12:22 -05:00
Taylor Otwell
577ae1c019 Merge branch 'develop' of github.com:laravel/laravel into develop 2018-09-04 08:09:48 -05:00
Taylor Otwell
6d9215c0a4 formatting 2018-09-04 08:09:32 -05:00
Taylor Otwell
2d70aaa286
Merge pull request #4744 from staudenmeir/pagination
[5.6] Fix pagination translation
2018-09-04 08:06:42 -05:00
Jonas Staudenmeir
d44d5eb609 Fix pagination translation 2018-09-03 20:10:00 +02:00
Taylor Otwell
6cce5303c7
Merge pull request #4742 from voyula/master
Update .editorconfig
2018-09-03 15:56:09 +02:00
voyula
67ea919366
Update .editorconfig
See "[*]" global scope, already have this property in global scope.
2018-09-03 00:14:17 +03:00
Taylor Otwell
43747693bd
Merge pull request #4741 from mattmcdonald-uk/develop
[5.7] Define mix as const
2018-08-31 14:58:05 +02:00
Taylor Otwell
2330aa7504 Merge branch 'develop' of github.com:laravel/laravel into develop 2018-08-31 13:53:35 +02:00
Taylor Otwell
0d43633f9f add illustrations 2018-08-31 13:53:27 +02:00
Matt McDonald
deef01d5a2 Define mix as const 2018-08-31 10:35:44 +01:00
Taylor Otwell
c29266a0c0
Merge pull request #4736 from nunomaduro/patch-1
[5.7] Use semver caret operator for laravel-dump-server
2018-08-27 08:16:02 -05:00
Nuno Maduro
799a3ef8ec
Use semver caret operator for laravel-dump-server 2018-08-27 10:48:40 +02:00
Taylor Otwell
663f7c2c05
Merge pull request #4735 from vemcogroup/master
Extract 2 core configurations for sessions to environment
2018-08-25 20:11:29 -05:00
Danijel K
b9ac4417ee
corrected bad copy paste 2018-08-25 18:45:33 +02:00
Danijel K
375b7c6a43
Extract core 2 session configurations to environment
In the spirit of JMac & LaravelShift I've extracted 2 session variables to the environment file. Not 'just because' but rather that one is able to set SESSION_DRIVER to redis, but unable to set a connection without touching the core session config file.
2018-08-25 18:44:30 +02:00
Taylor Otwell
53686dd018 Merge branch 'develop' of github.com:laravel/laravel into develop 2018-08-24 10:40:47 -05:00
Taylor Otwell
dda50109be update composer 2018-08-24 10:40:40 -05:00
Taylor Otwell
edc937c5e6 Merge branch 'develop' of github.com:laravel/laravel into develop 2018-08-22 14:13:33 -05:00
Taylor Otwell
0c62780402 fix conflicts 2018-08-22 14:13:25 -05:00
Taylor Otwell
289b145731 Merge branch 'master' of github.com:laravel/laravel 2018-08-22 14:12:47 -05:00
Taylor Otwell
4e6838a6cc add nova 2018-08-22 14:12:42 -05:00
Taylor Otwell
b2d7facfbb
Merge pull request #4730 from ahinkle/ahinkle-patch-1
Upgrade Lodash (Security Vulnerability)
2018-08-15 16:04:03 -05:00
Andy Hinkle
e2d44a5115
Upgrade Lodash because of Security Vulnerability 2018-08-15 09:23:50 -05:00
Taylor Otwell
d6acad21cb Merge branch 'master' into develop 2018-08-14 14:35:49 -05:00