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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.3
Choose a base ref
...
head repository: laravel/jetstream
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.0
Choose a head ref
  • 9 commits
  • 9 files changed
  • 7 contributors

Commits on Oct 27, 2020

  1. Update DeleteUser.php

    delete a users token once user is deleted
    lostdesign authored Oct 27, 2020
    Configuration menu
    Copy the full SHA
    4de5a8e View commit details
    Browse the repository at this point in the history
  2. delete an user's tokens

    lostdesign committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    382181b View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. fix tests

    taylorotwell committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    5bc500e View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. [1.x] Fix composer memory limit crashes (#412)

    * Fix composer memory limit crashes
    
    * Rename package to packages
    
    Co-authored-by: Claudio Dekker <claudiodekker@users.noreply.github.com>
    claudiodekker and claudiodekker authored Oct 29, 2020
    Configuration menu
    Copy the full SHA
    9034198 View commit details
    Browse the repository at this point in the history
  2. php8

    Mads Møller committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    5b0270c View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Merge pull request #416 from viezel/php8

    PHP8 Support
    driesvints authored Oct 30, 2020
    Configuration menu
    Copy the full SHA
    25e8974 View commit details
    Browse the repository at this point in the history
  2. [1.x] Update two-factor-authentication-form.blade.php (#414)

    * Update two-factor-authentication-form.blade.php
    
    I had an issue where I couldn't scan the barcode when setting up 2FA. Determined the issue was using darkmode tailwind css styling. The Google authenticator app and VIP Access Authenticator don't pick up the barcode if it has a dark background right up against it. Add a p-4 white background resolved the issue on both apps. Propose adding this white border out of the box to prevent this issue if the user chooses a dark color adjacent to the barcode.
    
    * Update two-factor-authentication-form.blade.php
    underwood authored Oct 30, 2020
    Configuration menu
    Copy the full SHA
    a933f4e View commit details
    Browse the repository at this point in the history
  3. [1.x] Update TwoFactorAuthenticationForm.vue (#417)

    * Update TwoFactorAuthenticationForm.vue
    
    Adding matching styles for fix applied to Livewire to resolve issue with QR code not being read by authenticator if back ground is dark and right up against QR Code image.
    
    * Update TwoFactorAuthenticationForm.vue
    underwood authored Oct 30, 2020
    Configuration menu
    Copy the full SHA
    bde4f4f View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Update CHANGELOG.md

    driesvints committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    0cf69f7 View commit details
    Browse the repository at this point in the history
Loading