Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: laravel/jetstream Loading
base: v2.3.6
Choose a base ref
...
head repository: laravel/jetstream Loading
compare: v2.3.7
Choose a head ref
  • 9 commits
  • 9 files changed
  • 8 contributors

Commits on May 19, 2021

  1. Using faker method instead of properties (#787)

    * Using faker method instead of properties
    
    After Faker PHP 1.14 using properties is deprecated and is recommended to use methods instead.
    
    * Using faker method instead of properties
    
    After Faker PHP 1.14 using properties is deprecated and is recommended to use methods instead.
    sotten committed May 19, 2021
    Configuration menu
    Copy the full SHA
    670520e View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. [2.x] Remove dark classes from QR Code (#788)

    * Update TwoFactorAuthenticationForm.vue
    
    * Update two-factor-authentication-form.blade.php
    miguilimzero committed May 24, 2021
    Configuration menu
    Copy the full SHA
    7ed0cad View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Changed the column type of profile_photo_path to string(2048) (#794)

    As the TEXT type on some DBs, creates an column with a limit of 2/4 GB.
    
    This should increase compatibly with other DBs, with no impact on the migration it self. But we DO limit the column length, which is a good thing for this column use case. As a good practice URI should not be longer then 2K.
    
    There is no mention of max URI length in the RFC3986, but there are limitation imposed by the software like the browsers them self.
    rabin-io committed May 26, 2021
    Configuration menu
    Copy the full SHA
    e97e85d View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. skip test

    Skip test if Features::updatePasswords (Fortify) is disabled.
    sotten committed May 28, 2021
    Configuration menu
    Copy the full SHA
    84fce17 View commit details
    Browse the repository at this point in the history
  2. Update PasswordResetTest.php

    sotten committed May 28, 2021
    Configuration menu
    Copy the full SHA
    4ea44f0 View commit details
    Browse the repository at this point in the history
  3. formatting

    taylorotwell committed May 28, 2021
    Configuration menu
    Copy the full SHA
    470e52f View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. fix cors policy errors with inertia stack (#797)

    * fix cors policy errors with inertia stack
    
    * Update app.blade.php
    
    Co-authored-by: Taylor Otwell <[email protected]>
    ArielMejiaDev and taylorotwell committed May 31, 2021
    4 Configuration menu
    Copy the full SHA
    63662dd View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Configuration menu
    Copy the full SHA
    827b2da View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    driesvints committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    05fa160 View commit details
    Browse the repository at this point in the history
Loading