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: symfony/security-bundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.2.3
Choose a base ref
...
head repository: symfony/security-bundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.2.6
Choose a head ref
  • 14 commits
  • 13 files changed
  • 3 contributors

Commits on Jan 1, 2023

  1. Bump license year to 2023

    fabpot committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    8203ec9 View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.0

    * 5.4:
      Fix LICENSE year
      Bump license year to 2023
    fabpot committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    1cf1b26 View commit details
    Browse the repository at this point in the history
  3. Merge branch '6.0' into 6.1

    * 6.0:
      Fix LICENSE year
      Bump license year to 2023
    fabpot committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    9a948d6 View commit details
    Browse the repository at this point in the history
  4. Merge branch '6.1' into 6.2

    * 6.1:
      Bump LICENSE year
      Fix LICENSE year
      Bump license year to 2023
    fabpot committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    0f78a02 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. [SecurityBundle] Fix using same handler for multiple authenticators

    Using a reference for custom success/failure handler breaks using the
    same service for multiple authenticators. This as the options will be
    overriden by any later authenticators. So use a ChildDefinition instead
    so every authenticator gets a unique instance.
    
    Fixes: #48923
    RobertMe authored and nicolas-grekas committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    e16ac30 View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.0

    * 5.4:
      [SecurityBundle] Fix using same handler for multiple authenticators
      [DependencyInjection] Fix dump order of inlined deps
      [VarExporter] Fix exporting enums
      [HttpClient] Let curl handle content-length headers
    nicolas-grekas committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    38b8696 View commit details
    Browse the repository at this point in the history
  3. Merge branch '6.0' into 6.1

    * 6.0:
      [SecurityBundle] Fix using same handler for multiple authenticators
      [DependencyInjection] Fix dump order of inlined deps
      [VarExporter] Fix exporting enums
      [HttpClient] Let curl handle content-length headers
      [Intl] Fix tests
    nicolas-grekas committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    601d2f6 View commit details
    Browse the repository at this point in the history
  4. Merge branch '6.1' into 6.2

    * 6.1:
      [SecurityBundle] Fix using same handler for multiple authenticators
      [DependencyInjection] Fix dump order of inlined deps
      [VarExporter] Fix exporting enums
      [HttpClient] Let curl handle content-length headers
      [Intl] Fix tests
    nicolas-grekas committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    0ccb864 View commit details
    Browse the repository at this point in the history
  5. fix merge

    nicolas-grekas committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    2f7f0b7 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

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

Commits on Jan 30, 2023

  1. Merge branch '4.4' into 5.4

    * 4.4:
      [Security/Http] Remove CSRF tokens from storage on successful login
      [HttpKernel] Remove private headers before storing responses with HttpCache
    nicolas-grekas committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    1a049b7 View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.0

    * 5.4:
      [HttpFoundation] Fix bad return type in IpUtils::checkIp4()
      [DependencyInjection] Fix order of arguments when mixing positional and named ones
      [HttpClient] Fix collecting data non-late for the profiler
      [Security/Http] Fix compat of persistent remember-me with legacy tokens
      Bump Symfony version to 5.4.20
      Update VERSION for 5.4.19
      Update CONTRIBUTORS for 5.4.19
      Update CHANGELOG for 5.4.19
      [Security/Http] Remove CSRF tokens from storage on successful login
      [HttpKernel] Remove private headers before storing responses with HttpCache
    nicolas-grekas committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    fbe14fa View commit details
    Browse the repository at this point in the history
  3. Merge branch '6.0' into 6.1

    * 6.0:
      [HttpFoundation] Fix bad return type in IpUtils::checkIp4()
      [DependencyInjection] Fix order of arguments when mixing positional and named ones
      [HttpClient] Fix collecting data non-late for the profiler
      [Security/Http] Fix compat of persistent remember-me with legacy tokens
      Bump Symfony version to 6.0.20
      Update VERSION for 6.0.19
      Update CHANGELOG for 6.0.19
      Bump Symfony version to 5.4.20
      Update VERSION for 5.4.19
      Update CONTRIBUTORS for 5.4.19
      Update CHANGELOG for 5.4.19
      [Security/Http] Remove CSRF tokens from storage on successful login
      [HttpKernel] Remove private headers before storing responses with HttpCache
    nicolas-grekas committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    5c790f7 View commit details
    Browse the repository at this point in the history
  4. Merge branch '6.1' into 6.2

    * 6.1:
      [HttpFoundation] Fix bad return type in IpUtils::checkIp4()
      [DependencyInjection] Fix order of arguments when mixing positional and named ones
      [HttpClient] Fix collecting data non-late for the profiler
      [Security/Http] Fix compat of persistent remember-me with legacy tokens
      Bump Symfony version to 6.1.12
      Update VERSION for 6.1.11
      Update CHANGELOG for 6.1.11
      Bump Symfony version to 6.0.20
      Update VERSION for 6.0.19
      Update CHANGELOG for 6.0.19
      Bump Symfony version to 5.4.20
      Update VERSION for 5.4.19
      Update CONTRIBUTORS for 5.4.19
      Update CHANGELOG for 5.4.19
      [Security/Http] Remove CSRF tokens from storage on successful login
      [HttpKernel] Remove private headers before storing responses with HttpCache
    nicolas-grekas committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    f3feb14 View commit details
    Browse the repository at this point in the history
Loading