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: claudiodekker/laravel-auth
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.2
Choose a base ref
...
head repository: claudiodekker/laravel-auth
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 19 commits
  • 197 files changed
  • 3 contributors

Commits on Nov 30, 2022

  1. Initial Commit

    claudiodekker committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    cf04b0d View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Fix README.md shields

    claudiodekker authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    0e3f586 View commit details
    Browse the repository at this point in the history
  2. Fix: fakerphp/faker 1.14: Accessing property "dateTime" is deprecated (

    …#5)
    
    * fakerphp/faker 1.14: Accessing property "dateTime" is deprecated, use "dateTime()" instead.
    * Remove unnecessary lockfile
    claudiodekker authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    1e5d51f View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Fix test assert timing bug (missing Carbon::setTestNow) (#9)

    Tests\Feature\AuthenticationTest::it_automatically_enables_sudo_mode_when_the_user_completes_the_multi_factor_challenge_using_a_public_key_credential
    Failed asserting that 1671696254 matches expected 1671696255.
    claudiodekker authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    f77a248 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    claudiodekker committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    97de967 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. merge multiple repositories into a monorepo

    - merged using: 'monorepo_build.sh core:packages/core bladebones:packages/bladebones'
    - see https://github.com/shopsys/monorepo-tools
    claudiodekker committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    77916dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2134924 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3fde1f View commit details
    Browse the repository at this point in the history
  4. Add release workers

    claudiodekker committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    c5d7c1b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4175b7e View commit details
    Browse the repository at this point in the history
  6. Fix styling

    claudiodekker authored and github-actions[bot] committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    1e54e63 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Configuration menu
    Copy the full SHA
    00608af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2c520f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb6bf5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8098b96 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Add License Files

    claudiodekker committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    e0aa26c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e31e404 View commit details
    Browse the repository at this point in the history
  3. Add Laravel 10 support (#23)

    - Add Laravel 10 Support
    - Add PHP 8.2 Support
    - Improved generator styling, as per Laravel Pint standards
    - Improved tests to use translations instead of string matches
    - Fixed timing-related test regression
    claudiodekker authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    01dfb2e View commit details
    Browse the repository at this point in the history
  4. Release v0.2.0

    claudiodekker committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    928b502 View commit details
    Browse the repository at this point in the history
Loading