Commit Graph

323 Commits

Author SHA1 Message Date
Youri Wijnands c64061629e
Use the new Google Fonts API (#5398)
https://developers.google.com/fonts/docs/css2
2020-09-08 07:50:22 -05:00
Taylor Otwell 6f1f40bc94 update link 2020-07-14 14:39:13 -05:00
Taylor Otwell 641d104610 add css file 2020-06-19 15:40:52 -05:00
Taylor Otwell 588247b790 use postCss default instead of sass 2020-06-18 15:26:58 -05:00
Taylor Otwell b522e3b301 shop 2020-06-03 17:06:06 -05:00
Taylor Otwell 6aa12f1b06 use route service provider 2020-06-03 14:51:22 -05:00
Taylor Otwell c15a1006d1 respect dark mode on splash 2020-05-15 14:04:40 -05:00
Taylor Otwell 0e01834bed add sponsor link 2020-04-17 10:36:46 -05:00
Taylor Otwell 0f0b78ec8c tweak welcome page 2020-04-07 15:58:25 -05:00
Taylor Otwell bf2d370ec4 new welcome page 2020-04-07 14:38:49 -05:00
Taylor Otwell db596ba02a Merge branch 'develop' of github.com:laravel/laravel into develop 2020-01-17 16:15:48 -06:00
Taylor Otwell ffc74ba143 remove hyphen on email 2020-01-17 16:15:38 -06:00
Robert Korulczyk f121af8985 Add missing full stop for some validation messages (#5205) 2020-01-12 09:06:29 -06:00
byjml 9b6643226d Consistent order (#5167)
Keep the alphabetical order of the validation messages.
2019-12-04 12:57:13 -06:00
Mark van den Broek 2f8e55a9ec Rename `encrypted` to `forceTLS`. (#5159) 2019-11-25 08:10:36 -06:00
Taylor Otwell 953b488b8b fix key 2019-10-21 13:47:27 -05: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
Dries Vints 050c1d880e
Add new password rule language line 2019-10-08 11:26:03 +02:00
Taylor Otwell 6ff5d6c7b8 Merge branch 'master' into develop 2019-08-23 11:59:05 -05:00
Jess Archer aa74fcb38f Remove manual adding of X-CSRF-TOKEN header (#5083)
This is unnessecery code because Axios already automatically adds
a X-XSRF-TOKEN header from the XSRF-TOKEN cookie encrypted value on
same-origin requests. The `VerifyCsrfToken` middleware and Passport's
`TokenGuard` already allow using the `X-XSRF-TOKEN` header.
2019-08-21 07:47:43 -05:00
Dries Vints 4852f48346 Remove deprecated language line (#5074) 2019-08-12 07:48:54 -05:00
Dries Vints a5111cf70f
Merge branch 'master' into develop 2019-08-12 11:56:28 +02:00
Dries Vints d5691a2e6d
Add missing trailing semicolon 2019-08-06 14:32:07 +02:00
Chuck Rincón fad6ef3d4b [6.0] - Add vapor link on the welcome view (#5072) 2019-08-02 15:54:12 -05:00
Taylor Otwell fc39b073f3 remove ui scaffolding 2019-06-27 19:57:39 -05:00
Dries Vints 762e987e5b
Uppercase doctype
In similar fashion as https://github.com/laravel/framework/pull/28583
2019-05-21 15:15:32 +02:00
Jason McCreary 93c6874189 Add ends_with validation message (#5020) 2019-05-09 19:07:43 -05:00
Taylor Otwell 4b78ba61ea fix conflicts 2019-05-06 08:30:56 -05:00
Taylor Otwell 65f8271032 update version 2019-05-06 08:30:33 -05:00
Dries Vints 91dc5ed286 Apply fixes from StyleCI 2019-04-22 14:06:03 +00:00
Taylor Otwell 505a891db6
Merge pull request #4952 from andrewgorpenko/andrewgorpenko-patch-1
Fix unterminated statements
2019-02-26 07:58:35 -06:00
Andrew Gorpenko 66eeb3bca3
Fix unterminated statements
This tiny patch adds missing commas to the app.js file.
2019-02-26 15:51:24 +02:00
Dries Vints 3c53897ee4
Merge branch 'master' into develop 2019-02-15 18:47:27 +01:00
Eddybrando Vásquez e40dfc6b4d feat: Remove unnecessary link type 2019-02-04 22:45:28 +01:00
Dries Vints 2498f317d7
Remove unused Bootstrap class
This class isn't available in Bootstrap 4.
2019-01-23 15:23:51 +01:00
Taylor Otwell 3a550dee85 Merge branch 'master' into develop 2019-01-11 08:53:23 -06:00
Taylor Otwell 915667a8d5 formatting 2019-01-11 08:48:42 -06:00
ForzaFerrariDEV 1ec97b2c37
Update welcome.blade.php 2019-01-10 21:46:58 +01:00
Taylor Otwell 4070dc98d4 fix conflicts 2018-12-18 09:06:40 -06:00
Jeffrey Way dc58f95ebb Bump to Mix v4 2018-12-14 15:14:03 -05:00
Taylor Otwell b926f2e114
Merge pull request #4866 from driesvints/add-starts-with-rule
[5.7] Add language entry for starts_with rule
2018-11-27 08:16:04 -06:00
Anders Jürisoo c9046b2291
Fixed mixed up comment order 2018-11-27 07:52:25 +08:00
Dries Vints 78cb2685aa
Add language entry for starts_with rule
See https://github.com/laravel/framework/pull/26612
2018-11-26 17:29:42 +01:00
Jonas Staudenmeir 5052ab1fd7 Add date_equals validation message 2018-11-21 21:38:35 +01:00
Aryeh Raber 52cedb64b1
Clean up 2018-11-13 16:41:07 +01:00
Aryeh Raber 7003366e99
Remove lodash dependency 2018-11-13 16:28:28 +01:00
Taylor Otwell c2359fe119 wip 2018-11-02 10:42:02 -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
Laurence Ioannou cff8c52824
Update validation.php 2018-10-30 18:39:37 +11:00
Clemir Rondón c96995fb61 Add message for UUID validation rule 2018-10-28 11:04:31 -04:00
Daniel Bănciulea 4202ec978d fix running mix tasks error 2018-10-24 01:57:56 +03:00
Hicham LEMGHARI 2a6f228bec Removing double arrow alignments 2018-10-22 19:07:32 +01: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
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
Jonas Staudenmeir 277dd2e0e0 Revert #4744 2018-10-05 18:13:18 +02:00
Eduardo Gh 4b589c1a4a Changes the translation for "required_with_all" validation rule 2018-10-01 21:06:29 -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
Zak Nesler c6f04411f5
Use correct facade 2018-09-29 22:09:02 -04: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
Sjors Ottjes 76a536b407
Update welcome.blade.php 2018-09-05 08:49:25 +02:00
Taylor Otwell b0651d2467 Merge branch 'master' into develop 2018-09-04 08:12:22 -05:00
Jonas Staudenmeir d44d5eb609 Fix pagination translation 2018-09-03 20:10:00 +02:00
Taylor Otwell 0c62780402 fix conflicts 2018-08-22 14:13:25 -05:00
Taylor Otwell 289b145731 Merge branch 'master' of github.com:laravel/laravel 2018-08-22 14:12:47 -05:00
Taylor Otwell 4e6838a6cc add nova 2018-08-22 14:12:42 -05:00
Advaith 1d33fc07bf
Changed font to new one
Updated the font to Nuntio from Raleway
2018-08-14 18:32:21 +05:30
Taylor Otwell ff38d4e1a0 flatten resources more 2018-07-31 15:03:51 -05:00
Taylor Otwell 6646ad7c52 update font and colors 2018-07-19 07:48:31 -05:00
Dries Vints 7ff917aa20
Fix alpha_dash
It also accepts underscores as valid signs as explicitly stated in the docs and source code so I believe it would be best to also add it to the validation message.
2018-05-18 14:52:24 +02:00
Fred Delrieu 7d8e91ab66
fix: alphabetical order 2018-05-08 15:58:10 +02:00
Alymosul 51507a6d8a Add language lines for the newly added comparison validation rules. 2018-05-06 17:54:33 +03:00
Taylor Otwell f013a48879
Merge pull request #4602 from vlakoff/not_regex
[5.6] Add message for "Not Regex" validation rule
2018-03-10 09:48:50 -06:00
vlakoff 293fae6bd8 Add message for "Not Regex" validation rule 2018-03-10 02:44:56 +01:00
Nikolay Nizruhin 231da4a6e9
Remove sass variables 2018-02-12 00:52:17 +02:00
Taylor Otwell 224f9949c7 use mix env variables 2018-01-26 09:52:02 -06:00
Taylor Otwell 3926520f73 update example component to bs4 2018-01-26 09:45:48 -06:00
Graham Campbell 8067ed6dd3 Merge branch 'master' into develop 2017-12-26 12:32:52 +00:00
Taylor Otwell aad59400e2
Update bootstrap.js 2017-12-23 20:08:55 -06:00
Przemek Dziewa a38c115f4b Update Echo options for pusher in bootstrap.js 2017-12-23 23:41:57 +01:00
Taylor Otwell cd53623249 compile 2017-12-20 17:02:59 -06:00
Taylor Otwell c0cda4f81f fix 2017-12-20 16:58:36 -06:00
Mohamed Said 4be558ac65 switch to bootstrap4 2017-12-20 21:14:56 +02:00
Talv Bansal 814e0f22e0 Update example component to follow the vue.js style guide 2017-10-09 14:34:20 -04:00
Kevin G 0657a2ba25 Fixes "Cannot resolve directory'" in PhpStorm
This fixes the annoying error shown on the import line

Cannot resolve directory 'node_modules' less... (Strg+F1) 
This inspection checks references to files and directories.
2017-08-11 17:13:08 +02:00
Ahmed-Te7a 71d38b044d Add auth directive 2017-07-25 20:26:13 +02:00
balping 03c2387226 Change hardcoded urls to named routes
This makes the links consistent with the ones in https://github.com/laravel/framework/blob/5.4/src/Illuminate/Auth/Console/stubs/make/views/layouts/app.stub
2017-07-25 10:19:59 +02: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
Miguel Piedrafita ed82e6704d See https://github.com/laravel/framework/pull/19405 2017-05-30 14:55:00 +02: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
Bappi 5e538feb67 doctype uppercase to lowercase
no harm, only benefits
2017-04-26 15:20:46 +06:00
Taylor Otwell d905b2e7be only load libraries if present 2017-04-17 15:31:48 -05:00
Taylor Otwell 17ec5c51d6 Move the location of Vue inclusion. 2017-04-17 15:30:36 -05:00