Skip to content
Permalink
5.x

Commits on Mar 25, 2021

  1. minor #40584 [PasswordHasher] The $algorithms array is only used when…

    … $algorithm is set (rosier)
    
    This PR was merged into the 5.3-dev branch.
    
    Discussion
    ----------
    
    [PasswordHasher] The $algorithms array is only used when $algorithm is set
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.x
    | Bug fix?      | no
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | -
    | License       | MIT
    | Doc PR        | -
    
    Small tweak
    
    Commits
    -------
    
    0144d0a The $algorithms array is only used when $algorithm is set
    chalasr committed Mar 25, 2021
  2. add me as password-hasher code owner

    chalasr committed Mar 25, 2021
  3. The $algorithms array is only used when $algorithm is set

    rosier committed Mar 25, 2021

Commits on Mar 24, 2021

  1. feature #40567 [Security] Move the badges resolution check to `Authen…

    …ticatorManager` (chalasr)
    
    This PR was merged into the 5.3-dev branch.
    
    Discussion
    ----------
    
    [Security] Move the badges resolution check to `AuthenticatorManager`
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.x
    | Bug fix?      | no
    | New feature?  | yes
    | Deprecations? | no (BC breaks on experimental code)
    | Tickets       | Fixes #40491
    | License       | MIT
    | Doc PR        | -
    
    Commits
    -------
    
    532f4aa [Security] Move the badges resolution check to `AuthenticatorManager`
    chalasr committed Mar 24, 2021

Commits on Mar 23, 2021

  1. minor [Contracts] Fix branch name in README.md links

    chalasr committed Mar 23, 2021
  2. [Security/Http] conflict with symfony/security-bundle < 5.3

    nicolas-grekas committed Mar 23, 2021
  3. Fix tests

    nicolas-grekas committed Mar 23, 2021
  4. feature #40300 [HttpFoundation] Add support for mysql unix_socket and…

    … charset in PdoSessionHandler::buildDsnFromUrl (bcremer, Nyholm)
    
    This PR was merged into the 5.3-dev branch.
    
    Discussion
    ----------
    
    [HttpFoundation] Add support for mysql unix_socket and charset in PdoSessionHandler::buildDsnFromUrl
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.x
    | Bug fix?      | no
    | New feature?  | yes <!-- please update src/**/CHANGELOG.md files -->
    | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
    | Tickets       | Fix #40290
    | License       | MIT
    | Doc PR        | symfony/symfony-docs#... <!-- required for new features -->
    
    Commits
    -------
    
    f4e50fb [HttpFoundation] Add support for mysql unix_socket and charset in PdoSessionHandler::buildDsnFromUrl
    nicolas-grekas committed Mar 23, 2021
  5. [HttpFoundation] Add support for mysql unix_socket and charset in Pdo…

    …SessionHandler::buildDsnFromUrl
    bcremer authored and nicolas-grekas committed Mar 23, 2021
  6. feature #40153 [Security] LoginLink with specific locale (roromix)

    This PR was squashed before being merged into the 5.3-dev branch.
    
    Discussion
    ----------
    
    [Security] LoginLink with specific locale
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.x
    | Bug fix?      | no
    | New feature?  | yes
    | Deprecations? | no
    | License       | MIT
    | Doc PR        |
    
    I have added the possibility to create a login link for a specific locale. It's useful when we want generate a link for an other user who isn't in the same locale of us.
    
    Commits
    -------
    
    50673c5 [Security] LoginLink with specific locale
    nicolas-grekas committed Mar 23, 2021
  7. [Security] LoginLink with specific locale

    roromix authored and nicolas-grekas committed Mar 23, 2021
  8. feature #40489 [Serializer] Add a Custom End Of Line in CSV File (xfi…

    …fix)
    
    This PR was merged into the 5.3-dev branch.
    
    Discussion
    ----------
    
    [Serializer] Add a Custom End Of Line in CSV File
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.x
    | Bug fix?      | no
    | New feature?  | yes
    | Deprecations? | no
    | License       | MIT
    | Doc PR        | -
    
    Commits
    -------
    
    20f0367 [Serializer] Add a Custom End Of Line in CSV File
    nicolas-grekas committed Mar 23, 2021
  9. feature #40554 [Contracts] Add `TranslatorInterface::getLocale()` (ni…

    …colas-grekas)
    
    This PR was merged into the 5.3-dev branch.
    
    Discussion
    ----------
    
    [Contracts] Add `TranslatorInterface::getLocale()`
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.x
    | Bug fix?      | no
    | New feature?  | yes
    | Deprecations? | yes
    | Tickets       | Fix #40380
    | License       | MIT
    | Doc PR        | -
    
    As discussed in #40380
    
    Commits
    -------
    
    45d9a36 [Contracts/Translation] Add `TranslatorInterface::getLocale()`
    nicolas-grekas committed Mar 23, 2021
  10. feature #40556 Add `#[As-prefix]` to service attributes (nicolas-grekas)

    This PR was merged into the 5.3-dev branch.
    
    Discussion
    ----------
    
    Add `#[As-prefix]` to service attributes
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.x
    | Bug fix?      | no
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | -
    | License       | MIT
    | Doc PR        | -
    
    This PR renames all existing attributes with the `As` prefix, as I proposed several times already.
    
    This should help autocompletion, and it's required to not collide with existing class names (eg the `Command` class, but also the old `Controller` class, etc.)
    
    I think this `As` prefix is a convention for the better.
    
    Commits
    -------
    
    4f13189 Add `#[As-prefix]` to service attributes
    nicolas-grekas committed Mar 23, 2021
  11. Merge branch '5.2' into 5.x

    * 5.2:
      [travis] remove cache of composer.lock for deps=low
      Fix comment with typo
    nicolas-grekas committed Mar 23, 2021
  12. Merge branch '4.4' into 5.2

    * 4.4:
      [travis] remove cache of composer.lock for deps=low
      Fix comment with typo
    nicolas-grekas committed Mar 23, 2021
  13. minor #40559 [travis] remove cache of composer.lock for deps=low (nic…

    …olas-grekas)
    
    This PR was merged into the 4.4 branch.
    
    Discussion
    ----------
    
    [travis] remove cache of composer.lock for deps=low
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 4.4
    | Bug fix?      | no
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | -
    | License       | MIT
    | Doc PR        | -
    
    Let's hope that Composer 2 made this fast enough. Maintaining this script might not be worth it anymore.
    
    Reverts #28146
    
    Commits
    -------
    
    9ba015d [travis] remove cache of composer.lock for deps=low
    nicolas-grekas committed Mar 23, 2021
  14. minor #40560 [Filesystem] Fix comment with typo (sebpacz)

    This PR was merged into the 4.4 branch.
    
    Discussion
    ----------
    
    [Filesystem] Fix comment with typo
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 4.4
    | Bug fix?      | no
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | ---
    | License       | MIT
    | Doc PR        | ---
    
    Commits
    -------
    
    96a05da Fix comment with typo
    nicolas-grekas committed Mar 23, 2021
  15. [travis] remove cache of composer.lock for deps=low

    nicolas-grekas committed Mar 23, 2021
  16. Fix comment with typo

    sebpacz committed Mar 23, 2021
  17. Merge branch '5.2' into 5.x

    * 5.2:
      fix reported class when deprecated method is static
    nicolas-grekas committed Mar 23, 2021
  18. Merge branch '4.4' into 5.2

    * 4.4:
      fix reported class when deprecated method is static
    nicolas-grekas committed Mar 23, 2021
  19. minor #40558 [PhpUnitBridge] fix reported class when deprecated metho…

    …d is static (xabbuh)
    
    This PR was merged into the 4.4 branch.
    
    Discussion
    ----------
    
    [PhpUnitBridge] fix reported class when deprecated method is static
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 4.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Tickets       |
    | License       | MIT
    | Doc PR        |
    
    Commits
    -------
    
    aa80df6 fix reported class when deprecated method is static
    nicolas-grekas committed Mar 23, 2021
  20. fix reported class when deprecated method is static

    xabbuh committed Mar 23, 2021
  21. feature #40555 [HttpKernel] Add `#[AsController]` attribute for decla…

    …ring standalone controllers on PHP 8 (nicolas-grekas)
    
    This PR was merged into the 5.3-dev branch.
    
    Discussion
    ----------
    
    [HttpKernel] Add `#[AsController]` attribute for declaring standalone controllers on PHP 8
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.x
    | Bug fix?      | no
    | New feature?  | yes
    | Deprecations? | no
    | Tickets       | -
    | License       | MIT
    | Doc PR        | -
    
    This PR adds an `#[AsController]` attribute to allow autoconfiguring controllers even when they don't extend `AbstractController`. This should allow removing the line about `controller.service_arguments` in `services.yaml` to cover this need (but that is noise to most.)
    
    Commits
    -------
    
    437f5fe [HttpKernel] Add `#[AsController]` attribute for declaring listeners on PHP 8
    chalasr committed Mar 23, 2021
  22. Merge branch '5.2' into 5.x

    * 5.2:
      [travis] use packagist API v2
      [translation] Fix update existing key with existing +int-icu domain
      [Contracts] Fix branch name in README.md links
    nicolas-grekas committed Mar 23, 2021
  23. Merge branch '4.4' into 5.2

    * 4.4:
      [travis] use packagist API v2
      [translation] Fix update existing key with existing +int-icu domain
      [Contracts] Fix branch name in README.md links
    nicolas-grekas committed Mar 23, 2021
  24. minor #40557 [travis] use packagist API v2 (nicolas-grekas)

    This PR was merged into the 4.4 branch.
    
    Discussion
    ----------
    
    [travis] use packagist API v2
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 4.4
    | Bug fix?      | no
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | -
    | License       | MIT
    | Doc PR        | -
    
    Commits
    -------
    
    af43ca0 [travis] use packagist API v2
    nicolas-grekas committed Mar 23, 2021
  25. [travis] use packagist API v2

    nicolas-grekas committed Mar 23, 2021
  26. Add `#[As-prefix]` to service attributes

    nicolas-grekas committed Mar 23, 2021
  27. [HttpKernel] Add `#[AsController]` attribute for declaring listeners …

    …on PHP 8
    nicolas-grekas committed Mar 23, 2021
  28. bug #40552 [Translation] Fix update existing key with existing +int-i…

    …cu domain (Alexis)
    
    This PR was merged into the 4.4 branch.
    
    Discussion
    ----------
    
    [Translation] Fix update existing key with existing +int-icu domain
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 4.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Tickets       |  none
    | License       | MIT
    | Doc PR        | none
    
    Using php-translation webui interface, I was trying to update an existing +int-icu domain but a regular domain was created and the existing key wasn't updated. Looks like in the method I modified, we should have been looking for a potential domain+intl-icu domain and try update it first
    
    Commits
    -------
    
    2a196ca [translation] Fix update existing key with existing +int-icu domain
    nicolas-grekas committed Mar 23, 2021
Older