Commit Graph

5468 Commits

Author SHA1 Message Date
Taylor Otwell 8999e8745e tweak method 2017-07-06 12:28:57 -05:00
Taylor Otwell cec1b1bf94 fix error code 2017-07-06 12:27:35 -05:00
Taylor Otwell 4611d2bf31 stub listeners property 2017-07-06 12:08:40 -05:00
Taylor Otwell 3310063b59 add validation to exception handler 2017-07-06 11:49:51 -05:00
Taylor Otwell 098b8a4883 Merge pull request #4322 from kauhat/patch-1
Ignore the Yarn error log
2017-07-04 11:54:53 -05:00
Jack Fletcher 12db505122 Ignore the Yarn error log
Like the npm error log, this file can also be ignored.

[See also](https://stackoverflow.com/questions/42592168/should-i-add-yarn-error-log-to-my-gitignore-file)
2017-07-04 15:25:06 +01:00
Taylor Otwell 8d370ce7f2 Merge pull request #4311 from lucasmichot/feature/master/docblock
[5.4] Fix docblock.
2017-07-03 08:01:54 -05:00
Lucas Michot 8ceb2fddb7 Fix docblock. 2017-07-03 11:17:19 +02:00
Taylor Otwell df5b100521 formatting 2017-06-29 13:36:21 -05:00
Yitzchok Willroth 28719679b7 🔧 Slugify new session.cookie to comply with RFC 6265. 2017-06-29 13:42:31 -04:00
Yitzchok Willroth a7f2c060b2 🔧 🔧 Reduce discoverability of session cookie name.
Derives session.cookie from SESSION_COOKIE, falling back to (snake_cased) APP_NAME . '_session', falling back to 'laravel_session' (current) in order to make it less discoverable, thereby (slightly) reducing threat vector.
2017-06-29 12:12:19 -04:00
Taylor Otwell d5bf06589f Merge pull request #4302 from bretterer/fix_trusted_proxies
Fix to TrustProxies
2017-06-29 07:27:14 -05:00
Brian Retterer c9e47da895
Changes header keys for TrustProxies to non deprecated version 2017-06-28 17:52:56 -04:00
Taylor Otwell 9fec341e55 Merge pull request #4299 from lucasmichot/feature/master/npm-packages
Upgrade axios and cross-env packages
2017-06-27 08:35:21 -05:00
Lucas Michot 436581afd2 Upgrade axios and cross-env. 2017-06-27 11:05:42 +02:00
Taylor Otwell 5ae7c373fe Merge pull request #4294 from ovanschie/patch-1
Require Laravel Mix 1.0
2017-06-21 14:12:39 -05:00
Olav van Schie b9ca228f86 Require Laravel Mix 1.0 2017-06-21 17:05:19 +02:00
Taylor Otwell 3acb739450 Merge pull request #4287 from laravel/top-secret-add-quotes-patch
Add quotes
2017-06-06 09:17:07 -05:00
Jeffrey Way 4569aebc18 Add quotes
Sass compilers can sometimes be weird if import urls like this aren't quoted. They'll spit out junk like

```
Error: Encountered invalid @import syntax.
```

Anyways, pretty common practice to use quotes for all imports. I mean, seriously, how much more do you want me to write for a dang PR that adds a pair of quotes? I've got work to do, gah.
2017-06-06 09:49:05 -04:00
Taylor Otwell e50ca3dc87 Merge pull request #4283 from laravel/mix-patch
Simplify mix require
2017-06-01 15:13:26 -05:00
Taylor Otwell 4247988ed9 Update webpack.mix.js 2017-06-01 15:13:18 -05:00
Jeffrey Way 7311c32bc3 Simplify mix require
Note that I left your dang `const` as it is, even though it's stupid. `let` for life. 💃💃💃💃
2017-06-01 13:26:02 -04:00
Taylor Otwell 6db0f350fb no longer needed with autodiscovery 2017-06-01 11:39:13 -05:00
Taylor Otwell 2f4d72699c update composer json 2017-06-01 11:26:43 -05:00
Taylor Otwell a9268c5f58 Merge pull request #4282 from m1guelpf/patch-1
Dynamic changing locale
2017-05-30 07:58:28 -05:00
Miguel Piedrafita ed82e6704d See https://github.com/laravel/framework/pull/19405 2017-05-30 14:55:00 +02:00
Taylor Otwell 1a32543c09 Merge pull request #4279 from adiachenko/testsuite_names
Simplify test suite names
2017-05-27 20:27:55 -05:00
Alexander Diachenko 6ad4df5c5a Simplify test suite names 2017-05-27 21:20:27 +03:00
Taylor Otwell 38a8390ce7 Merge pull request #4275 from themsaid/updateAuthJSONError
Update JSON error message structure
2017-05-25 08:00:22 -05:00
Taylor Otwell 640293f297 Merge pull request #4278 from m1guelpf/patch-2
Use current PHP version instead of using PATH
2017-05-25 08:00:09 -05:00
Miguel Piedrafita 8379a92a14 Use current PHP version instead of using PATH 2017-05-25 14:56:28 +02:00
Mohamed Said ef5bfb1dae update JSON error message 2017-05-25 09:48:50 +02:00
Till Krüss c109a87831 Merge pull request #4268 from borisdamevin/patch-1
Update CHANGELOG.md
2017-05-14 17:41:54 -07:00
Boris Damevin 65e0848240 Update CHANGELOG.md 2017-05-15 02:40:40 +02:00
Till Krüss 83099b4b5f Updated changelog 2017-05-14 08:14:44 -07:00
Taylor Otwell 0f0178a577 Merge pull request #4261 from mhayes14/master
Add missing IPv4/IPv6 validation messages
2017-05-11 08:42:02 -04:00
Mike Hayes 7e5739d266 Add IPv4/IPv6 validation messages 2017-05-11 00:40:34 +01:00
Taylor Otwell 1155245a59 formatting. compile 2017-05-10 09:03:25 -05:00
Arjan Weurding 5b8401e178 Make window.Laravel.csrfToken unneccesarry
I don't like the fact we have to add 
```
<script>
        window.Laravel = {!! json_encode([
            'csrfToken' => csrf_token(),
        ]) !!};
</script>
```
To have it working, when the docs suggest adding only the meta tag. This will get the token from the meta tag.
2017-05-10 15:03:33 +02:00
Taylor Otwell 11dfcf6d1a fix conflicts 2017-05-07 09:56:20 -05:00
Taylor Otwell 758392c30f clean up exception handler 2017-05-06 16:11:24 -04:00
Taylor Otwell c5add7ab72 simplify factory 2017-05-06 15:28:45 -04:00
Taylor Otwell ba5c294598 remove code course 2017-05-04 12:17:26 -04:00
Taylor Otwell 6c1e42647e Merge pull request #4254 from FrittenKeeZ/patch-1
Added port to sqlsrv settings
2017-05-03 22:22:40 -05:00
Frederik Sauer bdca9d4781 Added port to sqlsrv settings
Most installations won't work without it.
2017-05-03 23:55:48 +02:00
Taylor Otwell 6dde426075 Merge pull request #4253 from insign/patch-1
Add sqlsrv as group connection
2017-05-03 13:25:52 -05:00
Hélio 94b39dc576 Fix the commit for pass StyleCI 2017-05-03 13:22:10 -03:00
Hélio e26bd3ffb0 Add sqlsrv as group connection
Since the doc says that the Laravel supports SQL Server out of the box, makes sense add it, out of the box.
2017-05-03 13:20:25 -03:00
Taylor Otwell 2c6d76469a Merge pull request #4247 from laurencei/patch-1
Revert Queue Prefix
2017-04-28 16:46:22 -05:00
Laurence Ioannou 86e4e204aa Update queue.php 2017-04-28 21:19:14 +01:00