Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.
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: Adldap2/Adldap2-Laravel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.1.2
Choose a base ref
...
head repository: Adldap2/Adldap2-Laravel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 17 commits
  • 4 files changed
  • 6 contributors

Commits on Nov 11, 2020

  1. Catch exception and trigger fallback

    When having connection or network failures, the fallback was not executed and the user was unable to login on the application even though the fallback option was enabled.
    ivanwitzke authored Nov 11, 2020
    Configuration menu
    Copy the full SHA
    2a17981 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #898 from ivanwitzke/patch-1

    Catch exception and trigger fallback
    stevebauman authored Nov 11, 2020
    Configuration menu
    Copy the full SHA
    066715e View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Configuration menu
    Copy the full SHA
    68bb780 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Fix blog post link

    stevebauman authored Nov 17, 2020
    Configuration menu
    Copy the full SHA
    2930a1e View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Make it work with PHP 8.0

    method_exists requires first parameter to be object or string now and won't accept a null parameter
    shemgp authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    6710c6f View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Make it into single statement.

    shemgp committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    1fdfe32 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Merge pull request #906 from shemgp/patch-1

    Make it work with PHP 8.0
    stevebauman authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    082e863 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Update readme.md

    stevebauman authored Jan 21, 2022
    Configuration menu
    Copy the full SHA
    7147158 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Laravel 9.0 support

    sgarwood authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    b857af1 View commit details
    Browse the repository at this point in the history
  2. Update composer.json

    sgarwood authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    d05a799 View commit details
    Browse the repository at this point in the history
  3. Update composer.json

    sgarwood authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    daeda4c View commit details
    Browse the repository at this point in the history
  4. Update composer.json

    sgarwood authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    996f195 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #923 from sgarwood/laravel-9-support

    Laravel 9 support
    stevebauman authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    e67f845 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    fbe0592 View commit details
    Browse the repository at this point in the history
  2. Update composer.json

    stevebauman authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    084ca4e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #932 from laravel-shift/l10-compatibility

    Laravel 10.x Compatibility
    stevebauman authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    d587c4d View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Update readme.md

    stevebauman authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    8637098 View commit details
    Browse the repository at this point in the history
Loading