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
Taylor Otwell
1cb18d11ac
Merge pull request #4794 from jakebathman/change-password-min-length-to-8
...
[5.8] Change password min length to 8
2018-10-05 14:23:33 -05:00
jakebathman
325ae7ac69
Update `RegisterController` password validation rule and associated lang file
2018-10-05 13:54:15 -05:00
Taylor Otwell
a273cea667
Merge pull request #4791 from staudenmeir/pagination
...
[5.7] Revert #4744
2018-10-05 12:06:06 -05:00
Jonas Staudenmeir
277dd2e0e0
Revert #4744
2018-10-05 18:13:18 +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
Taylor Otwell
6735b84ccc
Merge pull request #4783 from laravel/laurencei-patch-1
...
[5.7] Update database config
2018-10-02 06:56:28 -07:00
Taylor Otwell
877e2d7fda
Merge pull request #4782 from eduarguzher/patch/validation-translation
...
[5.7] Changes the translation for "required_with_all" validation rule
2018-10-02 06:24:48 -07:00
Laurence Ioannou
15dac2a961
Update database.php
2018-10-02 14:23:47 +10:00
Eduardo Gh
4b589c1a4a
Changes the translation for "required_with_all" validation rule
2018-10-01 21:06:29 -05:00
Taylor Otwell
5b7f3b2061
Merge pull request #4781 from ankurk91/patch/lang-attribute
...
[5.7] Update lang attribute
2018-10-01 06:15:30 -07:00
Taylor Otwell
7d7734fe9a
wip
2018-10-01 07:50:06 -05:00
Ankur Kumar
3973fe7897
Update lang attribute
...
Make the lang attribute similar to
https://github.com/laravel/framework/blob/5.7/src/Illuminate/Auth/Console/stubs/make/views/layouts/app.stub
See https://github.com/laravel/framework/pull/24392
2018-10-01 10:44:36 +05:30
Taylor Otwell
ee8669a587
add link to sponsor
2018-09-30 08:45:53 -05:00
Graham Campbell
4b0c1d242d
Merge pull request #4780 from zaknesler/patch-1
...
[5.7] Use correct facade
2018-09-30 10:00:35 +01:00
Zak Nesler
c6f04411f5
Use correct facade
2018-09-29 22:09:02 -04:00
Taylor Otwell
361a6b71da
use str class
2018-09-28 15:55:56 -05:00
Taylor Otwell
faaabe1cef
Merge pull request #4777 from SammyK/make-app-path-stream-safe
...
[5.7] Make app path stream safe
2018-09-28 13:53:45 -07:00
Sammy Kaye Powers
6125693845
Make app path stream safe
2018-09-28 13:52:26 -04:00
Taylor Otwell
f0f912ef2b
Merge pull request #4775 from yajra/patch-register
...
[5.7] Check if register route is enabled.
2018-09-28 07:04:46 -07:00
Taylor Otwell
55e580f6cf
Update welcome.blade.php
2018-09-28 09:04:03 -05:00
Arjay Q. Angeles
e9211a4ed4
Check if register route is enabled.
2018-09-28 10:36:34 +08:00
Taylor Otwell
0c68618dd1
wip
2018-09-27 12:35:35 -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
Taylor Otwell
8e87b147bc
Merge pull request #4767 from bertheyman/daily-logs-by-default
...
[5.7] Set logs to daily by default
2018-09-25 07:19:32 -07:00
Bert Heyman
cc28fb28ab
Set logs to daily by default
2018-09-24 14:22:24 +02:00
Taylor Otwell
7028b17ed8
Merge pull request #4763 from tillkruss/ansi
...
Preserve colors
2018-09-19 07:49:22 -05:00
Till Krüss
8d455cdb58
preserve colors
2018-09-18 12:48:09 -07:00
Taylor Otwell
f507c0eda9
Merge pull request #4762 from olipayne/master
...
Fix 'resent' ambiguity
2018-09-16 15:36:15 -05:00
Oliver Payne
52fe45dd7b
Fix 'resent' ambiguity
2018-09-16 17:32:31 +02:00
Taylor Otwell
bac6cae21e
Merge pull request #4761 from gauravmak/patch-1
...
Seeded users should be verified by default
2018-09-15 09:27:28 -05:00