457 Commits

Author SHA1 Message Date
Taylor Otwell
c10489131e fix formatting 2020-05-18 10:47:20 -05:00
fragkp
0f133c1e8e
set default auth_mode for smtp mail driver (#5293)
Co-authored-by: KP <pohl@new-data-services.de>
2020-05-01 09:35:51 -05:00
Dries Vints
e2c9261c2d
Merge branch '6.x' 2020-04-09 16:56:58 +02:00
Dries Vints
73f723a2f4
Add both endpoint and url env variables (#5276) 2020-04-09 09:54:25 -05:00
Taylor Otwell
2a2522d882 fix wording 2020-03-29 10:38:33 -05:00
Graham Campbell
6628b7a1b4 Merge branch '6.x' 2020-03-24 13:55:12 +00:00
Jacob Honoré
b7b6e35bf8
Fix s3 endpoint url reference (#5267) 2020-03-24 08:11:36 -05:00
Markus Podar
d82bf9768b
[7.x] Allow configuring the timeout for the smtp driver (#5262)
* Allow configuring the timeout for the smtp driver

The default is the same as in `\Swift_Transport_EsmtpTransport::$params`

* Corrected default

* Update mail.php

Co-authored-by: Graham Campbell <GrahamCampbell@users.noreply.github.com>
Co-authored-by: Taylor Otwell <taylor@laravel.com>
2020-03-15 11:25:50 -05:00
Mathieu TUDISCO
f93f4ad8bf
Fix session config changes (#5261)
* Fix session config changes

* Update session.php

Co-authored-by: Taylor Otwell <taylor@laravel.com>
2020-03-13 14:53:56 -05:00
Barry vd. Heuvel
166abfa35c
Update default CORS config (#5259) 2020-03-11 15:08:52 -05:00
Roberto Aguilar
b0ce2adc42
Add new SQS queue suffix option (#5252)
As described in laravel/framework#31784, this option will allow to
define a queue name suffix.
2020-03-06 15:16:30 -06:00
Taylor Otwell
641fcfb60a remove config entry 2020-03-06 07:57:18 -06:00
Graham Campbell
36373983ad Merge branch '6.x' 2020-03-06 11:48:34 +00:00
Graham Campbell
5ddbfb8454
Ensure that app.debug is a bool 2020-03-06 11:47:59 +00:00
Mark van den Broek
efcf74f422
[7.x] Add Mailgun and Postmark mailer (#5243)
* Add Mailgun and Postmark mailer

* Formatting

* Update mail.php

Co-authored-by: Taylor Otwell <taylor@laravel.com>
2020-03-04 08:05:25 -06:00
Benedikt Franke
c9cf57a00c
Add serialize option to array cache config (#5244)
This documents the new configuration option from https://github.com/laravel/framework/pull/31295
2020-03-04 08:04:39 -06:00
Maxime Willinger
672f626da1
Add array mailer (#5240) 2020-03-02 10:52:06 -06:00
Dries Vints
88a763e36f
Update app.php (#5237) 2020-02-27 09:21:15 -06:00
Taylor Otwell
2c4fa1ab28 formatting 2020-02-05 16:46:09 -06:00
Andrew Brown
d7f67f631d
styling 2020-02-05 10:48:51 -06:00
Andrew Brown
153746c2c1
add links option to filesystems config
https://github.com/laravel/framework/pull/31355
2020-02-05 10:33:45 -06:00
Taylor Otwell
91dd1f61cd formatting 2020-01-24 07:49:20 -06:00
Taylor Otwell
550282b094 Merge branch 'check-compiled' of https://github.com/browner12/laravel into browner12-check-compiled 2020-01-24 07:46:08 -06:00
Andrew Brown
678901cc4d
update name 2020-01-23 10:40:45 -06:00
Andrew Brown
2fe113e606 add new check_compiled option 2020-01-23 10:27:12 -06:00
Dries Vints
b1f35786eb
Merge branch 'master' into develop 2020-01-14 17:52:04 +01:00
Taylor Otwell
130b8c8bcb add ses 2020-01-08 17:16:33 -06:00
Taylor Otwell
e43d4546a9 fix comment 2020-01-08 17:14:01 -06:00
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
Aimeos
f44f065a2b
Use file session driver again 2020-01-08 12:44:53 +01: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
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
Taylor Otwell
f589a7e897 Merge branch 'master' into develop 2019-12-18 12:24:10 -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
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
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
Taylor Otwell
ba2f2abe83 tweak formatting 2019-10-21 13:42:31 -05:00
Michael Chernyshev
ace38c133f Security fix: Waiting before retrying password reset 2019-10-18 13:57:19 +03:00
Taylor Otwell
d1f7a5a886 formatting 2019-10-08 07:27:05 -05:00
Taylor Otwell
bc82317a02 Merge branch 'password-confirmation' of https://github.com/driesvints/laravel into driesvints-password-confirmation 2019-10-08 07:24:50 -05:00
Dries Vints
ba3aae6c33
Implement password confirmation 2019-10-08 13:45:40 +02:00
Roger Vilà
c70c986e58 [6.x] Add 'null' logging channel (#5106)
* Add 'none' logging channel

* Remove extra spaces

* Rename 'none' channel to 'null'

* Update logging.php
2019-09-13 14:47:34 -05:00