Commit Graph

6175 Commits

Author SHA1 Message Date
Taylor Otwell
61ec16fe39 work on mail configuration file 2020-01-08 17:10:37 -06:00
Taylor Otwell
76d822768d update mail configuration file 2020-01-08 17:01:42 -06:00
Graham Campbell
7e5a915485 Merge branch 'master' into develop 2019-12-31 12:26:17 +00:00
Graham Campbell
25c36eb592 Merge pull request #5196 from laravel/revert-5006-analysis-qxPGgA
[6.x] Revert "Apply fixes from StyleCI"
2019-12-31 12:22:50 +00:00
Graham Campbell
5df3b7b1fe Revert "Apply fixes from StyleCI (#5006)"
This reverts commit 50176732d6.
2019-12-31 12:21:39 +00:00
Graham Campbell
4bf7dffb90 Bumped defaults for Laravel 7 (#5195) 2019-12-30 12:23:10 -06:00
Graham Campbell
8af8af0cbf Merge branch 'master' into develop 2019-12-28 00:35:40 +00:00
Taylor Otwell
0bec06cd45 formatting 2019-12-27 08:56:53 -06:00
Barry vd. Heuvel
c222f6d04f CS 2019-12-26 19:54:10 +01:00
Barry vd. Heuvel
e4683c6eca Revert routes 2019-12-26 19:48:38 +01:00
Barry vd. Heuvel
860ec9f2a4 Use config instead of middleware property 2019-12-26 19:46:41 +01:00
Anton Komarev
195faa16cb Fix types consistency in database config (#5191) 2019-12-25 09:05:29 -06:00
Graham Campbell
777baff7d5 Update composer.json 2019-12-24 22:28:34 +00:00
Barry vd. Heuvel
bee0e8c94c Add HandleCors middleware 2019-12-24 22:28:20 +01:00
Graham Campbell
db940594ad Merge branch 'master' into develop 2019-12-24 17:45:25 +00:00
Graham Campbell
846f7a193a Correct exception handler doc (#5187) 2019-12-24 17:35:58 +00:00
Taylor Otwell
4d565e681c import facades 2019-12-20 15:10:23 -06:00
Taylor Otwell
f4c8190744 Merge branch 'develop' of github.com:laravel/laravel into develop 2019-12-20 14:48:16 -06:00
Taylor Otwell
cf5e99e9aa change comment 2019-12-20 14:48:04 -06:00
Taylor Otwell
e6471a6f2e Apply fixes from StyleCI (#5186) 2019-12-20 14:15:04 -06:00
Taylor Otwell
f13aef8733 move var 2019-12-20 14:14:43 -06:00
Taylor Otwell
12c28822f4 one liner 2019-12-20 14:14:01 -06:00
Taylor Otwell
3ee0065bcd remove unnecessary variable 2019-12-20 14:10:38 -06:00
Taylor Otwell
13e43893ba remove auth migration that is now in laravel/ui 2019-12-20 13:58:16 -06:00
Taylor Otwell
b5bb91fea7 Remove controllers that are generated by laravel/ui package.
These controllers will be installed and generated by the laravel/ui (2.0) package in Laravel 7.x.
2019-12-20 11:48:38 -06:00
Graham Campbell
583d1fa773 [7.x] Remove register in auth provider (#5182)
* Remove register in auth provider

* Update AuthServiceProvider.php

* Update Kernel.php
2019-12-19 09:36:06 -06:00
Taylor Otwell
7d70bfe828 Utilize Authentication Middleware Contract (#5181)
* adjust auth middleware to point to contract

* remove middleware priority
2019-12-18 13:44:16 -06:00
Taylor Otwell
f589a7e897 Merge branch 'master' into develop 2019-12-18 12:24:10 -06:00
Taylor Otwell
99f183b5c7 Merge branch 'master' of github.com:laravel/laravel 2019-12-18 12:02:53 -06:00
Taylor Otwell
140d4d9b0a use class name to be consistent with web middleware 2019-12-18 12:02:46 -06:00
Anton Komarev
b2734a9c31 Add MAIL_FROM_ADDRESS & MAIL_FROM_NAME to .env file (#5180) 2019-12-18 11:17:32 -06:00
Andrew Minion
c5f9126981 default email from name to app name (#5178) 2019-12-18 09:41:11 -06:00
Michael Stokoe
17f0ff2205 Updated config/logging.php (#5179)
This adds a default emergency logger path to the logging config file.
This change goes hand-in-hand with my changes found here:
7a03776bc8
2019-12-18 09:38:03 -06:00
Dries Vints
89e83915e9 Merge pull request #5175 from canvural/patch-1
[6.x] Update redirectTo return type PHPDoc
2019-12-16 11:35:41 +01:00
Can Vural
40f93daa83 Update redirectTo return type PHPDoc 2019-12-14 11:48:14 +01:00
Taylor Otwell
dd93aca597 Merge branch 'master' of github.com:laravel/laravel 2019-12-13 22:43:22 -06:00
Taylor Otwell
f48e2d500c change some default settings 2019-12-13 22:42:46 -06:00
Bert Heyman
136085bfd8 Add "none" to supported same site options in session config (#5174) 2019-12-13 08:18:09 -06:00
Taylor Otwell
972f3cd283 DRY up path (#5173) 2019-12-10 08:59:27 -06:00
Dries Vints
f4b1dc6df0 [6.x] Implement integration test and in-memory DB (#5169)
* Use in-memory DB for testing

* Extend from PHPUnit test case for unit tests
2019-12-06 09:46:02 -06:00
byjml
9b6643226d Consistent order (#5167)
Keep the alphabetical order of the validation messages.
2019-12-04 12:57:13 -06:00
Graham Campbell
5d50d30c94 Bumped versions 2019-11-27 15:26:11 +00:00
Graham Campbell
fb3e88c313 Merge branch 'master' into develop 2019-11-27 15:21:41 +00:00
Graham Campbell
b56fe84011 Use laravel/tinker v2 (#5161) 2019-11-26 12:46:10 -06:00
Nuno Maduro
b7a5bc7f3c Bumps Collision dependency to v4.0 (#5160) 2019-11-25 14:46:55 -06:00
Graham Campbell
2913a55d87 [7.x] Switch to Symfony 5 (#5157)
* Update exception handler

* Explictly specify 'lax' same site config

* Use the null secure option for session cookies
2019-11-25 08:46:29 -06:00
Mark van den Broek
2f8e55a9ec Rename encrypted to forceTLS. (#5159) 2019-11-25 08:10:36 -06:00
Dries Vints
c473b53626 Merge branch 'master' into develop
# Conflicts:
#	CHANGELOG.md
2019-11-21 18:29:26 +01:00
Dries Vints
1ee38a10f8 Update CHANGELOG.md 2019-11-21 18:28:39 +01:00
Dries Vints
3c92fb3a19 Merge branch 'master' into develop 2019-11-12 17:35:09 +01:00