Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IBX-9584: Resolved Symfony 6.x deprecations vol. 2 #159

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ibexa/commerce/5.0/config/packages/ibexa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ ibexa:

framework:
translator: { fallback: '%locale_fallback%' }
validation: { enable_annotations: true }
validation: { enable_attributes: true }
default_locale: '%locale_fallback%'
esi: true
fragments: true
Expand Down
4 changes: 0 additions & 4 deletions ibexa/commerce/5.0/config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
# To get started with security, check out the documentation:
# https://symfony.com/doc/current/security.html
security:
enable_authenticator_manager: true

password_hashers:
Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface: 'auto'

Expand Down Expand Up @@ -130,7 +128,6 @@ security:
# entry_point: Ibexa\Bundle\OAuth2Client\Security\Authenticator\OAuth2Authenticator
# context: ibexa
# form_login:
# require_previous_session: false
# enable_csrf: true
# logout: ~

Expand All @@ -156,7 +153,6 @@ security:
user_checker: Ibexa\Core\MVC\Symfony\Security\UserChecker
context: ibexa
form_login:
require_previous_session: false
enable_csrf: true
login_path: login
check_path: login_check
Expand Down
2 changes: 1 addition & 1 deletion ibexa/experience/5.0/config/packages/ibexa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ ibexa:

framework:
translator: { fallback: '%locale_fallback%' }
validation: { enable_annotations: true }
validation: { enable_attributes: true }
default_locale: '%locale_fallback%'
esi: true
fragments: true
Expand Down
4 changes: 0 additions & 4 deletions ibexa/experience/5.0/config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
# To get started with security, check out the documentation:
# https://symfony.com/doc/current/security.html
security:
enable_authenticator_manager: true

password_hashers:
Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface: 'auto'

Expand Down Expand Up @@ -118,7 +116,6 @@ security:
# entry_point: Ibexa\Bundle\OAuth2Client\Security\Authenticator\OAuth2Authenticator
# context: ibexa
# form_login:
# require_previous_session: false
# enable_csrf: true
# logout: ~

Expand All @@ -144,7 +141,6 @@ security:
user_checker: Ibexa\Core\MVC\Symfony\Security\UserChecker
context: ibexa
form_login:
require_previous_session: false
enable_csrf: true
login_path: login
check_path: login_check
Expand Down
2 changes: 1 addition & 1 deletion ibexa/headless/5.0/config/packages/ibexa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ ibexa:

framework:
translator: { fallback: '%locale_fallback%' }
validation: { enable_annotations: true }
validation: { enable_attributes: true }
default_locale: '%locale_fallback%'
esi: true
fragments: true
Expand Down
4 changes: 0 additions & 4 deletions ibexa/headless/5.0/config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
# To get started with security, check out the documentation:
# https://symfony.com/doc/current/security.html
security:
enable_authenticator_manager: true

password_hashers:
Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface: 'auto'

Expand Down Expand Up @@ -117,7 +115,6 @@ security:
# entry_point: Ibexa\Bundle\OAuth2Client\Security\Authenticator\OAuth2Authenticator
# context: ibexa
# form_login:
# require_previous_session: false
# enable_csrf: true
# logout: ~

Expand All @@ -143,7 +140,6 @@ security:
user_checker: Ibexa\Core\MVC\Symfony\Security\UserChecker
context: ibexa
form_login:
require_previous_session: false
enable_csrf: true
login_path: login
check_path: login_check
Expand Down
2 changes: 1 addition & 1 deletion ibexa/oss/5.0/config/packages/ibexa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ ibexa:

framework:
translator: { fallback: '%locale_fallback%' }
validation: { enable_annotations: true }
validation: { enable_attributes: true }
default_locale: '%locale_fallback%'
esi: true
fragments: true
Expand Down
3 changes: 0 additions & 3 deletions ibexa/oss/5.0/config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
# To get started with security, check out the documentation:
# https://symfony.com/doc/current/security.html
security:
enable_authenticator_manager: true

password_hashers:
Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface: 'auto'

Expand Down Expand Up @@ -99,7 +97,6 @@ security:
user_checker: Ibexa\Core\MVC\Symfony\Security\UserChecker
context: ibexa
form_login:
require_previous_session: false
enable_csrf: true
login_path: login
check_path: login_check
Expand Down
Loading