Graham Campbell
2913a55d87
[7.x] Switch to Symfony 5 ( #5157 )
...
* Update exception handler
* Explictly specify 'lax' same site config
* Use the null secure option for session cookies
2019-11-25 08:46:29 -06:00
Taylor Otwell
ba2f2abe83
tweak formatting
2019-10-21 13:42:31 -05:00
Michael Chernyshev
ace38c133f
Security fix: Waiting before retrying password reset
2019-10-18 13:57:19 +03:00
Taylor Otwell
d1f7a5a886
formatting
2019-10-08 07:27:05 -05:00
Taylor Otwell
bc82317a02
Merge branch 'password-confirmation' of https://github.com/driesvints/laravel into driesvints-password-confirmation
2019-10-08 07:24:50 -05:00
Dries Vints
ba3aae6c33
Implement password confirmation
2019-10-08 13:45:40 +02:00
Roger Vilà
c70c986e58
[6.x] Add 'null' logging channel ( #5106 )
...
* Add 'none' logging channel
* Remove extra spaces
* Rename 'none' channel to 'null'
* Update logging.php
2019-09-13 14:47:34 -05:00
Graham Campbell
56157b9cd2
Revert "According to PHP Bug 78516 Argon2 requires at least 8KB ( #5097 )" ( #5102 )
...
This reverts commit 74d84e9371
.
2019-09-11 14:10:18 +02:00
Patrick Heppler
74d84e9371
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
2019-09-09 20:51:51 +02:00
Taylor Otwell
31394de4d7
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 86908e1eb4
.
2019-09-07 02:18:51 +02:00
Patrick Heppler
86908e1eb4
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
2019-09-06 14:16:32 +02:00
Taylor Otwell
e6becd2ca3
add new failed driver option
2019-08-27 16:26:48 -05:00
Dries Vints
665dfc4328
[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
2019-08-22 08:22:14 -05:00
Taylor Otwell
051dea5941
formatting
2019-08-14 09:19:31 -05:00
Dries Vints
c07809e224
Merge branch 'master' into develop
...
# Conflicts:
# config/services.php
2019-08-14 13:49:52 +02:00
Taylor Otwell
bb43372548
formatting
2019-08-13 15:05:56 -05:00
Dries Vints
83d2ecc0e9
Remove Stripe config settings
...
These now ship with a dedicated config file for Cashier.
2019-08-13 18:19:40 +02:00
Dries Vints
0dd31baf2a
Merge branch 'master' into develop
2019-07-25 00:49:45 -04:00
Guilherme Pressutto
ddbbd0e67b
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
2019-07-16 13:38:28 -06:00
Miloš Gavrilović
afb7cd7311
update deprecated pusher option ( #5058 )
2019-07-11 09:03:22 -06:00
Taylor Otwell
61a0829f43
Merge branch 'master' into develop
2019-06-04 08:10:42 -05:00
Antoni Siek
bf60f7f74f
Added support for new redis URL property in config/database.php ( #5037 )
...
Regarding laravel/framework#28612
2019-05-30 11:22:45 -05:00
Kristoffer Högberg
9530937958
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
2019-05-29 09:12:30 -05:00
Taylor Otwell
c9bb74c7e0
formatting
2019-05-08 08:06:25 -05:00
Dries Vints
fe9f8497d9
Remove services deleted from core
...
See https://github.com/laravel/framework/pull/28441 and https://github.com/laravel/framework/pull/28442
2019-05-07 17:57:29 +02:00
Taylor Otwell
b0e0bdc060
formatting
2019-05-07 07:38:15 -05:00
Mathieu TUDISCO
1086e26b32
Update database config relating to Url addition.
2019-05-07 13:49:22 +02:00
Jordan Hall
1bed031c1f
Remove underscore as cache prefixes automatically have a colon appended to them
2019-04-10 12:01:28 +01:00
Jordan Hall
3cbc5ac640
Additional underscore on cache prefix
2019-04-08 08:52:06 +01:00
Jordan Hall
159b0e79cd
Additional underscore on redis database prefix
2019-04-08 08:50:48 +01:00
Jordan Hall
e68ff0c66a
Use Str class instead of helper function
2019-04-04 22:18:28 +01:00
Jordan Hall
c8bc79e94e
Prefix redis database connection by default to mitigate multiple sites on the same server potentially sharing the same queued jobs
2019-04-04 15:11:18 +01:00
Taylor Otwell
3001f3c6e2
check if extension loaded
2019-02-28 14:31:42 -06:00
Taylor Otwell
a0f6bcc773
comment out options
2019-02-28 08:34:10 -06:00
Avtandil Kikabidze
b34328a166
Use correct env name for AWS region from env.example
2019-02-27 14:05:01 +04:00
Taylor Otwell
02c23bdfd5
add postmark
2019-02-26 11:11:16 -06:00
Taylor Otwell
f191f6f9c3
Merge branch 'master' into develop
2019-02-26 09:42:51 -06:00
Sven Wittevrongel
590ae17031
Add Arr and Str aliases by default
2019-02-26 14:31:11 +01:00
Taylor Otwell
45742652cc
add postmark token
2019-02-25 20:21:00 -06:00
Taylor Otwell
0ee4cec523
Merge branch 'develop' of github.com:laravel/laravel into develop
2019-02-25 14:32:57 -06:00
Taylor Otwell
64b16c2852
revert to old redis config
2019-02-25 14:32:49 -06:00
Taylor Otwell
1d8add88f7
Merge branch 'develop' of github.com:laravel/laravel into develop
2019-02-19 21:58:38 -05:00
Taylor Otwell
d201c69a8b
update config file
2019-02-19 21:58:25 -05:00
Dries Vints
3c53897ee4
Merge branch 'master' into develop
2019-02-15 18:47:27 +01:00
Taylor Otwell
ea7fc0b336
update client
2019-02-15 07:51:45 -06:00
Taylor Otwell
df4ecb9c83
change default redis configuration structure
2019-02-14 11:03:41 -06:00
Taylor Otwell
ab1e9f8b6a
default to false
2019-01-28 08:38:36 -06:00
Taylor Otwell
6da06fba93
default to true
2019-01-28 08:38:14 -06:00
Taylor Otwell
d80b4e7cb0
adjust name of configuration value
2019-01-28 08:37:39 -06:00
Propaganistas
217cbde378
Hint for lenient log stacks
2019-01-25 21:30:35 +01:00
Matt Allan
2588b254a0
Add beanstalk queue block_for config key
...
This functionality was added in laravel/framework 9aa1706.
2019-01-17 16:01:57 -05:00
Taylor Otwell
9180f646d3
add env variable for mysql ssl cert
2019-01-17 10:41:23 -06:00
Taylor Otwell
3a550dee85
Merge branch 'master' into develop
2019-01-11 08:53:23 -06:00
Taylor Otwell
f795055577
tweak wording
2019-01-10 15:21:07 -06:00
Taylor Otwell
1be5e29753
add dynamo to stubs
2019-01-10 15:18:58 -06:00
小克
322f7fb152
Remove extra whitespace
2019-01-09 11:21:41 +08:00
Eric Famiglietti
d0726a34d1
Remove extra whitespace.
2018-12-18 22:22:09 -05:00
Taylor Otwell
87667b25ae
update env variable stubs
2018-12-18 09:09:55 -06:00
Taylor Otwell
e1b8847a92
add env variable
2018-12-11 16:05:24 -06:00
Taylor Otwell
ac8e6fb124
Merge branch 'master' of github.com:laravel/laravel
2018-11-20 21:46:22 -06:00
Taylor Otwell
5ea6fe18a8
add env variable for compiled view path
2018-11-20 21:46:11 -06:00
Dries Vints
ed7b78de46
Typo
2018-11-16 16:20:27 +01:00
Taylor Otwell
b88d8fd18f
formatting
2018-11-16 08:09:12 -06:00
Graham Campbell
7d16a052ab
Fixed comment alignment
2018-11-16 12:30:41 +00:00
Sébastien Nikolaou
546720c041
Pick `log_channel` from environment variable
2018-11-16 13:47:37 +02:00
Sébastien Nikolaou
822dcafe48
Add `log_channel` configuration option
2018-11-15 21:15:59 +02:00
Taylor Otwell
63a4039123
add asset url configuration option
2018-11-14 14:36:47 -06:00
Taylor Otwell
c09519f547
formatting
2018-11-07 19:05:31 -05:00
Taylor Otwell
79e8ff4290
Merge pull request #4838 from dakira/fk-support
...
introduce sqlite foreign_key_constraints config option
2018-10-31 00:33:05 +11:00
Matthias Niess
5f7decfff1
introduce sqlite foreign_key_constraints config option
...
This enables the sqlite `foreign_key_constraints` option that was introduced with laravel/framework#26298 for all new installs.
The env variable DB_FOREIGN_KEYS was added to make it easier to handle this in testing (e.g. via phpunit.xml).
2018-10-30 14:24:12 +01:00
Ben Sampson
4525f36cac
use env value for redis queue name
...
It's common to have a redis queue name when having multiple queues/applications on the same instance. Default value is the same.
2018-10-30 12:36:35 +00:00
Dries Vints
568250557c
Add new Stripe webhook config values
...
See https://github.com/laravel/cashier/pull/565
2018-10-11 18:12:19 +02:00
Taylor Otwell
b98d49ebb3
formatting
2018-10-02 12:51:41 -05:00
Clément Blanco
24029be5b1
Fixing StyleCI identation
2018-10-02 15:50:48 +01:00
Clément Blanco
e9f6ec36a7
Adding faker_locale default config value.
...
As per [that PR](https://github.com/laravel/framework/pull/17895 ) and [the documentation](https://laravel.com/docs/5.6/database-testing#writing-factories ), I wanted to make sure this was present in the `app/config.php` out of the box.
It's a great thing and I'm sure people will be happy to use it rather than overriding the singleton registration.
2018-10-02 15:45:42 +01:00
Laurence Ioannou
15dac2a961
Update database.php
2018-10-02 14:23:47 +10:00
Taylor Otwell
361a6b71da
use str class
2018-09-28 15:55:56 -05:00
Taylor Otwell
cd8dd76b67
increase days
2018-09-27 09:01:45 -05:00
Marcin Nabiałek
c60ff60679
Change default days to 30 for daily channel
2018-09-26 15:56:56 +02:00
Bert Heyman
cc28fb28ab
Set logs to daily by default
2018-09-24 14:22:24 +02:00
Taylor Otwell
622cdda7cf
use one line
2018-09-14 10:38:31 -05:00
Taylor Otwell
a5fc02d832
use class
2018-09-14 10:38:02 -05:00
Taylor Otwell
22d37a53ff
add level
2018-09-06 08:23:57 -05:00
Taylor Otwell
371bc94673
formatting
2018-09-06 08:23:36 -05:00
Taylor Otwell
7b9ab57dd6
Merge branch 'master' of https://github.com/renoirfaria/laravel into renoirfaria-master
2018-09-06 08:22:27 -05:00
Claudio Dekker
dfe5afa71b
Add missing Mailgun 'endpoint' option
...
Counterpart to https://github.com/laravel/framework/pull/25010
2018-09-06 14:02:17 +02:00
Renoir dos Reis
ea3afd1013
Adding papertrail log channel option
2018-09-05 11:15:27 -03:00
Taylor Otwell
577ae1c019
Merge branch 'develop' of github.com:laravel/laravel into develop
2018-09-04 08:09:48 -05:00
Taylor Otwell
6d9215c0a4
formatting
2018-09-04 08:09:32 -05:00
Taylor Otwell
663f7c2c05
Merge pull request #4735 from vemcogroup/master
...
Extract 2 core configurations for sessions to environment
2018-08-25 20:11:29 -05:00
Danijel K
b9ac4417ee
corrected bad copy paste
2018-08-25 18:45:33 +02:00
Danijel K
375b7c6a43
Extract core 2 session configurations to environment
...
In the spirit of JMac & LaravelShift I've extracted 2 session variables to the environment file. Not 'just because' but rather that one is able to set SESSION_DRIVER to redis, but unable to set a connection without touching the core session config file.
2018-08-25 18:44:30 +02:00
Taylor Otwell
28908d83d9
add supported type
2018-08-04 08:52:01 -10:00
Taylor Otwell
bf9836a785
Merge branch 'master' into develop
2018-07-19 07:48:44 -05:00
Barry vd. Heuvel
c3b99e971c
Use seperate cache DB for Redis
2018-05-23 21:50:25 +02:00
Roberto Aguilar
dc320c8942
Set bcrypt rounds using the hashing config
2018-04-18 10:09:32 -05:00
Gareth Thompson
13990ebbd0
Formatting fix
2018-04-09 12:42:18 +01:00
Gareth Thompson
d75a0f3baf
Add SES_REGION to local environment file
...
The region used by SES was hardcoded into the config file, when all other values were set as environment variables. Tweaked to keep the region consistent with other config options
2018-04-09 12:35:17 +01:00
Taylor Otwell
50ffc7d9fd
formatting
2018-03-24 14:25:38 -07:00
Hugues Joyal
f33dc10bed
gammar
2018-03-19 15:26:46 -04:00