Commit Graph

6414 Commits

Author SHA1 Message Date
Dries Vints 074c3840ff
Merge pull request #5355 from laravel/bump
[6.x] Bumped laravel 6 min version for new LTS users
2020-07-27 17:34:05 +02:00
Graham Campbell b1277e2eb2
Bumped laravel 6 min version for new LTS users 2020-07-27 16:23:43 +01:00
rennokki e9e7c97266
[7.x] Enforce ^7.22.1 due to security issues (#5354)
* enforce ^7.22

* Update composer.json

Co-authored-by: Dries Vints <dries@vints.io>
2020-07-27 10:18:18 -05:00
Taylor Otwell 791c87a80d
Update README.md 2020-07-22 11:11:30 -05:00
Taylor Otwell 232995cac2
Update README.md 2020-07-22 11:07:41 -05:00
Dries Vints 2053375853
Merge branch 'master' into develop 2020-07-20 16:17:05 +02:00
Andy Hinkle f465c511c0
Bump lodash from 4.17.15 to 4.17.19 2020-07-20 16:15:52 +02:00
Dries Vints 6d9296c71e
Merge pull request #5346 from ahinkle/patch-1
Bump lodash from 4.17.13 to 4.17.19
2020-07-20 16:15:08 +02:00
Andy Hinkle 5f46252168
Bump lodash from 4.17.15 to 4.17.19 2020-07-20 09:03:03 -05:00
Taylor Otwell db47318925 update gitignores 2020-07-17 08:07:12 -05:00
Taylor Otwell 3b418421e7 change path 2020-07-17 08:03:16 -05:00
Taylor Otwell 47e2781f68 update for maintenance mode 2020-07-16 14:30:22 -05:00
Taylor Otwell 395ede7a2d add gitignore 2020-07-16 14:27:24 -05:00
Taylor Otwell 228aa230e6 update for maintenance mode 2020-07-16 14:27:19 -05:00
Taylor Otwell e471dd1cf0 rename class 2020-07-14 15:57:11 -05:00
Taylor Otwell a14a1208ad remove alias that isnt needed 2020-07-14 15:48:22 -05:00
Taylor Otwell e265156bc6 simplify line 2020-07-14 15:12:37 -05:00
Taylor Otwell 6f1f40bc94 update link 2020-07-14 14:39:13 -05:00
Taylor Otwell a9623d3596 update wording 2020-07-14 14:10:07 -05:00
Taylor Otwell ce3e006d61 remove unneeded property. can use ignore method 2020-07-14 14:07:25 -05:00
Taylor Otwell a9abc85301 consolidate to a single method 2020-07-14 14:00:47 -05:00
Taylor Otwell 880cc1d3d8 simplify default exception handler 2020-07-14 10:10:03 -05:00
Muah adb7eacf9e
[8.x] Multiple guards for RedirectIfAuthenticated (#5329)
* Update RedirectIfAuthenticated.php

allow the middleware to have the same behavior as https://laravel.com/api/5.8/Illuminate/Auth/Middleware/Authenticate.html#method_authenticate

so now the guest middleware have the same footprint as auth ex.`guest:web,admin` instead of creating multiple lines to support different guards.

* Update RedirectIfAuthenticated.php
2020-06-29 10:21:36 -05:00
Taylor Otwell 6ca2ecacea remove unneeded block 2020-06-24 13:13:32 -05:00
Taylor Otwell c58b40b9bc Remove extra line 2020-06-24 13:12:04 -05:00
Taylor Otwell d2db8d8159 fix comments 2020-06-24 13:11:53 -05:00
Taylor Otwell 5c7c9f3638 adjust index script 2020-06-24 13:09:30 -05:00
Taylor Otwell ae2af3adfc tap 2020-06-24 13:03:02 -05:00
Taylor Otwell 58a98efb86 tweak route provider default settings 2020-06-24 12:47:56 -05:00
Taylor Otwell e0c4fd8b8a one line 2020-06-24 11:36:13 -05:00
Dries Vints 17e2ce73ed
Merge pull request #5324 from nunomaduro/patch-1
[8.x] Requires PHP 7.3 and bumps both PHPUnit and Collision
2020-06-22 10:18:42 +02:00
Nuno Maduro 9374d9e7b3
Requires PHP 7.3 and bumps both PHPUnit and Collision 2020-06-22 03:07:47 +02:00
Taylor Otwell 641d104610 add css file 2020-06-19 15:40:52 -05:00
Taylor Otwell 588247b790 use postCss default instead of sass 2020-06-18 15:26:58 -05:00
Dries Vints a429eab2d4
Merge branch 'master' into develop 2020-06-16 14:56:56 +02:00
Taylor Otwell 311c3f823a tweak phpunit.xml 2020-06-12 09:35:59 -05:00
Dries Vints 74df1e26e6
Merge pull request #5320 from barryvdh/patch-4
Bump fruitcake/laravel-cors
2020-06-12 10:36:11 +02:00
Barry vd. Heuvel 2f33300abe
Bump fruitcake/laravel-cors 2020-06-12 08:50:58 +02:00
Taylor Otwell b522e3b301 shop 2020-06-03 17:06:06 -05:00
Taylor Otwell 6aa12f1b06 use route service provider 2020-06-03 14:51:22 -05:00
Taylor Otwell 6e5f40939c
Update README.md 2020-06-03 08:30:51 -05:00
Taylor Otwell 9e5ba571a6 add password reset migration 2020-05-28 10:08:01 -05:00
Taylor Otwell 5639581ea5 add basic trust host middleware 2020-05-18 16:50:22 -05:00
Taylor Otwell c10489131e fix formatting 2020-05-18 10:47:20 -05:00
Taylor Otwell c3f7dd9af8 fix doc block 2020-05-18 10:20:51 -05:00
Taylor Otwell c15a1006d1 respect dark mode on splash 2020-05-15 14:04:40 -05:00
Ryan England 7b0b5d8310
Update sponsor link (#5302)
British Software Development have rebranded to Many, link and link text updated accordingly.
2020-05-14 08:50:14 -05:00
feek 7d62f500a7
chore: update typehint to be nullable (#5296)
By default, this property is null. Therefore, it should be marked as nullable
2020-05-04 08:31:39 -05:00
fragkp 0f133c1e8e
set default auth_mode for smtp mail driver (#5293)
Co-authored-by: KP <pohl@new-data-services.de>
2020-05-01 09:35:51 -05:00
Dries Vints eb080e5cee
Merge branch 'master' into develop 2020-04-27 16:33:05 +02:00