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: v5.0.4
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: v5.0.5
Choose a head ref
  • 13 commits
  • 8 files changed
  • 4 contributors

Commits on Feb 4, 2020

  1. Add missing use statements

    fabpot committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    1662e40 View commit details
    Browse the repository at this point in the history
  2. Merge branch '4.4' into 5.0

    * 4.4:
      Add missing use statements
      [Translation] Add missing use statement
      [Translation] Add missing use statement
      [Config][XmlReferenceDumper] Prevent potential \TypeError
      [Mailer] Fix broken mandrill http send for recipients with names
      [Translation] prefer intl domain when adding messages to catalogue
      Fix CS
      Fix CS
      Fail on empty password verification (without warning on any implementation)
      [Translation][Debug] Add installation and minimal example to README
      [Validator] try to call __get method if property is uninitialized
      Show both missing packages in the same error message
      Fix handling of empty_data's \Closure value in Date/Time form types
    fabpot committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    fe044ed View commit details
    Browse the repository at this point in the history
  3. Fix CS

    fabpot committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    5ff827d View commit details
    Browse the repository at this point in the history
  4. Merge branch '3.4' into 4.4

    * 3.4:
      Fix CS
    fabpot committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    56671ce View commit details
    Browse the repository at this point in the history
  5. Fix CS

    fabpot committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    f1e6fce View commit details
    Browse the repository at this point in the history
  6. Merge branch '4.4' into 5.0

    * 4.4:
      Fix CS
      Fix CS
    fabpot committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    ebd8fbb View commit details
    Browse the repository at this point in the history
  7. Fix CS

    fabpot committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    9f407b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Update UserPasswordEncoderCommand.php

    wimme002 authored and fabpot committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    1898d4f View commit details
    Browse the repository at this point in the history
  2. Merge branch '3.4' into 4.4

    * 3.4:
      [FrameworkBundle] fix "samesite" in XSD
      Update UserPasswordEncoderCommand.php
      [HttpFoundation][FrameworkBundle] fix support for samesite in session cookies
      [DoctrineBridge] Fixed submitting ids with query limit or offset
    nicolas-grekas committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    4942820 View commit details
    Browse the repository at this point in the history
  3. Merge branch '4.4' into 5.0

    * 4.4:
      [FrameworkBundle] fix "samesite" in XSD
      [Console] Consider STDIN interactive
      Update UserPasswordEncoderCommand.php
      [HttpFoundation][FrameworkBundle] fix support for samesite in session cookies
      [DoctrineBridge] Fixed submitting ids with query limit or offset
    nicolas-grekas committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    1c1f58c View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Configuration menu
    Copy the full SHA
    90c6bea View commit details
    Browse the repository at this point in the history
  2. Merge branch '3.4' into 4.4

    * 3.4:
      [Security] Allow switching to another user when already switched
    chalasr committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    21c4270 View commit details
    Browse the repository at this point in the history
  3. Merge branch '4.4' into 5.0

    * 4.4:
      [Security] Allow switching to another user when already switched
    chalasr committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    bbf735c View commit details
    Browse the repository at this point in the history
Loading