6536 Commits

Author SHA1 Message Date
Graham Campbell
23205e270f Add back in ignition 2020-08-26 11:08:21 +02:00
Graham Campbell
3a5f05ce80 Merge branch 'master' into develop 2020-08-26 09:39:57 +01:00
Graham Campbell
2c69ec987e Merge branch '6.x' into master 2020-08-26 09:39:37 +01:00
Dries Vints
48b7ba938e
[8.x] Bump Guzzle (#5381)
* Bump Guzzle

* Update composer.json
2020-08-25 08:27:25 -05:00
Taylor Otwell
fd8a872b3b update channel 2020-08-20 15:32:30 -05:00
Taylor Otwell
710d472d76 models directory 2020-08-20 15:31:07 -05:00
Taylor Otwell
d6eda444a7 update defaults 2020-08-19 09:32:54 -05:00
Dries Vints
57cc899099
Merge branch 'master' into develop
# Conflicts:
#	CHANGELOG.md
#	composer.json
2020-08-11 19:45:48 +02:00
Dries Vints
fa43c0a333
Update CHANGELOG.md v7.25.0 2020-08-11 19:44:47 +02:00
Dries Vints
921b14b954
Update CHANGELOG.md v6.18.35 2020-08-11 19:16:01 +02:00
Dries Vints
39a58710ba
Merge pull request #5370 from laravel/bump-7
[7.x] Set framework version ^7.24
2020-08-07 20:08:41 +02:00
Dries Vints
bbd3616715
Merge pull request #5369 from laravel/bump-6
[6.x] Set framework version ^6.18.35
2020-08-07 20:07:55 +02:00
Graham Campbell
0512f00664 Set framework version ^7.24 2020-08-07 17:29:43 +01:00
Graham Campbell
e96840e206 Set framework version ^6.18.35 2020-08-07 17:28:47 +01:00
Graham Campbell
53d14e51e0
[8.x] PHPUnit 9.3+ style code coverage config (#5368)
* PHPUnit 9.3+ style code coverage config

* Bumped minimum PHPUnit
2020-08-07 09:59:53 -05:00
Graham Campbell
5914e9ced5 Merge branch 'master' into develop 2020-08-07 11:10:26 +01:00
Graham Campbell
b3f600415d Merge branch '6.x' into master 2020-08-07 11:09:47 +01:00
Taylor Otwell
ca3b58cd21 change method 2020-08-01 09:50:05 -05:00
Graham Campbell
407b6b8b04
Revert "Apply fixes from StyleCI (#5356)" (#5357)
This reverts commit 6cbfb781a2a54cb4399f4feaabc35b621c67b560.
2020-07-27 18:52:00 +01:00
Graham Campbell
6cbfb781a2
Apply fixes from StyleCI (#5356) 2020-07-27 12:49:11 -05:00
Dries Vints
0e7fd2beb1
Fix version 2020-07-27 17:59:20 +02:00
Taylor Otwell
a7b70fcc31 fix version 2020-07-27 10:57:16 -05:00
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