-
Notifications
You must be signed in to change notification settings - Fork 11.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[5.9] Remove Mandrill and SparkPost mail drivers #28441
Conversation
We're removing these drivers because we feel that general interest in these is declining and these aren't used by any of Laravel's core services themselves. We're encouraging the community to release packages for these if there's any interest in continued use of them.
Ok, why not. But from what I see of |
@CyrilMazur: it extends |
@driesvints ok thanks found it https://github.com/laravel/framework/blob/5.8/src/Illuminate/Support/Manager.php#L87-L89 This would deserve to be mentioned in the doc, apparently it was long time ago (https://laravel.com/docs/5.0/extending) and then deleted 😶 |
@CyrilMazur feel free to send in a pr! |
* Update to Laravel 5.9 * Require PHP 7.2 * Encourage to use PHPUnit 8 * Remove services deleted from core See laravel/framework#28441 and laravel/framework#28442 * remove dumpserver since doesn't work on 5.9 * introduce test bootstrapping * style fix * [5.9] Add ThrottleRequests to the priority array (#5057) * add ThrottleRequests to the priority array * Move ThrottleRequests under Authenticate middleware * Update version constraint (#5066) * formatting * Remove deprecated language line (#5074) * add failed jobs table * Rename 2019_08_19_175727_create_failed_jobs_table.php to 2019_08_19_000000_create_failed_jobs_table.php (#5082) * [6.0] Use phpredis as default Redis client (#5085) * Use phpredis as default Redis client Follow up for laravel/framework#29688 It's best that we already start using `phpredis` as a default to discourage usage of Predis. * Update database.php * add new failed driver option * add ignition * add ignition * Allowing optional use of yml/yaml file extensions in .editorconfig (#5090) * Update bootstrap.php * add phpunit extension * style * According to PHP Bug 78516 Argon2 requires at least 8KB (#5097) https://bugs.php.net/bug.php?id=78516 Argon2 requires at least 8KB On PHP 7.4 memory 1024 will throw: password_hash(): Memory cost is outside of allowed memory range * Update composer.lock
MailGun is not a transparent service. They banned their service for some countries like Iran. Sad to hear that you have removed SparkPost which is more transparent and dedicated to FOSS principle. |
This is disappointing. None of the mail services are actually used by the framework, why not remove them all? Stick them in a @laravelmail type repo and open that up for PRs? I'm not a fan of installing a 40 line 8 star github package to my app, we'll likely have to make a mandrill plugin on our own to avoid this. Community drivers dont often get the scrutiny official drivers do, dont update as fast, get patched with security fixes, etc. I also wonder how you measured that interest was declining in these drivers? We're not sending analytics back to Laravel are we? Thanks. |
commit 3923e7f7c40368a5e78c1a33610191be8ad91e3b Author: Dries Vints <[email protected]> Date: Sat Oct 31 10:17:45 2020 +0100 Update CHANGELOG.md commit ff355973475624d9dc9ed5fd157a0ba0bef84710 Author: Dries Vints <[email protected]> Date: Sat Oct 31 10:16:23 2020 +0100 Lower ignition constraint commit 509708c7ee04dde4214edcf60fe3752f0d54d91d Author: Dries Vints <[email protected]> Date: Fri Oct 30 16:03:50 2020 +0100 Update CHANGELOG.md commit 8ae2d8ec1e4b86c77e9352f3b32e79ebfa62ed82 Author: Dries Vints <[email protected]> Date: Fri Oct 30 15:53:46 2020 +0100 Bump ignition and collision commit 3c4eac92baaf98b7d42d7dcf713bbdc017a5c6ab Author: Dries Vints <[email protected]> Date: Fri Oct 30 15:48:42 2020 +0100 Bump Guzzle commit 45fa128adbc2c36870f36bc9396a850508fb8c5b Merge: 9af70cff d85be866 Author: Dries Vints <[email protected]> Date: Fri Oct 30 15:43:30 2020 +0100 Merge branch '6.x' into 7.x commit d85be8669880cce457eb5827afbedb6ad30bb629 Author: Dries Vints <[email protected]> Date: Fri Oct 30 15:40:46 2020 +0100 Update CHANGELOG.md commit 31fbf612efd8e6291453c14d1d8a5377a6870792 Author: Dries Vints <[email protected]> Date: Fri Oct 30 15:39:45 2020 +0100 Bump fideloper/proxy commit eb34def26a617cc48813d137dccab4994b555d61 Author: Dries Vints <[email protected]> Date: Fri Oct 30 15:38:43 2020 +0100 Bump tinker commit d906d7b86006d65b3ab74c890d2a23b24a7d7a18 Author: Dries Vints <[email protected]> Date: Fri Oct 30 15:27:02 2020 +0100 Update phpunit constraints commit f363bc30e18b60612ef77a40a4f169c633fd04ac Author: Dries Vints <[email protected]> Date: Fri Oct 30 14:59:24 2020 +0100 Bump ignition commit 9af70cffa4bdc5d5e4d7b96e9fa7fb98969b12c9 Merge: 482d68a1 27338d9a Author: Dries Vints <[email protected]> Date: Thu Oct 29 17:01:22 2020 +0100 Merge branch '6.x' into 7.x commit 27338d9a99b63bb180c6c2ba6a9585ab1d10bf78 Author: Dries Vints <[email protected]> Date: Thu Oct 29 17:00:39 2020 +0100 Allow PHPUnit 9 commit 482d68a182bdd629e5d4d3c19d5d7d7623dd074a Author: Dries Vints <[email protected]> Date: Thu Oct 29 14:26:10 2020 +0100 Update CHANGELOG.md commit 02ca853809a97f372a3c6dc535c566efff9f6571 Author: Dries Vints <[email protected]> Date: Thu Oct 29 14:23:59 2020 +0100 Nump minimum Laravel version commit 056a9e8f903860a066190b6a45b56436d6c64531 Merge: 9b21125e aef279a6 Author: Dries Vints <[email protected]> Date: Thu Oct 29 14:23:32 2020 +0100 Merge branch '6.x' into 7.x commit aef279a6cf04b47ac7aa279e37240a683bdcf5e6 Author: Dries Vints <[email protected]> Date: Thu Oct 29 14:17:39 2020 +0100 Update CHANGELOG.md commit b8d582581a1067e3b1715cce477b22455acc3d36 Author: Dries Vints <[email protected]> Date: Thu Oct 29 14:16:58 2020 +0100 Update minimum Laravel version commit a4d45e6940ec6565ac1ea55cad117082876396ad Author: Dries Vints <[email protected]> Date: Thu Oct 29 14:15:43 2020 +0100 Update CHANGELOG.md commit 9b21125e31232d29231c60067c6df42e9554715b Merge: 533f130f 4c25cb95 Author: Dries Vints <[email protected]> Date: Tue Oct 27 16:18:17 2020 +0100 Merge branch '6.x' into 7.x commit 4c25cb953a0bbd4812bf92af71a13920998def1e Author: Dries Vints <[email protected]> Date: Tue Oct 27 16:17:46 2020 +0100 Allow for PHP 8 commit 533f130f1429986313966c39511690e23cc42431 Merge: 4eeb29ee 3d46fc35 Author: Dries Vints <[email protected]> Date: Tue Oct 27 15:01:36 2020 +0100 Merge branch '6.x' into 7.x commit 3d46fc355d70db2462815b62139f8b0a0f3a16c3 Author: Dries Vints <[email protected]> Date: Tue Oct 27 14:54:45 2020 +0100 Update Faker (#5461) commit 22fa816fdf80a0bd821a4249358dd921ed76fb1a Author: Dries Vints <[email protected]> Date: Tue Oct 27 14:11:46 2020 +0100 Delete removed webpack flag (#5460) commit aeec665b75258eea6cc03df1945e60f066183305 Author: Dries Vints <[email protected]> Date: Thu Oct 22 14:31:01 2020 +0200 Update composer.json (#5452) commit 4eeb29ee12e980969e8d9f2a1cd465e514a0f76e Author: Dries Vints <[email protected]> Date: Mon Sep 21 17:59:16 2020 +0200 Update changelog commit b9b282a71933e0279fea63fa0302e9a30a4c2efe Author: Youri Wijnands <[email protected]> Date: Tue Sep 8 14:50:51 2020 +0200 Use the new Google Fonts API (#5396) https://developers.google.com/fonts/docs/css2 commit a7a40d77447358a57da02f202563c50344dc5a44 Merge: dc5817bb 179e52bd Author: Dries Vints <[email protected]> Date: Tue Sep 8 13:28:00 2020 +0200 Merge branch '6.x' into master commit 179e52bdd719fb456ed49a2bf8e42f922a6f5da2 Author: Dries Vints <[email protected]> Date: Tue Sep 8 13:27:47 2020 +0200 Fix logo commit dc5817bbf2552b48d93bde99688d56e99b7a7708 Author: Dries Vints <[email protected]> Date: Fri Sep 4 10:39:28 2020 +0200 Update Handler.php commit 2c69ec987e2dca71008684fc80bbe56c55427dc3 Merge: fa43c0a3 921b14b9 Author: Graham Campbell <[email protected]> Date: Wed Aug 26 09:39:37 2020 +0100 Merge branch '6.x' into master commit fa43c0a333d623a393fa33c27a1376f69ef3f301 Author: Dries Vints <[email protected]> Date: Tue Aug 11 19:44:47 2020 +0200 Update CHANGELOG.md commit 921b14b954d51125b8369299a6ba18d78735367d Author: Dries Vints <[email protected]> Date: Tue Aug 11 19:16:01 2020 +0200 Update CHANGELOG.md commit 39a58710ba3e5aff0b3588fe748fa24e066d17b0 Merge: b3f60041 0512f006 Author: Dries Vints <[email protected]> Date: Fri Aug 7 20:08:41 2020 +0200 Merge pull request #5370 from laravel/bump-7 [7.x] Set framework version ^7.24 commit bbd36167158f29148095085fa81fed211ad676d2 Merge: 407b6b8b e96840e2 Author: Dries Vints <[email protected]> Date: Fri Aug 7 20:07:55 2020 +0200 Merge pull request #5369 from laravel/bump-6 [6.x] Set framework version ^6.18.35 commit 0512f00664445c452abbb470b9aaf4a0c7f78b26 Author: Graham Campbell <[email protected]> Date: Fri Aug 7 17:29:43 2020 +0100 Set framework version ^7.24 commit e96840e20673ed87e684b8ee814bdf02c1c8dfcc Author: Graham Campbell <[email protected]> Date: Fri Aug 7 17:28:47 2020 +0100 Set framework version ^6.18.35 commit b3f600415d3d1eb35c3f0f66e40ffa32c4bc77f0 Merge: a7b70fcc 407b6b8b Author: Graham Campbell <[email protected]> Date: Fri Aug 7 11:09:47 2020 +0100 Merge branch '6.x' into master commit 407b6b8b04820a7fc0eb3143a8255abbeabb3eb9 Author: Graham Campbell <[email protected]> Date: Mon Jul 27 18:52:00 2020 +0100 Revert "Apply fixes from StyleCI (#5356)" (#5357) This reverts commit 6cbfb781a2a54cb4399f4feaabc35b621c67b560. commit 6cbfb781a2a54cb4399f4feaabc35b621c67b560 Author: Graham Campbell <[email protected]> Date: Mon Jul 27 18:49:11 2020 +0100 Apply fixes from StyleCI (#5356) commit 0e7fd2beb18e6f5c0213b0f162611d5e75ce42f4 Author: Dries Vints <[email protected]> Date: Mon Jul 27 17:59:20 2020 +0200 Fix version commit a7b70fcc310fee9d78448e078fef9003150ee8aa Author: Taylor Otwell <[email protected]> Date: Mon Jul 27 10:57:16 2020 -0500 fix version commit 074c3840ff6be2c562d97ec0d68a04b0699493a1 Merge: f465c511 b1277e2e Author: Dries Vints <[email protected]> Date: Mon Jul 27 17:34:05 2020 +0200 Merge pull request #5355 from laravel/bump [6.x] Bumped laravel 6 min version for new LTS users commit b1277e2eb2e586b3cb09bbf545aa7fab0a4fd0ca Author: Graham Campbell <[email protected]> Date: Mon Jul 27 16:23:43 2020 +0100 Bumped laravel 6 min version for new LTS users commit e9e7c972661668f4a4c747e951c6e7ce8e3adf15 Author: rennokki <[email protected]> Date: Mon Jul 27 18:18:18 2020 +0300 [7.x] Enforce ^7.22.1 due to security issues (#5354) * enforce ^7.22 * Update composer.json Co-authored-by: Dries Vints <[email protected]> commit 791c87a80d1c5eebd75e1bf499f86899d6b2b26f Author: Taylor Otwell <[email protected]> Date: Wed Jul 22 11:11:30 2020 -0500 Update README.md commit 232995cac214bf1fdff4278aa7904d65df3ae899 Author: Taylor Otwell <[email protected]> Date: Wed Jul 22 11:07:41 2020 -0500 Update README.md commit f465c511c009235fc7bfa06bfcb41294e60e9b42 Author: Andy Hinkle <[email protected]> Date: Mon Jul 20 09:03:03 2020 -0500 Bump lodash from 4.17.15 to 4.17.19 commit 6d9296c71edc3def466d3cab501b7d1f9b6717d2 Merge: 311c3f82 5f462521 Author: Dries Vints <[email protected]> Date: Mon Jul 20 16:15:08 2020 +0200 Merge pull request #5346 from ahinkle/patch-1 Bump lodash from 4.17.13 to 4.17.19 commit 5f46252168977e8850b555da057406a835a9b1f9 Author: Andy Hinkle <[email protected]> Date: Mon Jul 20 09:03:03 2020 -0500 Bump lodash from 4.17.15 to 4.17.19 commit 311c3f823a6f09df5e9b882906456e9caa02132c Author: Taylor Otwell <[email protected]> Date: Fri Jun 12 09:35:55 2020 -0500 tweak phpunit.xml commit 74df1e26e639f0527429fba8185b743e6538d3ac Merge: 6e5f4093 2f33300a Author: Dries Vints <[email protected]> Date: Fri Jun 12 10:36:11 2020 +0200 Merge pull request #5320 from barryvdh/patch-4 Bump fruitcake/laravel-cors commit 2f33300abe3684a42acd2d9dce35569e988d9c13 Author: Barry vd. Heuvel <[email protected]> Date: Fri Jun 12 08:50:58 2020 +0200 Bump fruitcake/laravel-cors commit 6e5f40939ce15d731276b2ad6e5fd08057faa79a Author: Taylor Otwell <[email protected]> Date: Wed Jun 3 08:30:51 2020 -0500 Update README.md commit 9e5ba571a60a57ca2c3938bc5bd81d222cb6e618 Author: Taylor Otwell <[email protected]> Date: Thu May 28 10:08:01 2020 -0500 add password reset migration commit 5639581ea56ecd556cdf6e6edc37ce5795740fd7 Author: Taylor Otwell <[email protected]> Date: Mon May 18 16:50:22 2020 -0500 add basic trust host middleware commit c10489131ef28ecd46529e37b558ae93a20e3fb8 Author: Taylor Otwell <[email protected]> Date: Mon May 18 10:47:20 2020 -0500 fix formatting commit 7b0b5d8310143269d8de50442499b77187f8ee5a Author: Ryan England <[email protected]> Date: Thu May 14 14:50:14 2020 +0100 Update sponsor link (#5302) British Software Development have rebranded to Many, link and link text updated accordingly. commit 7d62f500a789416738a7181d5217d33ca096db04 Author: feek <[email protected]> Date: Mon May 4 06:31:39 2020 -0700 chore: update typehint to be nullable (#5296) By default, this property is null. Therefore, it should be marked as nullable commit 0f133c1e8eff44d765a40fc1934172e7bf046e56 Author: fragkp <[email protected]> Date: Fri May 1 16:35:51 2020 +0200 set default auth_mode for smtp mail driver (#5293) Co-authored-by: KP <[email protected]> commit 785405b34b3fcf9be0ab1262c4eaa72569fac218 Merge: 3cdfe0ce d7d342c2 Author: Dries Vints <[email protected]> Date: Mon Apr 27 16:32:54 2020 +0200 Merge branch '6.x' commit d7d342c2f546576524e449c1fae69dbc885a21c2 Author: Nabil Muh. Firdaus <[email protected]> Date: Mon Apr 27 20:38:20 2020 +0700 Disable webpack-dev-server host check (#5288) commit 3cdfe0ce952c0b202150855b2f846996ebd4ba4a Merge: b5f008a8 8aab222c Author: Dries Vints <[email protected]> Date: Thu Apr 16 09:47:28 2020 +0200 Merge branch '6.x' commit 8aab222c12ea63711e3b6b41b23c6b6f2231588c Author: Dries Vints <[email protected]> Date: Thu Apr 16 09:45:26 2020 +0200 Update CHANGELOG.md commit b5f008a8bff29219800b465e613bc19a191ac815 Author: Dries Vints <[email protected]> Date: Wed Apr 15 13:46:52 2020 +0200 Update CHANGELOG.md commit 103fc0b4513d9ffbc33ebb31f74f9fba81d2b100 Merge: 5f9ee30e 0d23e5f7 Author: Dries Vints <[email protected]> Date: Tue Apr 14 10:58:32 2020 +0200 Merge pull request #5278 from voyula/patch-1 [7.x] Normalize Style commit 0d23e5f761c0cc98318e883dbce13a43a3c13226 Author: Musa <[email protected]> Date: Tue Apr 14 11:56:29 2020 +0300 [7.x] Normalize Style See: https://github.com/laravel/framework/blob/7.x/phpunit.xml.dist#L14 commit 5f9ee30e379390f9ce506d934314cb6ff6d7d355 Author: Igor Finagin <[email protected]> Date: Thu Apr 9 19:03:28 2020 +0300 Disable Telescope in PHPUnit (#5277) PHPUnit throw exception when Telescope is enabled commit e2c9261c2dfe2d0d0456c8ad113d147cce153885 Merge: 2a2522d8 73f723a2 Author: Dries Vints <[email protected]> Date: Thu Apr 9 16:56:58 2020 +0200 Merge branch '6.x' commit 73f723a2f4153f87b3d45d23addc0923f233de57 Author: Dries Vints <[email protected]> Date: Thu Apr 9 16:54:25 2020 +0200 Add both endpoint and url env variables (#5276) commit 2a2522d8824c0852e30a7e3e07d46a543eb4b33d Author: Taylor Otwell <[email protected]> Date: Sun Mar 29 10:38:29 2020 -0500 fix wording commit f140d926d3c24e854578a9eb6a2b2f7fe763abf5 Merge: dccc9334 b26aaff2 Author: Dries Vints <[email protected]> Date: Sat Mar 28 11:57:59 2020 +0100 Merge pull request #5271 from winter-ice/master [7.x] Consistent filename commit b26aaff2100e3f01aee0dc96ad7657ddd2d5a07c Author: ice <[email protected]> Date: Sat Mar 28 09:53:47 2020 +0800 consistent filename commit dccc933416c7f3a9bf9824fd8515b2daa51f6973 Merge: 6628b7a1 d067d7d8 Author: Dries Vints <[email protected]> Date: Tue Mar 24 18:31:42 2020 +0100 Update CHANGELOG.md commit d067d7d889e69d28e609534e3c5cdf5773462df9 Author: Dries Vints <[email protected]> Date: Tue Mar 24 18:26:16 2020 +0100 Update CHANGELOG.md commit 6628b7a1b48c2f559ec01b9e8e77872b63e0fb70 Merge: d82bf976 b7b6e35b Author: Graham Campbell <[email protected]> Date: Tue Mar 24 13:55:12 2020 +0000 Merge branch '6.x' commit b7b6e35bf88f346832bdd32b71ca7ed4f0ceddd5 Author: Jacob Honoré <[email protected]> Date: Tue Mar 24 14:11:36 2020 +0100 Fix s3 endpoint url reference (#5267) commit d82bf9768b5d486d08159c191bec8a3d7b426436 Author: Markus Podar <[email protected]> Date: Sun Mar 15 17:25:50 2020 +0100 [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 <[email protected]> Co-authored-by: Taylor Otwell <[email protected]> commit 52f69fcf2529501bed81b2bc5b036c4edd729cd5 Author: Taylor Otwell <[email protected]> Date: Sat Mar 14 16:07:23 2020 -0500 add sponsor link commit f93f4ad8bf114116a7c6917e7da155b5656463af Author: Mathieu TUDISCO <[email protected]> Date: Fri Mar 13 20:53:56 2020 +0100 Fix session config changes (#5261) * Fix session config changes * Update session.php Co-authored-by: Taylor Otwell <[email protected]> commit 166abfa35c535f4572d5971a99aec45cc8c63ff6 Author: Barry vd. Heuvel <[email protected]> Date: Wed Mar 11 21:08:52 2020 +0100 Update default CORS config (#5259) commit c7a0002432351690d28223afa7caa272e769e226 Author: André Ricard <[email protected]> Date: Wed Mar 11 09:37:46 2020 -0300 Fix the code indent of object operators (#5258) This commit fixes the code indent of object operators, as following the framework code standards -> 2.4. Indenting commit b0ce2adc423ff175a20838ee5f2c858cbc63b11f Author: Roberto Aguilar <[email protected]> Date: Fri Mar 6 15:16:30 2020 -0600 Add new SQS queue suffix option (#5252) As described in laravel/framework#31784, this option will allow to define a queue name suffix. commit 641fcfb60aa47266c5b4767830dc45bad00c561c Author: Taylor Otwell <[email protected]> Date: Fri Mar 6 07:57:11 2020 -0600 remove config entry commit 36373983adaea3a021ef968b99de038b1fc4f55c Merge: 3aa22403 5ddbfb84 Author: Graham Campbell <[email protected]> Date: Fri Mar 6 11:48:34 2020 +0000 Merge branch '6.x' commit 5ddbfb845439fcd5a46c23530b8774421a931760 Author: Graham Campbell <[email protected]> Date: Fri Mar 6 11:47:59 2020 +0000 Ensure that app.debug is a bool commit 3aa22403c7d865049a735c51fadf60add498840e Author: Taylor Otwell <[email protected]> Date: Wed Mar 4 16:45:31 2020 -0600 remove empty line from phpunit.xml (#5245) I'm not sure if there's a style rule for this, but it seems very out of place to be the only empty line in the whole file. commit efcf74f422b381a69da8f673061eb94487e6f557 Author: Mark van den Broek <[email protected]> Date: Wed Mar 4 15:05:25 2020 +0100 [7.x] Add Mailgun and Postmark mailer (#5243) * Add Mailgun and Postmark mailer * Formatting * Update mail.php Co-authored-by: Taylor Otwell <[email protected]> commit c9cf57a00c76c58afec25a822846f0798661e372 Author: Benedikt Franke <[email protected]> Date: Wed Mar 4 15:04:39 2020 +0100 Add serialize option to array cache config (#5244) This documents the new configuration option from https://github.com/laravel/framework/pull/31295 commit 876142d709b99af0211315c4a8e8f93f38790f25 Author: Dries Vints <[email protected]> Date: Tue Mar 3 20:42:38 2020 +0100 Update CHANGELOG.md commit 2d7b45bfb465d838a9f670e35738ac13166410e9 Merge: 672f626d e773d388 Author: Dries Vints <[email protected]> Date: Tue Mar 3 18:18:11 2020 +0100 Merge branch '6.x' commit e773d3885b30ec77c8f0a3bbca31c914b80d3762 Author: Dries Vints <[email protected]> Date: Tue Mar 3 18:15:59 2020 +0100 Update CHANGELOG.md commit 672f626da1788a46bf6bc830d15725ee3ae668d8 Author: Maxime Willinger <[email protected]> Date: Mon Mar 2 17:52:06 2020 +0100 Add array mailer (#5240) commit 7bea49b8ee35728a791bf1e50e894b36f3c8843e Author: Maxime Willinger <[email protected]> Date: Mon Mar 2 16:21:08 2020 +0100 Use MAIL_MAILER in test environment (#5239) commit d7c602c164bfa5db8d02c139769558e336f24d89 Author: Dries Vints <[email protected]> Date: Thu Feb 27 17:30:43 2020 +0100 Update app.php (#5237) commit 0b14a741eb62f7b7d316b27f7b0e8bff770e3f7b Author: Dries Vints <[email protected]> Date: Thu Feb 27 16:26:30 2020 +0100 Update app.php (#5237) commit 88a763e36f1d39be9b9924bbd1007a4a7b2eee9f Author: Dries Vints <[email protected]> Date: Thu Feb 27 16:21:15 2020 +0100 Update app.php (#5237) commit 705076ffc28a834a1eb76b3550be2b6269a8fefb Author: Graham Campbell <[email protected]> Date: Mon Feb 24 14:48:16 2020 +0000 Bumped min guzzle commit 3233e6f8097816349137eb46d03c9e83a5321259 Merge: d529de06 8cece725 Author: Graham Campbell <[email protected]> Date: Mon Feb 24 14:47:21 2020 +0000 Merge branch 'master' into develop commit 8cece7259806b3e4af6f185ffa4772dded70cd21 Author: Sjors Ottjes <[email protected]> Date: Mon Feb 24 15:37:15 2020 +0100 Remove redundant default attributes from phpunit.xml (#5233) commit d529de062d16ac29f48c901ea02e9dacde10ef47 Author: Dries Vints <[email protected]> Date: Thu Feb 13 16:03:25 2020 +0100 Update composer.json commit d038d1f6b65ba1c48bd608b535cdc04d826821ba Author: Dries Vints <[email protected]> Date: Thu Feb 13 16:00:10 2020 +0100 Update composer.json commit c434eae43d673a709bb840f5f2e03b58da30682b Author: Taylor Otwell <[email protected]> Date: Wed Feb 12 16:20:50 2020 -0600 guzzle commit 6b9050226e9ada706143a8b3d90c4a4d5e4355e2 Author: Taylor Otwell <[email protected]> Date: Wed Feb 12 09:30:09 2020 -0600 use phpunit 0 commit 2c4fa1ab2815fd10f6e797f76c407a5fddb294aa Author: Taylor Otwell <[email protected]> Date: Wed Feb 5 16:46:09 2020 -0600 formatting commit d7f67f631d7743c4d877197089f17dc4b62ee792 Author: Andrew Brown <[email protected]> Date: Wed Feb 5 10:48:51 2020 -0600 styling commit 153746c2c17b6199294ec97f4fea95ed34241c7b Author: Andrew Brown <[email protected]> Date: Wed Feb 5 10:33:45 2020 -0600 add `links` option to filesystems config https://github.com/laravel/framework/pull/31355 commit eb3143ea720d229c54a31b07b582ead58a216a41 Author: Nuno Maduro <[email protected]> Date: Tue Feb 4 22:20:49 2020 +0100 Uses latest stable of Collision (#5221) commit c78a1d8184f00f8270d8a135cc21590837b6bfbd Author: ARCANEDEV <[email protected]> Date: Fri Jan 31 14:48:04 2020 +0100 Bump fzaninotto/faker version to support PHP 7.4 (#5218) Bumping `fzaninotto/faker` version to support PHP 7.4, especially when running composer with `--prefer-lowest` flag. PRs related to version `^1.9.1`: * https://github.com/fzaninotto/Faker/pull/1748 * https://github.com/fzaninotto/Faker/pull/1843 commit c81712bdf46b9fbd8641f07641470195d5487709 Author: Andrey Helldar <[email protected]> Date: Thu Jan 30 17:14:42 2020 +0300 [6.x] Update cross-env to the latest (#5216) This is not a fix for the vulnerability. Just updating the dependency to the latest version. @see https://yarnpkg.com/package/cross-env Yes, I know that they recently released version 6.0 and in a short time 7.0. commit f04029a64d93401e0d6788253c5134cdf8804607 Author: Freek Van der Herten <[email protected]> Date: Mon Jan 27 15:53:34 2020 +0100 use ignition v2 (#5211) commit 38a1249a002bf1dd201bda614454b28ed8c41f59 Merge: 91dd1f61 2503ed68 Author: Taylor Otwell <[email protected]> Date: Fri Jan 24 07:49:40 2020 -0600 Merge remote-tracking branch 'origin/develop' into develop commit 91dd1f61cdd3c7949593a4435dff8b77322761f2 Author: Taylor Otwell <[email protected]> Date: Fri Jan 24 07:49:20 2020 -0600 formatting commit 2503ed687ff4e8d068a36a9fe6d990492ffdbbed Merge: db596ba0 1d094a80 Author: Graham Campbell <[email protected]> Date: Fri Jan 24 13:48:38 2020 +0000 Merge branch 'master' into develop commit 550282b0944d10eb78bf3ff4e556fe10a83ad8d7 Merge: db596ba0 678901cc Author: Taylor Otwell <[email protected]> Date: Fri Jan 24 07:46:08 2020 -0600 Merge branch 'check-compiled' of https://github.com/browner12/laravel into browner12-check-compiled commit 1d094a80849133899fa4a9ba9b7598de7bc6d370 Author: Andrey Helldar <[email protected]> Date: Fri Jan 24 16:43:48 2020 +0300 [7.x] Update cross-env and resolve-url-loader to the latest (#5210) commit 678901cc4d2ee139b547375299b43eac19a37674 Author: Andrew Brown <[email protected]> Date: Thu Jan 23 10:40:45 2020 -0600 update name commit 2fe113e606989e3dec86dc7e716833facafe55bc Author: Andrew Brown <[email protected]> Date: Thu Jan 23 10:27:12 2020 -0600 add new `check_compiled` option commit db596ba02aaedd925be3dd3c51d486355da277db Merge: ffc74ba1 b1f35786 Author: Taylor Otwell <[email protected]> Date: Fri Jan 17 16:15:48 2020 -0600 Merge branch 'develop' of github.com:laravel/laravel into develop commit ffc74ba143a7de4a89f2c3fd525a5621ca879e38 Author: Taylor Otwell <[email protected]> Date: Fri Jan 17 16:15:38 2020 -0600 remove hyphen on email commit b1f35786eb6352d1a613ffe0e2b7e55f6e1a316e Merge: 94f8ee3c 9d0862b3 Author: Dries Vints <[email protected]> Date: Tue Jan 14 17:52:04 2020 +0100 Merge branch 'master' into develop commit 9d0862b3340c8243ee072afc181e315ffa35e110 Merge: 9b6d1b14 f44f065a Author: Dries Vints <[email protected]> Date: Tue Jan 14 17:50:01 2020 +0100 Merge pull request #5201 from aimeos/master Use file session driver again commit 9b6d1b14bcbeba1b52a75a48dedc0402b1f08bb5 Author: Caíque de Castro Soares da Silva <[email protected]> Date: Mon Jan 13 13:36:09 2020 -0300 Update laravel mix and sass loader (#5203) commit f121af8985d1dbb665cb9ca4b6a9f7dbb6211a7c Author: Robert Korulczyk <[email protected]> Date: Sun Jan 12 16:06:29 2020 +0100 Add missing full stop for some validation messages (#5205) commit 94f8ee3cade8d08097ed0255e4fb0fc4e56a8cd3 Merge: 130b8c8b b46c16b4 Author: Dries Vints <[email protected]> Date: Thu Jan 9 12:42:11 2020 +0100 Merge branch 'master' into develop commit b46c16b4246c7dc648158221c49f5b2e785e7c30 Author: Dries Vints <[email protected]> Date: Thu Jan 9 12:41:21 2020 +0100 Update CHANGELOG.md commit 130b8c8bcb8f167e7013e7846004b2df3e405b72 Author: Taylor Otwell <[email protected]> Date: Wed Jan 8 17:16:33 2020 -0600 add ses commit e43d4546a9c0bde49dae51fd6f4e2766674f1152 Author: Taylor Otwell <[email protected]> Date: Wed Jan 8 17:14:01 2020 -0600 fix comment commit 61ec16fe392967766b68d865ed10d56275a78718 Author: Taylor Otwell <[email protected]> Date: Wed Jan 8 17:10:37 2020 -0600 work on mail configuration file commit 76d822768dcab14fa1ee1fd1f4a24065234860db Author: Taylor Otwell <[email protected]> Date: Wed Jan 8 17:01:42 2020 -0600 update mail configuration file commit f44f065a2b2cad1a947a7e8adc08fcc13d18c49c Author: Aimeos <[email protected]> Date: Wed Jan 8 12:44:53 2020 +0100 Use file session driver again commit eca7bc7d66cef63500a62e8deaa3fce1772f1641 Author: Aimeos <[email protected]> Date: Wed Jan 8 12:44:22 2020 +0100 Use file session driver again commit 7e5a9154857f598f69978559a6ef9c34c1348e15 Merge: 4bf7dffb 25c36eb5 Author: Graham Campbell <[email protected]> Date: Tue Dec 31 12:26:17 2019 +0000 Merge branch 'master' into develop commit 25c36eb592c57e075acc32a12703005f67c4ec10 Merge: 195faa16 5df3b7b1 Author: Graham Campbell <[email protected]> Date: Tue Dec 31 12:22:50 2019 +0000 Merge pull request #5196 from laravel/revert-5006-analysis-qxPGgA [6.x] Revert "Apply fixes from StyleCI" commit 5df3b7b1fe07a22d3275180ece0b31f45682f07e Author: Graham Campbell <[email protected]> Date: Tue Dec 31 12:21:39 2019 +0000 Revert "Apply fixes from StyleCI (#5006)" This reverts commit 50176732d66b197de62d5567b79fc77f63e2cfbd. commit 4bf7dffb90366438e849c0c96e06e2a638eec336 Author: Graham Campbell <[email protected]> Date: Mon Dec 30 18:23:10 2019 +0000 Bumped defaults for Laravel 7 (#5195) commit 8af8af0cbfc5cdfaa3f757afe736a9d28d83851c Merge: 0bec06cd 195faa16 Author: Graham Campbell <[email protected]> Date: Sat Dec 28 00:35:40 2019 +0000 Merge branch 'master' into develop commit 0bec06cd45a7f6eda0d52f78dd5ff767d94ed5cc Author: Taylor Otwell <[email protected]> Date: Fri Dec 27 08:56:53 2019 -0600 formatting commit c222f6d04ff29489daec178d15ae23a3c13838f8 Author: Barry vd. Heuvel <[email protected]> Date: Thu Dec 26 19:54:10 2019 +0100 CS commit e4683c6ecaff9a7dc779fb0dfe39f6336832fc9d Author: Barry vd. Heuvel <[email protected]> Date: Thu Dec 26 19:48:38 2019 +0100 Revert routes commit 860ec9f2a48c65d30998942263a4f9a849e9b0a0 Author: Barry vd. Heuvel <[email protected]> Date: Thu Dec 26 19:46:41 2019 +0100 Use config instead of middleware property commit 195faa16cbeabc84b0eb9c9f4227ead762c93575 Author: Anton Komarev <[email protected]> Date: Wed Dec 25 18:05:29 2019 +0300 Fix types consistency in database config (#5191) commit 777baff7d5abdf38330714ccb5ff3dc3ee5d2f9c Author: Graham Campbell <[email protected]> Date: Tue Dec 24 22:28:34 2019 +0000 Update composer.json commit bee0e8c94c37bf3909e3fbe7e100a106dbf57fab Author: Barry vd. Heuvel <[email protected]> Date: Tue Dec 24 22:26:06 2019 +0100 Add HandleCors middleware commit db940594ad86a22663acc3c119caab571344e2ee Merge: 4d565e68 846f7a19 Author: Graham Campbell <[email protected]> Date: Tue Dec 24 17:45:25 2019 +0000 Merge branch 'master' into develop commit 846f7a193a6c4ff92b6595596c9bbcb3cf8c426e Author: Graham Campbell <[email protected]> Date: Tue Dec 24 17:35:58 2019 +0000 Correct exception handler doc (#5187) commit 4d565e681cbf496e0cdfb58743d4ae8238cef15e Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 15:10:23 2019 -0600 import facades commit f4c8190744bbab94e7751518bfd0fdce82ee3ab0 Merge: cf5e99e9 e6471a6f Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 14:48:16 2019 -0600 Merge branch 'develop' of github.com:laravel/laravel into develop commit cf5e99e9aa998c56eda0765a9aefdc14c439e0df Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 14:48:04 2019 -0600 change comment commit e6471a6f2e73dd244f957751ab315aa5903c32ea Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 14:15:04 2019 -0600 Apply fixes from StyleCI (#5186) commit f13aef873333aef538d526217d023fe81e87acd7 Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 14:14:43 2019 -0600 move var commit 12c28822f402a948dac389bf037c550524845ba3 Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 14:14:01 2019 -0600 one liner commit 3ee0065bcd879b82ee42023165f8a8f71e893011 Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 14:10:38 2019 -0600 remove unnecessary variable commit 13e43893ba2457c3e49898f0066a5ce8d7ea74f4 Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 13:58:16 2019 -0600 remove auth migration that is now in laravel/ui commit b5bb91fea79a3bd5504cbcadfd4766f41f7d01ce Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 11:48:38 2019 -0600 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. commit 583d1fa773803f951653af490b3dcc89b967ddbb Author: Graham Campbell <[email protected]> Date: Thu Dec 19 15:36:06 2019 +0000 [7.x] Remove register in auth provider (#5182) * Remove register in auth provider * Update AuthServiceProvider.php * Update Kernel.php commit 7d70bfe8289fce07fa595340578b13f4bdac495d Author: Taylor Otwell <[email protected]> Date: Wed Dec 18 13:44:16 2019 -0600 Utilize Authentication Middleware Contract (#5181) * adjust auth middleware to point to contract * remove middleware priority commit f589a7e89782a8419f7ad54b512289f60ffa8619 Merge: 5d50d30c 99f183b5 Author: Taylor Otwell <[email protected]> Date: Wed Dec 18 12:24:10 2019 -0600 Merge branch 'master' into develop commit 99f183b5c794354f7387d503b40d2be63e678a80 Merge: 140d4d9b b2734a9c Author: Taylor Otwell <[email protected]> Date: Wed Dec 18 12:02:53 2019 -0600 Merge branch 'master' of github.com:laravel/laravel commit 140d4d9b0a4581cec046875361e87c2981b3f9fe Author: Taylor Otwell <[email protected]> Date: Wed Dec 18 12:02:46 2019 -0600 use class name to be consistent with web middleware commit b2734a9c313ac637e9b8cffa80f9fa9d3da96a09 Author: Anton Komarev <[email protected]> Date: Wed Dec 18 20:17:32 2019 +0300 Add MAIL_FROM_ADDRESS & MAIL_FROM_NAME to .env file (#5180) commit c5f9126981fe340edf71de284b27926323d3271b Author: Andrew Minion <[email protected]> Date: Wed Dec 18 09:41:11 2019 -0600 default email from name to app name (#5178) commit 17f0ff22057a028f28b8aa17fadbc7fe4136bf66 Author: Michael Stokoe <[email protected]> Date: Wed Dec 18 15:38:03 2019 +0000 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: https://github.com/Stokoe0990/framework/commit/7a03776bc860bde4cdc82e69ab133a755b66dd2d commit 89e83915e94142ae79db7480561ae8a7a525e114 Merge: dd93aca5 40f93daa Author: Dries Vints <[email protected]> Date: Mon Dec 16 11:35:41 2019 +0100 Merge pull request #5175 from canvural/patch-1 [6.x] Update redirectTo return type PHPDoc commit 40f93daa83b17ad47c51ec9beed4c1ba79eb66ed Author: Can Vural <[email protected]> Date: Sat Dec 14 11:48:14 2019 +0100 Update redirectTo return type PHPDoc commit dd93aca5970290dfda651f00a80fdd78b66da226 Merge: f48e2d50 136085bf Author: Taylor Otwell <[email protected]> Date: Fri Dec 13 22:43:22 2019 -0600 Merge branch 'master' of github.com:laravel/laravel commit f48e2d500cb53cc4a09dfcb40beb0abafd79de4f Author: Taylor Otwell <[email protected]> Date: Fri Dec 13 22:42:46 2019 -0600 change some default settings commit 136085bfd8361969a7daedc2308e0b59dbd41f60 Author: Bert Heyman <[email protected]> Date: Fri Dec 13 15:18:09 2019 +0100 Add "none" to supported same site options in session config (#5174) commit 972f3cd2832cd8a8e9e0be96817d10840b735316 Author: Taylor Otwell <[email protected]> Date: Tue Dec 10 08:59:27 2019 -0600 DRY up path (#5173) commit f4b1dc6df04f4ef9b4b15e2c38668e8cb168c253 Author: Dries Vints <[email protected]> Date: Fri Dec 6 16:46:02 2019 +0100 [6.x] Implement integration test and in-memory DB (#5169) * Use in-memory DB for testing * Extend from PHPUnit test case for unit tests commit 9b6643226da6bd3803da22fb5dc695b1a279c5aa Author: byjml <[email protected]> Date: Wed Dec 4 21:57:13 2019 +0300 Consistent order (#5167) Keep the alphabetical order of the validation messages. commit 5d50d30c94ab7c3dcf28562a7f2116cb8922183e Author: Graham Campbell <[email protected]> Date: Wed Nov 27 15:26:11 2019 +0000 Bumped versions commit fb3e88c313d80735270385a825363e446fd77174 Merge: b7a5bc7f b56fe840 Author: Graham Campbell <[email protected]> Date: Wed Nov 27 15:21:41 2019 +0000 Merge branch 'master' into develop commit b56fe84011bdbc3b42b8ffdaadc9a113635a751e Author: Graham Campbell <[email protected]> Date: Tue Nov 26 18:46:10 2019 +0000 Use laravel/tinker v2 (#5161) commit b7a5bc7f3ca6d305343624aded77fe68c26bc018 Author: Nuno Maduro <[email protected]> Date: Mon Nov 25 21:46:55 2019 +0100 Bumps Collision dependency to v4.0 (#5160) commit 2913a55d87461fabe94907c5728d7a9451bcae80 Author: Graham Campbell <[email protected]> Date: Mon Nov 25 14:46:29 2019 +0000 [7.x] Switch to Symfony 5 (#5157) * Update exception handler * Explictly specify 'lax' same site config * Use the null secure option for session cookies commit 2f8e55a9ec923a481c1a24733c70ae750480f178 Author: Mark van den Broek <[email protected]> Date: Mon Nov 25 15:10:36 2019 +0100 Rename `encrypted` to `forceTLS`. (#5159) commit c473b53626eab20c44075b02770e948a6e757c2b Merge: 3c92fb3a 1ee38a10 Author: Dries Vints <[email protected]> Date: Thu Nov 21 18:29:26 2019 +0100 Merge branch 'master' into develop commit 1ee38a10f8884e24290c86c04d8d1ba5f8bc8d10 Author: Dries Vints <[email protected]> Date: Thu Nov 21 18:28:39 2019 +0100 Update CHANGELOG.md commit 3c92fb3a19a7fbff0085bfbbe887682095d61520 Merge: 21f24784 c15a5ee0 Author: Dries Vints <[email protected]> Date: Tue Nov 12 17:35:09 2019 +0100 Merge branch 'master' into develop commit c15a5ee0d205ade08ad86174cb9c38aafd2bd226 Author: Dries Vints <[email protected]> Date: Tue Nov 12 17:34:53 2019 +0100 Update readme commit 21f24784814092f44117ea2cb29b696422b66e93 Merge: 2e2be97c 94056af6 Author: Dries Vints <[email protected]> Date: Tue Nov 12 16:06:22 2019 +0100 Merge branch 'master' into develop commit 94056af6e84769c8e9ad394d49c0c235a6966772 Author: Dries Vints <[email protected]> Date: Tue Nov 12 16:06:05 2019 +0100 Rename readme commit 578018940241d894befdf90bb7b61672b0f7d055 Author: Dries Vints <[email protected]> Date: Tue Nov 12 16:05:52 2019 +0100 Consistent readme commit 2e2be97c2686bf919f06a47849902b80586cfa6c Author: Dries Vints <[email protected]> Date: Fri Nov 1 13:53:14 2019 +0100 Implement new primary key syntax (#5147) commit b659069bced2435cc53fca6fd4290edcae5dd9e0 Merge: 89a80da1 bfd4b1e9 Author: Graham Campbell <[email protected]> Date: Fri Nov 1 11:52:38 2019 +0000 Merge branch 'master' into develop commit bfd4b1e92f7c6b4e6b74cfdde995a5afad648d96 Author: Graham Campbell <[email protected]> Date: Fri Nov 1 11:51:17 2019 +0000 Update .styleci.yml commit 89a80da13232c00d3e2ac8d8e372075086ced4fb Merge: 9df12c3c 953b488b Author: Graham Campbell <[email protected]> Date: Fri Nov 1 11:12:48 2019 +0000 Merge branch 'master' into develop commit 953b488b8bb681d4d6e12227645c7c1b7ac26935 Author: Taylor Otwell <[email protected]> Date: Mon Oct 21 13:47:27 2019 -0500 fix key commit ba2f2abe830f5d03c52fd9c88411859cf863abd6 Author: Taylor Otwell <[email protected]> Date: Mon Oct 21 13:42:31 2019 -0500 tweak formatting commit ace38c133f3d8088fc7477f56b9db6fdc0098d06 Author: Michael Chernyshev <[email protected]> Date: Fri Oct 18 13:57:19 2019 +0300 Security fix: Waiting before retrying password reset commit 400df0b02bcc0e3fc8bc1c75ea494242c3f392af Author: Gert de Pagter <[email protected]> Date: Wed Oct 16 15:18:19 2019 +0200 Add xml schema to phpunit (#5139) This allows an IDE to do auto completion, and show any errors in the configuration commit 9df12c3ca1c27f0192c64d19ce64b18ec06213d3 Author: Taylor Otwell <[email protected]> Date: Tue Oct 15 13:15:52 2019 -0500 ignition doesn't support laravel 7 yet commit bb969c61d41ec479adbe4a6da797831002b75092 Author: Nuno Maduro <[email protected]> Date: Tue Oct 8 22:44:05 2019 +0200 Fixes required version of the framework within `composer.json` (#5130) commit dfa5c1f06e11bc6a557a0ead78f38b997235802f Merge: ccef55ba 39c28801 Author: Dries Vints <[email protected]> Date: Tue Oct 8 18:39:31 2019 +0200 Merge branch 'master' into develop commit 39c28801e8d8a8cfc99c3eed4756c6acc7367e0c Author: Dries Vints <[email protected]> Date: Tue Oct 8 18:38:02 2019 +0200 Update CHANGELOG.md commit 9bc23ee468e1fb3e5b4efccdc35f1fcee5a8b6bc Author: Taylor Otwell <[email protected]> Date: Tue Oct 8 07:35:48 2019 -0500 formatting commit d1f7a5a886039e28a434905447865ca952032284 Author: Taylor Otwell <[email protected]> Date: Tue Oct 8 07:27:05 2019 -0500 formatting commit bc82317a02e96105ad9f3cc0616d491cb5585c62 Merge: 51a1297a ba3aae6c Author: Taylor Otwell <[email protected]> Date: Tue Oct 8 07:24:50 2019 -0500 Merge branch 'password-confirmation' of https://github.com/driesvints/laravel into driesvints-password-confirmation commit ba3aae6c338314c2ba1779f336278c2532071b7c Author: Dries Vints <[email protected]> Date: Tue Oct 8 13:45:40 2019 +0200 Implement password confirmation commit 4036f17416549758816894dc52dc54eabcc13914 Author: Dries Vints <[email protected]> Date: Tue Oct 8 13:39:57 2019 +0200 Remove middleware from password reset It's not necessary for the user to be logged out when resetting their password. This allows users to reset their password while logged in. Can be used in combination with the new RequiresPassword middleware. commit 050c1d880ec1d48ef40d7a0f2b2f1040c23cebb9 Author: Dries Vints <[email protected]> Date: Tue Oct 8 11:26:03 2019 +0200 Add new password rule language line commit 51a1297a2486e2b68883bba9e534ec903f0c10d4 Author: Sangrak Choi <[email protected]> Date: Thu Sep 26 21:24:53 2019 +0900 [6.x] Added OP.GG sponsor (#5121) * Added OP.GG sponsor * Update readme.md commit c70c986e58fe1a14f7c74626e6e97032d4084d5f Author: Roger Vilà <[email protected]> Date: Fri Sep 13 21:47:34 2019 +0200 [6.x] Add 'null' logging channel (#5106) * Add 'none' logging channel * Remove extra spaces * Rename 'none' channel to 'null' * Update logging.php commit 42e864f3f5f8fe5bfbdbac66dc2e4b95159fedcb Author: Tim MacDonald <[email protected]> Date: Fri Sep 13 22:19:06 2019 +1000 remove testing bootstrap extension (#5107) commit cba8d19f8603fc409c2a72a0f33a4b0a7fab2ee5 Author: James Merrix <[email protected]> Date: Thu Sep 12 13:48:34 2019 +0100 Added Appoly sponsor (#5105) commit 56157b9cd201b5dc6fbe5f9f73014fa32e5a7838 Author: Graham Campbell <[email protected]> Date: Wed Sep 11 13:10:18 2019 +0100 Revert "According to PHP Bug 78516 Argon2 requires at least 8KB (#5097)" (#5102) This reverts commit 74d84e9371b2d2486edcc8f458adc9f22957d68b. commit ccef55ba553f9eb6e6d1a13aa19c457aefb6463e Merge: 1f48b2c5 7d728506 Author: Dries Vints <[email protected]> Date: Tue Sep 10 20:42:16 2019 +0200 Merge branch 'master' into develop commit 7d728506191a39394c5d1fcf47a822b9183f50ed Author: Dries Vints <[email protected]> Date: Tue Sep 10 20:41:25 2019 +0200 Update CHANGELOG.md commit 1f48b2c5e83374b658f03ca8da5220a6980e3e11 Merge: 55b314ea e6569320 Author: Dries Vints <[email protected]> Date: Tue Sep 10 17:27:12 2019 +0200 Merge branch 'master' into develop commit e656932002588bcaaa94476f1ed1850747eb4708 Author: Dries Vints <[email protected]> Date: Tue Sep 10 17:26:00 2019 +0200 Apply fixes from StyleCI (#5100) commit 79fb6af96ebf0325cef15c3132157fdf75f6fd6c Author: Dries Vints <[email protected]> Date: Tue Sep 10 17:25:19 2019 +0200 Order imports alphabetically commit 74d84e9371b2d2486edcc8f458adc9f22957d68b Author: Patrick Heppler <[email protected]> Date: Mon Sep 9 20:51:51 2019 +0200 According to PHP Bug 78516 Argon2 requires at least 8KB (#5097) https://bugs.php.net/bug.php?id=78516 Argon2 requires at least 8KB On PHP 7.4 memory 1024 will throw: password_hash(): Memory cost is outside of allowed memory range commit 55b314eadb06164943dbf2ba33b21391441ce237 Author: Dries Vints <[email protected]> Date: Mon Sep 9 18:41:28 2019 +0200 Update CHANGELOG.md commit 00c00b87bef4bf7fbb7c132015e10a20bbcf4ce4 Merge: cb5047c2 4dbe9888 Author: Dries Vints <[email protected]> Date: Mon Sep 9 18:40:26 2019 +0200 Merge branch 'master' into develop commit 4dbe9888a5599c270e9131b76eca0ff3527bd350 Author: Dries Vints <[email protected]> Date: Mon Sep 9 18:39:25 2019 +0200 Update CHANGELOG.md commit 9f2f3b1eeecd79acffcce72977dc3b107e7d2b43 Merge: 31394de4 ca3f91e7 Author: Dries Vints <[email protected]> Date: Mon Sep 9 18:29:25 2019 +0200 Merge branch '5.8' commit ca3f91e7ed47780ad4128c0592f5966efe51246b Author: Dries Vints <[email protected]> Date: Mon Sep 9 18:29:02 2019 +0200 Update CHANGELOG.md commit 8b96bf012871a2e977a4558bf069062c5f03de95 Author: Dries Vints <[email protected]> Date: Mon Sep 9 18:26:19 2019 +0200 Update CHANGELOG.md commit cb5047c200931d26142e78a315daad03c932f1fc Merge: 2967197b 31394de4 Author: Dries Vints <[email protected]> Date: Mon Sep 9 18:03:17 2019 +0200 Merge branch 'master' into develop commit 31394de4d736c171d40bb03d50313c60b0e4af38 Author: Taylor Otwell <[email protected]> Date: Sat Sep 7 02:18:51 2019 +0200 Revert "Set argon defaults to prevent password_hash(): Memory cost is outside of allowed memory range on PHP 7.4 (#5094)" (#5095) This reverts commit 86908e1eb4a6cc8f5474b1355db4c104c548619e. commit 4992230ca97551a0a2530e339898037b0ad5af81 Merge: 86908e1e 42936c65 Author: Taylor Otwell <[email protected]> Date: Fri Sep 6 13:43:32 2019 -0500 Merge branch 'patch-1' of https://github.com/SjorsO/laravel into SjorsO-patch-1 commit 86908e1eb4a6cc8f5474b1355db4c104c548619e Author: Patrick Heppler <[email protected]> Date: Fri Sep 6 14:16:32 2019 +0200 Set argon defaults to prevent password_hash(): Memory cost is outside of allowed memory range on PHP 7.4 (#5094) With the values ```` 'argon' => [ 'memory' => 1024, 'threads' => 2, 'time' => 2, ], ``` Hash::make() produces password_hash(): Memory cost is outside of allowed memory range on PHP 7.4 commit 2967197b8e2db87768b5534ca923f4f3b15e18f1 Merge: af15fe5e 65959b25 Author: Dries Vints <[email protected]> Date: Fri Sep 6 13:14:50 2019 +0200 Merge branch 'master' into develop commit 42936c656c70dc39d71dae7e79a487a716f2b1a6 Author: Sjors Ottjes <[email protected]> Date: Fri Sep 6 08:17:43 2019 +0200 style commit 731cd4c499638138c3331572f726310354d1b1ea Author: Sjors Ottjes <[email protected]> Date: Fri Sep 6 08:16:34 2019 +0200 add phpunit extension commit 360993c11eb1fa6d1f5a4eb89a08636f96ccf3ef Author: Sjors Ottjes <[email protected]> Date: Thu Sep 5 16:10:59 2019 +0200 Update bootstrap.php commit 65959b25bf791ab7afeac2ffa5a29394638c688f Author: Darren Craig <[email protected]> Date: Tue Sep 3 17:37:05 2019 +0100 Allowing optional use of yml/yaml file extensions in .editorconfig (#5090) commit af15fe5ec688f59522e898dc74e0de54d84c3d96 Author: Dries Vints <[email protected]> Date: Tue Sep 3 15:54:41 2019 +0200 Revert "Bump PHPUnit" This reverts commit 5fde1337d629bd116602f2e67ead75988ae7568f. commit 5fde1337d629bd116602f2e67ead75988ae7568f Author: Dries Vints <[email protected]> Date: Tue Sep 3 15:54:00 2019 +0200 Bump PHPUnit commit 054bb43038f4acb7f356dd668715225ffc2e55ba Author: Dries Vints <[email protected]> Date: Tue Sep 3 15:53:35 2019 +0200 Laravel 7 commit 13ab419d59e2f0d2e188a5157a3cc17f72db595c Author: Taylor Otwell <[email protected]> Date: Tue Sep 3 08:37:49 2019 -0500 add ignition commit 41ee35d01f4e57c47e924400db8a805089664141 Author: Taylor Otwell <[email protected]> Date: Tue Sep 3 08:37:29 2019 -0500 add ignition commit e6becd2ca35a650f51ed49525935e8ca65671152 Author: Taylor Otwell <[email protected]> Date: Tue Aug 27 16:26:48 2019 -0500 add new failed driver option commit 6ff5d6c7b8df5936aa310a5af0ff2fc2ca866708 Merge: 665dfc43 aa74fcb3 Author: Taylor Otwell <[email protected]> Date: Fri Aug 23 11:59:05 2019 -0500 Merge branch 'master' into develop commit 665dfc4328daeabaa496ac6a0743476348657585 Author: Dries Vints <[email protected]> Date: Thu Aug 22 15:22:14 2019 +0200 [6.0] Use phpredis as default Redis client (#5085) * Use phpredis as default Redis client Follow up for https://github.com/laravel/framework/pull/29688 It's best that we already start using `phpredis` as a default to discourage usage of Predis. * Update database.php commit b67acda8928117dc3048180e53f29d09c775b908 Author: Christopher Lass <[email protected]> Date: Wed Aug 21 15:14:32 2019 +0200 Rename 2019_08_19_175727_create_failed_jobs_table.php to 2019_08_19_000000_create_failed_jobs_table.php (#5082) commit aa74fcb38f9f318159657ba5050eda62ec043b11 Author: Jess Archer <[email protected]> Date: Wed Aug 21 22:47:43 2019 +1000 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. commit b84bcc6446d6fb7515082824679f63c701c269fa Author: Taylor Otwell <[email protected]> Date: Tue Aug 20 15:04:04 2019 -0500 Update readme.md commit 41e915ae9059ecbc8069b38554df1a4f73844161 Author: Taylor Otwell <[email protected]> Date: Tue Aug 20 15:03:32 2019 -0500 Update readme.md commit b7d2b48b75afbaa34c82688cb30be2f00a7d8c57 Author: Taylor Otwell <[email protected]> Date: Mon Aug 19 12:57:41 2019 -0500 add failed jobs table commit 051dea594118c87506f5f0a15b2af2cff49959b3 Author: Taylor Otwell <[email protected]> Date: Wed Aug 14 09:19:31 2019 -0500 formatting commit c07809e224a09366914964716eab911c595a9ceb Merge: 4852f483 bb433725 Author: Dries Vints <[email protected]> Date: Wed Aug 14 13:49:52 2019 +0200 Merge branch 'master' into develop commit bb433725483803a27f21d3b21317072610bc3e9c Author: Taylor Otwell <[email protected]> Date: Tue Aug 13 15:05:56 2019 -0500 formatting commit 83d2ecc0e9cca7ae6989134dede4a5653a19430b Author: Dries Vints <[email protected]> Date: Tue Aug 13 18:19:40 2019 +0200 Remove Stripe config settings These now ship with a dedicated config file for Cashier. commit 4852f483466bdc83bac132421832d3eec07bcfaf Author: Dries Vints <[email protected]> Date: Mon Aug 12 14:48:54 2019 +0200 Remove deprecated language line (#5074) commit a5111cf70f7cc057ed528a28ead6ab1eb48b7852 Merge: fad6ef3d d5691a2e Author: Dries Vints <[email protected]> Date: Mon Aug 12 11:56:28 2019 +0200 Merge branch 'master' into develop commit d5691a2e6d8725d64d8569f9b1682012ced83eda Author: Dries Vints <[email protected]> Date: Tue Aug 6 14:32:07 2019 +0200 Add missing trailing semicolon commit fad6ef3d4b932fdf0173136b353eb3ce853e2c76 Author: Chuck Rincón <[email protected]> Date: Fri Aug 2 15:54:12 2019 -0500 [6.0] - Add vapor link on the welcome view (#5072) commit 8f2a27868f7f9e0a0bbf69fa83d06b8a7a1b7894 Author: Taylor Otwell <[email protected]> Date: Tue Jul 30 16:40:52 2019 -0500 formatting commit e21657dc5a45299b3c72007d0a9a6f42c3461d14 Merge: 5391ccca 8ca56226 Author: Taylor Otwell <[email protected]> Date: Tue Jul 30 16:36:53 2019 -0500 Merge branch 'config_caching_v2' of https://github.com/timacdonald/laravel into timacdonald-config_caching_v2 commit 5391cccaad03f0c4bf8d49bfdd0f07fcf7e79f2d Author: Dries Vints <[email protected]> Date: Mon Jul 29 11:22:12 2019 -0400 Update version constraint (#5066) commit 0dd31baf2a153629d7c84b0fb2cc69f575b0d376 Merge: 7c9e5ea4 f73795ac Author: Dries Vints <[email protected]> Date: Thu Jul 25 00:49:45 2019 -0400 Merge branch 'master' into develop commit f73795ac0569554d3464eecb259aef0d2dc64f72 Author: Ryan Purcella <[email protected]> Date: Thu Jul 18 08:20:32 2019 -0500 Update number of Laracasts videos (#5063) commit ddbbd0e67b804c379f212233e3b1c91a7b649522 Author: Guilherme Pressutto <[email protected]> Date: Tue Jul 16 16:38:28 2019 -0300 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 commit ff15a66d8c8d989ce6e1cee6fcc06c4025d06998 Author: Artem Pakhomov <[email protected]> Date: Mon Jul 15 19:41:13 2019 +0300 Fixed lodash version (CVE-2019-10744) (#5060) commit 7c9e5ea41293b63e051bd69f7929f8712893eea1 Author: Gergő D. Nagy <[email protected]> Date: Fri Jul 12 15:59:55 2019 +0200 [5.9] Add ThrottleRequests to the priority array (#5057) * add ThrottleRequests to the priority array * Move ThrottleRequests under Authenticate middleware commit afb7cd7311acd6e88a2c7faccdb8181583488d25 Author: Miloš Gavrilović <[email protected]> Date: Thu Jul 11 17:03:22 2019 +0200 update deprecated pusher option (#5058) commit e71f50f664b5b6a6ffbeffac668717bb40c36d93 Author: Gary Green <[email protected]> Date: Wed Jul 10 16:11:28 2019 +0100 Move TrustProxies to highest priority - fixes maintenance mode ip whitelist if behind proxy e.g. Cloudflare (#5055) commit 8ca562265e9efdd3548b4a1573156d8f185d378e Author: Tim MacDonald <[email protected]> Date: Tue Jul 9 13:05:55 2019 +1000 style fix commit 56960ed2a0f5674c9906ce0b3e7dc67925bbce29 Author: Tim MacDonald <[email protected]> Date: Fri Jul 5 14:20:33 2019 +1000 introduce test bootstrapping commit 78143a1ea02ee1b63e04df3fcaa32bed3637a5ce Merge: fc39b073 386a4e5c Author: Taylor Otwell <[email protected]> Date: Thu Jun 27 20:01:41 2019 -0500 Merge branch 'develop' of github.com:laravel/laravel into develop commit fc39b073f3f61a22f1b48329e294ebb881700dbe Author: Taylor Otwell <[email protected]> Date: Thu Jun 27 19:57:39 2019 -0500 remove ui scaffolding commit 386a4e5c9257612685e0e0b2e4904c3d576da3c3 Merge: 61a0829f ebc6f6e2 Author: Graham Campbell <[email protected]> Date: Fri Jun 21 14:24:52 2019 +0100 Merge branch 'master' into develop commit ebc6f6e2c794b07c6d432483fd654aebf2ffe222 Author: Sjors Ottjes <[email protected]> Date: Tue Jun 18 12:18:58 2019 +0200 Update .gitignore (#5046) commit 61a0829f4338ae36e4f9a203e82e69726299be4d Merge: f053116c 6f3d68f6 Author: Taylor Otwell <[email protected]> Date: Tue Jun 4 08:10:42 2019 -0500 Merge branch 'master' into develop commit 6f3d68f67f3dab0e0d853719696ede8dfd9cc4e1 Author: Taylor Otwell <[email protected]> Date: Tue Jun 4 08:10:26 2019 -0500 use generic default db config commit 014a1f0f5e1e757b8669c2ae6e78c49fc8b2978d Author: ziming <[email protected]> Date: Fri May 31 20:54:50 2019 +0800 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 commit bf60f7f74f9578902650c30887190f86515a1037 Author: Antoni Siek <[email protected]> Date: Thu May 30 18:22:45 2019 +0200 Added support for new redis URL property in config/database.php (#5037) Regarding laravel/framework#28612 commit f053116c5680e77c3a6c73afd193984a17ea482d Author: Taylor Otwell <[email protected]> Date: Thu May 30 08:07:52 2019 -0500 remove dumpserver since doesn't work on 5.9 commit 953093795869beb658bdd9be9442188f39e62b6a Author: Kristoffer Högberg <[email protected]> Date: Wed May 29 16:12:30 2019 +0200 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 commit a7a1f44018d781848f15875dfe34a09ed8b6dd03 Merge: 1c824f6f 762e987e Author: Dries Vints <[email protected]> Date: Tue May 21 15:16:00 2019 +0200 Merge branch 'master' into develop commit 762e987e5bc4c87fb75f7868f967ec3d19a379e0 Author: Dries Vints <[email protected]> Date: Tue May 21 15:15:32 2019 +0200 Uppercase doctype In similar fashion as https://github.com/laravel/framework/pull/28583 commit 1c824f6f9f6e7a3f7ddb98ad80ffdbdbf98c81e1 Merge: c9bb74c7 f8e455e3 Author: Dries Vints <[email protected]> Date: Tue May 21 13:41:13 2019 +0200 Merge branch 'master' into develop commit f8e455e358046e59deb17b555b8949059a38ff77 Author: Matt Hanley <[email protected]> Date: Tue May 14 14:28:37 2019 +0100 Fix type hint for case of trusting all proxies (string) (#5025) commit 93c687418963f7c99b641fda905015054c785eb4 Author: Jason McCreary <[email protected]> Date: Thu May 9 20:07:43 2019 -0400 Add ends_with validation message (#5020) commit c9bb74c7e01cffbb5e185990acecf3fcab7f5eda Author: Taylor Otwell <[email protected]> Date: Wed May 8 08:06:25 2019 -0500 formatting commit fe9f8497d98ec0fa6a7d43a2ae4127285b777065 Author: Dries Vints <[email protected]> Date: Tue May 7 17:57:29 2019 +0200 Remove services deleted from core See https://github.com/laravel/framework/pull/28441 and https://github.com/laravel/framework/pull/28442 commit 7e6af5c031988e7a7c576c6bbbd1747ddfe548cc Merge: f70fff8a fbd3ad7b Author: Dries Vints <[email protected]> Date: Tue May 7 17:52:54 2019 +0200 Merge branch 'master' into develop commit fbd3ad7bbb5e98c607f19f7c697552863363bde4 Author: Dries Vints <[email protected]> Date: Tue May 7 17:19:27 2019 +0200 Update changelog commit b0e0bdc060ce068b73371919b904f3c7f0c1cfa6 Author: Taylor Otwell <[email protected]> Date: Tue May 7 07:38:15 2019 -0500 formatting commit 1086e26b32fb828ee74c8848246788a26bad72d7 Author: Mathieu TUDISCO <[email protected]> Date: Tue May 7 13:49:22 2019 +0200 Update database config relating to Url addition. commit 4b78ba61eac32cefa41da09149e0500e23cb06ec Merge: 65f82710 af15618b Author: Taylor Otwell <[email protected]> Date: Mon May 6 08:30:56 2019 -0500 fix conflicts commit 65f8271032c113883fb3f1e8e7b3279821148ad1 Author: Taylor Otwell <[email protected]> Date: Mon May 6 08:30:33 2019 -0500 update version commit af15618b577be04fc999e3f11880d05f030d39ce Merge: a6bf2413 ccea56b6 Author: Dries Vints <[email protected]> Date: Tue Apr 30 14:02:22 2019 +0200 Merge pull request #5013 from laravel/revert-5012-feature/exported-files Revert "Exclude StyleCI config from exported files" commit ccea56b6f910649d8a6ee25f61896d2b96e90496 Author: Dries Vints <[email protected]> Date: Tue Apr 30 14:02:09 2019 +0200 Revert "Exclude StyleCI config from exported files (#5012)" This reverts commit a6bf24134d99be79e77b8969186b9f46ffee075a. commit a6bf24134d99be79e77b8969186b9f46ffee075a Author: Roberto Aguilar <[email protected]> Date: Mon Apr 29 16:21:59 2019 -0500 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. commit 3995828c13ddca61dec45b8f9511a669cc90a15c Author: Diego <[email protected]> Date: Fri Apr 26 09:26:45 2019 -0300 [5.9] Minor grammar fix in readme.md (#5010) * Fix grammar ('Boost *your* skills') * Update readme.md commit f70fff8ad236374f66719b010fc5eea477c581e8 Merge: cedcbc86 50176732 Author: Dries Vints <[email protected]> Date: Thu Apr 25 13:28:34 2019 +0200 Merge branch 'master' into develop commit 50176732d66b197de62d5567b79fc77f63e2cfbd Author: Taylor Otwell <[email protected]> Date: Wed Apr 24 07:38:42 2019 -0500 Apply fixes from StyleCI (#5006) commit 12a4885a47fbd272a4a942d49d7b1eb1b42f2b19 Author: Stefan Bauer <[email protected]> Date: Wed Apr 24 14:38:18 2019 +0200 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 commit 60db703a27bb09d0a51023131f850d5d424997db Author: Graham Campbell <[email protected]> Date: Tue Apr 23 13:44:51 2019 +0100 [5.8] Enable JS on StyleCI (#5000) * Enable JS on StyleCI commit cedcbc863d4ae224430b83aa8c8e2781715ac3c5 Merge: bdc205c8 f574aa76 Author: Dries Vints <[email protected]> Date: Mon Apr 22 21:26:54 2019 +0200 Merge branch 'master' into develop commit f574aa76e3e1b8b1d77469e37d2857e27da14379 Author: Dries Vints <[email protected]> Date: Mon Apr 22 21:26:44 2019 +0200 Disable JS checks for now commit bdc205c830186eedc45fb03412c07aa14355d482 Merge: e80327f2 81fba471 Author: Dries Vints <[email protected]> Date: Mon Apr 22 16:07:04 2019 +0200 Merge branch 'master' into develop commit 81fba471aff24793be8ee3ee0d303d2b31056df2 Merge: 43b09ad0 91dc5ed2 Author: Dries Vints <[email protected]> Date: Mon Apr 22 16:06:16 2019 +0200 Merge pull request #4998 from laravel/analysis-z9QV6a Apply fixes from StyleCI commit 43b09ad0f326584d56d20fc0cf2bef99b83af877 Author: Dries Vints <[email protected]> Date: Mon Apr 22 16:06:06 2019 +0200 Add file exclusions for styleci commit 91dc5ed2869b5905a01b0b85d70f33bbd9267b93 Author: Dries Vints <[email protected]> Date: Mon Apr 22 14:06:03 2019 +0000 Apply fixes from StyleCI commit 597201a049a0d1920533e5d0970a8283898becd3 Author: Dries Vints <[email protected]> Date: Mon Apr 22 15:55:40 2019 +0200 Add StyleCI config commit 06162adc9839ada8b2525e006bef6b80914296d6 Merge: 0f58190c ef1ce665 Author: Taylor Otwell <[email protected]> Date: Sun Apr 14 15:41:37 2019 -0500 Merge pull request #4990 from SjorsO/patch-1 Add IDE typehint to UserFactory commit ef1ce665eef55e90952cd606ae120cf8c619822d Author: Sjors Ottjes <[email protected]> Date: Sun Apr 14 13:30:53 2019 +0200 Update UserFactory.php commit 0f58190c7ba955cf7a58b47a9469bf4c6c992abb Merge: 20cdf65a 14b0a07d Author: Dries Vints <[email protected]> Date: Fri Apr 12 12:06:24 2019 +0200 Merge pull request #4989 from DrewRoberts/update-readme-laracasts Update readme with Laracasts count commit 14b0a07d79a60ef45ce5b26f8b1c34ab9274dba7 Author: DrewRoberts <[email protected]> Date: Fri Apr 12 01:34:48 2019 -0400 Update readme with Laracasts count commit 20cdf65ae61ca7cfa45292d3dd642a252147ecc8 Merge: 005ec130 1bed031c Author: Taylor Otwell <[email protected]> Date: Wed Apr 10 07:31:29 2019 -0500 Merge pull request #4987 from DivineOmega/patch-1 [5.8] Remove underscore from cache prefix commit 1bed031c1f7cfcfeadf497934d301987c53b1e6e Author: Jordan Hall <[email protected]> Date: Wed Apr 10 12:01:28 2019 +0100 Remove underscore as cache prefixes automatically have a colon appended to them commit 005ec1301e3600c0a5d5a8355495d4333cab138b Merge: 35374927 3cbc5ac6 Author: Taylor Otwell <[email protected]> Date: Mon Apr 8 07:47:02 2019 -0500 Merge pull request #4986 from DivineOmega/patch-1 [5.8] Add underscores to cache and redis database prefixes commit 3cbc5ac640022cb4e3fcad7fc50e2086d32af6ae Author: Jordan Hall <[email protected]> Date: Mon Apr 8 08:52:06 2019 +0100 Additional underscore on cache prefix commit 159b0e79cd5b26bc7cd4699113951599a5b5d6d0 Author: Jordan Hall <[email protected]> Date: Mon Apr 8 08:50:48 2019 +0100 Additional underscore on redis database prefix commit 35374927bd570d578f7db4a715f2a64a2ce561c1 Merge: ae44ee00 e68ff0c6 Author: Taylor Otwell <[email protected]> Date: Fri Apr 5 08:55:41 2019 -0500 Merge pull request #4982 from DivineOmega/patch-1 [5.8] Prefix redis database connection by default commit e68ff0c66aa1b3da2c9a14d86636d582fd73891e Author: Jordan Hall <[email protected]> Date: Thu Apr 4 22:18:28 2019 +0100 Use Str class instead of helper function commit c8bc79e94ee7f4a992d70faa5ec140a9059e603f Author: Jordan Hall <[email protected]> Date: Thu Apr 4 15:11:18 2019 +0100 Prefix redis database connection by default to mitigate multiple sites on the same server potentially sharing the same queued jobs commit ae44ee0059f6218aab26de5551b19f70329f8832 Merge: 3886012c 88636c22 Author: Taylor Otwell <[email protected]> Date: Mon Apr 1 10:54:27 2019 -0700 Merge pull request #4979 from hyperhost/add-hyper-host-sponsor Added Hyper Host sponsor commit 88636c2268aa5dada08a2cd08c098bd9d25880f4 Author: Tony James <[email protected]> Date: Mon Apr 1 16:23:23 2019 +0100 Added Hyper Host sponsor Added Hyper Host name and url commit 3886012c0f3ad5653d9d5138530f3fc4276eaf93 Merge: 4997f081 ccc1457e Author: Taylor Otwell <[email protected]> Date: Sun Mar 24 08:11:19 2019 -0700 Merge pull request #4971 from Lenophie/patch-1 Ignore SQLite journals commit ccc1457e572f7ec5b2b596436622f69e94bbf635 Author: Lenophie <[email protected]> Date: Sun Mar 24 12:01:21 2019 +0100 Ignore SQLite journals commit e80327f29926869b34aa4ba92d59324ce75cac09 Author: Dries Vints <[email protected]> Date: Tue Mar 12 17:25:28 2019 +0100 Update changelog commit cfd5929785845000f26db851b94675d6154737b9 Merge: 53b59cd0 4997f081 Author: Dries Vints <[email protected]> Date: Tue Mar 12 17:23:52 2019 +0100 Merge branch 'master' into develop commit 4997f08105d6fb941b1ed2c749ebd2f55fba5a74 Author: Dries Vints <[email protected]> Date: Tue Mar 12 17:22:48 2019 +0100 Update changelog commit 3b852a1f7f292953f47df64563cc01188db336ff Merge: 3d325b84 54cd6d90 Author: Taylor Otwell <[email protected]> Date: Fri Mar 8 08:03:29 2019 -0600 Merge pull request #4963 from chapeupreto/patch-1 [5.8] upgrade the collision dependency from v2 to v3 commit 54cd6d90bbe317040a0195e09c4fc40318bb988d Author: Rod Elias <[email protected]> Date: Thu Mar 7 23:20:15 2019 -0300 upgrade the collision dependency from v2 to v3 commit 3d325b8485591bc77d1073f7aa73596acb76ec23 Author: Dries Vints <[email protected]> Date: Tue Mar 5 15:12:04 2019 +0100 Update changelog commit 3001f3c6e232ba7ce2ecdbdfe6e43b4c64ee05ad Author: Taylor Otwell <[email protected]> Date: Thu Feb 28 14:31:42 2019 -0600 check if extension loaded commit a0f6bcc773f3895db0ca4a85101b9a3ef2f95782 Author: Taylor Otwell <[email protected]> Date: Thu Feb 28 08:34:10 2019 -0600 comment out options commit f4ff4f4176f7d931e301f36b95a46285ac61b8b8 Author: Taylor Otwell <[email protected]> Date: Wed Feb 27 07:24:37 2019 -0600 comment commit d4d4a69b76d1dfd87b47b7a51b4c0e2aed992793 Merge: f84a69ee b34328a1 Author: Taylor Otwell <[email protected]> Date: Wed Feb 27 07:20:20 2019 -0600 Merge pull request #4956 from akalongman/master [5.8] Use correct env name for AWS region from env.example commit b34328a16654d09461fa53f8c681c15fe4e35095 Author: Avtandil Kikabidze <[email protected]> Date: Wed Feb 27 14:05:01 2019 +0400 Use correct env name for AWS region from env.example commit f84a69ee852bd44363042a61995d330574b6b8c3 Author: Taylor Otwell <[email protected]> Date: Tue Feb…
commit 3923e7f7c40368a5e78c1a33610191be8ad91e3b Author: Dries Vints <[email protected]> Date: Sat Oct 31 10:17:45 2020 +0100 Update CHANGELOG.md commit ff355973475624d9dc9ed5fd157a0ba0bef84710 Author: Dries Vints <[email protected]> Date: Sat Oct 31 10:16:23 2020 +0100 Lower ignition constraint commit 509708c7ee04dde4214edcf60fe3752f0d54d91d Author: Dries Vints <[email protected]> Date: Fri Oct 30 16:03:50 2020 +0100 Update CHANGELOG.md commit 8ae2d8ec1e4b86c77e9352f3b32e79ebfa62ed82 Author: Dries Vints <[email protected]> Date: Fri Oct 30 15:53:46 2020 +0100 Bump ignition and collision commit 3c4eac92baaf98b7d42d7dcf713bbdc017a5c6ab Author: Dries Vints <[email protected]> Date: Fri Oct 30 15:48:42 2020 +0100 Bump Guzzle commit 45fa128adbc2c36870f36bc9396a850508fb8c5b Merge: 9af70cff d85be866 Author: Dries Vints <[email protected]> Date: Fri Oct 30 15:43:30 2020 +0100 Merge branch '6.x' into 7.x commit d85be8669880cce457eb5827afbedb6ad30bb629 Author: Dries Vints <[email protected]> Date: Fri Oct 30 15:40:46 2020 +0100 Update CHANGELOG.md commit 31fbf612efd8e6291453c14d1d8a5377a6870792 Author: Dries Vints <[email protected]> Date: Fri Oct 30 15:39:45 2020 +0100 Bump fideloper/proxy commit eb34def26a617cc48813d137dccab4994b555d61 Author: Dries Vints <[email protected]> Date: Fri Oct 30 15:38:43 2020 +0100 Bump tinker commit d906d7b86006d65b3ab74c890d2a23b24a7d7a18 Author: Dries Vints <[email protected]> Date: Fri Oct 30 15:27:02 2020 +0100 Update phpunit constraints commit f363bc30e18b60612ef77a40a4f169c633fd04ac Author: Dries Vints <[email protected]> Date: Fri Oct 30 14:59:24 2020 +0100 Bump ignition commit 9af70cffa4bdc5d5e4d7b96e9fa7fb98969b12c9 Merge: 482d68a1 27338d9a Author: Dries Vints <[email protected]> Date: Thu Oct 29 17:01:22 2020 +0100 Merge branch '6.x' into 7.x commit 27338d9a99b63bb180c6c2ba6a9585ab1d10bf78 Author: Dries Vints <[email protected]> Date: Thu Oct 29 17:00:39 2020 +0100 Allow PHPUnit 9 commit 482d68a182bdd629e5d4d3c19d5d7d7623dd074a Author: Dries Vints <[email protected]> Date: Thu Oct 29 14:26:10 2020 +0100 Update CHANGELOG.md commit 02ca853809a97f372a3c6dc535c566efff9f6571 Author: Dries Vints <[email protected]> Date: Thu Oct 29 14:23:59 2020 +0100 Nump minimum Laravel version commit 056a9e8f903860a066190b6a45b56436d6c64531 Merge: 9b21125e aef279a6 Author: Dries Vints <[email protected]> Date: Thu Oct 29 14:23:32 2020 +0100 Merge branch '6.x' into 7.x commit aef279a6cf04b47ac7aa279e37240a683bdcf5e6 Author: Dries Vints <[email protected]> Date: Thu Oct 29 14:17:39 2020 +0100 Update CHANGELOG.md commit b8d582581a1067e3b1715cce477b22455acc3d36 Author: Dries Vints <[email protected]> Date: Thu Oct 29 14:16:58 2020 +0100 Update minimum Laravel version commit a4d45e6940ec6565ac1ea55cad117082876396ad Author: Dries Vints <[email protected]> Date: Thu Oct 29 14:15:43 2020 +0100 Update CHANGELOG.md commit 9b21125e31232d29231c60067c6df42e9554715b Merge: 533f130f 4c25cb95 Author: Dries Vints <[email protected]> Date: Tue Oct 27 16:18:17 2020 +0100 Merge branch '6.x' into 7.x commit 4c25cb953a0bbd4812bf92af71a13920998def1e Author: Dries Vints <[email protected]> Date: Tue Oct 27 16:17:46 2020 +0100 Allow for PHP 8 commit 533f130f1429986313966c39511690e23cc42431 Merge: 4eeb29ee 3d46fc35 Author: Dries Vints <[email protected]> Date: Tue Oct 27 15:01:36 2020 +0100 Merge branch '6.x' into 7.x commit 3d46fc355d70db2462815b62139f8b0a0f3a16c3 Author: Dries Vints <[email protected]> Date: Tue Oct 27 14:54:45 2020 +0100 Update Faker (#5461) commit 22fa816fdf80a0bd821a4249358dd921ed76fb1a Author: Dries Vints <[email protected]> Date: Tue Oct 27 14:11:46 2020 +0100 Delete removed webpack flag (#5460) commit aeec665b75258eea6cc03df1945e60f066183305 Author: Dries Vints <[email protected]> Date: Thu Oct 22 14:31:01 2020 +0200 Update composer.json (#5452) commit 4eeb29ee12e980969e8d9f2a1cd465e514a0f76e Author: Dries Vints <[email protected]> Date: Mon Sep 21 17:59:16 2020 +0200 Update changelog commit b9b282a71933e0279fea63fa0302e9a30a4c2efe Author: Youri Wijnands <[email protected]> Date: Tue Sep 8 14:50:51 2020 +0200 Use the new Google Fonts API (#5396) https://developers.google.com/fonts/docs/css2 commit a7a40d77447358a57da02f202563c50344dc5a44 Merge: dc5817bb 179e52bd Author: Dries Vints <[email protected]> Date: Tue Sep 8 13:28:00 2020 +0200 Merge branch '6.x' into master commit 179e52bdd719fb456ed49a2bf8e42f922a6f5da2 Author: Dries Vints <[email protected]> Date: Tue Sep 8 13:27:47 2020 +0200 Fix logo commit dc5817bbf2552b48d93bde99688d56e99b7a7708 Author: Dries Vints <[email protected]> Date: Fri Sep 4 10:39:28 2020 +0200 Update Handler.php commit 2c69ec987e2dca71008684fc80bbe56c55427dc3 Merge: fa43c0a3 921b14b9 Author: Graham Campbell <[email protected]> Date: Wed Aug 26 09:39:37 2020 +0100 Merge branch '6.x' into master commit fa43c0a333d623a393fa33c27a1376f69ef3f301 Author: Dries Vints <[email protected]> Date: Tue Aug 11 19:44:47 2020 +0200 Update CHANGELOG.md commit 921b14b954d51125b8369299a6ba18d78735367d Author: Dries Vints <[email protected]> Date: Tue Aug 11 19:16:01 2020 +0200 Update CHANGELOG.md commit 39a58710ba3e5aff0b3588fe748fa24e066d17b0 Merge: b3f60041 0512f006 Author: Dries Vints <[email protected]> Date: Fri Aug 7 20:08:41 2020 +0200 Merge pull request #5370 from laravel/bump-7 [7.x] Set framework version ^7.24 commit bbd36167158f29148095085fa81fed211ad676d2 Merge: 407b6b8b e96840e2 Author: Dries Vints <[email protected]> Date: Fri Aug 7 20:07:55 2020 +0200 Merge pull request #5369 from laravel/bump-6 [6.x] Set framework version ^6.18.35 commit 0512f00664445c452abbb470b9aaf4a0c7f78b26 Author: Graham Campbell <[email protected]> Date: Fri Aug 7 17:29:43 2020 +0100 Set framework version ^7.24 commit e96840e20673ed87e684b8ee814bdf02c1c8dfcc Author: Graham Campbell <[email protected]> Date: Fri Aug 7 17:28:47 2020 +0100 Set framework version ^6.18.35 commit b3f600415d3d1eb35c3f0f66e40ffa32c4bc77f0 Merge: a7b70fcc 407b6b8b Author: Graham Campbell <[email protected]> Date: Fri Aug 7 11:09:47 2020 +0100 Merge branch '6.x' into master commit 407b6b8b04820a7fc0eb3143a8255abbeabb3eb9 Author: Graham Campbell <[email protected]> Date: Mon Jul 27 18:52:00 2020 +0100 Revert "Apply fixes from StyleCI (#5356)" (#5357) This reverts commit 6cbfb781a2a54cb4399f4feaabc35b621c67b560. commit 6cbfb781a2a54cb4399f4feaabc35b621c67b560 Author: Graham Campbell <[email protected]> Date: Mon Jul 27 18:49:11 2020 +0100 Apply fixes from StyleCI (#5356) commit 0e7fd2beb18e6f5c0213b0f162611d5e75ce42f4 Author: Dries Vints <[email protected]> Date: Mon Jul 27 17:59:20 2020 +0200 Fix version commit a7b70fcc310fee9d78448e078fef9003150ee8aa Author: Taylor Otwell <[email protected]> Date: Mon Jul 27 10:57:16 2020 -0500 fix version commit 074c3840ff6be2c562d97ec0d68a04b0699493a1 Merge: f465c511 b1277e2e Author: Dries Vints <[email protected]> Date: Mon Jul 27 17:34:05 2020 +0200 Merge pull request #5355 from laravel/bump [6.x] Bumped laravel 6 min version for new LTS users commit b1277e2eb2e586b3cb09bbf545aa7fab0a4fd0ca Author: Graham Campbell <[email protected]> Date: Mon Jul 27 16:23:43 2020 +0100 Bumped laravel 6 min version for new LTS users commit e9e7c972661668f4a4c747e951c6e7ce8e3adf15 Author: rennokki <[email protected]> Date: Mon Jul 27 18:18:18 2020 +0300 [7.x] Enforce ^7.22.1 due to security issues (#5354) * enforce ^7.22 * Update composer.json Co-authored-by: Dries Vints <[email protected]> commit 791c87a80d1c5eebd75e1bf499f86899d6b2b26f Author: Taylor Otwell <[email protected]> Date: Wed Jul 22 11:11:30 2020 -0500 Update README.md commit 232995cac214bf1fdff4278aa7904d65df3ae899 Author: Taylor Otwell <[email protected]> Date: Wed Jul 22 11:07:41 2020 -0500 Update README.md commit f465c511c009235fc7bfa06bfcb41294e60e9b42 Author: Andy Hinkle <[email protected]> Date: Mon Jul 20 09:03:03 2020 -0500 Bump lodash from 4.17.15 to 4.17.19 commit 6d9296c71edc3def466d3cab501b7d1f9b6717d2 Merge: 311c3f82 5f462521 Author: Dries Vints <[email protected]> Date: Mon Jul 20 16:15:08 2020 +0200 Merge pull request #5346 from ahinkle/patch-1 Bump lodash from 4.17.13 to 4.17.19 commit 5f46252168977e8850b555da057406a835a9b1f9 Author: Andy Hinkle <[email protected]> Date: Mon Jul 20 09:03:03 2020 -0500 Bump lodash from 4.17.15 to 4.17.19 commit 311c3f823a6f09df5e9b882906456e9caa02132c Author: Taylor Otwell <[email protected]> Date: Fri Jun 12 09:35:55 2020 -0500 tweak phpunit.xml commit 74df1e26e639f0527429fba8185b743e6538d3ac Merge: 6e5f4093 2f33300a Author: Dries Vints <[email protected]> Date: Fri Jun 12 10:36:11 2020 +0200 Merge pull request #5320 from barryvdh/patch-4 Bump fruitcake/laravel-cors commit 2f33300abe3684a42acd2d9dce35569e988d9c13 Author: Barry vd. Heuvel <[email protected]> Date: Fri Jun 12 08:50:58 2020 +0200 Bump fruitcake/laravel-cors commit 6e5f40939ce15d731276b2ad6e5fd08057faa79a Author: Taylor Otwell <[email protected]> Date: Wed Jun 3 08:30:51 2020 -0500 Update README.md commit 9e5ba571a60a57ca2c3938bc5bd81d222cb6e618 Author: Taylor Otwell <[email protected]> Date: Thu May 28 10:08:01 2020 -0500 add password reset migration commit 5639581ea56ecd556cdf6e6edc37ce5795740fd7 Author: Taylor Otwell <[email protected]> Date: Mon May 18 16:50:22 2020 -0500 add basic trust host middleware commit c10489131ef28ecd46529e37b558ae93a20e3fb8 Author: Taylor Otwell <[email protected]> Date: Mon May 18 10:47:20 2020 -0500 fix formatting commit 7b0b5d8310143269d8de50442499b77187f8ee5a Author: Ryan England <[email protected]> Date: Thu May 14 14:50:14 2020 +0100 Update sponsor link (#5302) British Software Development have rebranded to Many, link and link text updated accordingly. commit 7d62f500a789416738a7181d5217d33ca096db04 Author: feek <[email protected]> Date: Mon May 4 06:31:39 2020 -0700 chore: update typehint to be nullable (#5296) By default, this property is null. Therefore, it should be marked as nullable commit 0f133c1e8eff44d765a40fc1934172e7bf046e56 Author: fragkp <[email protected]> Date: Fri May 1 16:35:51 2020 +0200 set default auth_mode for smtp mail driver (#5293) Co-authored-by: KP <[email protected]> commit 785405b34b3fcf9be0ab1262c4eaa72569fac218 Merge: 3cdfe0ce d7d342c2 Author: Dries Vints <[email protected]> Date: Mon Apr 27 16:32:54 2020 +0200 Merge branch '6.x' commit d7d342c2f546576524e449c1fae69dbc885a21c2 Author: Nabil Muh. Firdaus <[email protected]> Date: Mon Apr 27 20:38:20 2020 +0700 Disable webpack-dev-server host check (#5288) commit 3cdfe0ce952c0b202150855b2f846996ebd4ba4a Merge: b5f008a8 8aab222c Author: Dries Vints <[email protected]> Date: Thu Apr 16 09:47:28 2020 +0200 Merge branch '6.x' commit 8aab222c12ea63711e3b6b41b23c6b6f2231588c Author: Dries Vints <[email protected]> Date: Thu Apr 16 09:45:26 2020 +0200 Update CHANGELOG.md commit b5f008a8bff29219800b465e613bc19a191ac815 Author: Dries Vints <[email protected]> Date: Wed Apr 15 13:46:52 2020 +0200 Update CHANGELOG.md commit 103fc0b4513d9ffbc33ebb31f74f9fba81d2b100 Merge: 5f9ee30e 0d23e5f7 Author: Dries Vints <[email protected]> Date: Tue Apr 14 10:58:32 2020 +0200 Merge pull request #5278 from voyula/patch-1 [7.x] Normalize Style commit 0d23e5f761c0cc98318e883dbce13a43a3c13226 Author: Musa <[email protected]> Date: Tue Apr 14 11:56:29 2020 +0300 [7.x] Normalize Style See: https://github.com/laravel/framework/blob/7.x/phpunit.xml.dist#L14 commit 5f9ee30e379390f9ce506d934314cb6ff6d7d355 Author: Igor Finagin <[email protected]> Date: Thu Apr 9 19:03:28 2020 +0300 Disable Telescope in PHPUnit (#5277) PHPUnit throw exception when Telescope is enabled commit e2c9261c2dfe2d0d0456c8ad113d147cce153885 Merge: 2a2522d8 73f723a2 Author: Dries Vints <[email protected]> Date: Thu Apr 9 16:56:58 2020 +0200 Merge branch '6.x' commit 73f723a2f4153f87b3d45d23addc0923f233de57 Author: Dries Vints <[email protected]> Date: Thu Apr 9 16:54:25 2020 +0200 Add both endpoint and url env variables (#5276) commit 2a2522d8824c0852e30a7e3e07d46a543eb4b33d Author: Taylor Otwell <[email protected]> Date: Sun Mar 29 10:38:29 2020 -0500 fix wording commit f140d926d3c24e854578a9eb6a2b2f7fe763abf5 Merge: dccc9334 b26aaff2 Author: Dries Vints <[email protected]> Date: Sat Mar 28 11:57:59 2020 +0100 Merge pull request #5271 from winter-ice/master [7.x] Consistent filename commit b26aaff2100e3f01aee0dc96ad7657ddd2d5a07c Author: ice <[email protected]> Date: Sat Mar 28 09:53:47 2020 +0800 consistent filename commit dccc933416c7f3a9bf9824fd8515b2daa51f6973 Merge: 6628b7a1 d067d7d8 Author: Dries Vints <[email protected]> Date: Tue Mar 24 18:31:42 2020 +0100 Update CHANGELOG.md commit d067d7d889e69d28e609534e3c5cdf5773462df9 Author: Dries Vints <[email protected]> Date: Tue Mar 24 18:26:16 2020 +0100 Update CHANGELOG.md commit 6628b7a1b48c2f559ec01b9e8e77872b63e0fb70 Merge: d82bf976 b7b6e35b Author: Graham Campbell <[email protected]> Date: Tue Mar 24 13:55:12 2020 +0000 Merge branch '6.x' commit b7b6e35bf88f346832bdd32b71ca7ed4f0ceddd5 Author: Jacob Honoré <[email protected]> Date: Tue Mar 24 14:11:36 2020 +0100 Fix s3 endpoint url reference (#5267) commit d82bf9768b5d486d08159c191bec8a3d7b426436 Author: Markus Podar <[email protected]> Date: Sun Mar 15 17:25:50 2020 +0100 [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 <[email protected]> Co-authored-by: Taylor Otwell <[email protected]> commit 52f69fcf2529501bed81b2bc5b036c4edd729cd5 Author: Taylor Otwell <[email protected]> Date: Sat Mar 14 16:07:23 2020 -0500 add sponsor link commit f93f4ad8bf114116a7c6917e7da155b5656463af Author: Mathieu TUDISCO <[email protected]> Date: Fri Mar 13 20:53:56 2020 +0100 Fix session config changes (#5261) * Fix session config changes * Update session.php Co-authored-by: Taylor Otwell <[email protected]> commit 166abfa35c535f4572d5971a99aec45cc8c63ff6 Author: Barry vd. Heuvel <[email protected]> Date: Wed Mar 11 21:08:52 2020 +0100 Update default CORS config (#5259) commit c7a0002432351690d28223afa7caa272e769e226 Author: André Ricard <[email protected]> Date: Wed Mar 11 09:37:46 2020 -0300 Fix the code indent of object operators (#5258) This commit fixes the code indent of object operators, as following the framework code standards -> 2.4. Indenting commit b0ce2adc423ff175a20838ee5f2c858cbc63b11f Author: Roberto Aguilar <[email protected]> Date: Fri Mar 6 15:16:30 2020 -0600 Add new SQS queue suffix option (#5252) As described in laravel/framework#31784, this option will allow to define a queue name suffix. commit 641fcfb60aa47266c5b4767830dc45bad00c561c Author: Taylor Otwell <[email protected]> Date: Fri Mar 6 07:57:11 2020 -0600 remove config entry commit 36373983adaea3a021ef968b99de038b1fc4f55c Merge: 3aa22403 5ddbfb84 Author: Graham Campbell <[email protected]> Date: Fri Mar 6 11:48:34 2020 +0000 Merge branch '6.x' commit 5ddbfb845439fcd5a46c23530b8774421a931760 Author: Graham Campbell <[email protected]> Date: Fri Mar 6 11:47:59 2020 +0000 Ensure that app.debug is a bool commit 3aa22403c7d865049a735c51fadf60add498840e Author: Taylor Otwell <[email protected]> Date: Wed Mar 4 16:45:31 2020 -0600 remove empty line from phpunit.xml (#5245) I'm not sure if there's a style rule for this, but it seems very out of place to be the only empty line in the whole file. commit efcf74f422b381a69da8f673061eb94487e6f557 Author: Mark van den Broek <[email protected]> Date: Wed Mar 4 15:05:25 2020 +0100 [7.x] Add Mailgun and Postmark mailer (#5243) * Add Mailgun and Postmark mailer * Formatting * Update mail.php Co-authored-by: Taylor Otwell <[email protected]> commit c9cf57a00c76c58afec25a822846f0798661e372 Author: Benedikt Franke <[email protected]> Date: Wed Mar 4 15:04:39 2020 +0100 Add serialize option to array cache config (#5244) This documents the new configuration option from https://github.com/laravel/framework/pull/31295 commit 876142d709b99af0211315c4a8e8f93f38790f25 Author: Dries Vints <[email protected]> Date: Tue Mar 3 20:42:38 2020 +0100 Update CHANGELOG.md commit 2d7b45bfb465d838a9f670e35738ac13166410e9 Merge: 672f626d e773d388 Author: Dries Vints <[email protected]> Date: Tue Mar 3 18:18:11 2020 +0100 Merge branch '6.x' commit e773d3885b30ec77c8f0a3bbca31c914b80d3762 Author: Dries Vints <[email protected]> Date: Tue Mar 3 18:15:59 2020 +0100 Update CHANGELOG.md commit 672f626da1788a46bf6bc830d15725ee3ae668d8 Author: Maxime Willinger <[email protected]> Date: Mon Mar 2 17:52:06 2020 +0100 Add array mailer (#5240) commit 7bea49b8ee35728a791bf1e50e894b36f3c8843e Author: Maxime Willinger <[email protected]> Date: Mon Mar 2 16:21:08 2020 +0100 Use MAIL_MAILER in test environment (#5239) commit d7c602c164bfa5db8d02c139769558e336f24d89 Author: Dries Vints <[email protected]> Date: Thu Feb 27 17:30:43 2020 +0100 Update app.php (#5237) commit 0b14a741eb62f7b7d316b27f7b0e8bff770e3f7b Author: Dries Vints <[email protected]> Date: Thu Feb 27 16:26:30 2020 +0100 Update app.php (#5237) commit 88a763e36f1d39be9b9924bbd1007a4a7b2eee9f Author: Dries Vints <[email protected]> Date: Thu Feb 27 16:21:15 2020 +0100 Update app.php (#5237) commit 705076ffc28a834a1eb76b3550be2b6269a8fefb Author: Graham Campbell <[email protected]> Date: Mon Feb 24 14:48:16 2020 +0000 Bumped min guzzle commit 3233e6f8097816349137eb46d03c9e83a5321259 Merge: d529de06 8cece725 Author: Graham Campbell <[email protected]> Date: Mon Feb 24 14:47:21 2020 +0000 Merge branch 'master' into develop commit 8cece7259806b3e4af6f185ffa4772dded70cd21 Author: Sjors Ottjes <[email protected]> Date: Mon Feb 24 15:37:15 2020 +0100 Remove redundant default attributes from phpunit.xml (#5233) commit d529de062d16ac29f48c901ea02e9dacde10ef47 Author: Dries Vints <[email protected]> Date: Thu Feb 13 16:03:25 2020 +0100 Update composer.json commit d038d1f6b65ba1c48bd608b535cdc04d826821ba Author: Dries Vints <[email protected]> Date: Thu Feb 13 16:00:10 2020 +0100 Update composer.json commit c434eae43d673a709bb840f5f2e03b58da30682b Author: Taylor Otwell <[email protected]> Date: Wed Feb 12 16:20:50 2020 -0600 guzzle commit 6b9050226e9ada706143a8b3d90c4a4d5e4355e2 Author: Taylor Otwell <[email protected]> Date: Wed Feb 12 09:30:09 2020 -0600 use phpunit 0 commit 2c4fa1ab2815fd10f6e797f76c407a5fddb294aa Author: Taylor Otwell <[email protected]> Date: Wed Feb 5 16:46:09 2020 -0600 formatting commit d7f67f631d7743c4d877197089f17dc4b62ee792 Author: Andrew Brown <[email protected]> Date: Wed Feb 5 10:48:51 2020 -0600 styling commit 153746c2c17b6199294ec97f4fea95ed34241c7b Author: Andrew Brown <[email protected]> Date: Wed Feb 5 10:33:45 2020 -0600 add `links` option to filesystems config https://github.com/laravel/framework/pull/31355 commit eb3143ea720d229c54a31b07b582ead58a216a41 Author: Nuno Maduro <[email protected]> Date: Tue Feb 4 22:20:49 2020 +0100 Uses latest stable of Collision (#5221) commit c78a1d8184f00f8270d8a135cc21590837b6bfbd Author: ARCANEDEV <[email protected]> Date: Fri Jan 31 14:48:04 2020 +0100 Bump fzaninotto/faker version to support PHP 7.4 (#5218) Bumping `fzaninotto/faker` version to support PHP 7.4, especially when running composer with `--prefer-lowest` flag. PRs related to version `^1.9.1`: * https://github.com/fzaninotto/Faker/pull/1748 * https://github.com/fzaninotto/Faker/pull/1843 commit c81712bdf46b9fbd8641f07641470195d5487709 Author: Andrey Helldar <[email protected]> Date: Thu Jan 30 17:14:42 2020 +0300 [6.x] Update cross-env to the latest (#5216) This is not a fix for the vulnerability. Just updating the dependency to the latest version. @see https://yarnpkg.com/package/cross-env Yes, I know that they recently released version 6.0 and in a short time 7.0. commit f04029a64d93401e0d6788253c5134cdf8804607 Author: Freek Van der Herten <[email protected]> Date: Mon Jan 27 15:53:34 2020 +0100 use ignition v2 (#5211) commit 38a1249a002bf1dd201bda614454b28ed8c41f59 Merge: 91dd1f61 2503ed68 Author: Taylor Otwell <[email protected]> Date: Fri Jan 24 07:49:40 2020 -0600 Merge remote-tracking branch 'origin/develop' into develop commit 91dd1f61cdd3c7949593a4435dff8b77322761f2 Author: Taylor Otwell <[email protected]> Date: Fri Jan 24 07:49:20 2020 -0600 formatting commit 2503ed687ff4e8d068a36a9fe6d990492ffdbbed Merge: db596ba0 1d094a80 Author: Graham Campbell <[email protected]> Date: Fri Jan 24 13:48:38 2020 +0000 Merge branch 'master' into develop commit 550282b0944d10eb78bf3ff4e556fe10a83ad8d7 Merge: db596ba0 678901cc Author: Taylor Otwell <[email protected]> Date: Fri Jan 24 07:46:08 2020 -0600 Merge branch 'check-compiled' of https://github.com/browner12/laravel into browner12-check-compiled commit 1d094a80849133899fa4a9ba9b7598de7bc6d370 Author: Andrey Helldar <[email protected]> Date: Fri Jan 24 16:43:48 2020 +0300 [7.x] Update cross-env and resolve-url-loader to the latest (#5210) commit 678901cc4d2ee139b547375299b43eac19a37674 Author: Andrew Brown <[email protected]> Date: Thu Jan 23 10:40:45 2020 -0600 update name commit 2fe113e606989e3dec86dc7e716833facafe55bc Author: Andrew Brown <[email protected]> Date: Thu Jan 23 10:27:12 2020 -0600 add new `check_compiled` option commit db596ba02aaedd925be3dd3c51d486355da277db Merge: ffc74ba1 b1f35786 Author: Taylor Otwell <[email protected]> Date: Fri Jan 17 16:15:48 2020 -0600 Merge branch 'develop' of github.com:laravel/laravel into develop commit ffc74ba143a7de4a89f2c3fd525a5621ca879e38 Author: Taylor Otwell <[email protected]> Date: Fri Jan 17 16:15:38 2020 -0600 remove hyphen on email commit b1f35786eb6352d1a613ffe0e2b7e55f6e1a316e Merge: 94f8ee3c 9d0862b3 Author: Dries Vints <[email protected]> Date: Tue Jan 14 17:52:04 2020 +0100 Merge branch 'master' into develop commit 9d0862b3340c8243ee072afc181e315ffa35e110 Merge: 9b6d1b14 f44f065a Author: Dries Vints <[email protected]> Date: Tue Jan 14 17:50:01 2020 +0100 Merge pull request #5201 from aimeos/master Use file session driver again commit 9b6d1b14bcbeba1b52a75a48dedc0402b1f08bb5 Author: Caíque de Castro Soares da Silva <[email protected]> Date: Mon Jan 13 13:36:09 2020 -0300 Update laravel mix and sass loader (#5203) commit f121af8985d1dbb665cb9ca4b6a9f7dbb6211a7c Author: Robert Korulczyk <[email protected]> Date: Sun Jan 12 16:06:29 2020 +0100 Add missing full stop for some validation messages (#5205) commit 94f8ee3cade8d08097ed0255e4fb0fc4e56a8cd3 Merge: 130b8c8b b46c16b4 Author: Dries Vints <[email protected]> Date: Thu Jan 9 12:42:11 2020 +0100 Merge branch 'master' into develop commit b46c16b4246c7dc648158221c49f5b2e785e7c30 Author: Dries Vints <[email protected]> Date: Thu Jan 9 12:41:21 2020 +0100 Update CHANGELOG.md commit 130b8c8bcb8f167e7013e7846004b2df3e405b72 Author: Taylor Otwell <[email protected]> Date: Wed Jan 8 17:16:33 2020 -0600 add ses commit e43d4546a9c0bde49dae51fd6f4e2766674f1152 Author: Taylor Otwell <[email protected]> Date: Wed Jan 8 17:14:01 2020 -0600 fix comment commit 61ec16fe392967766b68d865ed10d56275a78718 Author: Taylor Otwell <[email protected]> Date: Wed Jan 8 17:10:37 2020 -0600 work on mail configuration file commit 76d822768dcab14fa1ee1fd1f4a24065234860db Author: Taylor Otwell <[email protected]> Date: Wed Jan 8 17:01:42 2020 -0600 update mail configuration file commit f44f065a2b2cad1a947a7e8adc08fcc13d18c49c Author: Aimeos <[email protected]> Date: Wed Jan 8 12:44:53 2020 +0100 Use file session driver again commit eca7bc7d66cef63500a62e8deaa3fce1772f1641 Author: Aimeos <[email protected]> Date: Wed Jan 8 12:44:22 2020 +0100 Use file session driver again commit 7e5a9154857f598f69978559a6ef9c34c1348e15 Merge: 4bf7dffb 25c36eb5 Author: Graham Campbell <[email protected]> Date: Tue Dec 31 12:26:17 2019 +0000 Merge branch 'master' into develop commit 25c36eb592c57e075acc32a12703005f67c4ec10 Merge: 195faa16 5df3b7b1 Author: Graham Campbell <[email protected]> Date: Tue Dec 31 12:22:50 2019 +0000 Merge pull request #5196 from laravel/revert-5006-analysis-qxPGgA [6.x] Revert "Apply fixes from StyleCI" commit 5df3b7b1fe07a22d3275180ece0b31f45682f07e Author: Graham Campbell <[email protected]> Date: Tue Dec 31 12:21:39 2019 +0000 Revert "Apply fixes from StyleCI (#5006)" This reverts commit 50176732d66b197de62d5567b79fc77f63e2cfbd. commit 4bf7dffb90366438e849c0c96e06e2a638eec336 Author: Graham Campbell <[email protected]> Date: Mon Dec 30 18:23:10 2019 +0000 Bumped defaults for Laravel 7 (#5195) commit 8af8af0cbfc5cdfaa3f757afe736a9d28d83851c Merge: 0bec06cd 195faa16 Author: Graham Campbell <[email protected]> Date: Sat Dec 28 00:35:40 2019 +0000 Merge branch 'master' into develop commit 0bec06cd45a7f6eda0d52f78dd5ff767d94ed5cc Author: Taylor Otwell <[email protected]> Date: Fri Dec 27 08:56:53 2019 -0600 formatting commit c222f6d04ff29489daec178d15ae23a3c13838f8 Author: Barry vd. Heuvel <[email protected]> Date: Thu Dec 26 19:54:10 2019 +0100 CS commit e4683c6ecaff9a7dc779fb0dfe39f6336832fc9d Author: Barry vd. Heuvel <[email protected]> Date: Thu Dec 26 19:48:38 2019 +0100 Revert routes commit 860ec9f2a48c65d30998942263a4f9a849e9b0a0 Author: Barry vd. Heuvel <[email protected]> Date: Thu Dec 26 19:46:41 2019 +0100 Use config instead of middleware property commit 195faa16cbeabc84b0eb9c9f4227ead762c93575 Author: Anton Komarev <[email protected]> Date: Wed Dec 25 18:05:29 2019 +0300 Fix types consistency in database config (#5191) commit 777baff7d5abdf38330714ccb5ff3dc3ee5d2f9c Author: Graham Campbell <[email protected]> Date: Tue Dec 24 22:28:34 2019 +0000 Update composer.json commit bee0e8c94c37bf3909e3fbe7e100a106dbf57fab Author: Barry vd. Heuvel <[email protected]> Date: Tue Dec 24 22:26:06 2019 +0100 Add HandleCors middleware commit db940594ad86a22663acc3c119caab571344e2ee Merge: 4d565e68 846f7a19 Author: Graham Campbell <[email protected]> Date: Tue Dec 24 17:45:25 2019 +0000 Merge branch 'master' into develop commit 846f7a193a6c4ff92b6595596c9bbcb3cf8c426e Author: Graham Campbell <[email protected]> Date: Tue Dec 24 17:35:58 2019 +0000 Correct exception handler doc (#5187) commit 4d565e681cbf496e0cdfb58743d4ae8238cef15e Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 15:10:23 2019 -0600 import facades commit f4c8190744bbab94e7751518bfd0fdce82ee3ab0 Merge: cf5e99e9 e6471a6f Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 14:48:16 2019 -0600 Merge branch 'develop' of github.com:laravel/laravel into develop commit cf5e99e9aa998c56eda0765a9aefdc14c439e0df Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 14:48:04 2019 -0600 change comment commit e6471a6f2e73dd244f957751ab315aa5903c32ea Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 14:15:04 2019 -0600 Apply fixes from StyleCI (#5186) commit f13aef873333aef538d526217d023fe81e87acd7 Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 14:14:43 2019 -0600 move var commit 12c28822f402a948dac389bf037c550524845ba3 Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 14:14:01 2019 -0600 one liner commit 3ee0065bcd879b82ee42023165f8a8f71e893011 Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 14:10:38 2019 -0600 remove unnecessary variable commit 13e43893ba2457c3e49898f0066a5ce8d7ea74f4 Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 13:58:16 2019 -0600 remove auth migration that is now in laravel/ui commit b5bb91fea79a3bd5504cbcadfd4766f41f7d01ce Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 11:48:38 2019 -0600 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. commit 583d1fa773803f951653af490b3dcc89b967ddbb Author: Graham Campbell <[email protected]> Date: Thu Dec 19 15:36:06 2019 +0000 [7.x] Remove register in auth provider (#5182) * Remove register in auth provider * Update AuthServiceProvider.php * Update Kernel.php commit 7d70bfe8289fce07fa595340578b13f4bdac495d Author: Taylor Otwell <[email protected]> Date: Wed Dec 18 13:44:16 2019 -0600 Utilize Authentication Middleware Contract (#5181) * adjust auth middleware to point to contract * remove middleware priority commit f589a7e89782a8419f7ad54b512289f60ffa8619 Merge: 5d50d30c 99f183b5 Author: Taylor Otwell <[email protected]> Date: Wed Dec 18 12:24:10 2019 -0600 Merge branch 'master' into develop commit 99f183b5c794354f7387d503b40d2be63e678a80 Merge: 140d4d9b b2734a9c Author: Taylor Otwell <[email protected]> Date: Wed Dec 18 12:02:53 2019 -0600 Merge branch 'master' of github.com:laravel/laravel commit 140d4d9b0a4581cec046875361e87c2981b3f9fe Author: Taylor Otwell <[email protected]> Date: Wed Dec 18 12:02:46 2019 -0600 use class name to be consistent with web middleware commit b2734a9c313ac637e9b8cffa80f9fa9d3da96a09 Author: Anton Komarev <[email protected]> Date: Wed Dec 18 20:17:32 2019 +0300 Add MAIL_FROM_ADDRESS & MAIL_FROM_NAME to .env file (#5180) commit c5f9126981fe340edf71de284b27926323d3271b Author: Andrew Minion <[email protected]> Date: Wed Dec 18 09:41:11 2019 -0600 default email from name to app name (#5178) commit 17f0ff22057a028f28b8aa17fadbc7fe4136bf66 Author: Michael Stokoe <[email protected]> Date: Wed Dec 18 15:38:03 2019 +0000 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: https://github.com/Stokoe0990/framework/commit/7a03776bc860bde4cdc82e69ab133a755b66dd2d commit 89e83915e94142ae79db7480561ae8a7a525e114 Merge: dd93aca5 40f93daa Author: Dries Vints <[email protected]> Date: Mon Dec 16 11:35:41 2019 +0100 Merge pull request #5175 from canvural/patch-1 [6.x] Update redirectTo return type PHPDoc commit 40f93daa83b17ad47c51ec9beed4c1ba79eb66ed Author: Can Vural <[email protected]> Date: Sat Dec 14 11:48:14 2019 +0100 Update redirectTo return type PHPDoc commit dd93aca5970290dfda651f00a80fdd78b66da226 Merge: f48e2d50 136085bf Author: Taylor Otwell <[email protected]> Date: Fri Dec 13 22:43:22 2019 -0600 Merge branch 'master' of github.com:laravel/laravel commit f48e2d500cb53cc4a09dfcb40beb0abafd79de4f Author: Taylor Otwell <[email protected]> Date: Fri Dec 13 22:42:46 2019 -0600 change some default settings commit 136085bfd8361969a7daedc2308e0b59dbd41f60 Author: Bert Heyman <[email protected]> Date: Fri Dec 13 15:18:09 2019 +0100 Add "none" to supported same site options in session config (#5174) commit 972f3cd2832cd8a8e9e0be96817d10840b735316 Author: Taylor Otwell <[email protected]> Date: Tue Dec 10 08:59:27 2019 -0600 DRY up path (#5173) commit f4b1dc6df04f4ef9b4b15e2c38668e8cb168c253 Author: Dries Vints <[email protected]> Date: Fri Dec 6 16:46:02 2019 +0100 [6.x] Implement integration test and in-memory DB (#5169) * Use in-memory DB for testing * Extend from PHPUnit test case for unit tests commit 9b6643226da6bd3803da22fb5dc695b1a279c5aa Author: byjml <[email protected]> Date: Wed Dec 4 21:57:13 2019 +0300 Consistent order (#5167) Keep the alphabetical order of the validation messages. commit 5d50d30c94ab7c3dcf28562a7f2116cb8922183e Author: Graham Campbell <[email protected]> Date: Wed Nov 27 15:26:11 2019 +0000 Bumped versions commit fb3e88c313d80735270385a825363e446fd77174 Merge: b7a5bc7f b56fe840 Author: Graham Campbell <[email protected]> Date: Wed Nov 27 15:21:41 2019 +0000 Merge branch 'master' into develop commit b56fe84011bdbc3b42b8ffdaadc9a113635a751e Author: Graham Campbell <[email protected]> Date: Tue Nov 26 18:46:10 2019 +0000 Use laravel/tinker v2 (#5161) commit b7a5bc7f3ca6d305343624aded77fe68c26bc018 Author: Nuno Maduro <[email protected]> Date: Mon Nov 25 21:46:55 2019 +0100 Bumps Collision dependency to v4.0 (#5160) commit 2913a55d87461fabe94907c5728d7a9451bcae80 Author: Graham Campbell <[email protected]> Date: Mon Nov 25 14:46:29 2019 +0000 [7.x] Switch to Symfony 5 (#5157) * Update exception handler * Explictly specify 'lax' same site config * Use the null secure option for session cookies commit 2f8e55a9ec923a481c1a24733c70ae750480f178 Author: Mark van den Broek <[email protected]> Date: Mon Nov 25 15:10:36 2019 +0100 Rename `encrypted` to `forceTLS`. (#5159) commit c473b53626eab20c44075b02770e948a6e757c2b Merge: 3c92fb3a 1ee38a10 Author: Dries Vints <[email protected]> Date: Thu Nov 21 18:29:26 2019 +0100 Merge branch 'master' into develop commit 1ee38a10f8884e24290c86c04d8d1ba5f8bc8d10 Author: Dries Vints <[email protected]> Date: Thu Nov 21 18:28:39 2019 +0100 Update CHANGELOG.md commit 3c92fb3a19a7fbff0085bfbbe887682095d61520 Merge: 21f24784 c15a5ee0 Author: Dries Vints <[email protected]> Date: Tue Nov 12 17:35:09 2019 +0100 Merge branch 'master' into develop commit c15a5ee0d205ade08ad86174cb9c38aafd2bd226 Author: Dries Vints <[email protected]> Date: Tue Nov 12 17:34:53 2019 +0100 Update readme commit 21f24784814092f44117ea2cb29b696422b66e93 Merge: 2e2be97c 94056af6 Author: Dries Vints <[email protected]> Date: Tue Nov 12 16:06:22 2019 +0100 Merge branch 'master' into develop commit 94056af6e84769c8e9ad394d49c0c235a6966772 Author: Dries Vints <[email protected]> Date: Tue Nov 12 16:06:05 2019 +0100 Rename readme commit 578018940241d894befdf90bb7b61672b0f7d055 Author: Dries Vints <[email protected]> Date: Tue Nov 12 16:05:52 2019 +0100 Consistent readme commit 2e2be97c2686bf919f06a47849902b80586cfa6c Author: Dries Vints <[email protected]> Date: Fri Nov 1 13:53:14 2019 +0100 Implement new primary key syntax (#5147) commit b659069bced2435cc53fca6fd4290edcae5dd9e0 Merge: 89a80da1 bfd4b1e9 Author: Graham Campbell <[email protected]> Date: Fri Nov 1 11:52:38 2019 +0000 Merge branch 'master' into develop commit bfd4b1e92f7c6b4e6b74cfdde995a5afad648d96 Author: Graham Campbell <[email protected]> Date: Fri Nov 1 11:51:17 2019 +0000 Update .styleci.yml commit 89a80da13232c00d3e2ac8d8e372075086ced4fb Merge: 9df12c3c 953b488b Author: Graham Campbell <[email protected]> Date: Fri Nov 1 11:12:48 2019 +0000 Merge branch 'master' into develop commit 953b488b8bb681d4d6e12227645c7c1b7ac26935 Author: Taylor Otwell <[email protected]> Date: Mon Oct 21 13:47:27 2019 -0500 fix key commit ba2f2abe830f5d03c52fd9c88411859cf863abd6 Author: Taylor Otwell <[email protected]> Date: Mon Oct 21 13:42:31 2019 -0500 tweak formatting commit ace38c133f3d8088fc7477f56b9db6fdc0098d06 Author: Michael Chernyshev <[email protected]> Date: Fri Oct 18 13:57:19 2019 +0300 Security fix: Waiting before retrying password reset commit 400df0b02bcc0e3fc8bc1c75ea494242c3f392af Author: Gert de Pagter <[email protected]> Date: Wed Oct 16 15:18:19 2019 +0200 Add xml schema to phpunit (#5139) This allows an IDE to do auto completion, and show any errors in the configuration commit 9df12c3ca1c27f0192c64d19ce64b18ec06213d3 Author: Taylor Otwell <[email protected]> Date: Tue Oct 15 13:15:52 2019 -0500 ignition doesn't support laravel 7 yet commit bb969c61d41ec479adbe4a6da797831002b75092 Author: Nuno Maduro <[email protected]> Date: Tue Oct 8 22:44:05 2019 +0200 Fixes required version of the framework within `composer.json` (#5130) commit dfa5c1f06e11bc6a557a0ead78f38b997235802f Merge: ccef55ba 39c28801 Author: Dries Vints <[email protected]> Date: Tue Oct 8 18:39:31 2019 +0200 Merge branch 'master' into develop commit 39c28801e8d8a8cfc99c3eed4756c6acc7367e0c Author: Dries Vints <[email protected]> Date: Tue Oct 8 18:38:02 2019 +0200 Update CHANGELOG.md commit 9bc23ee468e1fb3e5b4efccdc35f1fcee5a8b6bc Author: Taylor Otwell <[email protected]> Date: Tue Oct 8 07:35:48 2019 -0500 formatting commit d1f7a5a886039e28a434905447865ca952032284 Author: Taylor Otwell <[email protected]> Date: Tue Oct 8 07:27:05 2019 -0500 formatting commit bc82317a02e96105ad9f3cc0616d491cb5585c62 Merge: 51a1297a ba3aae6c Author: Taylor Otwell <[email protected]> Date: Tue Oct 8 07:24:50 2019 -0500 Merge branch 'password-confirmation' of https://github.com/driesvints/laravel into driesvints-password-confirmation commit ba3aae6c338314c2ba1779f336278c2532071b7c Author: Dries Vints <[email protected]> Date: Tue Oct 8 13:45:40 2019 +0200 Implement password confirmation commit 4036f17416549758816894dc52dc54eabcc13914 Author: Dries Vints <[email protected]> Date: Tue Oct 8 13:39:57 2019 +0200 Remove middleware from password reset It's not necessary for the user to be logged out when resetting their password. This allows users to reset their password while logged in. Can be used in combination with the new RequiresPassword middleware. commit 050c1d880ec1d48ef40d7a0f2b2f1040c23cebb9 Author: Dries Vints <[email protected]> Date: Tue Oct 8 11:26:03 2019 +0200 Add new password rule language line commit 51a1297a2486e2b68883bba9e534ec903f0c10d4 Author: Sangrak Choi <[email protected]> Date: Thu Sep 26 21:24:53 2019 +0900 [6.x] Added OP.GG sponsor (#5121) * Added OP.GG sponsor * Update readme.md commit c70c986e58fe1a14f7c74626e6e97032d4084d5f Author: Roger Vilà <[email protected]> Date: Fri Sep 13 21:47:34 2019 +0200 [6.x] Add 'null' logging channel (#5106) * Add 'none' logging channel * Remove extra spaces * Rename 'none' channel to 'null' * Update logging.php commit 42e864f3f5f8fe5bfbdbac66dc2e4b95159fedcb Author: Tim MacDonald <[email protected]> Date: Fri Sep 13 22:19:06 2019 +1000 remove testing bootstrap extension (#5107) commit cba8d19f8603fc409c2a72a0f33a4b0a7fab2ee5 Author: James Merrix <[email protected]> Date: Thu Sep 12 13:48:34 2019 +0100 Added Appoly sponsor (#5105) commit 56157b9cd201b5dc6fbe5f9f73014fa32e5a7838 Author: Graham Campbell <[email protected]> Date: Wed Sep 11 13:10:18 2019 +0100 Revert "According to PHP Bug 78516 Argon2 requires at least 8KB (#5097)" (#5102) This reverts commit 74d84e9371b2d2486edcc8f458adc9f22957d68b. commit ccef55ba553f9eb6e6d1a13aa19c457aefb6463e Merge: 1f48b2c5 7d728506 Author: Dries Vints <[email protected]> Date: Tue Sep 10 20:42:16 2019 +0200 Merge branch 'master' into develop commit 7d728506191a39394c5d1fcf47a822b9183f50ed Author: Dries Vints <[email protected]> Date: Tue Sep 10 20:41:25 2019 +0200 Update CHANGELOG.md commit 1f48b2c5e83374b658f03ca8da5220a6980e3e11 Merge: 55b314ea e6569320 Author: Dries Vints <[email protected]> Date: Tue Sep 10 17:27:12 2019 +0200 Merge branch 'master' into develop commit e656932002588bcaaa94476f1ed1850747eb4708 Author: Dries Vints <[email protected]> Date: Tue Sep 10 17:26:00 2019 +0200 Apply fixes from StyleCI (#5100) commit 79fb6af96ebf0325cef15c3132157fdf75f6fd6c Author: Dries Vints <[email protected]> Date: Tue Sep 10 17:25:19 2019 +0200 Order imports alphabetically commit 74d84e9371b2d2486edcc8f458adc9f22957d68b Author: Patrick Heppler <[email protected]> Date: Mon Sep 9 20:51:51 2019 +0200 According to PHP Bug 78516 Argon2 requires at least 8KB (#5097) https://bugs.php.net/bug.php?id=78516 Argon2 requires at least 8KB On PHP 7.4 memory 1024 will throw: password_hash(): Memory cost is outside of allowed memory range commit 55b314eadb06164943dbf2ba33b21391441ce237 Author: Dries Vints <[email protected]> Date: Mon Sep 9 18:41:28 2019 +0200 Update CHANGELOG.md commit 00c00b87bef4bf7fbb7c132015e10a20bbcf4ce4 Merge: cb5047c2 4dbe9888 Author: Dries Vints <[email protected]> Date: Mon Sep 9 18:40:26 2019 +0200 Merge branch 'master' into develop commit 4dbe9888a5599c270e9131b76eca0ff3527bd350 Author: Dries Vints <[email protected]> Date: Mon Sep 9 18:39:25 2019 +0200 Update CHANGELOG.md commit 9f2f3b1eeecd79acffcce72977dc3b107e7d2b43 Merge: 31394de4 ca3f91e7 Author: Dries Vints <[email protected]> Date: Mon Sep 9 18:29:25 2019 +0200 Merge branch '5.8' commit ca3f91e7ed47780ad4128c0592f5966efe51246b Author: Dries Vints <[email protected]> Date: Mon Sep 9 18:29:02 2019 +0200 Update CHANGELOG.md commit 8b96bf012871a2e977a4558bf069062c5f03de95 Author: Dries Vints <[email protected]> Date: Mon Sep 9 18:26:19 2019 +0200 Update CHANGELOG.md commit cb5047c200931d26142e78a315daad03c932f1fc Merge: 2967197b 31394de4 Author: Dries Vints <[email protected]> Date: Mon Sep 9 18:03:17 2019 +0200 Merge branch 'master' into develop commit 31394de4d736c171d40bb03d50313c60b0e4af38 Author: Taylor Otwell <[email protected]> Date: Sat Sep 7 02:18:51 2019 +0200 Revert "Set argon defaults to prevent password_hash(): Memory cost is outside of allowed memory range on PHP 7.4 (#5094)" (#5095) This reverts commit 86908e1eb4a6cc8f5474b1355db4c104c548619e. commit 4992230ca97551a0a2530e339898037b0ad5af81 Merge: 86908e1e 42936c65 Author: Taylor Otwell <[email protected]> Date: Fri Sep 6 13:43:32 2019 -0500 Merge branch 'patch-1' of https://github.com/SjorsO/laravel into SjorsO-patch-1 commit 86908e1eb4a6cc8f5474b1355db4c104c548619e Author: Patrick Heppler <[email protected]> Date: Fri Sep 6 14:16:32 2019 +0200 Set argon defaults to prevent password_hash(): Memory cost is outside of allowed memory range on PHP 7.4 (#5094) With the values ```` 'argon' => [ 'memory' => 1024, 'threads' => 2, 'time' => 2, ], ``` Hash::make() produces password_hash(): Memory cost is outside of allowed memory range on PHP 7.4 commit 2967197b8e2db87768b5534ca923f4f3b15e18f1 Merge: af15fe5e 65959b25 Author: Dries Vints <[email protected]> Date: Fri Sep 6 13:14:50 2019 +0200 Merge branch 'master' into develop commit 42936c656c70dc39d71dae7e79a487a716f2b1a6 Author: Sjors Ottjes <[email protected]> Date: Fri Sep 6 08:17:43 2019 +0200 style commit 731cd4c499638138c3331572f726310354d1b1ea Author: Sjors Ottjes <[email protected]> Date: Fri Sep 6 08:16:34 2019 +0200 add phpunit extension commit 360993c11eb1fa6d1f5a4eb89a08636f96ccf3ef Author: Sjors Ottjes <[email protected]> Date: Thu Sep 5 16:10:59 2019 +0200 Update bootstrap.php commit 65959b25bf791ab7afeac2ffa5a29394638c688f Author: Darren Craig <[email protected]> Date: Tue Sep 3 17:37:05 2019 +0100 Allowing optional use of yml/yaml file extensions in .editorconfig (#5090) commit af15fe5ec688f59522e898dc74e0de54d84c3d96 Author: Dries Vints <[email protected]> Date: Tue Sep 3 15:54:41 2019 +0200 Revert "Bump PHPUnit" This reverts commit 5fde1337d629bd116602f2e67ead75988ae7568f. commit 5fde1337d629bd116602f2e67ead75988ae7568f Author: Dries Vints <[email protected]> Date: Tue Sep 3 15:54:00 2019 +0200 Bump PHPUnit commit 054bb43038f4acb7f356dd668715225ffc2e55ba Author: Dries Vints <[email protected]> Date: Tue Sep 3 15:53:35 2019 +0200 Laravel 7 commit 13ab419d59e2f0d2e188a5157a3cc17f72db595c Author: Taylor Otwell <[email protected]> Date: Tue Sep 3 08:37:49 2019 -0500 add ignition commit 41ee35d01f4e57c47e924400db8a805089664141 Author: Taylor Otwell <[email protected]> Date: Tue Sep 3 08:37:29 2019 -0500 add ignition commit e6becd2ca35a650f51ed49525935e8ca65671152 Author: Taylor Otwell <[email protected]> Date: Tue Aug 27 16:26:48 2019 -0500 add new failed driver option commit 6ff5d6c7b8df5936aa310a5af0ff2fc2ca866708 Merge: 665dfc43 aa74fcb3 Author: Taylor Otwell <[email protected]> Date: Fri Aug 23 11:59:05 2019 -0500 Merge branch 'master' into develop commit 665dfc4328daeabaa496ac6a0743476348657585 Author: Dries Vints <[email protected]> Date: Thu Aug 22 15:22:14 2019 +0200 [6.0] Use phpredis as default Redis client (#5085) * Use phpredis as default Redis client Follow up for https://github.com/laravel/framework/pull/29688 It's best that we already start using `phpredis` as a default to discourage usage of Predis. * Update database.php commit b67acda8928117dc3048180e53f29d09c775b908 Author: Christopher Lass <[email protected]> Date: Wed Aug 21 15:14:32 2019 +0200 Rename 2019_08_19_175727_create_failed_jobs_table.php to 2019_08_19_000000_create_failed_jobs_table.php (#5082) commit aa74fcb38f9f318159657ba5050eda62ec043b11 Author: Jess Archer <[email protected]> Date: Wed Aug 21 22:47:43 2019 +1000 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. commit b84bcc6446d6fb7515082824679f63c701c269fa Author: Taylor Otwell <[email protected]> Date: Tue Aug 20 15:04:04 2019 -0500 Update readme.md commit 41e915ae9059ecbc8069b38554df1a4f73844161 Author: Taylor Otwell <[email protected]> Date: Tue Aug 20 15:03:32 2019 -0500 Update readme.md commit b7d2b48b75afbaa34c82688cb30be2f00a7d8c57 Author: Taylor Otwell <[email protected]> Date: Mon Aug 19 12:57:41 2019 -0500 add failed jobs table commit 051dea594118c87506f5f0a15b2af2cff49959b3 Author: Taylor Otwell <[email protected]> Date: Wed Aug 14 09:19:31 2019 -0500 formatting commit c07809e224a09366914964716eab911c595a9ceb Merge: 4852f483 bb433725 Author: Dries Vints <[email protected]> Date: Wed Aug 14 13:49:52 2019 +0200 Merge branch 'master' into develop commit bb433725483803a27f21d3b21317072610bc3e9c Author: Taylor Otwell <[email protected]> Date: Tue Aug 13 15:05:56 2019 -0500 formatting commit 83d2ecc0e9cca7ae6989134dede4a5653a19430b Author: Dries Vints <[email protected]> Date: Tue Aug 13 18:19:40 2019 +0200 Remove Stripe config settings These now ship with a dedicated config file for Cashier. commit 4852f483466bdc83bac132421832d3eec07bcfaf Author: Dries Vints <[email protected]> Date: Mon Aug 12 14:48:54 2019 +0200 Remove deprecated language line (#5074) commit a5111cf70f7cc057ed528a28ead6ab1eb48b7852 Merge: fad6ef3d d5691a2e Author: Dries Vints <[email protected]> Date: Mon Aug 12 11:56:28 2019 +0200 Merge branch 'master' into develop commit d5691a2e6d8725d64d8569f9b1682012ced83eda Author: Dries Vints <[email protected]> Date: Tue Aug 6 14:32:07 2019 +0200 Add missing trailing semicolon commit fad6ef3d4b932fdf0173136b353eb3ce853e2c76 Author: Chuck Rincón <[email protected]> Date: Fri Aug 2 15:54:12 2019 -0500 [6.0] - Add vapor link on the welcome view (#5072) commit 8f2a27868f7f9e0a0bbf69fa83d06b8a7a1b7894 Author: Taylor Otwell <[email protected]> Date: Tue Jul 30 16:40:52 2019 -0500 formatting commit e21657dc5a45299b3c72007d0a9a6f42c3461d14 Merge: 5391ccca 8ca56226 Author: Taylor Otwell <[email protected]> Date: Tue Jul 30 16:36:53 2019 -0500 Merge branch 'config_caching_v2' of https://github.com/timacdonald/laravel into timacdonald-config_caching_v2 commit 5391cccaad03f0c4bf8d49bfdd0f07fcf7e79f2d Author: Dries Vints <[email protected]> Date: Mon Jul 29 11:22:12 2019 -0400 Update version constraint (#5066) commit 0dd31baf2a153629d7c84b0fb2cc69f575b0d376 Merge: 7c9e5ea4 f73795ac Author: Dries Vints <[email protected]> Date: Thu Jul 25 00:49:45 2019 -0400 Merge branch 'master' into develop commit f73795ac0569554d3464eecb259aef0d2dc64f72 Author: Ryan Purcella <[email protected]> Date: Thu Jul 18 08:20:32 2019 -0500 Update number of Laracasts videos (#5063) commit ddbbd0e67b804c379f212233e3b1c91a7b649522 Author: Guilherme Pressutto <[email protected]> Date: Tue Jul 16 16:38:28 2019 -0300 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 commit ff15a66d8c8d989ce6e1cee6fcc06c4025d06998 Author: Artem Pakhomov <[email protected]> Date: Mon Jul 15 19:41:13 2019 +0300 Fixed lodash version (CVE-2019-10744) (#5060) commit 7c9e5ea41293b63e051bd69f7929f8712893eea1 Author: Gergő D. Nagy <[email protected]> Date: Fri Jul 12 15:59:55 2019 +0200 [5.9] Add ThrottleRequests to the priority array (#5057) * add ThrottleRequests to the priority array * Move ThrottleRequests under Authenticate middleware commit afb7cd7311acd6e88a2c7faccdb8181583488d25 Author: Miloš Gavrilović <[email protected]> Date: Thu Jul 11 17:03:22 2019 +0200 update deprecated pusher option (#5058) commit e71f50f664b5b6a6ffbeffac668717bb40c36d93 Author: Gary Green <[email protected]> Date: Wed Jul 10 16:11:28 2019 +0100 Move TrustProxies to highest priority - fixes maintenance mode ip whitelist if behind proxy e.g. Cloudflare (#5055) commit 8ca562265e9efdd3548b4a1573156d8f185d378e Author: Tim MacDonald <[email protected]> Date: Tue Jul 9 13:05:55 2019 +1000 style fix commit 56960ed2a0f5674c9906ce0b3e7dc67925bbce29 Author: Tim MacDonald <[email protected]> Date: Fri Jul 5 14:20:33 2019 +1000 introduce test bootstrapping commit 78143a1ea02ee1b63e04df3fcaa32bed3637a5ce Merge: fc39b073 386a4e5c Author: Taylor Otwell <[email protected]> Date: Thu Jun 27 20:01:41 2019 -0500 Merge branch 'develop' of github.com:laravel/laravel into develop commit fc39b073f3f61a22f1b48329e294ebb881700dbe Author: Taylor Otwell <[email protected]> Date: Thu Jun 27 19:57:39 2019 -0500 remove ui scaffolding commit 386a4e5c9257612685e0e0b2e4904c3d576da3c3 Merge: 61a0829f ebc6f6e2 Author: Graham Campbell <[email protected]> Date: Fri Jun 21 14:24:52 2019 +0100 Merge branch 'master' into develop commit ebc6f6e2c794b07c6d432483fd654aebf2ffe222 Author: Sjors Ottjes <[email protected]> Date: Tue Jun 18 12:18:58 2019 +0200 Update .gitignore (#5046) commit 61a0829f4338ae36e4f9a203e82e69726299be4d Merge: f053116c 6f3d68f6 Author: Taylor Otwell <[email protected]> Date: Tue Jun 4 08:10:42 2019 -0500 Merge branch 'master' into develop commit 6f3d68f67f3dab0e0d853719696ede8dfd9cc4e1 Author: Taylor Otwell <[email protected]> Date: Tue Jun 4 08:10:26 2019 -0500 use generic default db config commit 014a1f0f5e1e757b8669c2ae6e78c49fc8b2978d Author: ziming <[email protected]> Date: Fri May 31 20:54:50 2019 +0800 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 commit bf60f7f74f9578902650c30887190f86515a1037 Author: Antoni Siek <[email protected]> Date: Thu May 30 18:22:45 2019 +0200 Added support for new redis URL property in config/database.php (#5037) Regarding laravel/framework#28612 commit f053116c5680e77c3a6c73afd193984a17ea482d Author: Taylor Otwell <[email protected]> Date: Thu May 30 08:07:52 2019 -0500 remove dumpserver since doesn't work on 5.9 commit 953093795869beb658bdd9be9442188f39e62b6a Author: Kristoffer Högberg <[email protected]> Date: Wed May 29 16:12:30 2019 +0200 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 commit a7a1f44018d781848f15875dfe34a09ed8b6dd03 Merge: 1c824f6f 762e987e Author: Dries Vints <[email protected]> Date: Tue May 21 15:16:00 2019 +0200 Merge branch 'master' into develop commit 762e987e5bc4c87fb75f7868f967ec3d19a379e0 Author: Dries Vints <[email protected]> Date: Tue May 21 15:15:32 2019 +0200 Uppercase doctype In similar fashion as https://github.com/laravel/framework/pull/28583 commit 1c824f6f9f6e7a3f7ddb98ad80ffdbdbf98c81e1 Merge: c9bb74c7 f8e455e3 Author: Dries Vints <[email protected]> Date: Tue May 21 13:41:13 2019 +0200 Merge branch 'master' into develop commit f8e455e358046e59deb17b555b8949059a38ff77 Author: Matt Hanley <[email protected]> Date: Tue May 14 14:28:37 2019 +0100 Fix type hint for case of trusting all proxies (string) (#5025) commit 93c687418963f7c99b641fda905015054c785eb4 Author: Jason McCreary <[email protected]> Date: Thu May 9 20:07:43 2019 -0400 Add ends_with validation message (#5020) commit c9bb74c7e01cffbb5e185990acecf3fcab7f5eda Author: Taylor Otwell <[email protected]> Date: Wed May 8 08:06:25 2019 -0500 formatting commit fe9f8497d98ec0fa6a7d43a2ae4127285b777065 Author: Dries Vints <[email protected]> Date: Tue May 7 17:57:29 2019 +0200 Remove services deleted from core See https://github.com/laravel/framework/pull/28441 and https://github.com/laravel/framework/pull/28442 commit 7e6af5c031988e7a7c576c6bbbd1747ddfe548cc Merge: f70fff8a fbd3ad7b Author: Dries Vints <[email protected]> Date: Tue May 7 17:52:54 2019 +0200 Merge branch 'master' into develop commit fbd3ad7bbb5e98c607f19f7c697552863363bde4 Author: Dries Vints <[email protected]> Date: Tue May 7 17:19:27 2019 +0200 Update changelog commit b0e0bdc060ce068b73371919b904f3c7f0c1cfa6 Author: Taylor Otwell <[email protected]> Date: Tue May 7 07:38:15 2019 -0500 formatting commit 1086e26b32fb828ee74c8848246788a26bad72d7 Author: Mathieu TUDISCO <[email protected]> Date: Tue May 7 13:49:22 2019 +0200 Update database config relating to Url addition. commit 4b78ba61eac32cefa41da09149e0500e23cb06ec Merge: 65f82710 af15618b Author: Taylor Otwell <[email protected]> Date: Mon May 6 08:30:56 2019 -0500 fix conflicts commit 65f8271032c113883fb3f1e8e7b3279821148ad1 Author: Taylor Otwell <[email protected]> Date: Mon May 6 08:30:33 2019 -0500 update version commit af15618b577be04fc999e3f11880d05f030d39ce Merge: a6bf2413 ccea56b6 Author: Dries Vints <[email protected]> Date: Tue Apr 30 14:02:22 2019 +0200 Merge pull request #5013 from laravel/revert-5012-feature/exported-files Revert "Exclude StyleCI config from exported files" commit ccea56b6f910649d8a6ee25f61896d2b96e90496 Author: Dries Vints <[email protected]> Date: Tue Apr 30 14:02:09 2019 +0200 Revert "Exclude StyleCI config from exported files (#5012)" This reverts commit a6bf24134d99be79e77b8969186b9f46ffee075a. commit a6bf24134d99be79e77b8969186b9f46ffee075a Author: Roberto Aguilar <[email protected]> Date: Mon Apr 29 16:21:59 2019 -0500 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. commit 3995828c13ddca61dec45b8f9511a669cc90a15c Author: Diego <[email protected]> Date: Fri Apr 26 09:26:45 2019 -0300 [5.9] Minor grammar fix in readme.md (#5010) * Fix grammar ('Boost *your* skills') * Update readme.md commit f70fff8ad236374f66719b010fc5eea477c581e8 Merge: cedcbc86 50176732 Author: Dries Vints <[email protected]> Date: Thu Apr 25 13:28:34 2019 +0200 Merge branch 'master' into develop commit 50176732d66b197de62d5567b79fc77f63e2cfbd Author: Taylor Otwell <[email protected]> Date: Wed Apr 24 07:38:42 2019 -0500 Apply fixes from StyleCI (#5006) commit 12a4885a47fbd272a4a942d49d7b1eb1b42f2b19 Author: Stefan Bauer <[email protected]> Date: Wed Apr 24 14:38:18 2019 +0200 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 commit 60db703a27bb09d0a51023131f850d5d424997db Author: Graham Campbell <[email protected]> Date: Tue Apr 23 13:44:51 2019 +0100 [5.8] Enable JS on StyleCI (#5000) * Enable JS on StyleCI commit cedcbc863d4ae224430b83aa8c8e2781715ac3c5 Merge: bdc205c8 f574aa76 Author: Dries Vints <[email protected]> Date: Mon Apr 22 21:26:54 2019 +0200 Merge branch 'master' into develop commit f574aa76e3e1b8b1d77469e37d2857e27da14379 Author: Dries Vints <[email protected]> Date: Mon Apr 22 21:26:44 2019 +0200 Disable JS checks for now commit bdc205c830186eedc45fb03412c07aa14355d482 Merge: e80327f2 81fba471 Author: Dries Vints <[email protected]> Date: Mon Apr 22 16:07:04 2019 +0200 Merge branch 'master' into develop commit 81fba471aff24793be8ee3ee0d303d2b31056df2 Merge: 43b09ad0 91dc5ed2 Author: Dries Vints <[email protected]> Date: Mon Apr 22 16:06:16 2019 +0200 Merge pull request #4998 from laravel/analysis-z9QV6a Apply fixes from StyleCI commit 43b09ad0f326584d56d20fc0cf2bef99b83af877 Author: Dries Vints <[email protected]> Date: Mon Apr 22 16:06:06 2019 +0200 Add file exclusions for styleci commit 91dc5ed2869b5905a01b0b85d70f33bbd9267b93 Author: Dries Vints <[email protected]> Date: Mon Apr 22 14:06:03 2019 +0000 Apply fixes from StyleCI commit 597201a049a0d1920533e5d0970a8283898becd3 Author: Dries Vints <[email protected]> Date: Mon Apr 22 15:55:40 2019 +0200 Add StyleCI config commit 06162adc9839ada8b2525e006bef6b80914296d6 Merge: 0f58190c ef1ce665 Author: Taylor Otwell <[email protected]> Date: Sun Apr 14 15:41:37 2019 -0500 Merge pull request #4990 from SjorsO/patch-1 Add IDE typehint to UserFactory commit ef1ce665eef55e90952cd606ae120cf8c619822d Author: Sjors Ottjes <[email protected]> Date: Sun Apr 14 13:30:53 2019 +0200 Update UserFactory.php commit 0f58190c7ba955cf7a58b47a9469bf4c6c992abb Merge: 20cdf65a 14b0a07d Author: Dries Vints <[email protected]> Date: Fri Apr 12 12:06:24 2019 +0200 Merge pull request #4989 from DrewRoberts/update-readme-laracasts Update readme with Laracasts count commit 14b0a07d79a60ef45ce5b26f8b1c34ab9274dba7 Author: DrewRoberts <[email protected]> Date: Fri Apr 12 01:34:48 2019 -0400 Update readme with Laracasts count commit 20cdf65ae61ca7cfa45292d3dd642a252147ecc8 Merge: 005ec130 1bed031c Author: Taylor Otwell <[email protected]> Date: Wed Apr 10 07:31:29 2019 -0500 Merge pull request #4987 from DivineOmega/patch-1 [5.8] Remove underscore from cache prefix commit 1bed031c1f7cfcfeadf497934d301987c53b1e6e Author: Jordan Hall <[email protected]> Date: Wed Apr 10 12:01:28 2019 +0100 Remove underscore as cache prefixes automatically have a colon appended to them commit 005ec1301e3600c0a5d5a8355495d4333cab138b Merge: 35374927 3cbc5ac6 Author: Taylor Otwell <[email protected]> Date: Mon Apr 8 07:47:02 2019 -0500 Merge pull request #4986 from DivineOmega/patch-1 [5.8] Add underscores to cache and redis database prefixes commit 3cbc5ac640022cb4e3fcad7fc50e2086d32af6ae Author: Jordan Hall <[email protected]> Date: Mon Apr 8 08:52:06 2019 +0100 Additional underscore on cache prefix commit 159b0e79cd5b26bc7cd4699113951599a5b5d6d0 Author: Jordan Hall <[email protected]> Date: Mon Apr 8 08:50:48 2019 +0100 Additional underscore on redis database prefix commit 35374927bd570d578f7db4a715f2a64a2ce561c1 Merge: ae44ee00 e68ff0c6 Author: Taylor Otwell <[email protected]> Date: Fri Apr 5 08:55:41 2019 -0500 Merge pull request #4982 from DivineOmega/patch-1 [5.8] Prefix redis database connection by default commit e68ff0c66aa1b3da2c9a14d86636d582fd73891e Author: Jordan Hall <[email protected]> Date: Thu Apr 4 22:18:28 2019 +0100 Use Str class instead of helper function commit c8bc79e94ee7f4a992d70faa5ec140a9059e603f Author: Jordan Hall <[email protected]> Date: Thu Apr 4 15:11:18 2019 +0100 Prefix redis database connection by default to mitigate multiple sites on the same server potentially sharing the same queued jobs commit ae44ee0059f6218aab26de5551b19f70329f8832 Merge: 3886012c 88636c22 Author: Taylor Otwell <[email protected]> Date: Mon Apr 1 10:54:27 2019 -0700 Merge pull request #4979 from hyperhost/add-hyper-host-sponsor Added Hyper Host sponsor commit 88636c2268aa5dada08a2cd08c098bd9d25880f4 Author: Tony James <[email protected]> Date: Mon Apr 1 16:23:23 2019 +0100 Added Hyper Host sponsor Added Hyper Host name and url commit 3886012c0f3ad5653d9d5138530f3fc4276eaf93 Merge: 4997f081 ccc1457e Author: Taylor Otwell <[email protected]> Date: Sun Mar 24 08:11:19 2019 -0700 Merge pull request #4971 from Lenophie/patch-1 Ignore SQLite journals commit ccc1457e572f7ec5b2b596436622f69e94bbf635 Author: Lenophie <[email protected]> Date: Sun Mar 24 12:01:21 2019 +0100 Ignore SQLite journals commit e80327f29926869b34aa4ba92d59324ce75cac09 Author: Dries Vints <[email protected]> Date: Tue Mar 12 17:25:28 2019 +0100 Update changelog commit cfd5929785845000f26db851b94675d6154737b9 Merge: 53b59cd0 4997f081 Author: Dries Vints <[email protected]> Date: Tue Mar 12 17:23:52 2019 +0100 Merge branch 'master' into develop commit 4997f08105d6fb941b1ed2c749ebd2f55fba5a74 Author: Dries Vints <[email protected]> Date: Tue Mar 12 17:22:48 2019 +0100 Update changelog commit 3b852a1f7f292953f47df64563cc01188db336ff Merge: 3d325b84 54cd6d90 Author: Taylor Otwell <[email protected]> Date: Fri Mar 8 08:03:29 2019 -0600 Merge pull request #4963 from chapeupreto/patch-1 [5.8] upgrade the collision dependency from v2 to v3 commit 54cd6d90bbe317040a0195e09c4fc40318bb988d Author: Rod Elias <[email protected]> Date: Thu Mar 7 23:20:15 2019 -0300 upgrade the collision dependency from v2 to v3 commit 3d325b8485591bc77d1073f7aa73596acb76ec23 Author: Dries Vints <[email protected]> Date: Tue Mar 5 15:12:04 2019 +0100 Update changelog commit 3001f3c6e232ba7ce2ecdbdfe6e43b4c64ee05ad Author: Taylor Otwell <[email protected]> Date: Thu Feb 28 14:31:42 2019 -0600 check if extension loaded commit a0f6bcc773f3895db0ca4a85101b9a3ef2f95782 Author: Taylor Otwell <[email protected]> Date: Thu Feb 28 08:34:10 2019 -0600 comment out options commit f4ff4f4176f7d931e301f36b95a46285ac61b8b8 Author: Taylor Otwell <[email protected]> Date: Wed Feb 27 07:24:37 2019 -0600 comment commit d4d4a69b76d1dfd87b47b7a51b4c0e2aed992793 Merge: f84a69ee b34328a1 Author: Taylor Otwell <[email protected]> Date: Wed Feb 27 07:20:20 2019 -0600 Merge pull request #4956 from akalongman/master [5.8] Use correct env name for AWS region from env.example commit b34328a16654d09461fa53f8c681c15fe4e35095 Author: Avtandil Kikabidze <[email protected]> Date: Wed Feb 27 14:05:01 2019 +0400 Use correct env name for AWS region from env.example commit f84a69ee852bd44363042a61995d330574b6b8c3 Author: Taylor Otwell <[email protected]> Date: Tue Feb…
Squashed commit of the following: commit 3923e7f7c40368a5e78c1a33610191be8ad91e3b Author: Dries Vints <[email protected]> Date: Sat Oct 31 10:17:45 2020 +0100 Update CHANGELOG.md commit ff355973475624d9dc9ed5fd157a0ba0bef84710 Author: Dries Vints <[email protected]> Date: Sat Oct 31 10:16:23 2020 +0100 Lower ignition constraint commit 509708c7ee04dde4214edcf60fe3752f0d54d91d Author: Dries Vints <[email protected]> Date: Fri Oct 30 16:03:50 2020 +0100 Update CHANGELOG.md commit 8ae2d8ec1e4b86c77e9352f3b32e79ebfa62ed82 Author: Dries Vints <[email protected]> Date: Fri Oct 30 15:53:46 2020 +0100 Bump ignition and collision commit 3c4eac92baaf98b7d42d7dcf713bbdc017a5c6ab Author: Dries Vints <[email protected]> Date: Fri Oct 30 15:48:42 2020 +0100 Bump Guzzle commit 45fa128adbc2c36870f36bc9396a850508fb8c5b Merge: 9af70cff d85be866 Author: Dries Vints <[email protected]> Date: Fri Oct 30 15:43:30 2020 +0100 Merge branch '6.x' into 7.x commit d85be8669880cce457eb5827afbedb6ad30bb629 Author: Dries Vints <[email protected]> Date: Fri Oct 30 15:40:46 2020 +0100 Update CHANGELOG.md commit 31fbf612efd8e6291453c14d1d8a5377a6870792 Author: Dries Vints <[email protected]> Date: Fri Oct 30 15:39:45 2020 +0100 Bump fideloper/proxy commit eb34def26a617cc48813d137dccab4994b555d61 Author: Dries Vints <[email protected]> Date: Fri Oct 30 15:38:43 2020 +0100 Bump tinker commit d906d7b86006d65b3ab74c890d2a23b24a7d7a18 Author: Dries Vints <[email protected]> Date: Fri Oct 30 15:27:02 2020 +0100 Update phpunit constraints commit f363bc30e18b60612ef77a40a4f169c633fd04ac Author: Dries Vints <[email protected]> Date: Fri Oct 30 14:59:24 2020 +0100 Bump ignition commit 9af70cffa4bdc5d5e4d7b96e9fa7fb98969b12c9 Merge: 482d68a1 27338d9a Author: Dries Vints <[email protected]> Date: Thu Oct 29 17:01:22 2020 +0100 Merge branch '6.x' into 7.x commit 27338d9a99b63bb180c6c2ba6a9585ab1d10bf78 Author: Dries Vints <[email protected]> Date: Thu Oct 29 17:00:39 2020 +0100 Allow PHPUnit 9 commit 482d68a182bdd629e5d4d3c19d5d7d7623dd074a Author: Dries Vints <[email protected]> Date: Thu Oct 29 14:26:10 2020 +0100 Update CHANGELOG.md commit 02ca853809a97f372a3c6dc535c566efff9f6571 Author: Dries Vints <[email protected]> Date: Thu Oct 29 14:23:59 2020 +0100 Nump minimum Laravel version commit 056a9e8f903860a066190b6a45b56436d6c64531 Merge: 9b21125e aef279a6 Author: Dries Vints <[email protected]> Date: Thu Oct 29 14:23:32 2020 +0100 Merge branch '6.x' into 7.x commit aef279a6cf04b47ac7aa279e37240a683bdcf5e6 Author: Dries Vints <[email protected]> Date: Thu Oct 29 14:17:39 2020 +0100 Update CHANGELOG.md commit b8d582581a1067e3b1715cce477b22455acc3d36 Author: Dries Vints <[email protected]> Date: Thu Oct 29 14:16:58 2020 +0100 Update minimum Laravel version commit a4d45e6940ec6565ac1ea55cad117082876396ad Author: Dries Vints <[email protected]> Date: Thu Oct 29 14:15:43 2020 +0100 Update CHANGELOG.md commit 9b21125e31232d29231c60067c6df42e9554715b Merge: 533f130f 4c25cb95 Author: Dries Vints <[email protected]> Date: Tue Oct 27 16:18:17 2020 +0100 Merge branch '6.x' into 7.x commit 4c25cb953a0bbd4812bf92af71a13920998def1e Author: Dries Vints <[email protected]> Date: Tue Oct 27 16:17:46 2020 +0100 Allow for PHP 8 commit 533f130f1429986313966c39511690e23cc42431 Merge: 4eeb29ee 3d46fc35 Author: Dries Vints <[email protected]> Date: Tue Oct 27 15:01:36 2020 +0100 Merge branch '6.x' into 7.x commit 3d46fc355d70db2462815b62139f8b0a0f3a16c3 Author: Dries Vints <[email protected]> Date: Tue Oct 27 14:54:45 2020 +0100 Update Faker (#5461) commit 22fa816fdf80a0bd821a4249358dd921ed76fb1a Author: Dries Vints <[email protected]> Date: Tue Oct 27 14:11:46 2020 +0100 Delete removed webpack flag (#5460) commit aeec665b75258eea6cc03df1945e60f066183305 Author: Dries Vints <[email protected]> Date: Thu Oct 22 14:31:01 2020 +0200 Update composer.json (#5452) commit 4eeb29ee12e980969e8d9f2a1cd465e514a0f76e Author: Dries Vints <[email protected]> Date: Mon Sep 21 17:59:16 2020 +0200 Update changelog commit b9b282a71933e0279fea63fa0302e9a30a4c2efe Author: Youri Wijnands <[email protected]> Date: Tue Sep 8 14:50:51 2020 +0200 Use the new Google Fonts API (#5396) https://developers.google.com/fonts/docs/css2 commit a7a40d77447358a57da02f202563c50344dc5a44 Merge: dc5817bb 179e52bd Author: Dries Vints <[email protected]> Date: Tue Sep 8 13:28:00 2020 +0200 Merge branch '6.x' into master commit 179e52bdd719fb456ed49a2bf8e42f922a6f5da2 Author: Dries Vints <[email protected]> Date: Tue Sep 8 13:27:47 2020 +0200 Fix logo commit dc5817bbf2552b48d93bde99688d56e99b7a7708 Author: Dries Vints <[email protected]> Date: Fri Sep 4 10:39:28 2020 +0200 Update Handler.php commit 2c69ec987e2dca71008684fc80bbe56c55427dc3 Merge: fa43c0a3 921b14b9 Author: Graham Campbell <[email protected]> Date: Wed Aug 26 09:39:37 2020 +0100 Merge branch '6.x' into master commit fa43c0a333d623a393fa33c27a1376f69ef3f301 Author: Dries Vints <[email protected]> Date: Tue Aug 11 19:44:47 2020 +0200 Update CHANGELOG.md commit 921b14b954d51125b8369299a6ba18d78735367d Author: Dries Vints <[email protected]> Date: Tue Aug 11 19:16:01 2020 +0200 Update CHANGELOG.md commit 39a58710ba3e5aff0b3588fe748fa24e066d17b0 Merge: b3f60041 0512f006 Author: Dries Vints <[email protected]> Date: Fri Aug 7 20:08:41 2020 +0200 Merge pull request #5370 from laravel/bump-7 [7.x] Set framework version ^7.24 commit bbd36167158f29148095085fa81fed211ad676d2 Merge: 407b6b8b e96840e2 Author: Dries Vints <[email protected]> Date: Fri Aug 7 20:07:55 2020 +0200 Merge pull request #5369 from laravel/bump-6 [6.x] Set framework version ^6.18.35 commit 0512f00664445c452abbb470b9aaf4a0c7f78b26 Author: Graham Campbell <[email protected]> Date: Fri Aug 7 17:29:43 2020 +0100 Set framework version ^7.24 commit e96840e20673ed87e684b8ee814bdf02c1c8dfcc Author: Graham Campbell <[email protected]> Date: Fri Aug 7 17:28:47 2020 +0100 Set framework version ^6.18.35 commit b3f600415d3d1eb35c3f0f66e40ffa32c4bc77f0 Merge: a7b70fcc 407b6b8b Author: Graham Campbell <[email protected]> Date: Fri Aug 7 11:09:47 2020 +0100 Merge branch '6.x' into master commit 407b6b8b04820a7fc0eb3143a8255abbeabb3eb9 Author: Graham Campbell <[email protected]> Date: Mon Jul 27 18:52:00 2020 +0100 Revert "Apply fixes from StyleCI (#5356)" (#5357) This reverts commit 6cbfb781a2a54cb4399f4feaabc35b621c67b560. commit 6cbfb781a2a54cb4399f4feaabc35b621c67b560 Author: Graham Campbell <[email protected]> Date: Mon Jul 27 18:49:11 2020 +0100 Apply fixes from StyleCI (#5356) commit 0e7fd2beb18e6f5c0213b0f162611d5e75ce42f4 Author: Dries Vints <[email protected]> Date: Mon Jul 27 17:59:20 2020 +0200 Fix version commit a7b70fcc310fee9d78448e078fef9003150ee8aa Author: Taylor Otwell <[email protected]> Date: Mon Jul 27 10:57:16 2020 -0500 fix version commit 074c3840ff6be2c562d97ec0d68a04b0699493a1 Merge: f465c511 b1277e2e Author: Dries Vints <[email protected]> Date: Mon Jul 27 17:34:05 2020 +0200 Merge pull request #5355 from laravel/bump [6.x] Bumped laravel 6 min version for new LTS users commit b1277e2eb2e586b3cb09bbf545aa7fab0a4fd0ca Author: Graham Campbell <[email protected]> Date: Mon Jul 27 16:23:43 2020 +0100 Bumped laravel 6 min version for new LTS users commit e9e7c972661668f4a4c747e951c6e7ce8e3adf15 Author: rennokki <[email protected]> Date: Mon Jul 27 18:18:18 2020 +0300 [7.x] Enforce ^7.22.1 due to security issues (#5354) * enforce ^7.22 * Update composer.json Co-authored-by: Dries Vints <[email protected]> commit 791c87a80d1c5eebd75e1bf499f86899d6b2b26f Author: Taylor Otwell <[email protected]> Date: Wed Jul 22 11:11:30 2020 -0500 Update README.md commit 232995cac214bf1fdff4278aa7904d65df3ae899 Author: Taylor Otwell <[email protected]> Date: Wed Jul 22 11:07:41 2020 -0500 Update README.md commit f465c511c009235fc7bfa06bfcb41294e60e9b42 Author: Andy Hinkle <[email protected]> Date: Mon Jul 20 09:03:03 2020 -0500 Bump lodash from 4.17.15 to 4.17.19 commit 6d9296c71edc3def466d3cab501b7d1f9b6717d2 Merge: 311c3f82 5f462521 Author: Dries Vints <[email protected]> Date: Mon Jul 20 16:15:08 2020 +0200 Merge pull request #5346 from ahinkle/patch-1 Bump lodash from 4.17.13 to 4.17.19 commit 5f46252168977e8850b555da057406a835a9b1f9 Author: Andy Hinkle <[email protected]> Date: Mon Jul 20 09:03:03 2020 -0500 Bump lodash from 4.17.15 to 4.17.19 commit 311c3f823a6f09df5e9b882906456e9caa02132c Author: Taylor Otwell <[email protected]> Date: Fri Jun 12 09:35:55 2020 -0500 tweak phpunit.xml commit 74df1e26e639f0527429fba8185b743e6538d3ac Merge: 6e5f4093 2f33300a Author: Dries Vints <[email protected]> Date: Fri Jun 12 10:36:11 2020 +0200 Merge pull request #5320 from barryvdh/patch-4 Bump fruitcake/laravel-cors commit 2f33300abe3684a42acd2d9dce35569e988d9c13 Author: Barry vd. Heuvel <[email protected]> Date: Fri Jun 12 08:50:58 2020 +0200 Bump fruitcake/laravel-cors commit 6e5f40939ce15d731276b2ad6e5fd08057faa79a Author: Taylor Otwell <[email protected]> Date: Wed Jun 3 08:30:51 2020 -0500 Update README.md commit 9e5ba571a60a57ca2c3938bc5bd81d222cb6e618 Author: Taylor Otwell <[email protected]> Date: Thu May 28 10:08:01 2020 -0500 add password reset migration commit 5639581ea56ecd556cdf6e6edc37ce5795740fd7 Author: Taylor Otwell <[email protected]> Date: Mon May 18 16:50:22 2020 -0500 add basic trust host middleware commit c10489131ef28ecd46529e37b558ae93a20e3fb8 Author: Taylor Otwell <[email protected]> Date: Mon May 18 10:47:20 2020 -0500 fix formatting commit 7b0b5d8310143269d8de50442499b77187f8ee5a Author: Ryan England <[email protected]> Date: Thu May 14 14:50:14 2020 +0100 Update sponsor link (#5302) British Software Development have rebranded to Many, link and link text updated accordingly. commit 7d62f500a789416738a7181d5217d33ca096db04 Author: feek <[email protected]> Date: Mon May 4 06:31:39 2020 -0700 chore: update typehint to be nullable (#5296) By default, this property is null. Therefore, it should be marked as nullable commit 0f133c1e8eff44d765a40fc1934172e7bf046e56 Author: fragkp <[email protected]> Date: Fri May 1 16:35:51 2020 +0200 set default auth_mode for smtp mail driver (#5293) Co-authored-by: KP <[email protected]> commit 785405b34b3fcf9be0ab1262c4eaa72569fac218 Merge: 3cdfe0ce d7d342c2 Author: Dries Vints <[email protected]> Date: Mon Apr 27 16:32:54 2020 +0200 Merge branch '6.x' commit d7d342c2f546576524e449c1fae69dbc885a21c2 Author: Nabil Muh. Firdaus <[email protected]> Date: Mon Apr 27 20:38:20 2020 +0700 Disable webpack-dev-server host check (#5288) commit 3cdfe0ce952c0b202150855b2f846996ebd4ba4a Merge: b5f008a8 8aab222c Author: Dries Vints <[email protected]> Date: Thu Apr 16 09:47:28 2020 +0200 Merge branch '6.x' commit 8aab222c12ea63711e3b6b41b23c6b6f2231588c Author: Dries Vints <[email protected]> Date: Thu Apr 16 09:45:26 2020 +0200 Update CHANGELOG.md commit b5f008a8bff29219800b465e613bc19a191ac815 Author: Dries Vints <[email protected]> Date: Wed Apr 15 13:46:52 2020 +0200 Update CHANGELOG.md commit 103fc0b4513d9ffbc33ebb31f74f9fba81d2b100 Merge: 5f9ee30e 0d23e5f7 Author: Dries Vints <[email protected]> Date: Tue Apr 14 10:58:32 2020 +0200 Merge pull request #5278 from voyula/patch-1 [7.x] Normalize Style commit 0d23e5f761c0cc98318e883dbce13a43a3c13226 Author: Musa <[email protected]> Date: Tue Apr 14 11:56:29 2020 +0300 [7.x] Normalize Style See: https://github.com/laravel/framework/blob/7.x/phpunit.xml.dist#L14 commit 5f9ee30e379390f9ce506d934314cb6ff6d7d355 Author: Igor Finagin <[email protected]> Date: Thu Apr 9 19:03:28 2020 +0300 Disable Telescope in PHPUnit (#5277) PHPUnit throw exception when Telescope is enabled commit e2c9261c2dfe2d0d0456c8ad113d147cce153885 Merge: 2a2522d8 73f723a2 Author: Dries Vints <[email protected]> Date: Thu Apr 9 16:56:58 2020 +0200 Merge branch '6.x' commit 73f723a2f4153f87b3d45d23addc0923f233de57 Author: Dries Vints <[email protected]> Date: Thu Apr 9 16:54:25 2020 +0200 Add both endpoint and url env variables (#5276) commit 2a2522d8824c0852e30a7e3e07d46a543eb4b33d Author: Taylor Otwell <[email protected]> Date: Sun Mar 29 10:38:29 2020 -0500 fix wording commit f140d926d3c24e854578a9eb6a2b2f7fe763abf5 Merge: dccc9334 b26aaff2 Author: Dries Vints <[email protected]> Date: Sat Mar 28 11:57:59 2020 +0100 Merge pull request #5271 from winter-ice/master [7.x] Consistent filename commit b26aaff2100e3f01aee0dc96ad7657ddd2d5a07c Author: ice <[email protected]> Date: Sat Mar 28 09:53:47 2020 +0800 consistent filename commit dccc933416c7f3a9bf9824fd8515b2daa51f6973 Merge: 6628b7a1 d067d7d8 Author: Dries Vints <[email protected]> Date: Tue Mar 24 18:31:42 2020 +0100 Update CHANGELOG.md commit d067d7d889e69d28e609534e3c5cdf5773462df9 Author: Dries Vints <[email protected]> Date: Tue Mar 24 18:26:16 2020 +0100 Update CHANGELOG.md commit 6628b7a1b48c2f559ec01b9e8e77872b63e0fb70 Merge: d82bf976 b7b6e35b Author: Graham Campbell <[email protected]> Date: Tue Mar 24 13:55:12 2020 +0000 Merge branch '6.x' commit b7b6e35bf88f346832bdd32b71ca7ed4f0ceddd5 Author: Jacob Honoré <[email protected]> Date: Tue Mar 24 14:11:36 2020 +0100 Fix s3 endpoint url reference (#5267) commit d82bf9768b5d486d08159c191bec8a3d7b426436 Author: Markus Podar <[email protected]> Date: Sun Mar 15 17:25:50 2020 +0100 [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 <[email protected]> Co-authored-by: Taylor Otwell <[email protected]> commit 52f69fcf2529501bed81b2bc5b036c4edd729cd5 Author: Taylor Otwell <[email protected]> Date: Sat Mar 14 16:07:23 2020 -0500 add sponsor link commit f93f4ad8bf114116a7c6917e7da155b5656463af Author: Mathieu TUDISCO <[email protected]> Date: Fri Mar 13 20:53:56 2020 +0100 Fix session config changes (#5261) * Fix session config changes * Update session.php Co-authored-by: Taylor Otwell <[email protected]> commit 166abfa35c535f4572d5971a99aec45cc8c63ff6 Author: Barry vd. Heuvel <[email protected]> Date: Wed Mar 11 21:08:52 2020 +0100 Update default CORS config (#5259) commit c7a0002432351690d28223afa7caa272e769e226 Author: André Ricard <[email protected]> Date: Wed Mar 11 09:37:46 2020 -0300 Fix the code indent of object operators (#5258) This commit fixes the code indent of object operators, as following the framework code standards -> 2.4. Indenting commit b0ce2adc423ff175a20838ee5f2c858cbc63b11f Author: Roberto Aguilar <[email protected]> Date: Fri Mar 6 15:16:30 2020 -0600 Add new SQS queue suffix option (#5252) As described in laravel/framework#31784, this option will allow to define a queue name suffix. commit 641fcfb60aa47266c5b4767830dc45bad00c561c Author: Taylor Otwell <[email protected]> Date: Fri Mar 6 07:57:11 2020 -0600 remove config entry commit 36373983adaea3a021ef968b99de038b1fc4f55c Merge: 3aa22403 5ddbfb84 Author: Graham Campbell <[email protected]> Date: Fri Mar 6 11:48:34 2020 +0000 Merge branch '6.x' commit 5ddbfb845439fcd5a46c23530b8774421a931760 Author: Graham Campbell <[email protected]> Date: Fri Mar 6 11:47:59 2020 +0000 Ensure that app.debug is a bool commit 3aa22403c7d865049a735c51fadf60add498840e Author: Taylor Otwell <[email protected]> Date: Wed Mar 4 16:45:31 2020 -0600 remove empty line from phpunit.xml (#5245) I'm not sure if there's a style rule for this, but it seems very out of place to be the only empty line in the whole file. commit efcf74f422b381a69da8f673061eb94487e6f557 Author: Mark van den Broek <[email protected]> Date: Wed Mar 4 15:05:25 2020 +0100 [7.x] Add Mailgun and Postmark mailer (#5243) * Add Mailgun and Postmark mailer * Formatting * Update mail.php Co-authored-by: Taylor Otwell <[email protected]> commit c9cf57a00c76c58afec25a822846f0798661e372 Author: Benedikt Franke <[email protected]> Date: Wed Mar 4 15:04:39 2020 +0100 Add serialize option to array cache config (#5244) This documents the new configuration option from https://github.com/laravel/framework/pull/31295 commit 876142d709b99af0211315c4a8e8f93f38790f25 Author: Dries Vints <[email protected]> Date: Tue Mar 3 20:42:38 2020 +0100 Update CHANGELOG.md commit 2d7b45bfb465d838a9f670e35738ac13166410e9 Merge: 672f626d e773d388 Author: Dries Vints <[email protected]> Date: Tue Mar 3 18:18:11 2020 +0100 Merge branch '6.x' commit e773d3885b30ec77c8f0a3bbca31c914b80d3762 Author: Dries Vints <[email protected]> Date: Tue Mar 3 18:15:59 2020 +0100 Update CHANGELOG.md commit 672f626da1788a46bf6bc830d15725ee3ae668d8 Author: Maxime Willinger <[email protected]> Date: Mon Mar 2 17:52:06 2020 +0100 Add array mailer (#5240) commit 7bea49b8ee35728a791bf1e50e894b36f3c8843e Author: Maxime Willinger <[email protected]> Date: Mon Mar 2 16:21:08 2020 +0100 Use MAIL_MAILER in test environment (#5239) commit d7c602c164bfa5db8d02c139769558e336f24d89 Author: Dries Vints <[email protected]> Date: Thu Feb 27 17:30:43 2020 +0100 Update app.php (#5237) commit 0b14a741eb62f7b7d316b27f7b0e8bff770e3f7b Author: Dries Vints <[email protected]> Date: Thu Feb 27 16:26:30 2020 +0100 Update app.php (#5237) commit 88a763e36f1d39be9b9924bbd1007a4a7b2eee9f Author: Dries Vints <[email protected]> Date: Thu Feb 27 16:21:15 2020 +0100 Update app.php (#5237) commit 705076ffc28a834a1eb76b3550be2b6269a8fefb Author: Graham Campbell <[email protected]> Date: Mon Feb 24 14:48:16 2020 +0000 Bumped min guzzle commit 3233e6f8097816349137eb46d03c9e83a5321259 Merge: d529de06 8cece725 Author: Graham Campbell <[email protected]> Date: Mon Feb 24 14:47:21 2020 +0000 Merge branch 'master' into develop commit 8cece7259806b3e4af6f185ffa4772dded70cd21 Author: Sjors Ottjes <[email protected]> Date: Mon Feb 24 15:37:15 2020 +0100 Remove redundant default attributes from phpunit.xml (#5233) commit d529de062d16ac29f48c901ea02e9dacde10ef47 Author: Dries Vints <[email protected]> Date: Thu Feb 13 16:03:25 2020 +0100 Update composer.json commit d038d1f6b65ba1c48bd608b535cdc04d826821ba Author: Dries Vints <[email protected]> Date: Thu Feb 13 16:00:10 2020 +0100 Update composer.json commit c434eae43d673a709bb840f5f2e03b58da30682b Author: Taylor Otwell <[email protected]> Date: Wed Feb 12 16:20:50 2020 -0600 guzzle commit 6b9050226e9ada706143a8b3d90c4a4d5e4355e2 Author: Taylor Otwell <[email protected]> Date: Wed Feb 12 09:30:09 2020 -0600 use phpunit 0 commit 2c4fa1ab2815fd10f6e797f76c407a5fddb294aa Author: Taylor Otwell <[email protected]> Date: Wed Feb 5 16:46:09 2020 -0600 formatting commit d7f67f631d7743c4d877197089f17dc4b62ee792 Author: Andrew Brown <[email protected]> Date: Wed Feb 5 10:48:51 2020 -0600 styling commit 153746c2c17b6199294ec97f4fea95ed34241c7b Author: Andrew Brown <[email protected]> Date: Wed Feb 5 10:33:45 2020 -0600 add `links` option to filesystems config https://github.com/laravel/framework/pull/31355 commit eb3143ea720d229c54a31b07b582ead58a216a41 Author: Nuno Maduro <[email protected]> Date: Tue Feb 4 22:20:49 2020 +0100 Uses latest stable of Collision (#5221) commit c78a1d8184f00f8270d8a135cc21590837b6bfbd Author: ARCANEDEV <[email protected]> Date: Fri Jan 31 14:48:04 2020 +0100 Bump fzaninotto/faker version to support PHP 7.4 (#5218) Bumping `fzaninotto/faker` version to support PHP 7.4, especially when running composer with `--prefer-lowest` flag. PRs related to version `^1.9.1`: * https://github.com/fzaninotto/Faker/pull/1748 * https://github.com/fzaninotto/Faker/pull/1843 commit c81712bdf46b9fbd8641f07641470195d5487709 Author: Andrey Helldar <[email protected]> Date: Thu Jan 30 17:14:42 2020 +0300 [6.x] Update cross-env to the latest (#5216) This is not a fix for the vulnerability. Just updating the dependency to the latest version. @see https://yarnpkg.com/package/cross-env Yes, I know that they recently released version 6.0 and in a short time 7.0. commit f04029a64d93401e0d6788253c5134cdf8804607 Author: Freek Van der Herten <[email protected]> Date: Mon Jan 27 15:53:34 2020 +0100 use ignition v2 (#5211) commit 38a1249a002bf1dd201bda614454b28ed8c41f59 Merge: 91dd1f61 2503ed68 Author: Taylor Otwell <[email protected]> Date: Fri Jan 24 07:49:40 2020 -0600 Merge remote-tracking branch 'origin/develop' into develop commit 91dd1f61cdd3c7949593a4435dff8b77322761f2 Author: Taylor Otwell <[email protected]> Date: Fri Jan 24 07:49:20 2020 -0600 formatting commit 2503ed687ff4e8d068a36a9fe6d990492ffdbbed Merge: db596ba0 1d094a80 Author: Graham Campbell <[email protected]> Date: Fri Jan 24 13:48:38 2020 +0000 Merge branch 'master' into develop commit 550282b0944d10eb78bf3ff4e556fe10a83ad8d7 Merge: db596ba0 678901cc Author: Taylor Otwell <[email protected]> Date: Fri Jan 24 07:46:08 2020 -0600 Merge branch 'check-compiled' of https://github.com/browner12/laravel into browner12-check-compiled commit 1d094a80849133899fa4a9ba9b7598de7bc6d370 Author: Andrey Helldar <[email protected]> Date: Fri Jan 24 16:43:48 2020 +0300 [7.x] Update cross-env and resolve-url-loader to the latest (#5210) commit 678901cc4d2ee139b547375299b43eac19a37674 Author: Andrew Brown <[email protected]> Date: Thu Jan 23 10:40:45 2020 -0600 update name commit 2fe113e606989e3dec86dc7e716833facafe55bc Author: Andrew Brown <[email protected]> Date: Thu Jan 23 10:27:12 2020 -0600 add new `check_compiled` option commit db596ba02aaedd925be3dd3c51d486355da277db Merge: ffc74ba1 b1f35786 Author: Taylor Otwell <[email protected]> Date: Fri Jan 17 16:15:48 2020 -0600 Merge branch 'develop' of github.com:laravel/laravel into develop commit ffc74ba143a7de4a89f2c3fd525a5621ca879e38 Author: Taylor Otwell <[email protected]> Date: Fri Jan 17 16:15:38 2020 -0600 remove hyphen on email commit b1f35786eb6352d1a613ffe0e2b7e55f6e1a316e Merge: 94f8ee3c 9d0862b3 Author: Dries Vints <[email protected]> Date: Tue Jan 14 17:52:04 2020 +0100 Merge branch 'master' into develop commit 9d0862b3340c8243ee072afc181e315ffa35e110 Merge: 9b6d1b14 f44f065a Author: Dries Vints <[email protected]> Date: Tue Jan 14 17:50:01 2020 +0100 Merge pull request #5201 from aimeos/master Use file session driver again commit 9b6d1b14bcbeba1b52a75a48dedc0402b1f08bb5 Author: Caíque de Castro Soares da Silva <[email protected]> Date: Mon Jan 13 13:36:09 2020 -0300 Update laravel mix and sass loader (#5203) commit f121af8985d1dbb665cb9ca4b6a9f7dbb6211a7c Author: Robert Korulczyk <[email protected]> Date: Sun Jan 12 16:06:29 2020 +0100 Add missing full stop for some validation messages (#5205) commit 94f8ee3cade8d08097ed0255e4fb0fc4e56a8cd3 Merge: 130b8c8b b46c16b4 Author: Dries Vints <[email protected]> Date: Thu Jan 9 12:42:11 2020 +0100 Merge branch 'master' into develop commit b46c16b4246c7dc648158221c49f5b2e785e7c30 Author: Dries Vints <[email protected]> Date: Thu Jan 9 12:41:21 2020 +0100 Update CHANGELOG.md commit 130b8c8bcb8f167e7013e7846004b2df3e405b72 Author: Taylor Otwell <[email protected]> Date: Wed Jan 8 17:16:33 2020 -0600 add ses commit e43d4546a9c0bde49dae51fd6f4e2766674f1152 Author: Taylor Otwell <[email protected]> Date: Wed Jan 8 17:14:01 2020 -0600 fix comment commit 61ec16fe392967766b68d865ed10d56275a78718 Author: Taylor Otwell <[email protected]> Date: Wed Jan 8 17:10:37 2020 -0600 work on mail configuration file commit 76d822768dcab14fa1ee1fd1f4a24065234860db Author: Taylor Otwell <[email protected]> Date: Wed Jan 8 17:01:42 2020 -0600 update mail configuration file commit f44f065a2b2cad1a947a7e8adc08fcc13d18c49c Author: Aimeos <[email protected]> Date: Wed Jan 8 12:44:53 2020 +0100 Use file session driver again commit eca7bc7d66cef63500a62e8deaa3fce1772f1641 Author: Aimeos <[email protected]> Date: Wed Jan 8 12:44:22 2020 +0100 Use file session driver again commit 7e5a9154857f598f69978559a6ef9c34c1348e15 Merge: 4bf7dffb 25c36eb5 Author: Graham Campbell <[email protected]> Date: Tue Dec 31 12:26:17 2019 +0000 Merge branch 'master' into develop commit 25c36eb592c57e075acc32a12703005f67c4ec10 Merge: 195faa16 5df3b7b1 Author: Graham Campbell <[email protected]> Date: Tue Dec 31 12:22:50 2019 +0000 Merge pull request #5196 from laravel/revert-5006-analysis-qxPGgA [6.x] Revert "Apply fixes from StyleCI" commit 5df3b7b1fe07a22d3275180ece0b31f45682f07e Author: Graham Campbell <[email protected]> Date: Tue Dec 31 12:21:39 2019 +0000 Revert "Apply fixes from StyleCI (#5006)" This reverts commit 50176732d66b197de62d5567b79fc77f63e2cfbd. commit 4bf7dffb90366438e849c0c96e06e2a638eec336 Author: Graham Campbell <[email protected]> Date: Mon Dec 30 18:23:10 2019 +0000 Bumped defaults for Laravel 7 (#5195) commit 8af8af0cbfc5cdfaa3f757afe736a9d28d83851c Merge: 0bec06cd 195faa16 Author: Graham Campbell <[email protected]> Date: Sat Dec 28 00:35:40 2019 +0000 Merge branch 'master' into develop commit 0bec06cd45a7f6eda0d52f78dd5ff767d94ed5cc Author: Taylor Otwell <[email protected]> Date: Fri Dec 27 08:56:53 2019 -0600 formatting commit c222f6d04ff29489daec178d15ae23a3c13838f8 Author: Barry vd. Heuvel <[email protected]> Date: Thu Dec 26 19:54:10 2019 +0100 CS commit e4683c6ecaff9a7dc779fb0dfe39f6336832fc9d Author: Barry vd. Heuvel <[email protected]> Date: Thu Dec 26 19:48:38 2019 +0100 Revert routes commit 860ec9f2a48c65d30998942263a4f9a849e9b0a0 Author: Barry vd. Heuvel <[email protected]> Date: Thu Dec 26 19:46:41 2019 +0100 Use config instead of middleware property commit 195faa16cbeabc84b0eb9c9f4227ead762c93575 Author: Anton Komarev <[email protected]> Date: Wed Dec 25 18:05:29 2019 +0300 Fix types consistency in database config (#5191) commit 777baff7d5abdf38330714ccb5ff3dc3ee5d2f9c Author: Graham Campbell <[email protected]> Date: Tue Dec 24 22:28:34 2019 +0000 Update composer.json commit bee0e8c94c37bf3909e3fbe7e100a106dbf57fab Author: Barry vd. Heuvel <[email protected]> Date: Tue Dec 24 22:26:06 2019 +0100 Add HandleCors middleware commit db940594ad86a22663acc3c119caab571344e2ee Merge: 4d565e68 846f7a19 Author: Graham Campbell <[email protected]> Date: Tue Dec 24 17:45:25 2019 +0000 Merge branch 'master' into develop commit 846f7a193a6c4ff92b6595596c9bbcb3cf8c426e Author: Graham Campbell <[email protected]> Date: Tue Dec 24 17:35:58 2019 +0000 Correct exception handler doc (#5187) commit 4d565e681cbf496e0cdfb58743d4ae8238cef15e Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 15:10:23 2019 -0600 import facades commit f4c8190744bbab94e7751518bfd0fdce82ee3ab0 Merge: cf5e99e9 e6471a6f Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 14:48:16 2019 -0600 Merge branch 'develop' of github.com:laravel/laravel into develop commit cf5e99e9aa998c56eda0765a9aefdc14c439e0df Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 14:48:04 2019 -0600 change comment commit e6471a6f2e73dd244f957751ab315aa5903c32ea Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 14:15:04 2019 -0600 Apply fixes from StyleCI (#5186) commit f13aef873333aef538d526217d023fe81e87acd7 Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 14:14:43 2019 -0600 move var commit 12c28822f402a948dac389bf037c550524845ba3 Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 14:14:01 2019 -0600 one liner commit 3ee0065bcd879b82ee42023165f8a8f71e893011 Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 14:10:38 2019 -0600 remove unnecessary variable commit 13e43893ba2457c3e49898f0066a5ce8d7ea74f4 Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 13:58:16 2019 -0600 remove auth migration that is now in laravel/ui commit b5bb91fea79a3bd5504cbcadfd4766f41f7d01ce Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 11:48:38 2019 -0600 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. commit 583d1fa773803f951653af490b3dcc89b967ddbb Author: Graham Campbell <[email protected]> Date: Thu Dec 19 15:36:06 2019 +0000 [7.x] Remove register in auth provider (#5182) * Remove register in auth provider * Update AuthServiceProvider.php * Update Kernel.php commit 7d70bfe8289fce07fa595340578b13f4bdac495d Author: Taylor Otwell <[email protected]> Date: Wed Dec 18 13:44:16 2019 -0600 Utilize Authentication Middleware Contract (#5181) * adjust auth middleware to point to contract * remove middleware priority commit f589a7e89782a8419f7ad54b512289f60ffa8619 Merge: 5d50d30c 99f183b5 Author: Taylor Otwell <[email protected]> Date: Wed Dec 18 12:24:10 2019 -0600 Merge branch 'master' into develop commit 99f183b5c794354f7387d503b40d2be63e678a80 Merge: 140d4d9b b2734a9c Author: Taylor Otwell <[email protected]> Date: Wed Dec 18 12:02:53 2019 -0600 Merge branch 'master' of github.com:laravel/laravel commit 140d4d9b0a4581cec046875361e87c2981b3f9fe Author: Taylor Otwell <[email protected]> Date: Wed Dec 18 12:02:46 2019 -0600 use class name to be consistent with web middleware commit b2734a9c313ac637e9b8cffa80f9fa9d3da96a09 Author: Anton Komarev <[email protected]> Date: Wed Dec 18 20:17:32 2019 +0300 Add MAIL_FROM_ADDRESS & MAIL_FROM_NAME to .env file (#5180) commit c5f9126981fe340edf71de284b27926323d3271b Author: Andrew Minion <[email protected]> Date: Wed Dec 18 09:41:11 2019 -0600 default email from name to app name (#5178) commit 17f0ff22057a028f28b8aa17fadbc7fe4136bf66 Author: Michael Stokoe <[email protected]> Date: Wed Dec 18 15:38:03 2019 +0000 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: https://github.com/Stokoe0990/framework/commit/7a03776bc860bde4cdc82e69ab133a755b66dd2d commit 89e83915e94142ae79db7480561ae8a7a525e114 Merge: dd93aca5 40f93daa Author: Dries Vints <[email protected]> Date: Mon Dec 16 11:35:41 2019 +0100 Merge pull request #5175 from canvural/patch-1 [6.x] Update redirectTo return type PHPDoc commit 40f93daa83b17ad47c51ec9beed4c1ba79eb66ed Author: Can Vural <[email protected]> Date: Sat Dec 14 11:48:14 2019 +0100 Update redirectTo return type PHPDoc commit dd93aca5970290dfda651f00a80fdd78b66da226 Merge: f48e2d50 136085bf Author: Taylor Otwell <[email protected]> Date: Fri Dec 13 22:43:22 2019 -0600 Merge branch 'master' of github.com:laravel/laravel commit f48e2d500cb53cc4a09dfcb40beb0abafd79de4f Author: Taylor Otwell <[email protected]> Date: Fri Dec 13 22:42:46 2019 -0600 change some default settings commit 136085bfd8361969a7daedc2308e0b59dbd41f60 Author: Bert Heyman <[email protected]> Date: Fri Dec 13 15:18:09 2019 +0100 Add "none" to supported same site options in session config (#5174) commit 972f3cd2832cd8a8e9e0be96817d10840b735316 Author: Taylor Otwell <[email protected]> Date: Tue Dec 10 08:59:27 2019 -0600 DRY up path (#5173) commit f4b1dc6df04f4ef9b4b15e2c38668e8cb168c253 Author: Dries Vints <[email protected]> Date: Fri Dec 6 16:46:02 2019 +0100 [6.x] Implement integration test and in-memory DB (#5169) * Use in-memory DB for testing * Extend from PHPUnit test case for unit tests commit 9b6643226da6bd3803da22fb5dc695b1a279c5aa Author: byjml <[email protected]> Date: Wed Dec 4 21:57:13 2019 +0300 Consistent order (#5167) Keep the alphabetical order of the validation messages. commit 5d50d30c94ab7c3dcf28562a7f2116cb8922183e Author: Graham Campbell <[email protected]> Date: Wed Nov 27 15:26:11 2019 +0000 Bumped versions commit fb3e88c313d80735270385a825363e446fd77174 Merge: b7a5bc7f b56fe840 Author: Graham Campbell <[email protected]> Date: Wed Nov 27 15:21:41 2019 +0000 Merge branch 'master' into develop commit b56fe84011bdbc3b42b8ffdaadc9a113635a751e Author: Graham Campbell <[email protected]> Date: Tue Nov 26 18:46:10 2019 +0000 Use laravel/tinker v2 (#5161) commit b7a5bc7f3ca6d305343624aded77fe68c26bc018 Author: Nuno Maduro <[email protected]> Date: Mon Nov 25 21:46:55 2019 +0100 Bumps Collision dependency to v4.0 (#5160) commit 2913a55d87461fabe94907c5728d7a9451bcae80 Author: Graham Campbell <[email protected]> Date: Mon Nov 25 14:46:29 2019 +0000 [7.x] Switch to Symfony 5 (#5157) * Update exception handler * Explictly specify 'lax' same site config * Use the null secure option for session cookies commit 2f8e55a9ec923a481c1a24733c70ae750480f178 Author: Mark van den Broek <[email protected]> Date: Mon Nov 25 15:10:36 2019 +0100 Rename `encrypted` to `forceTLS`. (#5159) commit c473b53626eab20c44075b02770e948a6e757c2b Merge: 3c92fb3a 1ee38a10 Author: Dries Vints <[email protected]> Date: Thu Nov 21 18:29:26 2019 +0100 Merge branch 'master' into develop commit 1ee38a10f8884e24290c86c04d8d1ba5f8bc8d10 Author: Dries Vints <[email protected]> Date: Thu Nov 21 18:28:39 2019 +0100 Update CHANGELOG.md commit 3c92fb3a19a7fbff0085bfbbe887682095d61520 Merge: 21f24784 c15a5ee0 Author: Dries Vints <[email protected]> Date: Tue Nov 12 17:35:09 2019 +0100 Merge branch 'master' into develop commit c15a5ee0d205ade08ad86174cb9c38aafd2bd226 Author: Dries Vints <[email protected]> Date: Tue Nov 12 17:34:53 2019 +0100 Update readme commit 21f24784814092f44117ea2cb29b696422b66e93 Merge: 2e2be97c 94056af6 Author: Dries Vints <[email protected]> Date: Tue Nov 12 16:06:22 2019 +0100 Merge branch 'master' into develop commit 94056af6e84769c8e9ad394d49c0c235a6966772 Author: Dries Vints <[email protected]> Date: Tue Nov 12 16:06:05 2019 +0100 Rename readme commit 578018940241d894befdf90bb7b61672b0f7d055 Author: Dries Vints <[email protected]> Date: Tue Nov 12 16:05:52 2019 +0100 Consistent readme commit 2e2be97c2686bf919f06a47849902b80586cfa6c Author: Dries Vints <[email protected]> Date: Fri Nov 1 13:53:14 2019 +0100 Implement new primary key syntax (#5147) commit b659069bced2435cc53fca6fd4290edcae5dd9e0 Merge: 89a80da1 bfd4b1e9 Author: Graham Campbell <[email protected]> Date: Fri Nov 1 11:52:38 2019 +0000 Merge branch 'master' into develop commit bfd4b1e92f7c6b4e6b74cfdde995a5afad648d96 Author: Graham Campbell <[email protected]> Date: Fri Nov 1 11:51:17 2019 +0000 Update .styleci.yml commit 89a80da13232c00d3e2ac8d8e372075086ced4fb Merge: 9df12c3c 953b488b Author: Graham Campbell <[email protected]> Date: Fri Nov 1 11:12:48 2019 +0000 Merge branch 'master' into develop commit 953b488b8bb681d4d6e12227645c7c1b7ac26935 Author: Taylor Otwell <[email protected]> Date: Mon Oct 21 13:47:27 2019 -0500 fix key commit ba2f2abe830f5d03c52fd9c88411859cf863abd6 Author: Taylor Otwell <[email protected]> Date: Mon Oct 21 13:42:31 2019 -0500 tweak formatting commit ace38c133f3d8088fc7477f56b9db6fdc0098d06 Author: Michael Chernyshev <[email protected]> Date: Fri Oct 18 13:57:19 2019 +0300 Security fix: Waiting before retrying password reset commit 400df0b02bcc0e3fc8bc1c75ea494242c3f392af Author: Gert de Pagter <[email protected]> Date: Wed Oct 16 15:18:19 2019 +0200 Add xml schema to phpunit (#5139) This allows an IDE to do auto completion, and show any errors in the configuration commit 9df12c3ca1c27f0192c64d19ce64b18ec06213d3 Author: Taylor Otwell <[email protected]> Date: Tue Oct 15 13:15:52 2019 -0500 ignition doesn't support laravel 7 yet commit bb969c61d41ec479adbe4a6da797831002b75092 Author: Nuno Maduro <[email protected]> Date: Tue Oct 8 22:44:05 2019 +0200 Fixes required version of the framework within `composer.json` (#5130) commit dfa5c1f06e11bc6a557a0ead78f38b997235802f Merge: ccef55ba 39c28801 Author: Dries Vints <[email protected]> Date: Tue Oct 8 18:39:31 2019 +0200 Merge branch 'master' into develop commit 39c28801e8d8a8cfc99c3eed4756c6acc7367e0c Author: Dries Vints <[email protected]> Date: Tue Oct 8 18:38:02 2019 +0200 Update CHANGELOG.md commit 9bc23ee468e1fb3e5b4efccdc35f1fcee5a8b6bc Author: Taylor Otwell <[email protected]> Date: Tue Oct 8 07:35:48 2019 -0500 formatting commit d1f7a5a886039e28a434905447865ca952032284 Author: Taylor Otwell <[email protected]> Date: Tue Oct 8 07:27:05 2019 -0500 formatting commit bc82317a02e96105ad9f3cc0616d491cb5585c62 Merge: 51a1297a ba3aae6c Author: Taylor Otwell <[email protected]> Date: Tue Oct 8 07:24:50 2019 -0500 Merge branch 'password-confirmation' of https://github.com/driesvints/laravel into driesvints-password-confirmation commit ba3aae6c338314c2ba1779f336278c2532071b7c Author: Dries Vints <[email protected]> Date: Tue Oct 8 13:45:40 2019 +0200 Implement password confirmation commit 4036f17416549758816894dc52dc54eabcc13914 Author: Dries Vints <[email protected]> Date: Tue Oct 8 13:39:57 2019 +0200 Remove middleware from password reset It's not necessary for the user to be logged out when resetting their password. This allows users to reset their password while logged in. Can be used in combination with the new RequiresPassword middleware. commit 050c1d880ec1d48ef40d7a0f2b2f1040c23cebb9 Author: Dries Vints <[email protected]> Date: Tue Oct 8 11:26:03 2019 +0200 Add new password rule language line commit 51a1297a2486e2b68883bba9e534ec903f0c10d4 Author: Sangrak Choi <[email protected]> Date: Thu Sep 26 21:24:53 2019 +0900 [6.x] Added OP.GG sponsor (#5121) * Added OP.GG sponsor * Update readme.md commit c70c986e58fe1a14f7c74626e6e97032d4084d5f Author: Roger Vilà <[email protected]> Date: Fri Sep 13 21:47:34 2019 +0200 [6.x] Add 'null' logging channel (#5106) * Add 'none' logging channel * Remove extra spaces * Rename 'none' channel to 'null' * Update logging.php commit 42e864f3f5f8fe5bfbdbac66dc2e4b95159fedcb Author: Tim MacDonald <[email protected]> Date: Fri Sep 13 22:19:06 2019 +1000 remove testing bootstrap extension (#5107) commit cba8d19f8603fc409c2a72a0f33a4b0a7fab2ee5 Author: James Merrix <[email protected]> Date: Thu Sep 12 13:48:34 2019 +0100 Added Appoly sponsor (#5105) commit 56157b9cd201b5dc6fbe5f9f73014fa32e5a7838 Author: Graham Campbell <[email protected]> Date: Wed Sep 11 13:10:18 2019 +0100 Revert "According to PHP Bug 78516 Argon2 requires at least 8KB (#5097)" (#5102) This reverts commit 74d84e9371b2d2486edcc8f458adc9f22957d68b. commit ccef55ba553f9eb6e6d1a13aa19c457aefb6463e Merge: 1f48b2c5 7d728506 Author: Dries Vints <[email protected]> Date: Tue Sep 10 20:42:16 2019 +0200 Merge branch 'master' into develop commit 7d728506191a39394c5d1fcf47a822b9183f50ed Author: Dries Vints <[email protected]> Date: Tue Sep 10 20:41:25 2019 +0200 Update CHANGELOG.md commit 1f48b2c5e83374b658f03ca8da5220a6980e3e11 Merge: 55b314ea e6569320 Author: Dries Vints <[email protected]> Date: Tue Sep 10 17:27:12 2019 +0200 Merge branch 'master' into develop commit e656932002588bcaaa94476f1ed1850747eb4708 Author: Dries Vints <[email protected]> Date: Tue Sep 10 17:26:00 2019 +0200 Apply fixes from StyleCI (#5100) commit 79fb6af96ebf0325cef15c3132157fdf75f6fd6c Author: Dries Vints <[email protected]> Date: Tue Sep 10 17:25:19 2019 +0200 Order imports alphabetically commit 74d84e9371b2d2486edcc8f458adc9f22957d68b Author: Patrick Heppler <[email protected]> Date: Mon Sep 9 20:51:51 2019 +0200 According to PHP Bug 78516 Argon2 requires at least 8KB (#5097) https://bugs.php.net/bug.php?id=78516 Argon2 requires at least 8KB On PHP 7.4 memory 1024 will throw: password_hash(): Memory cost is outside of allowed memory range commit 55b314eadb06164943dbf2ba33b21391441ce237 Author: Dries Vints <[email protected]> Date: Mon Sep 9 18:41:28 2019 +0200 Update CHANGELOG.md commit 00c00b87bef4bf7fbb7c132015e10a20bbcf4ce4 Merge: cb5047c2 4dbe9888 Author: Dries Vints <[email protected]> Date: Mon Sep 9 18:40:26 2019 +0200 Merge branch 'master' into develop commit 4dbe9888a5599c270e9131b76eca0ff3527bd350 Author: Dries Vints <[email protected]> Date: Mon Sep 9 18:39:25 2019 +0200 Update CHANGELOG.md commit 9f2f3b1eeecd79acffcce72977dc3b107e7d2b43 Merge: 31394de4 ca3f91e7 Author: Dries Vints <[email protected]> Date: Mon Sep 9 18:29:25 2019 +0200 Merge branch '5.8' commit ca3f91e7ed47780ad4128c0592f5966efe51246b Author: Dries Vints <[email protected]> Date: Mon Sep 9 18:29:02 2019 +0200 Update CHANGELOG.md commit 8b96bf012871a2e977a4558bf069062c5f03de95 Author: Dries Vints <[email protected]> Date: Mon Sep 9 18:26:19 2019 +0200 Update CHANGELOG.md commit cb5047c200931d26142e78a315daad03c932f1fc Merge: 2967197b 31394de4 Author: Dries Vints <[email protected]> Date: Mon Sep 9 18:03:17 2019 +0200 Merge branch 'master' into develop commit 31394de4d736c171d40bb03d50313c60b0e4af38 Author: Taylor Otwell <[email protected]> Date: Sat Sep 7 02:18:51 2019 +0200 Revert "Set argon defaults to prevent password_hash(): Memory cost is outside of allowed memory range on PHP 7.4 (#5094)" (#5095) This reverts commit 86908e1eb4a6cc8f5474b1355db4c104c548619e. commit 4992230ca97551a0a2530e339898037b0ad5af81 Merge: 86908e1e 42936c65 Author: Taylor Otwell <[email protected]> Date: Fri Sep 6 13:43:32 2019 -0500 Merge branch 'patch-1' of https://github.com/SjorsO/laravel into SjorsO-patch-1 commit 86908e1eb4a6cc8f5474b1355db4c104c548619e Author: Patrick Heppler <[email protected]> Date: Fri Sep 6 14:16:32 2019 +0200 Set argon defaults to prevent password_hash(): Memory cost is outside of allowed memory range on PHP 7.4 (#5094) With the values ```` 'argon' => [ 'memory' => 1024, 'threads' => 2, 'time' => 2, ], ``` Hash::make() produces password_hash(): Memory cost is outside of allowed memory range on PHP 7.4 commit 2967197b8e2db87768b5534ca923f4f3b15e18f1 Merge: af15fe5e 65959b25 Author: Dries Vints <[email protected]> Date: Fri Sep 6 13:14:50 2019 +0200 Merge branch 'master' into develop commit 42936c656c70dc39d71dae7e79a487a716f2b1a6 Author: Sjors Ottjes <[email protected]> Date: Fri Sep 6 08:17:43 2019 +0200 style commit 731cd4c499638138c3331572f726310354d1b1ea Author: Sjors Ottjes <[email protected]> Date: Fri Sep 6 08:16:34 2019 +0200 add phpunit extension commit 360993c11eb1fa6d1f5a4eb89a08636f96ccf3ef Author: Sjors Ottjes <[email protected]> Date: Thu Sep 5 16:10:59 2019 +0200 Update bootstrap.php commit 65959b25bf791ab7afeac2ffa5a29394638c688f Author: Darren Craig <[email protected]> Date: Tue Sep 3 17:37:05 2019 +0100 Allowing optional use of yml/yaml file extensions in .editorconfig (#5090) commit af15fe5ec688f59522e898dc74e0de54d84c3d96 Author: Dries Vints <[email protected]> Date: Tue Sep 3 15:54:41 2019 +0200 Revert "Bump PHPUnit" This reverts commit 5fde1337d629bd116602f2e67ead75988ae7568f. commit 5fde1337d629bd116602f2e67ead75988ae7568f Author: Dries Vints <[email protected]> Date: Tue Sep 3 15:54:00 2019 +0200 Bump PHPUnit commit 054bb43038f4acb7f356dd668715225ffc2e55ba Author: Dries Vints <[email protected]> Date: Tue Sep 3 15:53:35 2019 +0200 Laravel 7 commit 13ab419d59e2f0d2e188a5157a3cc17f72db595c Author: Taylor Otwell <[email protected]> Date: Tue Sep 3 08:37:49 2019 -0500 add ignition commit 41ee35d01f4e57c47e924400db8a805089664141 Author: Taylor Otwell <[email protected]> Date: Tue Sep 3 08:37:29 2019 -0500 add ignition commit e6becd2ca35a650f51ed49525935e8ca65671152 Author: Taylor Otwell <[email protected]> Date: Tue Aug 27 16:26:48 2019 -0500 add new failed driver option commit 6ff5d6c7b8df5936aa310a5af0ff2fc2ca866708 Merge: 665dfc43 aa74fcb3 Author: Taylor Otwell <[email protected]> Date: Fri Aug 23 11:59:05 2019 -0500 Merge branch 'master' into develop commit 665dfc4328daeabaa496ac6a0743476348657585 Author: Dries Vints <[email protected]> Date: Thu Aug 22 15:22:14 2019 +0200 [6.0] Use phpredis as default Redis client (#5085) * Use phpredis as default Redis client Follow up for https://github.com/laravel/framework/pull/29688 It's best that we already start using `phpredis` as a default to discourage usage of Predis. * Update database.php commit b67acda8928117dc3048180e53f29d09c775b908 Author: Christopher Lass <[email protected]> Date: Wed Aug 21 15:14:32 2019 +0200 Rename 2019_08_19_175727_create_failed_jobs_table.php to 2019_08_19_000000_create_failed_jobs_table.php (#5082) commit aa74fcb38f9f318159657ba5050eda62ec043b11 Author: Jess Archer <[email protected]> Date: Wed Aug 21 22:47:43 2019 +1000 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. commit b84bcc6446d6fb7515082824679f63c701c269fa Author: Taylor Otwell <[email protected]> Date: Tue Aug 20 15:04:04 2019 -0500 Update readme.md commit 41e915ae9059ecbc8069b38554df1a4f73844161 Author: Taylor Otwell <[email protected]> Date: Tue Aug 20 15:03:32 2019 -0500 Update readme.md commit b7d2b48b75afbaa34c82688cb30be2f00a7d8c57 Author: Taylor Otwell <[email protected]> Date: Mon Aug 19 12:57:41 2019 -0500 add failed jobs table commit 051dea594118c87506f5f0a15b2af2cff49959b3 Author: Taylor Otwell <[email protected]> Date: Wed Aug 14 09:19:31 2019 -0500 formatting commit c07809e224a09366914964716eab911c595a9ceb Merge: 4852f483 bb433725 Author: Dries Vints <[email protected]> Date: Wed Aug 14 13:49:52 2019 +0200 Merge branch 'master' into develop commit bb433725483803a27f21d3b21317072610bc3e9c Author: Taylor Otwell <[email protected]> Date: Tue Aug 13 15:05:56 2019 -0500 formatting commit 83d2ecc0e9cca7ae6989134dede4a5653a19430b Author: Dries Vints <[email protected]> Date: Tue Aug 13 18:19:40 2019 +0200 Remove Stripe config settings These now ship with a dedicated config file for Cashier. commit 4852f483466bdc83bac132421832d3eec07bcfaf Author: Dries Vints <[email protected]> Date: Mon Aug 12 14:48:54 2019 +0200 Remove deprecated language line (#5074) commit a5111cf70f7cc057ed528a28ead6ab1eb48b7852 Merge: fad6ef3d d5691a2e Author: Dries Vints <[email protected]> Date: Mon Aug 12 11:56:28 2019 +0200 Merge branch 'master' into develop commit d5691a2e6d8725d64d8569f9b1682012ced83eda Author: Dries Vints <[email protected]> Date: Tue Aug 6 14:32:07 2019 +0200 Add missing trailing semicolon commit fad6ef3d4b932fdf0173136b353eb3ce853e2c76 Author: Chuck Rincón <[email protected]> Date: Fri Aug 2 15:54:12 2019 -0500 [6.0] - Add vapor link on the welcome view (#5072) commit 8f2a27868f7f9e0a0bbf69fa83d06b8a7a1b7894 Author: Taylor Otwell <[email protected]> Date: Tue Jul 30 16:40:52 2019 -0500 formatting commit e21657dc5a45299b3c72007d0a9a6f42c3461d14 Merge: 5391ccca 8ca56226 Author: Taylor Otwell <[email protected]> Date: Tue Jul 30 16:36:53 2019 -0500 Merge branch 'config_caching_v2' of https://github.com/timacdonald/laravel into timacdonald-config_caching_v2 commit 5391cccaad03f0c4bf8d49bfdd0f07fcf7e79f2d Author: Dries Vints <[email protected]> Date: Mon Jul 29 11:22:12 2019 -0400 Update version constraint (#5066) commit 0dd31baf2a153629d7c84b0fb2cc69f575b0d376 Merge: 7c9e5ea4 f73795ac Author: Dries Vints <[email protected]> Date: Thu Jul 25 00:49:45 2019 -0400 Merge branch 'master' into develop commit f73795ac0569554d3464eecb259aef0d2dc64f72 Author: Ryan Purcella <[email protected]> Date: Thu Jul 18 08:20:32 2019 -0500 Update number of Laracasts videos (#5063) commit ddbbd0e67b804c379f212233e3b1c91a7b649522 Author: Guilherme Pressutto <[email protected]> Date: Tue Jul 16 16:38:28 2019 -0300 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 commit ff15a66d8c8d989ce6e1cee6fcc06c4025d06998 Author: Artem Pakhomov <[email protected]> Date: Mon Jul 15 19:41:13 2019 +0300 Fixed lodash version (CVE-2019-10744) (#5060) commit 7c9e5ea41293b63e051bd69f7929f8712893eea1 Author: Gergő D. Nagy <[email protected]> Date: Fri Jul 12 15:59:55 2019 +0200 [5.9] Add ThrottleRequests to the priority array (#5057) * add ThrottleRequests to the priority array * Move ThrottleRequests under Authenticate middleware commit afb7cd7311acd6e88a2c7faccdb8181583488d25 Author: Miloš Gavrilović <[email protected]> Date: Thu Jul 11 17:03:22 2019 +0200 update deprecated pusher option (#5058) commit e71f50f664b5b6a6ffbeffac668717bb40c36d93 Author: Gary Green <[email protected]> Date: Wed Jul 10 16:11:28 2019 +0100 Move TrustProxies to highest priority - fixes maintenance mode ip whitelist if behind proxy e.g. Cloudflare (#5055) commit 8ca562265e9efdd3548b4a1573156d8f185d378e Author: Tim MacDonald <[email protected]> Date: Tue Jul 9 13:05:55 2019 +1000 style fix commit 56960ed2a0f5674c9906ce0b3e7dc67925bbce29 Author: Tim MacDonald <[email protected]> Date: Fri Jul 5 14:20:33 2019 +1000 introduce test bootstrapping commit 78143a1ea02ee1b63e04df3fcaa32bed3637a5ce Merge: fc39b073 386a4e5c Author: Taylor Otwell <[email protected]> Date: Thu Jun 27 20:01:41 2019 -0500 Merge branch 'develop' of github.com:laravel/laravel into develop commit fc39b073f3f61a22f1b48329e294ebb881700dbe Author: Taylor Otwell <[email protected]> Date: Thu Jun 27 19:57:39 2019 -0500 remove ui scaffolding commit 386a4e5c9257612685e0e0b2e4904c3d576da3c3 Merge: 61a0829f ebc6f6e2 Author: Graham Campbell <[email protected]> Date: Fri Jun 21 14:24:52 2019 +0100 Merge branch 'master' into develop commit ebc6f6e2c794b07c6d432483fd654aebf2ffe222 Author: Sjors Ottjes <[email protected]> Date: Tue Jun 18 12:18:58 2019 +0200 Update .gitignore (#5046) commit 61a0829f4338ae36e4f9a203e82e69726299be4d Merge: f053116c 6f3d68f6 Author: Taylor Otwell <[email protected]> Date: Tue Jun 4 08:10:42 2019 -0500 Merge branch 'master' into develop commit 6f3d68f67f3dab0e0d853719696ede8dfd9cc4e1 Author: Taylor Otwell <[email protected]> Date: Tue Jun 4 08:10:26 2019 -0500 use generic default db config commit 014a1f0f5e1e757b8669c2ae6e78c49fc8b2978d Author: ziming <[email protected]> Date: Fri May 31 20:54:50 2019 +0800 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 commit bf60f7f74f9578902650c30887190f86515a1037 Author: Antoni Siek <[email protected]> Date: Thu May 30 18:22:45 2019 +0200 Added support for new redis URL property in config/database.php (#5037) Regarding laravel/framework#28612 commit f053116c5680e77c3a6c73afd193984a17ea482d Author: Taylor Otwell <[email protected]> Date: Thu May 30 08:07:52 2019 -0500 remove dumpserver since doesn't work on 5.9 commit 953093795869beb658bdd9be9442188f39e62b6a Author: Kristoffer Högberg <[email protected]> Date: Wed May 29 16:12:30 2019 +0200 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 commit a7a1f44018d781848f15875dfe34a09ed8b6dd03 Merge: 1c824f6f 762e987e Author: Dries Vints <[email protected]> Date: Tue May 21 15:16:00 2019 +0200 Merge branch 'master' into develop commit 762e987e5bc4c87fb75f7868f967ec3d19a379e0 Author: Dries Vints <[email protected]> Date: Tue May 21 15:15:32 2019 +0200 Uppercase doctype In similar fashion as https://github.com/laravel/framework/pull/28583 commit 1c824f6f9f6e7a3f7ddb98ad80ffdbdbf98c81e1 Merge: c9bb74c7 f8e455e3 Author: Dries Vints <[email protected]> Date: Tue May 21 13:41:13 2019 +0200 Merge branch 'master' into develop commit f8e455e358046e59deb17b555b8949059a38ff77 Author: Matt Hanley <[email protected]> Date: Tue May 14 14:28:37 2019 +0100 Fix type hint for case of trusting all proxies (string) (#5025) commit 93c687418963f7c99b641fda905015054c785eb4 Author: Jason McCreary <[email protected]> Date: Thu May 9 20:07:43 2019 -0400 Add ends_with validation message (#5020) commit c9bb74c7e01cffbb5e185990acecf3fcab7f5eda Author: Taylor Otwell <[email protected]> Date: Wed May 8 08:06:25 2019 -0500 formatting commit fe9f8497d98ec0fa6a7d43a2ae4127285b777065 Author: Dries Vints <[email protected]> Date: Tue May 7 17:57:29 2019 +0200 Remove services deleted from core See https://github.com/laravel/framework/pull/28441 and https://github.com/laravel/framework/pull/28442 commit 7e6af5c031988e7a7c576c6bbbd1747ddfe548cc Merge: f70fff8a fbd3ad7b Author: Dries Vints <[email protected]> Date: Tue May 7 17:52:54 2019 +0200 Merge branch 'master' into develop commit fbd3ad7bbb5e98c607f19f7c697552863363bde4 Author: Dries Vints <[email protected]> Date: Tue May 7 17:19:27 2019 +0200 Update changelog commit b0e0bdc060ce068b73371919b904f3c7f0c1cfa6 Author: Taylor Otwell <[email protected]> Date: Tue May 7 07:38:15 2019 -0500 formatting commit 1086e26b32fb828ee74c8848246788a26bad72d7 Author: Mathieu TUDISCO <[email protected]> Date: Tue May 7 13:49:22 2019 +0200 Update database config relating to Url addition. commit 4b78ba61eac32cefa41da09149e0500e23cb06ec Merge: 65f82710 af15618b Author: Taylor Otwell <[email protected]> Date: Mon May 6 08:30:56 2019 -0500 fix conflicts commit 65f8271032c113883fb3f1e8e7b3279821148ad1 Author: Taylor Otwell <[email protected]> Date: Mon May 6 08:30:33 2019 -0500 update version commit af15618b577be04fc999e3f11880d05f030d39ce Merge: a6bf2413 ccea56b6 Author: Dries Vints <[email protected]> Date: Tue Apr 30 14:02:22 2019 +0200 Merge pull request #5013 from laravel/revert-5012-feature/exported-files Revert "Exclude StyleCI config from exported files" commit ccea56b6f910649d8a6ee25f61896d2b96e90496 Author: Dries Vints <[email protected]> Date: Tue Apr 30 14:02:09 2019 +0200 Revert "Exclude StyleCI config from exported files (#5012)" This reverts commit a6bf24134d99be79e77b8969186b9f46ffee075a. commit a6bf24134d99be79e77b8969186b9f46ffee075a Author: Roberto Aguilar <[email protected]> Date: Mon Apr 29 16:21:59 2019 -0500 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. commit 3995828c13ddca61dec45b8f9511a669cc90a15c Author: Diego <[email protected]> Date: Fri Apr 26 09:26:45 2019 -0300 [5.9] Minor grammar fix in readme.md (#5010) * Fix grammar ('Boost *your* skills') * Update readme.md commit f70fff8ad236374f66719b010fc5eea477c581e8 Merge: cedcbc86 50176732 Author: Dries Vints <[email protected]> Date: Thu Apr 25 13:28:34 2019 +0200 Merge branch 'master' into develop commit 50176732d66b197de62d5567b79fc77f63e2cfbd Author: Taylor Otwell <[email protected]> Date: Wed Apr 24 07:38:42 2019 -0500 Apply fixes from StyleCI (#5006) commit 12a4885a47fbd272a4a942d49d7b1eb1b42f2b19 Author: Stefan Bauer <[email protected]> Date: Wed Apr 24 14:38:18 2019 +0200 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 commit 60db703a27bb09d0a51023131f850d5d424997db Author: Graham Campbell <[email protected]> Date: Tue Apr 23 13:44:51 2019 +0100 [5.8] Enable JS on StyleCI (#5000) * Enable JS on StyleCI commit cedcbc863d4ae224430b83aa8c8e2781715ac3c5 Merge: bdc205c8 f574aa76 Author: Dries Vints <[email protected]> Date: Mon Apr 22 21:26:54 2019 +0200 Merge branch 'master' into develop commit f574aa76e3e1b8b1d77469e37d2857e27da14379 Author: Dries Vints <[email protected]> Date: Mon Apr 22 21:26:44 2019 +0200 Disable JS checks for now commit bdc205c830186eedc45fb03412c07aa14355d482 Merge: e80327f2 81fba471 Author: Dries Vints <[email protected]> Date: Mon Apr 22 16:07:04 2019 +0200 Merge branch 'master' into develop commit 81fba471aff24793be8ee3ee0d303d2b31056df2 Merge: 43b09ad0 91dc5ed2 Author: Dries Vints <[email protected]> Date: Mon Apr 22 16:06:16 2019 +0200 Merge pull request #4998 from laravel/analysis-z9QV6a Apply fixes from StyleCI commit 43b09ad0f326584d56d20fc0cf2bef99b83af877 Author: Dries Vints <[email protected]> Date: Mon Apr 22 16:06:06 2019 +0200 Add file exclusions for styleci commit 91dc5ed2869b5905a01b0b85d70f33bbd9267b93 Author: Dries Vints <[email protected]> Date: Mon Apr 22 14:06:03 2019 +0000 Apply fixes from StyleCI commit 597201a049a0d1920533e5d0970a8283898becd3 Author: Dries Vints <[email protected]> Date: Mon Apr 22 15:55:40 2019 +0200 Add StyleCI config commit 06162adc9839ada8b2525e006bef6b80914296d6 Merge: 0f58190c ef1ce665 Author: Taylor Otwell <[email protected]> Date: Sun Apr 14 15:41:37 2019 -0500 Merge pull request #4990 from SjorsO/patch-1 Add IDE typehint to UserFactory commit ef1ce665eef55e90952cd606ae120cf8c619822d Author: Sjors Ottjes <[email protected]> Date: Sun Apr 14 13:30:53 2019 +0200 Update UserFactory.php commit 0f58190c7ba955cf7a58b47a9469bf4c6c992abb Merge: 20cdf65a 14b0a07d Author: Dries Vints <[email protected]> Date: Fri Apr 12 12:06:24 2019 +0200 Merge pull request #4989 from DrewRoberts/update-readme-laracasts Update readme with Laracasts count commit 14b0a07d79a60ef45ce5b26f8b1c34ab9274dba7 Author: DrewRoberts <[email protected]> Date: Fri Apr 12 01:34:48 2019 -0400 Update readme with Laracasts count commit 20cdf65ae61ca7cfa45292d3dd642a252147ecc8 Merge: 005ec130 1bed031c Author: Taylor Otwell <[email protected]> Date: Wed Apr 10 07:31:29 2019 -0500 Merge pull request #4987 from DivineOmega/patch-1 [5.8] Remove underscore from cache prefix commit 1bed031c1f7cfcfeadf497934d301987c53b1e6e Author: Jordan Hall <[email protected]> Date: Wed Apr 10 12:01:28 2019 +0100 Remove underscore as cache prefixes automatically have a colon appended to them commit 005ec1301e3600c0a5d5a8355495d4333cab138b Merge: 35374927 3cbc5ac6 Author: Taylor Otwell <[email protected]> Date: Mon Apr 8 07:47:02 2019 -0500 Merge pull request #4986 from DivineOmega/patch-1 [5.8] Add underscores to cache and redis database prefixes commit 3cbc5ac640022cb4e3fcad7fc50e2086d32af6ae Author: Jordan Hall <[email protected]> Date: Mon Apr 8 08:52:06 2019 +0100 Additional underscore on cache prefix commit 159b0e79cd5b26bc7cd4699113951599a5b5d6d0 Author: Jordan Hall <[email protected]> Date: Mon Apr 8 08:50:48 2019 +0100 Additional underscore on redis database prefix commit 35374927bd570d578f7db4a715f2a64a2ce561c1 Merge: ae44ee00 e68ff0c6 Author: Taylor Otwell <[email protected]> Date: Fri Apr 5 08:55:41 2019 -0500 Merge pull request #4982 from DivineOmega/patch-1 [5.8] Prefix redis database connection by default commit e68ff0c66aa1b3da2c9a14d86636d582fd73891e Author: Jordan Hall <[email protected]> Date: Thu Apr 4 22:18:28 2019 +0100 Use Str class instead of helper function commit c8bc79e94ee7f4a992d70faa5ec140a9059e603f Author: Jordan Hall <[email protected]> Date: Thu Apr 4 15:11:18 2019 +0100 Prefix redis database connection by default to mitigate multiple sites on the same server potentially sharing the same queued jobs commit ae44ee0059f6218aab26de5551b19f70329f8832 Merge: 3886012c 88636c22 Author: Taylor Otwell <[email protected]> Date: Mon Apr 1 10:54:27 2019 -0700 Merge pull request #4979 from hyperhost/add-hyper-host-sponsor Added Hyper Host sponsor commit 88636c2268aa5dada08a2cd08c098bd9d25880f4 Author: Tony James <[email protected]> Date: Mon Apr 1 16:23:23 2019 +0100 Added Hyper Host sponsor Added Hyper Host name and url commit 3886012c0f3ad5653d9d5138530f3fc4276eaf93 Merge: 4997f081 ccc1457e Author: Taylor Otwell <[email protected]> Date: Sun Mar 24 08:11:19 2019 -0700 Merge pull request #4971 from Lenophie/patch-1 Ignore SQLite journals commit ccc1457e572f7ec5b2b596436622f69e94bbf635 Author: Lenophie <[email protected]> Date: Sun Mar 24 12:01:21 2019 +0100 Ignore SQLite journals commit e80327f29926869b34aa4ba92d59324ce75cac09 Author: Dries Vints <[email protected]> Date: Tue Mar 12 17:25:28 2019 +0100 Update changelog commit cfd5929785845000f26db851b94675d6154737b9 Merge: 53b59cd0 4997f081 Author: Dries Vints <[email protected]> Date: Tue Mar 12 17:23:52 2019 +0100 Merge branch 'master' into develop commit 4997f08105d6fb941b1ed2c749ebd2f55fba5a74 Author: Dries Vints <[email protected]> Date: Tue Mar 12 17:22:48 2019 +0100 Update changelog commit 3b852a1f7f292953f47df64563cc01188db336ff Merge: 3d325b84 54cd6d90 Author: Taylor Otwell <[email protected]> Date: Fri Mar 8 08:03:29 2019 -0600 Merge pull request #4963 from chapeupreto/patch-1 [5.8] upgrade the collision dependency from v2 to v3 commit 54cd6d90bbe317040a0195e09c4fc40318bb988d Author: Rod Elias <[email protected]> Date: Thu Mar 7 23:20:15 2019 -0300 upgrade the collision dependency from v2 to v3 commit 3d325b8485591bc77d1073f7aa73596acb76ec23 Author: Dries Vints <[email protected]> Date: Tue Mar 5 15:12:04 2019 +0100 Update changelog commit 3001f3c6e232ba7ce2ecdbdfe6e43b4c64ee05ad Author: Taylor Otwell <[email protected]> Date: Thu Feb 28 14:31:42 2019 -0600 check if extension loaded commit a0f6bcc773f3895db0ca4a85101b9a3ef2f95782 Author: Taylor Otwell <[email protected]> Date: Thu Feb 28 08:34:10 2019 -0600 comment out options commit f4ff4f4176f7d931e301f36b95a46285ac61b8b8 Author: Taylor Otwell <[email protected]> Date: Wed Feb 27 07:24:37 2019 -0600 comment commit d4d4a69b76d1dfd87b47b7a51b4c0e2aed992793 Merge: f84a69ee b34328a1 Author: Taylor Otwell <[email protected]> Date: Wed Feb 27 07:20:20 2019 -0600 Merge pull request #4956 from akalongman/master [5.8] Use correct env name for AWS region from env.example commit b34328a16654d09461fa53f8c681c15fe4e35095 Author: Avtandil Kikabidze <[email protected]> Date: Wed Feb 27 14:05:01 2019 +0400 Use correct env name for AWS region from env.example commit f84a69ee852bd44363042a61995d330574b6b8c3 Author: Taylor Otwell …
Squashed commit of the following: commit 3923e7f7c40368a5e78c1a33610191be8ad91e3b Author: Dries Vints <[email protected]> Date: Sat Oct 31 10:17:45 2020 +0100 Update CHANGELOG.md commit ff355973475624d9dc9ed5fd157a0ba0bef84710 Author: Dries Vints <[email protected]> Date: Sat Oct 31 10:16:23 2020 +0100 Lower ignition constraint commit 509708c7ee04dde4214edcf60fe3752f0d54d91d Author: Dries Vints <[email protected]> Date: Fri Oct 30 16:03:50 2020 +0100 Update CHANGELOG.md commit 8ae2d8ec1e4b86c77e9352f3b32e79ebfa62ed82 Author: Dries Vints <[email protected]> Date: Fri Oct 30 15:53:46 2020 +0100 Bump ignition and collision commit 3c4eac92baaf98b7d42d7dcf713bbdc017a5c6ab Author: Dries Vints <[email protected]> Date: Fri Oct 30 15:48:42 2020 +0100 Bump Guzzle commit 45fa128adbc2c36870f36bc9396a850508fb8c5b Merge: 9af70cff d85be866 Author: Dries Vints <[email protected]> Date: Fri Oct 30 15:43:30 2020 +0100 Merge branch '6.x' into 7.x commit d85be8669880cce457eb5827afbedb6ad30bb629 Author: Dries Vints <[email protected]> Date: Fri Oct 30 15:40:46 2020 +0100 Update CHANGELOG.md commit 31fbf612efd8e6291453c14d1d8a5377a6870792 Author: Dries Vints <[email protected]> Date: Fri Oct 30 15:39:45 2020 +0100 Bump fideloper/proxy commit eb34def26a617cc48813d137dccab4994b555d61 Author: Dries Vints <[email protected]> Date: Fri Oct 30 15:38:43 2020 +0100 Bump tinker commit d906d7b86006d65b3ab74c890d2a23b24a7d7a18 Author: Dries Vints <[email protected]> Date: Fri Oct 30 15:27:02 2020 +0100 Update phpunit constraints commit f363bc30e18b60612ef77a40a4f169c633fd04ac Author: Dries Vints <[email protected]> Date: Fri Oct 30 14:59:24 2020 +0100 Bump ignition commit 9af70cffa4bdc5d5e4d7b96e9fa7fb98969b12c9 Merge: 482d68a1 27338d9a Author: Dries Vints <[email protected]> Date: Thu Oct 29 17:01:22 2020 +0100 Merge branch '6.x' into 7.x commit 27338d9a99b63bb180c6c2ba6a9585ab1d10bf78 Author: Dries Vints <[email protected]> Date: Thu Oct 29 17:00:39 2020 +0100 Allow PHPUnit 9 commit 482d68a182bdd629e5d4d3c19d5d7d7623dd074a Author: Dries Vints <[email protected]> Date: Thu Oct 29 14:26:10 2020 +0100 Update CHANGELOG.md commit 02ca853809a97f372a3c6dc535c566efff9f6571 Author: Dries Vints <[email protected]> Date: Thu Oct 29 14:23:59 2020 +0100 Nump minimum Laravel version commit 056a9e8f903860a066190b6a45b56436d6c64531 Merge: 9b21125e aef279a6 Author: Dries Vints <[email protected]> Date: Thu Oct 29 14:23:32 2020 +0100 Merge branch '6.x' into 7.x commit aef279a6cf04b47ac7aa279e37240a683bdcf5e6 Author: Dries Vints <[email protected]> Date: Thu Oct 29 14:17:39 2020 +0100 Update CHANGELOG.md commit b8d582581a1067e3b1715cce477b22455acc3d36 Author: Dries Vints <[email protected]> Date: Thu Oct 29 14:16:58 2020 +0100 Update minimum Laravel version commit a4d45e6940ec6565ac1ea55cad117082876396ad Author: Dries Vints <[email protected]> Date: Thu Oct 29 14:15:43 2020 +0100 Update CHANGELOG.md commit 9b21125e31232d29231c60067c6df42e9554715b Merge: 533f130f 4c25cb95 Author: Dries Vints <[email protected]> Date: Tue Oct 27 16:18:17 2020 +0100 Merge branch '6.x' into 7.x commit 4c25cb953a0bbd4812bf92af71a13920998def1e Author: Dries Vints <[email protected]> Date: Tue Oct 27 16:17:46 2020 +0100 Allow for PHP 8 commit 533f130f1429986313966c39511690e23cc42431 Merge: 4eeb29ee 3d46fc35 Author: Dries Vints <[email protected]> Date: Tue Oct 27 15:01:36 2020 +0100 Merge branch '6.x' into 7.x commit 3d46fc355d70db2462815b62139f8b0a0f3a16c3 Author: Dries Vints <[email protected]> Date: Tue Oct 27 14:54:45 2020 +0100 Update Faker (#5461) commit 22fa816fdf80a0bd821a4249358dd921ed76fb1a Author: Dries Vints <[email protected]> Date: Tue Oct 27 14:11:46 2020 +0100 Delete removed webpack flag (#5460) commit aeec665b75258eea6cc03df1945e60f066183305 Author: Dries Vints <[email protected]> Date: Thu Oct 22 14:31:01 2020 +0200 Update composer.json (#5452) commit 4eeb29ee12e980969e8d9f2a1cd465e514a0f76e Author: Dries Vints <[email protected]> Date: Mon Sep 21 17:59:16 2020 +0200 Update changelog commit b9b282a71933e0279fea63fa0302e9a30a4c2efe Author: Youri Wijnands <[email protected]> Date: Tue Sep 8 14:50:51 2020 +0200 Use the new Google Fonts API (#5396) https://developers.google.com/fonts/docs/css2 commit a7a40d77447358a57da02f202563c50344dc5a44 Merge: dc5817bb 179e52bd Author: Dries Vints <[email protected]> Date: Tue Sep 8 13:28:00 2020 +0200 Merge branch '6.x' into master commit 179e52bdd719fb456ed49a2bf8e42f922a6f5da2 Author: Dries Vints <[email protected]> Date: Tue Sep 8 13:27:47 2020 +0200 Fix logo commit dc5817bbf2552b48d93bde99688d56e99b7a7708 Author: Dries Vints <[email protected]> Date: Fri Sep 4 10:39:28 2020 +0200 Update Handler.php commit 2c69ec987e2dca71008684fc80bbe56c55427dc3 Merge: fa43c0a3 921b14b9 Author: Graham Campbell <[email protected]> Date: Wed Aug 26 09:39:37 2020 +0100 Merge branch '6.x' into master commit fa43c0a333d623a393fa33c27a1376f69ef3f301 Author: Dries Vints <[email protected]> Date: Tue Aug 11 19:44:47 2020 +0200 Update CHANGELOG.md commit 921b14b954d51125b8369299a6ba18d78735367d Author: Dries Vints <[email protected]> Date: Tue Aug 11 19:16:01 2020 +0200 Update CHANGELOG.md commit 39a58710ba3e5aff0b3588fe748fa24e066d17b0 Merge: b3f60041 0512f006 Author: Dries Vints <[email protected]> Date: Fri Aug 7 20:08:41 2020 +0200 Merge pull request #5370 from laravel/bump-7 [7.x] Set framework version ^7.24 commit bbd36167158f29148095085fa81fed211ad676d2 Merge: 407b6b8b e96840e2 Author: Dries Vints <[email protected]> Date: Fri Aug 7 20:07:55 2020 +0200 Merge pull request #5369 from laravel/bump-6 [6.x] Set framework version ^6.18.35 commit 0512f00664445c452abbb470b9aaf4a0c7f78b26 Author: Graham Campbell <[email protected]> Date: Fri Aug 7 17:29:43 2020 +0100 Set framework version ^7.24 commit e96840e20673ed87e684b8ee814bdf02c1c8dfcc Author: Graham Campbell <[email protected]> Date: Fri Aug 7 17:28:47 2020 +0100 Set framework version ^6.18.35 commit b3f600415d3d1eb35c3f0f66e40ffa32c4bc77f0 Merge: a7b70fcc 407b6b8b Author: Graham Campbell <[email protected]> Date: Fri Aug 7 11:09:47 2020 +0100 Merge branch '6.x' into master commit 407b6b8b04820a7fc0eb3143a8255abbeabb3eb9 Author: Graham Campbell <[email protected]> Date: Mon Jul 27 18:52:00 2020 +0100 Revert "Apply fixes from StyleCI (#5356)" (#5357) This reverts commit 6cbfb781a2a54cb4399f4feaabc35b621c67b560. commit 6cbfb781a2a54cb4399f4feaabc35b621c67b560 Author: Graham Campbell <[email protected]> Date: Mon Jul 27 18:49:11 2020 +0100 Apply fixes from StyleCI (#5356) commit 0e7fd2beb18e6f5c0213b0f162611d5e75ce42f4 Author: Dries Vints <[email protected]> Date: Mon Jul 27 17:59:20 2020 +0200 Fix version commit a7b70fcc310fee9d78448e078fef9003150ee8aa Author: Taylor Otwell <[email protected]> Date: Mon Jul 27 10:57:16 2020 -0500 fix version commit 074c3840ff6be2c562d97ec0d68a04b0699493a1 Merge: f465c511 b1277e2e Author: Dries Vints <[email protected]> Date: Mon Jul 27 17:34:05 2020 +0200 Merge pull request #5355 from laravel/bump [6.x] Bumped laravel 6 min version for new LTS users commit b1277e2eb2e586b3cb09bbf545aa7fab0a4fd0ca Author: Graham Campbell <[email protected]> Date: Mon Jul 27 16:23:43 2020 +0100 Bumped laravel 6 min version for new LTS users commit e9e7c972661668f4a4c747e951c6e7ce8e3adf15 Author: rennokki <[email protected]> Date: Mon Jul 27 18:18:18 2020 +0300 [7.x] Enforce ^7.22.1 due to security issues (#5354) * enforce ^7.22 * Update composer.json Co-authored-by: Dries Vints <[email protected]> commit 791c87a80d1c5eebd75e1bf499f86899d6b2b26f Author: Taylor Otwell <[email protected]> Date: Wed Jul 22 11:11:30 2020 -0500 Update README.md commit 232995cac214bf1fdff4278aa7904d65df3ae899 Author: Taylor Otwell <[email protected]> Date: Wed Jul 22 11:07:41 2020 -0500 Update README.md commit f465c511c009235fc7bfa06bfcb41294e60e9b42 Author: Andy Hinkle <[email protected]> Date: Mon Jul 20 09:03:03 2020 -0500 Bump lodash from 4.17.15 to 4.17.19 commit 6d9296c71edc3def466d3cab501b7d1f9b6717d2 Merge: 311c3f82 5f462521 Author: Dries Vints <[email protected]> Date: Mon Jul 20 16:15:08 2020 +0200 Merge pull request #5346 from ahinkle/patch-1 Bump lodash from 4.17.13 to 4.17.19 commit 5f46252168977e8850b555da057406a835a9b1f9 Author: Andy Hinkle <[email protected]> Date: Mon Jul 20 09:03:03 2020 -0500 Bump lodash from 4.17.15 to 4.17.19 commit 311c3f823a6f09df5e9b882906456e9caa02132c Author: Taylor Otwell <[email protected]> Date: Fri Jun 12 09:35:55 2020 -0500 tweak phpunit.xml commit 74df1e26e639f0527429fba8185b743e6538d3ac Merge: 6e5f4093 2f33300a Author: Dries Vints <[email protected]> Date: Fri Jun 12 10:36:11 2020 +0200 Merge pull request #5320 from barryvdh/patch-4 Bump fruitcake/laravel-cors commit 2f33300abe3684a42acd2d9dce35569e988d9c13 Author: Barry vd. Heuvel <[email protected]> Date: Fri Jun 12 08:50:58 2020 +0200 Bump fruitcake/laravel-cors commit 6e5f40939ce15d731276b2ad6e5fd08057faa79a Author: Taylor Otwell <[email protected]> Date: Wed Jun 3 08:30:51 2020 -0500 Update README.md commit 9e5ba571a60a57ca2c3938bc5bd81d222cb6e618 Author: Taylor Otwell <[email protected]> Date: Thu May 28 10:08:01 2020 -0500 add password reset migration commit 5639581ea56ecd556cdf6e6edc37ce5795740fd7 Author: Taylor Otwell <[email protected]> Date: Mon May 18 16:50:22 2020 -0500 add basic trust host middleware commit c10489131ef28ecd46529e37b558ae93a20e3fb8 Author: Taylor Otwell <[email protected]> Date: Mon May 18 10:47:20 2020 -0500 fix formatting commit 7b0b5d8310143269d8de50442499b77187f8ee5a Author: Ryan England <[email protected]> Date: Thu May 14 14:50:14 2020 +0100 Update sponsor link (#5302) British Software Development have rebranded to Many, link and link text updated accordingly. commit 7d62f500a789416738a7181d5217d33ca096db04 Author: feek <[email protected]> Date: Mon May 4 06:31:39 2020 -0700 chore: update typehint to be nullable (#5296) By default, this property is null. Therefore, it should be marked as nullable commit 0f133c1e8eff44d765a40fc1934172e7bf046e56 Author: fragkp <[email protected]> Date: Fri May 1 16:35:51 2020 +0200 set default auth_mode for smtp mail driver (#5293) Co-authored-by: KP <[email protected]> commit 785405b34b3fcf9be0ab1262c4eaa72569fac218 Merge: 3cdfe0ce d7d342c2 Author: Dries Vints <[email protected]> Date: Mon Apr 27 16:32:54 2020 +0200 Merge branch '6.x' commit d7d342c2f546576524e449c1fae69dbc885a21c2 Author: Nabil Muh. Firdaus <[email protected]> Date: Mon Apr 27 20:38:20 2020 +0700 Disable webpack-dev-server host check (#5288) commit 3cdfe0ce952c0b202150855b2f846996ebd4ba4a Merge: b5f008a8 8aab222c Author: Dries Vints <[email protected]> Date: Thu Apr 16 09:47:28 2020 +0200 Merge branch '6.x' commit 8aab222c12ea63711e3b6b41b23c6b6f2231588c Author: Dries Vints <[email protected]> Date: Thu Apr 16 09:45:26 2020 +0200 Update CHANGELOG.md commit b5f008a8bff29219800b465e613bc19a191ac815 Author: Dries Vints <[email protected]> Date: Wed Apr 15 13:46:52 2020 +0200 Update CHANGELOG.md commit 103fc0b4513d9ffbc33ebb31f74f9fba81d2b100 Merge: 5f9ee30e 0d23e5f7 Author: Dries Vints <[email protected]> Date: Tue Apr 14 10:58:32 2020 +0200 Merge pull request #5278 from voyula/patch-1 [7.x] Normalize Style commit 0d23e5f761c0cc98318e883dbce13a43a3c13226 Author: Musa <[email protected]> Date: Tue Apr 14 11:56:29 2020 +0300 [7.x] Normalize Style See: https://github.com/laravel/framework/blob/7.x/phpunit.xml.dist#L14 commit 5f9ee30e379390f9ce506d934314cb6ff6d7d355 Author: Igor Finagin <[email protected]> Date: Thu Apr 9 19:03:28 2020 +0300 Disable Telescope in PHPUnit (#5277) PHPUnit throw exception when Telescope is enabled commit e2c9261c2dfe2d0d0456c8ad113d147cce153885 Merge: 2a2522d8 73f723a2 Author: Dries Vints <[email protected]> Date: Thu Apr 9 16:56:58 2020 +0200 Merge branch '6.x' commit 73f723a2f4153f87b3d45d23addc0923f233de57 Author: Dries Vints <[email protected]> Date: Thu Apr 9 16:54:25 2020 +0200 Add both endpoint and url env variables (#5276) commit 2a2522d8824c0852e30a7e3e07d46a543eb4b33d Author: Taylor Otwell <[email protected]> Date: Sun Mar 29 10:38:29 2020 -0500 fix wording commit f140d926d3c24e854578a9eb6a2b2f7fe763abf5 Merge: dccc9334 b26aaff2 Author: Dries Vints <[email protected]> Date: Sat Mar 28 11:57:59 2020 +0100 Merge pull request #5271 from winter-ice/master [7.x] Consistent filename commit b26aaff2100e3f01aee0dc96ad7657ddd2d5a07c Author: ice <[email protected]> Date: Sat Mar 28 09:53:47 2020 +0800 consistent filename commit dccc933416c7f3a9bf9824fd8515b2daa51f6973 Merge: 6628b7a1 d067d7d8 Author: Dries Vints <[email protected]> Date: Tue Mar 24 18:31:42 2020 +0100 Update CHANGELOG.md commit d067d7d889e69d28e609534e3c5cdf5773462df9 Author: Dries Vints <[email protected]> Date: Tue Mar 24 18:26:16 2020 +0100 Update CHANGELOG.md commit 6628b7a1b48c2f559ec01b9e8e77872b63e0fb70 Merge: d82bf976 b7b6e35b Author: Graham Campbell <[email protected]> Date: Tue Mar 24 13:55:12 2020 +0000 Merge branch '6.x' commit b7b6e35bf88f346832bdd32b71ca7ed4f0ceddd5 Author: Jacob Honoré <[email protected]> Date: Tue Mar 24 14:11:36 2020 +0100 Fix s3 endpoint url reference (#5267) commit d82bf9768b5d486d08159c191bec8a3d7b426436 Author: Markus Podar <[email protected]> Date: Sun Mar 15 17:25:50 2020 +0100 [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 <[email protected]> Co-authored-by: Taylor Otwell <[email protected]> commit 52f69fcf2529501bed81b2bc5b036c4edd729cd5 Author: Taylor Otwell <[email protected]> Date: Sat Mar 14 16:07:23 2020 -0500 add sponsor link commit f93f4ad8bf114116a7c6917e7da155b5656463af Author: Mathieu TUDISCO <[email protected]> Date: Fri Mar 13 20:53:56 2020 +0100 Fix session config changes (#5261) * Fix session config changes * Update session.php Co-authored-by: Taylor Otwell <[email protected]> commit 166abfa35c535f4572d5971a99aec45cc8c63ff6 Author: Barry vd. Heuvel <[email protected]> Date: Wed Mar 11 21:08:52 2020 +0100 Update default CORS config (#5259) commit c7a0002432351690d28223afa7caa272e769e226 Author: André Ricard <[email protected]> Date: Wed Mar 11 09:37:46 2020 -0300 Fix the code indent of object operators (#5258) This commit fixes the code indent of object operators, as following the framework code standards -> 2.4. Indenting commit b0ce2adc423ff175a20838ee5f2c858cbc63b11f Author: Roberto Aguilar <[email protected]> Date: Fri Mar 6 15:16:30 2020 -0600 Add new SQS queue suffix option (#5252) As described in laravel/framework#31784, this option will allow to define a queue name suffix. commit 641fcfb60aa47266c5b4767830dc45bad00c561c Author: Taylor Otwell <[email protected]> Date: Fri Mar 6 07:57:11 2020 -0600 remove config entry commit 36373983adaea3a021ef968b99de038b1fc4f55c Merge: 3aa22403 5ddbfb84 Author: Graham Campbell <[email protected]> Date: Fri Mar 6 11:48:34 2020 +0000 Merge branch '6.x' commit 5ddbfb845439fcd5a46c23530b8774421a931760 Author: Graham Campbell <[email protected]> Date: Fri Mar 6 11:47:59 2020 +0000 Ensure that app.debug is a bool commit 3aa22403c7d865049a735c51fadf60add498840e Author: Taylor Otwell <[email protected]> Date: Wed Mar 4 16:45:31 2020 -0600 remove empty line from phpunit.xml (#5245) I'm not sure if there's a style rule for this, but it seems very out of place to be the only empty line in the whole file. commit efcf74f422b381a69da8f673061eb94487e6f557 Author: Mark van den Broek <[email protected]> Date: Wed Mar 4 15:05:25 2020 +0100 [7.x] Add Mailgun and Postmark mailer (#5243) * Add Mailgun and Postmark mailer * Formatting * Update mail.php Co-authored-by: Taylor Otwell <[email protected]> commit c9cf57a00c76c58afec25a822846f0798661e372 Author: Benedikt Franke <[email protected]> Date: Wed Mar 4 15:04:39 2020 +0100 Add serialize option to array cache config (#5244) This documents the new configuration option from https://github.com/laravel/framework/pull/31295 commit 876142d709b99af0211315c4a8e8f93f38790f25 Author: Dries Vints <[email protected]> Date: Tue Mar 3 20:42:38 2020 +0100 Update CHANGELOG.md commit 2d7b45bfb465d838a9f670e35738ac13166410e9 Merge: 672f626d e773d388 Author: Dries Vints <[email protected]> Date: Tue Mar 3 18:18:11 2020 +0100 Merge branch '6.x' commit e773d3885b30ec77c8f0a3bbca31c914b80d3762 Author: Dries Vints <[email protected]> Date: Tue Mar 3 18:15:59 2020 +0100 Update CHANGELOG.md commit 672f626da1788a46bf6bc830d15725ee3ae668d8 Author: Maxime Willinger <[email protected]> Date: Mon Mar 2 17:52:06 2020 +0100 Add array mailer (#5240) commit 7bea49b8ee35728a791bf1e50e894b36f3c8843e Author: Maxime Willinger <[email protected]> Date: Mon Mar 2 16:21:08 2020 +0100 Use MAIL_MAILER in test environment (#5239) commit d7c602c164bfa5db8d02c139769558e336f24d89 Author: Dries Vints <[email protected]> Date: Thu Feb 27 17:30:43 2020 +0100 Update app.php (#5237) commit 0b14a741eb62f7b7d316b27f7b0e8bff770e3f7b Author: Dries Vints <[email protected]> Date: Thu Feb 27 16:26:30 2020 +0100 Update app.php (#5237) commit 88a763e36f1d39be9b9924bbd1007a4a7b2eee9f Author: Dries Vints <[email protected]> Date: Thu Feb 27 16:21:15 2020 +0100 Update app.php (#5237) commit 705076ffc28a834a1eb76b3550be2b6269a8fefb Author: Graham Campbell <[email protected]> Date: Mon Feb 24 14:48:16 2020 +0000 Bumped min guzzle commit 3233e6f8097816349137eb46d03c9e83a5321259 Merge: d529de06 8cece725 Author: Graham Campbell <[email protected]> Date: Mon Feb 24 14:47:21 2020 +0000 Merge branch 'master' into develop commit 8cece7259806b3e4af6f185ffa4772dded70cd21 Author: Sjors Ottjes <[email protected]> Date: Mon Feb 24 15:37:15 2020 +0100 Remove redundant default attributes from phpunit.xml (#5233) commit d529de062d16ac29f48c901ea02e9dacde10ef47 Author: Dries Vints <[email protected]> Date: Thu Feb 13 16:03:25 2020 +0100 Update composer.json commit d038d1f6b65ba1c48bd608b535cdc04d826821ba Author: Dries Vints <[email protected]> Date: Thu Feb 13 16:00:10 2020 +0100 Update composer.json commit c434eae43d673a709bb840f5f2e03b58da30682b Author: Taylor Otwell <[email protected]> Date: Wed Feb 12 16:20:50 2020 -0600 guzzle commit 6b9050226e9ada706143a8b3d90c4a4d5e4355e2 Author: Taylor Otwell <[email protected]> Date: Wed Feb 12 09:30:09 2020 -0600 use phpunit 0 commit 2c4fa1ab2815fd10f6e797f76c407a5fddb294aa Author: Taylor Otwell <[email protected]> Date: Wed Feb 5 16:46:09 2020 -0600 formatting commit d7f67f631d7743c4d877197089f17dc4b62ee792 Author: Andrew Brown <[email protected]> Date: Wed Feb 5 10:48:51 2020 -0600 styling commit 153746c2c17b6199294ec97f4fea95ed34241c7b Author: Andrew Brown <[email protected]> Date: Wed Feb 5 10:33:45 2020 -0600 add `links` option to filesystems config https://github.com/laravel/framework/pull/31355 commit eb3143ea720d229c54a31b07b582ead58a216a41 Author: Nuno Maduro <[email protected]> Date: Tue Feb 4 22:20:49 2020 +0100 Uses latest stable of Collision (#5221) commit c78a1d8184f00f8270d8a135cc21590837b6bfbd Author: ARCANEDEV <[email protected]> Date: Fri Jan 31 14:48:04 2020 +0100 Bump fzaninotto/faker version to support PHP 7.4 (#5218) Bumping `fzaninotto/faker` version to support PHP 7.4, especially when running composer with `--prefer-lowest` flag. PRs related to version `^1.9.1`: * https://github.com/fzaninotto/Faker/pull/1748 * https://github.com/fzaninotto/Faker/pull/1843 commit c81712bdf46b9fbd8641f07641470195d5487709 Author: Andrey Helldar <[email protected]> Date: Thu Jan 30 17:14:42 2020 +0300 [6.x] Update cross-env to the latest (#5216) This is not a fix for the vulnerability. Just updating the dependency to the latest version. @see https://yarnpkg.com/package/cross-env Yes, I know that they recently released version 6.0 and in a short time 7.0. commit f04029a64d93401e0d6788253c5134cdf8804607 Author: Freek Van der Herten <[email protected]> Date: Mon Jan 27 15:53:34 2020 +0100 use ignition v2 (#5211) commit 38a1249a002bf1dd201bda614454b28ed8c41f59 Merge: 91dd1f61 2503ed68 Author: Taylor Otwell <[email protected]> Date: Fri Jan 24 07:49:40 2020 -0600 Merge remote-tracking branch 'origin/develop' into develop commit 91dd1f61cdd3c7949593a4435dff8b77322761f2 Author: Taylor Otwell <[email protected]> Date: Fri Jan 24 07:49:20 2020 -0600 formatting commit 2503ed687ff4e8d068a36a9fe6d990492ffdbbed Merge: db596ba0 1d094a80 Author: Graham Campbell <[email protected]> Date: Fri Jan 24 13:48:38 2020 +0000 Merge branch 'master' into develop commit 550282b0944d10eb78bf3ff4e556fe10a83ad8d7 Merge: db596ba0 678901cc Author: Taylor Otwell <[email protected]> Date: Fri Jan 24 07:46:08 2020 -0600 Merge branch 'check-compiled' of https://github.com/browner12/laravel into browner12-check-compiled commit 1d094a80849133899fa4a9ba9b7598de7bc6d370 Author: Andrey Helldar <[email protected]> Date: Fri Jan 24 16:43:48 2020 +0300 [7.x] Update cross-env and resolve-url-loader to the latest (#5210) commit 678901cc4d2ee139b547375299b43eac19a37674 Author: Andrew Brown <[email protected]> Date: Thu Jan 23 10:40:45 2020 -0600 update name commit 2fe113e606989e3dec86dc7e716833facafe55bc Author: Andrew Brown <[email protected]> Date: Thu Jan 23 10:27:12 2020 -0600 add new `check_compiled` option commit db596ba02aaedd925be3dd3c51d486355da277db Merge: ffc74ba1 b1f35786 Author: Taylor Otwell <[email protected]> Date: Fri Jan 17 16:15:48 2020 -0600 Merge branch 'develop' of github.com:laravel/laravel into develop commit ffc74ba143a7de4a89f2c3fd525a5621ca879e38 Author: Taylor Otwell <[email protected]> Date: Fri Jan 17 16:15:38 2020 -0600 remove hyphen on email commit b1f35786eb6352d1a613ffe0e2b7e55f6e1a316e Merge: 94f8ee3c 9d0862b3 Author: Dries Vints <[email protected]> Date: Tue Jan 14 17:52:04 2020 +0100 Merge branch 'master' into develop commit 9d0862b3340c8243ee072afc181e315ffa35e110 Merge: 9b6d1b14 f44f065a Author: Dries Vints <[email protected]> Date: Tue Jan 14 17:50:01 2020 +0100 Merge pull request #5201 from aimeos/master Use file session driver again commit 9b6d1b14bcbeba1b52a75a48dedc0402b1f08bb5 Author: Caíque de Castro Soares da Silva <[email protected]> Date: Mon Jan 13 13:36:09 2020 -0300 Update laravel mix and sass loader (#5203) commit f121af8985d1dbb665cb9ca4b6a9f7dbb6211a7c Author: Robert Korulczyk <[email protected]> Date: Sun Jan 12 16:06:29 2020 +0100 Add missing full stop for some validation messages (#5205) commit 94f8ee3cade8d08097ed0255e4fb0fc4e56a8cd3 Merge: 130b8c8b b46c16b4 Author: Dries Vints <[email protected]> Date: Thu Jan 9 12:42:11 2020 +0100 Merge branch 'master' into develop commit b46c16b4246c7dc648158221c49f5b2e785e7c30 Author: Dries Vints <[email protected]> Date: Thu Jan 9 12:41:21 2020 +0100 Update CHANGELOG.md commit 130b8c8bcb8f167e7013e7846004b2df3e405b72 Author: Taylor Otwell <[email protected]> Date: Wed Jan 8 17:16:33 2020 -0600 add ses commit e43d4546a9c0bde49dae51fd6f4e2766674f1152 Author: Taylor Otwell <[email protected]> Date: Wed Jan 8 17:14:01 2020 -0600 fix comment commit 61ec16fe392967766b68d865ed10d56275a78718 Author: Taylor Otwell <[email protected]> Date: Wed Jan 8 17:10:37 2020 -0600 work on mail configuration file commit 76d822768dcab14fa1ee1fd1f4a24065234860db Author: Taylor Otwell <[email protected]> Date: Wed Jan 8 17:01:42 2020 -0600 update mail configuration file commit f44f065a2b2cad1a947a7e8adc08fcc13d18c49c Author: Aimeos <[email protected]> Date: Wed Jan 8 12:44:53 2020 +0100 Use file session driver again commit eca7bc7d66cef63500a62e8deaa3fce1772f1641 Author: Aimeos <[email protected]> Date: Wed Jan 8 12:44:22 2020 +0100 Use file session driver again commit 7e5a9154857f598f69978559a6ef9c34c1348e15 Merge: 4bf7dffb 25c36eb5 Author: Graham Campbell <[email protected]> Date: Tue Dec 31 12:26:17 2019 +0000 Merge branch 'master' into develop commit 25c36eb592c57e075acc32a12703005f67c4ec10 Merge: 195faa16 5df3b7b1 Author: Graham Campbell <[email protected]> Date: Tue Dec 31 12:22:50 2019 +0000 Merge pull request #5196 from laravel/revert-5006-analysis-qxPGgA [6.x] Revert "Apply fixes from StyleCI" commit 5df3b7b1fe07a22d3275180ece0b31f45682f07e Author: Graham Campbell <[email protected]> Date: Tue Dec 31 12:21:39 2019 +0000 Revert "Apply fixes from StyleCI (#5006)" This reverts commit 50176732d66b197de62d5567b79fc77f63e2cfbd. commit 4bf7dffb90366438e849c0c96e06e2a638eec336 Author: Graham Campbell <[email protected]> Date: Mon Dec 30 18:23:10 2019 +0000 Bumped defaults for Laravel 7 (#5195) commit 8af8af0cbfc5cdfaa3f757afe736a9d28d83851c Merge: 0bec06cd 195faa16 Author: Graham Campbell <[email protected]> Date: Sat Dec 28 00:35:40 2019 +0000 Merge branch 'master' into develop commit 0bec06cd45a7f6eda0d52f78dd5ff767d94ed5cc Author: Taylor Otwell <[email protected]> Date: Fri Dec 27 08:56:53 2019 -0600 formatting commit c222f6d04ff29489daec178d15ae23a3c13838f8 Author: Barry vd. Heuvel <[email protected]> Date: Thu Dec 26 19:54:10 2019 +0100 CS commit e4683c6ecaff9a7dc779fb0dfe39f6336832fc9d Author: Barry vd. Heuvel <[email protected]> Date: Thu Dec 26 19:48:38 2019 +0100 Revert routes commit 860ec9f2a48c65d30998942263a4f9a849e9b0a0 Author: Barry vd. Heuvel <[email protected]> Date: Thu Dec 26 19:46:41 2019 +0100 Use config instead of middleware property commit 195faa16cbeabc84b0eb9c9f4227ead762c93575 Author: Anton Komarev <[email protected]> Date: Wed Dec 25 18:05:29 2019 +0300 Fix types consistency in database config (#5191) commit 777baff7d5abdf38330714ccb5ff3dc3ee5d2f9c Author: Graham Campbell <[email protected]> Date: Tue Dec 24 22:28:34 2019 +0000 Update composer.json commit bee0e8c94c37bf3909e3fbe7e100a106dbf57fab Author: Barry vd. Heuvel <[email protected]> Date: Tue Dec 24 22:26:06 2019 +0100 Add HandleCors middleware commit db940594ad86a22663acc3c119caab571344e2ee Merge: 4d565e68 846f7a19 Author: Graham Campbell <[email protected]> Date: Tue Dec 24 17:45:25 2019 +0000 Merge branch 'master' into develop commit 846f7a193a6c4ff92b6595596c9bbcb3cf8c426e Author: Graham Campbell <[email protected]> Date: Tue Dec 24 17:35:58 2019 +0000 Correct exception handler doc (#5187) commit 4d565e681cbf496e0cdfb58743d4ae8238cef15e Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 15:10:23 2019 -0600 import facades commit f4c8190744bbab94e7751518bfd0fdce82ee3ab0 Merge: cf5e99e9 e6471a6f Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 14:48:16 2019 -0600 Merge branch 'develop' of github.com:laravel/laravel into develop commit cf5e99e9aa998c56eda0765a9aefdc14c439e0df Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 14:48:04 2019 -0600 change comment commit e6471a6f2e73dd244f957751ab315aa5903c32ea Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 14:15:04 2019 -0600 Apply fixes from StyleCI (#5186) commit f13aef873333aef538d526217d023fe81e87acd7 Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 14:14:43 2019 -0600 move var commit 12c28822f402a948dac389bf037c550524845ba3 Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 14:14:01 2019 -0600 one liner commit 3ee0065bcd879b82ee42023165f8a8f71e893011 Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 14:10:38 2019 -0600 remove unnecessary variable commit 13e43893ba2457c3e49898f0066a5ce8d7ea74f4 Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 13:58:16 2019 -0600 remove auth migration that is now in laravel/ui commit b5bb91fea79a3bd5504cbcadfd4766f41f7d01ce Author: Taylor Otwell <[email protected]> Date: Fri Dec 20 11:48:38 2019 -0600 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. commit 583d1fa773803f951653af490b3dcc89b967ddbb Author: Graham Campbell <[email protected]> Date: Thu Dec 19 15:36:06 2019 +0000 [7.x] Remove register in auth provider (#5182) * Remove register in auth provider * Update AuthServiceProvider.php * Update Kernel.php commit 7d70bfe8289fce07fa595340578b13f4bdac495d Author: Taylor Otwell <[email protected]> Date: Wed Dec 18 13:44:16 2019 -0600 Utilize Authentication Middleware Contract (#5181) * adjust auth middleware to point to contract * remove middleware priority commit f589a7e89782a8419f7ad54b512289f60ffa8619 Merge: 5d50d30c 99f183b5 Author: Taylor Otwell <[email protected]> Date: Wed Dec 18 12:24:10 2019 -0600 Merge branch 'master' into develop commit 99f183b5c794354f7387d503b40d2be63e678a80 Merge: 140d4d9b b2734a9c Author: Taylor Otwell <[email protected]> Date: Wed Dec 18 12:02:53 2019 -0600 Merge branch 'master' of github.com:laravel/laravel commit 140d4d9b0a4581cec046875361e87c2981b3f9fe Author: Taylor Otwell <[email protected]> Date: Wed Dec 18 12:02:46 2019 -0600 use class name to be consistent with web middleware commit b2734a9c313ac637e9b8cffa80f9fa9d3da96a09 Author: Anton Komarev <[email protected]> Date: Wed Dec 18 20:17:32 2019 +0300 Add MAIL_FROM_ADDRESS & MAIL_FROM_NAME to .env file (#5180) commit c5f9126981fe340edf71de284b27926323d3271b Author: Andrew Minion <[email protected]> Date: Wed Dec 18 09:41:11 2019 -0600 default email from name to app name (#5178) commit 17f0ff22057a028f28b8aa17fadbc7fe4136bf66 Author: Michael Stokoe <[email protected]> Date: Wed Dec 18 15:38:03 2019 +0000 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: https://github.com/Stokoe0990/framework/commit/7a03776bc860bde4cdc82e69ab133a755b66dd2d commit 89e83915e94142ae79db7480561ae8a7a525e114 Merge: dd93aca5 40f93daa Author: Dries Vints <[email protected]> Date: Mon Dec 16 11:35:41 2019 +0100 Merge pull request #5175 from canvural/patch-1 [6.x] Update redirectTo return type PHPDoc commit 40f93daa83b17ad47c51ec9beed4c1ba79eb66ed Author: Can Vural <[email protected]> Date: Sat Dec 14 11:48:14 2019 +0100 Update redirectTo return type PHPDoc commit dd93aca5970290dfda651f00a80fdd78b66da226 Merge: f48e2d50 136085bf Author: Taylor Otwell <[email protected]> Date: Fri Dec 13 22:43:22 2019 -0600 Merge branch 'master' of github.com:laravel/laravel commit f48e2d500cb53cc4a09dfcb40beb0abafd79de4f Author: Taylor Otwell <[email protected]> Date: Fri Dec 13 22:42:46 2019 -0600 change some default settings commit 136085bfd8361969a7daedc2308e0b59dbd41f60 Author: Bert Heyman <[email protected]> Date: Fri Dec 13 15:18:09 2019 +0100 Add "none" to supported same site options in session config (#5174) commit 972f3cd2832cd8a8e9e0be96817d10840b735316 Author: Taylor Otwell <[email protected]> Date: Tue Dec 10 08:59:27 2019 -0600 DRY up path (#5173) commit f4b1dc6df04f4ef9b4b15e2c38668e8cb168c253 Author: Dries Vints <[email protected]> Date: Fri Dec 6 16:46:02 2019 +0100 [6.x] Implement integration test and in-memory DB (#5169) * Use in-memory DB for testing * Extend from PHPUnit test case for unit tests commit 9b6643226da6bd3803da22fb5dc695b1a279c5aa Author: byjml <[email protected]> Date: Wed Dec 4 21:57:13 2019 +0300 Consistent order (#5167) Keep the alphabetical order of the validation messages. commit 5d50d30c94ab7c3dcf28562a7f2116cb8922183e Author: Graham Campbell <[email protected]> Date: Wed Nov 27 15:26:11 2019 +0000 Bumped versions commit fb3e88c313d80735270385a825363e446fd77174 Merge: b7a5bc7f b56fe840 Author: Graham Campbell <[email protected]> Date: Wed Nov 27 15:21:41 2019 +0000 Merge branch 'master' into develop commit b56fe84011bdbc3b42b8ffdaadc9a113635a751e Author: Graham Campbell <[email protected]> Date: Tue Nov 26 18:46:10 2019 +0000 Use laravel/tinker v2 (#5161) commit b7a5bc7f3ca6d305343624aded77fe68c26bc018 Author: Nuno Maduro <[email protected]> Date: Mon Nov 25 21:46:55 2019 +0100 Bumps Collision dependency to v4.0 (#5160) commit 2913a55d87461fabe94907c5728d7a9451bcae80 Author: Graham Campbell <[email protected]> Date: Mon Nov 25 14:46:29 2019 +0000 [7.x] Switch to Symfony 5 (#5157) * Update exception handler * Explictly specify 'lax' same site config * Use the null secure option for session cookies commit 2f8e55a9ec923a481c1a24733c70ae750480f178 Author: Mark van den Broek <[email protected]> Date: Mon Nov 25 15:10:36 2019 +0100 Rename `encrypted` to `forceTLS`. (#5159) commit c473b53626eab20c44075b02770e948a6e757c2b Merge: 3c92fb3a 1ee38a10 Author: Dries Vints <[email protected]> Date: Thu Nov 21 18:29:26 2019 +0100 Merge branch 'master' into develop commit 1ee38a10f8884e24290c86c04d8d1ba5f8bc8d10 Author: Dries Vints <[email protected]> Date: Thu Nov 21 18:28:39 2019 +0100 Update CHANGELOG.md commit 3c92fb3a19a7fbff0085bfbbe887682095d61520 Merge: 21f24784 c15a5ee0 Author: Dries Vints <[email protected]> Date: Tue Nov 12 17:35:09 2019 +0100 Merge branch 'master' into develop commit c15a5ee0d205ade08ad86174cb9c38aafd2bd226 Author: Dries Vints <[email protected]> Date: Tue Nov 12 17:34:53 2019 +0100 Update readme commit 21f24784814092f44117ea2cb29b696422b66e93 Merge: 2e2be97c 94056af6 Author: Dries Vints <[email protected]> Date: Tue Nov 12 16:06:22 2019 +0100 Merge branch 'master' into develop commit 94056af6e84769c8e9ad394d49c0c235a6966772 Author: Dries Vints <[email protected]> Date: Tue Nov 12 16:06:05 2019 +0100 Rename readme commit 578018940241d894befdf90bb7b61672b0f7d055 Author: Dries Vints <[email protected]> Date: Tue Nov 12 16:05:52 2019 +0100 Consistent readme commit 2e2be97c2686bf919f06a47849902b80586cfa6c Author: Dries Vints <[email protected]> Date: Fri Nov 1 13:53:14 2019 +0100 Implement new primary key syntax (#5147) commit b659069bced2435cc53fca6fd4290edcae5dd9e0 Merge: 89a80da1 bfd4b1e9 Author: Graham Campbell <[email protected]> Date: Fri Nov 1 11:52:38 2019 +0000 Merge branch 'master' into develop commit bfd4b1e92f7c6b4e6b74cfdde995a5afad648d96 Author: Graham Campbell <[email protected]> Date: Fri Nov 1 11:51:17 2019 +0000 Update .styleci.yml commit 89a80da13232c00d3e2ac8d8e372075086ced4fb Merge: 9df12c3c 953b488b Author: Graham Campbell <[email protected]> Date: Fri Nov 1 11:12:48 2019 +0000 Merge branch 'master' into develop commit 953b488b8bb681d4d6e12227645c7c1b7ac26935 Author: Taylor Otwell <[email protected]> Date: Mon Oct 21 13:47:27 2019 -0500 fix key commit ba2f2abe830f5d03c52fd9c88411859cf863abd6 Author: Taylor Otwell <[email protected]> Date: Mon Oct 21 13:42:31 2019 -0500 tweak formatting commit ace38c133f3d8088fc7477f56b9db6fdc0098d06 Author: Michael Chernyshev <[email protected]> Date: Fri Oct 18 13:57:19 2019 +0300 Security fix: Waiting before retrying password reset commit 400df0b02bcc0e3fc8bc1c75ea494242c3f392af Author: Gert de Pagter <[email protected]> Date: Wed Oct 16 15:18:19 2019 +0200 Add xml schema to phpunit (#5139) This allows an IDE to do auto completion, and show any errors in the configuration commit 9df12c3ca1c27f0192c64d19ce64b18ec06213d3 Author: Taylor Otwell <[email protected]> Date: Tue Oct 15 13:15:52 2019 -0500 ignition doesn't support laravel 7 yet commit bb969c61d41ec479adbe4a6da797831002b75092 Author: Nuno Maduro <[email protected]> Date: Tue Oct 8 22:44:05 2019 +0200 Fixes required version of the framework within `composer.json` (#5130) commit dfa5c1f06e11bc6a557a0ead78f38b997235802f Merge: ccef55ba 39c28801 Author: Dries Vints <[email protected]> Date: Tue Oct 8 18:39:31 2019 +0200 Merge branch 'master' into develop commit 39c28801e8d8a8cfc99c3eed4756c6acc7367e0c Author: Dries Vints <[email protected]> Date: Tue Oct 8 18:38:02 2019 +0200 Update CHANGELOG.md commit 9bc23ee468e1fb3e5b4efccdc35f1fcee5a8b6bc Author: Taylor Otwell <[email protected]> Date: Tue Oct 8 07:35:48 2019 -0500 formatting commit d1f7a5a886039e28a434905447865ca952032284 Author: Taylor Otwell <[email protected]> Date: Tue Oct 8 07:27:05 2019 -0500 formatting commit bc82317a02e96105ad9f3cc0616d491cb5585c62 Merge: 51a1297a ba3aae6c Author: Taylor Otwell <[email protected]> Date: Tue Oct 8 07:24:50 2019 -0500 Merge branch 'password-confirmation' of https://github.com/driesvints/laravel into driesvints-password-confirmation commit ba3aae6c338314c2ba1779f336278c2532071b7c Author: Dries Vints <[email protected]> Date: Tue Oct 8 13:45:40 2019 +0200 Implement password confirmation commit 4036f17416549758816894dc52dc54eabcc13914 Author: Dries Vints <[email protected]> Date: Tue Oct 8 13:39:57 2019 +0200 Remove middleware from password reset It's not necessary for the user to be logged out when resetting their password. This allows users to reset their password while logged in. Can be used in combination with the new RequiresPassword middleware. commit 050c1d880ec1d48ef40d7a0f2b2f1040c23cebb9 Author: Dries Vints <[email protected]> Date: Tue Oct 8 11:26:03 2019 +0200 Add new password rule language line commit 51a1297a2486e2b68883bba9e534ec903f0c10d4 Author: Sangrak Choi <[email protected]> Date: Thu Sep 26 21:24:53 2019 +0900 [6.x] Added OP.GG sponsor (#5121) * Added OP.GG sponsor * Update readme.md commit c70c986e58fe1a14f7c74626e6e97032d4084d5f Author: Roger Vilà <[email protected]> Date: Fri Sep 13 21:47:34 2019 +0200 [6.x] Add 'null' logging channel (#5106) * Add 'none' logging channel * Remove extra spaces * Rename 'none' channel to 'null' * Update logging.php commit 42e864f3f5f8fe5bfbdbac66dc2e4b95159fedcb Author: Tim MacDonald <[email protected]> Date: Fri Sep 13 22:19:06 2019 +1000 remove testing bootstrap extension (#5107) commit cba8d19f8603fc409c2a72a0f33a4b0a7fab2ee5 Author: James Merrix <[email protected]> Date: Thu Sep 12 13:48:34 2019 +0100 Added Appoly sponsor (#5105) commit 56157b9cd201b5dc6fbe5f9f73014fa32e5a7838 Author: Graham Campbell <[email protected]> Date: Wed Sep 11 13:10:18 2019 +0100 Revert "According to PHP Bug 78516 Argon2 requires at least 8KB (#5097)" (#5102) This reverts commit 74d84e9371b2d2486edcc8f458adc9f22957d68b. commit ccef55ba553f9eb6e6d1a13aa19c457aefb6463e Merge: 1f48b2c5 7d728506 Author: Dries Vints <[email protected]> Date: Tue Sep 10 20:42:16 2019 +0200 Merge branch 'master' into develop commit 7d728506191a39394c5d1fcf47a822b9183f50ed Author: Dries Vints <[email protected]> Date: Tue Sep 10 20:41:25 2019 +0200 Update CHANGELOG.md commit 1f48b2c5e83374b658f03ca8da5220a6980e3e11 Merge: 55b314ea e6569320 Author: Dries Vints <[email protected]> Date: Tue Sep 10 17:27:12 2019 +0200 Merge branch 'master' into develop commit e656932002588bcaaa94476f1ed1850747eb4708 Author: Dries Vints <[email protected]> Date: Tue Sep 10 17:26:00 2019 +0200 Apply fixes from StyleCI (#5100) commit 79fb6af96ebf0325cef15c3132157fdf75f6fd6c Author: Dries Vints <[email protected]> Date: Tue Sep 10 17:25:19 2019 +0200 Order imports alphabetically commit 74d84e9371b2d2486edcc8f458adc9f22957d68b Author: Patrick Heppler <[email protected]> Date: Mon Sep 9 20:51:51 2019 +0200 According to PHP Bug 78516 Argon2 requires at least 8KB (#5097) https://bugs.php.net/bug.php?id=78516 Argon2 requires at least 8KB On PHP 7.4 memory 1024 will throw: password_hash(): Memory cost is outside of allowed memory range commit 55b314eadb06164943dbf2ba33b21391441ce237 Author: Dries Vints <[email protected]> Date: Mon Sep 9 18:41:28 2019 +0200 Update CHANGELOG.md commit 00c00b87bef4bf7fbb7c132015e10a20bbcf4ce4 Merge: cb5047c2 4dbe9888 Author: Dries Vints <[email protected]> Date: Mon Sep 9 18:40:26 2019 +0200 Merge branch 'master' into develop commit 4dbe9888a5599c270e9131b76eca0ff3527bd350 Author: Dries Vints <[email protected]> Date: Mon Sep 9 18:39:25 2019 +0200 Update CHANGELOG.md commit 9f2f3b1eeecd79acffcce72977dc3b107e7d2b43 Merge: 31394de4 ca3f91e7 Author: Dries Vints <[email protected]> Date: Mon Sep 9 18:29:25 2019 +0200 Merge branch '5.8' commit ca3f91e7ed47780ad4128c0592f5966efe51246b Author: Dries Vints <[email protected]> Date: Mon Sep 9 18:29:02 2019 +0200 Update CHANGELOG.md commit 8b96bf012871a2e977a4558bf069062c5f03de95 Author: Dries Vints <[email protected]> Date: Mon Sep 9 18:26:19 2019 +0200 Update CHANGELOG.md commit cb5047c200931d26142e78a315daad03c932f1fc Merge: 2967197b 31394de4 Author: Dries Vints <[email protected]> Date: Mon Sep 9 18:03:17 2019 +0200 Merge branch 'master' into develop commit 31394de4d736c171d40bb03d50313c60b0e4af38 Author: Taylor Otwell <[email protected]> Date: Sat Sep 7 02:18:51 2019 +0200 Revert "Set argon defaults to prevent password_hash(): Memory cost is outside of allowed memory range on PHP 7.4 (#5094)" (#5095) This reverts commit 86908e1eb4a6cc8f5474b1355db4c104c548619e. commit 4992230ca97551a0a2530e339898037b0ad5af81 Merge: 86908e1e 42936c65 Author: Taylor Otwell <[email protected]> Date: Fri Sep 6 13:43:32 2019 -0500 Merge branch 'patch-1' of https://github.com/SjorsO/laravel into SjorsO-patch-1 commit 86908e1eb4a6cc8f5474b1355db4c104c548619e Author: Patrick Heppler <[email protected]> Date: Fri Sep 6 14:16:32 2019 +0200 Set argon defaults to prevent password_hash(): Memory cost is outside of allowed memory range on PHP 7.4 (#5094) With the values ```` 'argon' => [ 'memory' => 1024, 'threads' => 2, 'time' => 2, ], ``` Hash::make() produces password_hash(): Memory cost is outside of allowed memory range on PHP 7.4 commit 2967197b8e2db87768b5534ca923f4f3b15e18f1 Merge: af15fe5e 65959b25 Author: Dries Vints <[email protected]> Date: Fri Sep 6 13:14:50 2019 +0200 Merge branch 'master' into develop commit 42936c656c70dc39d71dae7e79a487a716f2b1a6 Author: Sjors Ottjes <[email protected]> Date: Fri Sep 6 08:17:43 2019 +0200 style commit 731cd4c499638138c3331572f726310354d1b1ea Author: Sjors Ottjes <[email protected]> Date: Fri Sep 6 08:16:34 2019 +0200 add phpunit extension commit 360993c11eb1fa6d1f5a4eb89a08636f96ccf3ef Author: Sjors Ottjes <[email protected]> Date: Thu Sep 5 16:10:59 2019 +0200 Update bootstrap.php commit 65959b25bf791ab7afeac2ffa5a29394638c688f Author: Darren Craig <[email protected]> Date: Tue Sep 3 17:37:05 2019 +0100 Allowing optional use of yml/yaml file extensions in .editorconfig (#5090) commit af15fe5ec688f59522e898dc74e0de54d84c3d96 Author: Dries Vints <[email protected]> Date: Tue Sep 3 15:54:41 2019 +0200 Revert "Bump PHPUnit" This reverts commit 5fde1337d629bd116602f2e67ead75988ae7568f. commit 5fde1337d629bd116602f2e67ead75988ae7568f Author: Dries Vints <[email protected]> Date: Tue Sep 3 15:54:00 2019 +0200 Bump PHPUnit commit 054bb43038f4acb7f356dd668715225ffc2e55ba Author: Dries Vints <[email protected]> Date: Tue Sep 3 15:53:35 2019 +0200 Laravel 7 commit 13ab419d59e2f0d2e188a5157a3cc17f72db595c Author: Taylor Otwell <[email protected]> Date: Tue Sep 3 08:37:49 2019 -0500 add ignition commit 41ee35d01f4e57c47e924400db8a805089664141 Author: Taylor Otwell <[email protected]> Date: Tue Sep 3 08:37:29 2019 -0500 add ignition commit e6becd2ca35a650f51ed49525935e8ca65671152 Author: Taylor Otwell <[email protected]> Date: Tue Aug 27 16:26:48 2019 -0500 add new failed driver option commit 6ff5d6c7b8df5936aa310a5af0ff2fc2ca866708 Merge: 665dfc43 aa74fcb3 Author: Taylor Otwell <[email protected]> Date: Fri Aug 23 11:59:05 2019 -0500 Merge branch 'master' into develop commit 665dfc4328daeabaa496ac6a0743476348657585 Author: Dries Vints <[email protected]> Date: Thu Aug 22 15:22:14 2019 +0200 [6.0] Use phpredis as default Redis client (#5085) * Use phpredis as default Redis client Follow up for https://github.com/laravel/framework/pull/29688 It's best that we already start using `phpredis` as a default to discourage usage of Predis. * Update database.php commit b67acda8928117dc3048180e53f29d09c775b908 Author: Christopher Lass <[email protected]> Date: Wed Aug 21 15:14:32 2019 +0200 Rename 2019_08_19_175727_create_failed_jobs_table.php to 2019_08_19_000000_create_failed_jobs_table.php (#5082) commit aa74fcb38f9f318159657ba5050eda62ec043b11 Author: Jess Archer <[email protected]> Date: Wed Aug 21 22:47:43 2019 +1000 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. commit b84bcc6446d6fb7515082824679f63c701c269fa Author: Taylor Otwell <[email protected]> Date: Tue Aug 20 15:04:04 2019 -0500 Update readme.md commit 41e915ae9059ecbc8069b38554df1a4f73844161 Author: Taylor Otwell <[email protected]> Date: Tue Aug 20 15:03:32 2019 -0500 Update readme.md commit b7d2b48b75afbaa34c82688cb30be2f00a7d8c57 Author: Taylor Otwell <[email protected]> Date: Mon Aug 19 12:57:41 2019 -0500 add failed jobs table commit 051dea594118c87506f5f0a15b2af2cff49959b3 Author: Taylor Otwell <[email protected]> Date: Wed Aug 14 09:19:31 2019 -0500 formatting commit c07809e224a09366914964716eab911c595a9ceb Merge: 4852f483 bb433725 Author: Dries Vints <[email protected]> Date: Wed Aug 14 13:49:52 2019 +0200 Merge branch 'master' into develop commit bb433725483803a27f21d3b21317072610bc3e9c Author: Taylor Otwell <[email protected]> Date: Tue Aug 13 15:05:56 2019 -0500 formatting commit 83d2ecc0e9cca7ae6989134dede4a5653a19430b Author: Dries Vints <[email protected]> Date: Tue Aug 13 18:19:40 2019 +0200 Remove Stripe config settings These now ship with a dedicated config file for Cashier. commit 4852f483466bdc83bac132421832d3eec07bcfaf Author: Dries Vints <[email protected]> Date: Mon Aug 12 14:48:54 2019 +0200 Remove deprecated language line (#5074) commit a5111cf70f7cc057ed528a28ead6ab1eb48b7852 Merge: fad6ef3d d5691a2e Author: Dries Vints <[email protected]> Date: Mon Aug 12 11:56:28 2019 +0200 Merge branch 'master' into develop commit d5691a2e6d8725d64d8569f9b1682012ced83eda Author: Dries Vints <[email protected]> Date: Tue Aug 6 14:32:07 2019 +0200 Add missing trailing semicolon commit fad6ef3d4b932fdf0173136b353eb3ce853e2c76 Author: Chuck Rincón <[email protected]> Date: Fri Aug 2 15:54:12 2019 -0500 [6.0] - Add vapor link on the welcome view (#5072) commit 8f2a27868f7f9e0a0bbf69fa83d06b8a7a1b7894 Author: Taylor Otwell <[email protected]> Date: Tue Jul 30 16:40:52 2019 -0500 formatting commit e21657dc5a45299b3c72007d0a9a6f42c3461d14 Merge: 5391ccca 8ca56226 Author: Taylor Otwell <[email protected]> Date: Tue Jul 30 16:36:53 2019 -0500 Merge branch 'config_caching_v2' of https://github.com/timacdonald/laravel into timacdonald-config_caching_v2 commit 5391cccaad03f0c4bf8d49bfdd0f07fcf7e79f2d Author: Dries Vints <[email protected]> Date: Mon Jul 29 11:22:12 2019 -0400 Update version constraint (#5066) commit 0dd31baf2a153629d7c84b0fb2cc69f575b0d376 Merge: 7c9e5ea4 f73795ac Author: Dries Vints <[email protected]> Date: Thu Jul 25 00:49:45 2019 -0400 Merge branch 'master' into develop commit f73795ac0569554d3464eecb259aef0d2dc64f72 Author: Ryan Purcella <[email protected]> Date: Thu Jul 18 08:20:32 2019 -0500 Update number of Laracasts videos (#5063) commit ddbbd0e67b804c379f212233e3b1c91a7b649522 Author: Guilherme Pressutto <[email protected]> Date: Tue Jul 16 16:38:28 2019 -0300 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 commit ff15a66d8c8d989ce6e1cee6fcc06c4025d06998 Author: Artem Pakhomov <[email protected]> Date: Mon Jul 15 19:41:13 2019 +0300 Fixed lodash version (CVE-2019-10744) (#5060) commit 7c9e5ea41293b63e051bd69f7929f8712893eea1 Author: Gergő D. Nagy <[email protected]> Date: Fri Jul 12 15:59:55 2019 +0200 [5.9] Add ThrottleRequests to the priority array (#5057) * add ThrottleRequests to the priority array * Move ThrottleRequests under Authenticate middleware commit afb7cd7311acd6e88a2c7faccdb8181583488d25 Author: Miloš Gavrilović <[email protected]> Date: Thu Jul 11 17:03:22 2019 +0200 update deprecated pusher option (#5058) commit e71f50f664b5b6a6ffbeffac668717bb40c36d93 Author: Gary Green <[email protected]> Date: Wed Jul 10 16:11:28 2019 +0100 Move TrustProxies to highest priority - fixes maintenance mode ip whitelist if behind proxy e.g. Cloudflare (#5055) commit 8ca562265e9efdd3548b4a1573156d8f185d378e Author: Tim MacDonald <[email protected]> Date: Tue Jul 9 13:05:55 2019 +1000 style fix commit 56960ed2a0f5674c9906ce0b3e7dc67925bbce29 Author: Tim MacDonald <[email protected]> Date: Fri Jul 5 14:20:33 2019 +1000 introduce test bootstrapping commit 78143a1ea02ee1b63e04df3fcaa32bed3637a5ce Merge: fc39b073 386a4e5c Author: Taylor Otwell <[email protected]> Date: Thu Jun 27 20:01:41 2019 -0500 Merge branch 'develop' of github.com:laravel/laravel into develop commit fc39b073f3f61a22f1b48329e294ebb881700dbe Author: Taylor Otwell <[email protected]> Date: Thu Jun 27 19:57:39 2019 -0500 remove ui scaffolding commit 386a4e5c9257612685e0e0b2e4904c3d576da3c3 Merge: 61a0829f ebc6f6e2 Author: Graham Campbell <[email protected]> Date: Fri Jun 21 14:24:52 2019 +0100 Merge branch 'master' into develop commit ebc6f6e2c794b07c6d432483fd654aebf2ffe222 Author: Sjors Ottjes <[email protected]> Date: Tue Jun 18 12:18:58 2019 +0200 Update .gitignore (#5046) commit 61a0829f4338ae36e4f9a203e82e69726299be4d Merge: f053116c 6f3d68f6 Author: Taylor Otwell <[email protected]> Date: Tue Jun 4 08:10:42 2019 -0500 Merge branch 'master' into develop commit 6f3d68f67f3dab0e0d853719696ede8dfd9cc4e1 Author: Taylor Otwell <[email protected]> Date: Tue Jun 4 08:10:26 2019 -0500 use generic default db config commit 014a1f0f5e1e757b8669c2ae6e78c49fc8b2978d Author: ziming <[email protected]> Date: Fri May 31 20:54:50 2019 +0800 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 commit bf60f7f74f9578902650c30887190f86515a1037 Author: Antoni Siek <[email protected]> Date: Thu May 30 18:22:45 2019 +0200 Added support for new redis URL property in config/database.php (#5037) Regarding laravel/framework#28612 commit f053116c5680e77c3a6c73afd193984a17ea482d Author: Taylor Otwell <[email protected]> Date: Thu May 30 08:07:52 2019 -0500 remove dumpserver since doesn't work on 5.9 commit 953093795869beb658bdd9be9442188f39e62b6a Author: Kristoffer Högberg <[email protected]> Date: Wed May 29 16:12:30 2019 +0200 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 commit a7a1f44018d781848f15875dfe34a09ed8b6dd03 Merge: 1c824f6f 762e987e Author: Dries Vints <[email protected]> Date: Tue May 21 15:16:00 2019 +0200 Merge branch 'master' into develop commit 762e987e5bc4c87fb75f7868f967ec3d19a379e0 Author: Dries Vints <[email protected]> Date: Tue May 21 15:15:32 2019 +0200 Uppercase doctype In similar fashion as https://github.com/laravel/framework/pull/28583 commit 1c824f6f9f6e7a3f7ddb98ad80ffdbdbf98c81e1 Merge: c9bb74c7 f8e455e3 Author: Dries Vints <[email protected]> Date: Tue May 21 13:41:13 2019 +0200 Merge branch 'master' into develop commit f8e455e358046e59deb17b555b8949059a38ff77 Author: Matt Hanley <[email protected]> Date: Tue May 14 14:28:37 2019 +0100 Fix type hint for case of trusting all proxies (string) (#5025) commit 93c687418963f7c99b641fda905015054c785eb4 Author: Jason McCreary <[email protected]> Date: Thu May 9 20:07:43 2019 -0400 Add ends_with validation message (#5020) commit c9bb74c7e01cffbb5e185990acecf3fcab7f5eda Author: Taylor Otwell <[email protected]> Date: Wed May 8 08:06:25 2019 -0500 formatting commit fe9f8497d98ec0fa6a7d43a2ae4127285b777065 Author: Dries Vints <[email protected]> Date: Tue May 7 17:57:29 2019 +0200 Remove services deleted from core See https://github.com/laravel/framework/pull/28441 and https://github.com/laravel/framework/pull/28442 commit 7e6af5c031988e7a7c576c6bbbd1747ddfe548cc Merge: f70fff8a fbd3ad7b Author: Dries Vints <[email protected]> Date: Tue May 7 17:52:54 2019 +0200 Merge branch 'master' into develop commit fbd3ad7bbb5e98c607f19f7c697552863363bde4 Author: Dries Vints <[email protected]> Date: Tue May 7 17:19:27 2019 +0200 Update changelog commit b0e0bdc060ce068b73371919b904f3c7f0c1cfa6 Author: Taylor Otwell <[email protected]> Date: Tue May 7 07:38:15 2019 -0500 formatting commit 1086e26b32fb828ee74c8848246788a26bad72d7 Author: Mathieu TUDISCO <[email protected]> Date: Tue May 7 13:49:22 2019 +0200 Update database config relating to Url addition. commit 4b78ba61eac32cefa41da09149e0500e23cb06ec Merge: 65f82710 af15618b Author: Taylor Otwell <[email protected]> Date: Mon May 6 08:30:56 2019 -0500 fix conflicts commit 65f8271032c113883fb3f1e8e7b3279821148ad1 Author: Taylor Otwell <[email protected]> Date: Mon May 6 08:30:33 2019 -0500 update version commit af15618b577be04fc999e3f11880d05f030d39ce Merge: a6bf2413 ccea56b6 Author: Dries Vints <[email protected]> Date: Tue Apr 30 14:02:22 2019 +0200 Merge pull request #5013 from laravel/revert-5012-feature/exported-files Revert "Exclude StyleCI config from exported files" commit ccea56b6f910649d8a6ee25f61896d2b96e90496 Author: Dries Vints <[email protected]> Date: Tue Apr 30 14:02:09 2019 +0200 Revert "Exclude StyleCI config from exported files (#5012)" This reverts commit a6bf24134d99be79e77b8969186b9f46ffee075a. commit a6bf24134d99be79e77b8969186b9f46ffee075a Author: Roberto Aguilar <[email protected]> Date: Mon Apr 29 16:21:59 2019 -0500 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. commit 3995828c13ddca61dec45b8f9511a669cc90a15c Author: Diego <[email protected]> Date: Fri Apr 26 09:26:45 2019 -0300 [5.9] Minor grammar fix in readme.md (#5010) * Fix grammar ('Boost *your* skills') * Update readme.md commit f70fff8ad236374f66719b010fc5eea477c581e8 Merge: cedcbc86 50176732 Author: Dries Vints <[email protected]> Date: Thu Apr 25 13:28:34 2019 +0200 Merge branch 'master' into develop commit 50176732d66b197de62d5567b79fc77f63e2cfbd Author: Taylor Otwell <[email protected]> Date: Wed Apr 24 07:38:42 2019 -0500 Apply fixes from StyleCI (#5006) commit 12a4885a47fbd272a4a942d49d7b1eb1b42f2b19 Author: Stefan Bauer <[email protected]> Date: Wed Apr 24 14:38:18 2019 +0200 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 commit 60db703a27bb09d0a51023131f850d5d424997db Author: Graham Campbell <[email protected]> Date: Tue Apr 23 13:44:51 2019 +0100 [5.8] Enable JS on StyleCI (#5000) * Enable JS on StyleCI commit cedcbc863d4ae224430b83aa8c8e2781715ac3c5 Merge: bdc205c8 f574aa76 Author: Dries Vints <[email protected]> Date: Mon Apr 22 21:26:54 2019 +0200 Merge branch 'master' into develop commit f574aa76e3e1b8b1d77469e37d2857e27da14379 Author: Dries Vints <[email protected]> Date: Mon Apr 22 21:26:44 2019 +0200 Disable JS checks for now commit bdc205c830186eedc45fb03412c07aa14355d482 Merge: e80327f2 81fba471 Author: Dries Vints <[email protected]> Date: Mon Apr 22 16:07:04 2019 +0200 Merge branch 'master' into develop commit 81fba471aff24793be8ee3ee0d303d2b31056df2 Merge: 43b09ad0 91dc5ed2 Author: Dries Vints <[email protected]> Date: Mon Apr 22 16:06:16 2019 +0200 Merge pull request #4998 from laravel/analysis-z9QV6a Apply fixes from StyleCI commit 43b09ad0f326584d56d20fc0cf2bef99b83af877 Author: Dries Vints <[email protected]> Date: Mon Apr 22 16:06:06 2019 +0200 Add file exclusions for styleci commit 91dc5ed2869b5905a01b0b85d70f33bbd9267b93 Author: Dries Vints <[email protected]> Date: Mon Apr 22 14:06:03 2019 +0000 Apply fixes from StyleCI commit 597201a049a0d1920533e5d0970a8283898becd3 Author: Dries Vints <[email protected]> Date: Mon Apr 22 15:55:40 2019 +0200 Add StyleCI config commit 06162adc9839ada8b2525e006bef6b80914296d6 Merge: 0f58190c ef1ce665 Author: Taylor Otwell <[email protected]> Date: Sun Apr 14 15:41:37 2019 -0500 Merge pull request #4990 from SjorsO/patch-1 Add IDE typehint to UserFactory commit ef1ce665eef55e90952cd606ae120cf8c619822d Author: Sjors Ottjes <[email protected]> Date: Sun Apr 14 13:30:53 2019 +0200 Update UserFactory.php commit 0f58190c7ba955cf7a58b47a9469bf4c6c992abb Merge: 20cdf65a 14b0a07d Author: Dries Vints <[email protected]> Date: Fri Apr 12 12:06:24 2019 +0200 Merge pull request #4989 from DrewRoberts/update-readme-laracasts Update readme with Laracasts count commit 14b0a07d79a60ef45ce5b26f8b1c34ab9274dba7 Author: DrewRoberts <[email protected]> Date: Fri Apr 12 01:34:48 2019 -0400 Update readme with Laracasts count commit 20cdf65ae61ca7cfa45292d3dd642a252147ecc8 Merge: 005ec130 1bed031c Author: Taylor Otwell <[email protected]> Date: Wed Apr 10 07:31:29 2019 -0500 Merge pull request #4987 from DivineOmega/patch-1 [5.8] Remove underscore from cache prefix commit 1bed031c1f7cfcfeadf497934d301987c53b1e6e Author: Jordan Hall <[email protected]> Date: Wed Apr 10 12:01:28 2019 +0100 Remove underscore as cache prefixes automatically have a colon appended to them commit 005ec1301e3600c0a5d5a8355495d4333cab138b Merge: 35374927 3cbc5ac6 Author: Taylor Otwell <[email protected]> Date: Mon Apr 8 07:47:02 2019 -0500 Merge pull request #4986 from DivineOmega/patch-1 [5.8] Add underscores to cache and redis database prefixes commit 3cbc5ac640022cb4e3fcad7fc50e2086d32af6ae Author: Jordan Hall <[email protected]> Date: Mon Apr 8 08:52:06 2019 +0100 Additional underscore on cache prefix commit 159b0e79cd5b26bc7cd4699113951599a5b5d6d0 Author: Jordan Hall <[email protected]> Date: Mon Apr 8 08:50:48 2019 +0100 Additional underscore on redis database prefix commit 35374927bd570d578f7db4a715f2a64a2ce561c1 Merge: ae44ee00 e68ff0c6 Author: Taylor Otwell <[email protected]> Date: Fri Apr 5 08:55:41 2019 -0500 Merge pull request #4982 from DivineOmega/patch-1 [5.8] Prefix redis database connection by default commit e68ff0c66aa1b3da2c9a14d86636d582fd73891e Author: Jordan Hall <[email protected]> Date: Thu Apr 4 22:18:28 2019 +0100 Use Str class instead of helper function commit c8bc79e94ee7f4a992d70faa5ec140a9059e603f Author: Jordan Hall <[email protected]> Date: Thu Apr 4 15:11:18 2019 +0100 Prefix redis database connection by default to mitigate multiple sites on the same server potentially sharing the same queued jobs commit ae44ee0059f6218aab26de5551b19f70329f8832 Merge: 3886012c 88636c22 Author: Taylor Otwell <[email protected]> Date: Mon Apr 1 10:54:27 2019 -0700 Merge pull request #4979 from hyperhost/add-hyper-host-sponsor Added Hyper Host sponsor commit 88636c2268aa5dada08a2cd08c098bd9d25880f4 Author: Tony James <[email protected]> Date: Mon Apr 1 16:23:23 2019 +0100 Added Hyper Host sponsor Added Hyper Host name and url commit 3886012c0f3ad5653d9d5138530f3fc4276eaf93 Merge: 4997f081 ccc1457e Author: Taylor Otwell <[email protected]> Date: Sun Mar 24 08:11:19 2019 -0700 Merge pull request #4971 from Lenophie/patch-1 Ignore SQLite journals commit ccc1457e572f7ec5b2b596436622f69e94bbf635 Author: Lenophie <[email protected]> Date: Sun Mar 24 12:01:21 2019 +0100 Ignore SQLite journals commit e80327f29926869b34aa4ba92d59324ce75cac09 Author: Dries Vints <[email protected]> Date: Tue Mar 12 17:25:28 2019 +0100 Update changelog commit cfd5929785845000f26db851b94675d6154737b9 Merge: 53b59cd0 4997f081 Author: Dries Vints <[email protected]> Date: Tue Mar 12 17:23:52 2019 +0100 Merge branch 'master' into develop commit 4997f08105d6fb941b1ed2c749ebd2f55fba5a74 Author: Dries Vints <[email protected]> Date: Tue Mar 12 17:22:48 2019 +0100 Update changelog commit 3b852a1f7f292953f47df64563cc01188db336ff Merge: 3d325b84 54cd6d90 Author: Taylor Otwell <[email protected]> Date: Fri Mar 8 08:03:29 2019 -0600 Merge pull request #4963 from chapeupreto/patch-1 [5.8] upgrade the collision dependency from v2 to v3 commit 54cd6d90bbe317040a0195e09c4fc40318bb988d Author: Rod Elias <[email protected]> Date: Thu Mar 7 23:20:15 2019 -0300 upgrade the collision dependency from v2 to v3 commit 3d325b8485591bc77d1073f7aa73596acb76ec23 Author: Dries Vints <[email protected]> Date: Tue Mar 5 15:12:04 2019 +0100 Update changelog commit 3001f3c6e232ba7ce2ecdbdfe6e43b4c64ee05ad Author: Taylor Otwell <[email protected]> Date: Thu Feb 28 14:31:42 2019 -0600 check if extension loaded commit a0f6bcc773f3895db0ca4a85101b9a3ef2f95782 Author: Taylor Otwell <[email protected]> Date: Thu Feb 28 08:34:10 2019 -0600 comment out options commit f4ff4f4176f7d931e301f36b95a46285ac61b8b8 Author: Taylor Otwell <[email protected]> Date: Wed Feb 27 07:24:37 2019 -0600 comment commit d4d4a69b76d1dfd87b47b7a51b4c0e2aed992793 Merge: f84a69ee b34328a1 Author: Taylor Otwell <[email protected]> Date: Wed Feb 27 07:20:20 2019 -0600 Merge pull request #4956 from akalongman/master [5.8] Use correct env name for AWS region from env.example commit b34328a16654d09461fa53f8c681c15fe4e35095 Author: Avtandil Kikabidze <[email protected]> Date: Wed Feb 27 14:05:01 2019 +0400 Use correct env name for AWS region from env.example commit f84a69ee852bd44363042a61995d330574b6b8c3 Author: Taylor Otwell …
We're removing these drivers because we feel that general interest in these is declining and these aren't used by any of Laravel's core services themselves. We're encouraging the community to release packages for these if there's any interest in continued use of them.