Commit Graph

6160 Commits

Author SHA1 Message Date
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
de1f472d76 Merge branch 'master' of github.com:laravel/laravel 2018-11-14 14:36:55 -06:00
Taylor Otwell
63a4039123 add asset url configuration option 2018-11-14 14:36:47 -06:00
Taylor Otwell
a2c8df54f7 Merge pull request #4854 from aryehraber/patch-1
[5.7] Clean up auto register Vue components
2018-11-14 07:49:22 -06:00
Aryeh Raber
52cedb64b1 Clean up 2018-11-13 16:41:07 +01:00
Taylor Otwell
dc3e768d4c Merge pull request #4853 from aryehraber/patch-2
[5.7] Remove lodash dependency when auto registering Vue components
2018-11-13 09:35:13 -06:00
Aryeh Raber
7003366e99 Remove lodash dependency 2018-11-13 16:28:28 +01:00
Taylor Otwell
7634bc6ab7 add sponsor 2018-11-12 08:48:23 -06:00
Taylor Otwell
c09519f547 formatting 2018-11-07 19:05:31 -05:00
Taylor Otwell
c2359fe119 wip 2018-11-02 10:42:02 -05:00
Taylor Otwell
fa2af39310 compile assets 2018-11-02 10:14:29 -05:00
Taylor Otwell
ab8f3f37c2 update example 2018-11-02 10:13:11 -05:00
Taylor Otwell
990d58c78f uncomment 2018-11-02 10:12:37 -05:00
Taylor Otwell
05acbad5b6 formatting 2018-11-02 10:11:21 -05:00
Jonathan Reinink
4dadb9309d Auto register Vue components 2018-11-02 09:25:16 -04:00
Taylor Otwell
5d7936eeb0 Merge pull request #4841 from narwy/patch-1
[ALL] gitignore for NetBeans IDE
2018-10-31 06:00:27 +11:00
narwy
346a1dbddf [ALL] gitignore for NetBeans IDE
vscode has it's own ignore and so should NetBeans IDE
2018-10-30 18:57:34 +00:00
Taylor Otwell
122e99c1fb Merge pull request #4836 from laurencei/laurencei-patch-1
[5.7] Improve docs
2018-10-31 01:41:56 +11: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
Taylor Otwell
8c4293d22b Merge pull request #4837 from bbashy/patch-1
[5.7] use env value for redis queue name
2018-10-31 00:11:59 +11: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
Laurence Ioannou
cff8c52824 Update validation.php 2018-10-30 18:39:37 +11:00
Taylor Otwell
51c0f51acb Merge pull request #4834 from clemir/uuid-validation
Add message for UUID validation rule
2018-10-29 08:59:30 +11:00
Clemir Rondón
c96995fb61 Add message for UUID validation rule 2018-10-28 11:04:31 -04:00
Taylor Otwell
6ee6f6423b Merge pull request #4833 from DojoGeekRA/feature/phpunit.xml
Sort phpunit environment variables alphabetically
2018-10-28 02:06:39 +11:00
Roberto Aguilar
c40701e3da Sort phpunit environment variables alphabetically 2018-10-27 02:44:54 -05:00
Taylor Otwell
f9cf7ff1c8 Merge pull request #4832 from daniel-banciulea/master
[5.7] Fix running mix tasks error
2018-10-25 04:00:32 +11:00
Daniel Bănciulea
4202ec978d fix running mix tasks error 2018-10-24 01:57:56 +03:00
Taylor Otwell
4c63c84073 Merge pull request #4831 from michaelmano/master
[5.7] Update vue version to 2.5.17
2018-10-24 00:01:19 +11:00
Michael Mano
fe38ac2b0c Update vue version to 2.5.17 2018-10-23 10:42:41 +10:00
Taylor Otwell
39562b452a Merge pull request #4830 from cyberhicham/master
Removing double arrow alignments
2018-10-23 05:18:24 +11:00
Hicham LEMGHARI
2a6f228bec Removing double arrow alignments 2018-10-22 19:07:32 +01:00
Taylor Otwell
05e54193ba Merge pull request #4820 from brainmaniac/patch-1
changed syntax for validation
2018-10-17 13:43:21 +09:00
Taylor Otwell
c089067493 Merge pull request #4822 from borisdamevin/patch-2
Fix bad font size render on link
2018-10-17 13:41:46 +09:00
Boris Damevin
59bdc8cd4e Fix bad font size render on link
With Nunito, the 12px size with uppercase hase bad render (FF & Chrome).
2018-10-16 23:45:14 +02:00
brainmaniac
3671ad399d changed syntax for validation
Changed the syntax for the validation to be more aligned to the proposed way of implementing custom validations in the docs: https://laravel.com/docs/5.7/validation#custom-validation-rules
2018-10-16 22:36:12 +02:00
Taylor Otwell
56b8c01080 Merge pull request #4814 from TBlindaruk/added-default-401-image
[5.8] Added default 401.svg
2018-10-16 17:02:05 +09:00
Tetiana Blindaruk
70f17679dc [5.8] Added default 401.svg 2018-10-14 11:20:28 +03:00
Tetiana Blindaruk
9ac61ced01 [5.7] Added changelog for v5.7.0
- fixed mistake;
2018-10-13 18:52:37 +03:00
Tetiana Blindaruk
545a02fca9 [5.7.0] Added changelog for v5.7.0 2018-10-13 16:18:31 +03:00
Tetiana Blindaruk
b96f7062ad [5.6.33] Added changelog for v5.6.33 2018-10-13 15:30:50 +03:00
Tetiana Blindaruk
7cca81b379 [5.6.21] Added changelog for v5.6.21 2018-10-13 14:50:03 +03:00
Taylor Otwell
b637ee304c Merge pull request #4805 from driesvints/fix-api-redirect
[5.7] Don't redirect for api calls
2018-10-12 08:44:32 -05:00
Dries Vints
6f3aa7a4c5 Don't redirect for api calls
When calling api routes the Authenticate middleware attempts to redirect you to the login page. If you expect JSON back or don't have auth routes then you don't want this to happen. By re-using the logic from Laravel's exception handler on which format to output we can also determine wether to redirect the user to the login page or give them a JSON error response.
2018-10-12 15:40:15 +02:00
Taylor Otwell
c9e612f510 Merge pull request #4803 from driesvints/cashier-add-verify-webhook-config-values
[5.7] Add new Stripe webhook config values
2018-10-11 12:19:28 -05: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
e830a3af02 Merge pull request #4797 from connectkushal/patch-2
[5.8] Update UserFactory password in line with #4794
2018-10-06 13:43:58 -05:00
Kushal
9db658d6d1 Update UserFactory password in line with #4794
The new password is of 8 characters, as required by #4794
2018-10-06 23:17:02 +05:30