Commit graph

36978 commits

Author SHA1 Message Date
Grzegorz Sadowski
4797362906
Merge branch '2.0' into SYL-3092-remove-autoconfigure-with-attributes-parameter 2024-10-18 09:06:14 +02:00
Karol
bffae5ef99
[UserBundle] Remove pin configuration parameter and related things (#17259)
| Q               | A
|-----------------|-----
| Branch?         | 2.0
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | yes
| Deprecations? | no<!-- don't forget to update the UPGRADE-*.md file
-->
| Related tickets | continuation of #17246 
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.13 branch
 - Features and deprecations must be submitted against the 1.14 branch
- Features, removing deprecations and BC breaks must be submitted
against the 2.0 branch
 - Make sure that the correct base branch is set

To be sure you are not breaking any Backward Compatibilities, check the
documentation:

https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->
2024-10-18 07:57:58 +02:00
Grzegorz Sadowski
398f6834dc
[Shop] Add priorities to hooks (#17252)
| Q               | A
|-----------------|-----
| Branch?         | 2.0 <!-- see the comment below -->
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.13 branch
 - Features and deprecations must be submitted against the 1.14 branch
- Features, removing deprecations and BC breaks must be submitted
against the 2.0 branch
 - Make sure that the correct base branch is set

To be sure you are not breaking any Backward Compatibilities, check the
documentation:

https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->
2024-10-18 07:51:59 +02:00
Grzegorz Sadowski
31da1ae971
[CS][DX] Refactor (#17267)
This PR has been generated automatically.
For more details see
[refactor.yaml](/Sylius/Sylius/blob/1.12/.github/workflows/refactor.yaml).
2024-10-18 07:34:17 +02:00
Grzegorz Sadowski
3e2379221e
add info about trademark and logo (#17255)
| Q               | A
|-----------------|-----
| Branch?         | 2.0 
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| License         | MIT
2024-10-18 06:32:37 +02:00
Sylius Bot
cb825fac1f [CS][DX] Refactor 2024-10-18 02:27:31 +00:00
Grzegorz Sadowski
5dd143f736
[PaymentBundle] Unification of services names (#17251)
| Q               | A
|-----------------|-----
| Branch?         | 2.0
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | #17233
| License         | MIT
2024-10-17 14:36:43 +02:00
Grzegorz Sadowski
4e4bf7a518
[UserBundle] Remove pin related leftovers 2024-10-17 14:28:12 +02:00
Grzegorz Sadowski
16ec230f67
[UserBundle] Remove pin configuration parameter and related things 2024-10-17 14:28:08 +02:00
Grzegorz Sadowski
0ca5c30b3b
Merge branch '1.14' into 2.0
* 1.14:
  Revert "[Behat] Temporarily add todo tag to problematic scenarios"
  Replace deprecated DOMNodeInserted event with MutationObserver
2024-10-17 14:20:13 +02:00
Grzegorz Sadowski
6a8c441f4e
Merge branch '1.13' into 1.14
* 1.13:
  Revert "[Behat] Temporarily add todo tag to problematic scenarios"
  Replace deprecated DOMNodeInserted event with MutationObserver
2024-10-17 14:16:31 +02:00
Grzegorz Sadowski
226348bfe9
bug #17262 Replace deprecated DOMNodeInserted event with MutationObserver (kulczy)
This PR was merged into the 1.13 branch.

Discussion
----------

This PR replaces the use of the deprecated (started from Chrome 130) `DOMNodeInserted` event with the modern `MutationObserver` API


Commits
-------

daf2c910d4 Replace deprecated DOMNodeInserted event with MutationObserver
012f2e56e3 Revert "[Behat] Temporarily add todo tag to problematic scenarios"
2024-10-17 14:15:59 +02:00
Grzegorz Sadowski
0aaa8c6646
Merge branch '1.14' into 2.0
* 1.14:
  [UserBundle] Deprecate pin related services and classes
  Mirror improvements
  Fix injected services after changing services IDs
  Update upgrade file
  [PayumBundle] Unification os services name
2024-10-17 13:44:47 +02:00
Jan Góralski
eb3ed59c82
minor #17240 [Security] Rename API firewalls (GSadee)
This PR was merged into the 2.0 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 2.0
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no<!-- don't forget to update the UPGRADE-*.md file -->
| Related tickets | 
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.13 branch
 - Features and deprecations must be submitted against the 1.14 branch
 - Features, removing deprecations and BC breaks must be submitted against the 2.0 branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->


Commits
-------
  [Security] Rename API firewalls
2024-10-17 13:36:11 +02:00
Jan Góralski
b345ca751c
minor #17260 [UserBundle] Deprecate pin related services and classes (GSadee)
This PR was merged into the 1.14 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 1.14
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | yes <!-- don't forget to update the UPGRADE-*.md file -->
| Related tickets | continuation of #17246, related to #17259 
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.13 branch
 - Features and deprecations must be submitted against the 1.14 branch
 - Features, removing deprecations and BC breaks must be submitted against the 2.0 branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->


Commits
-------
  [UserBundle] Deprecate pin related services and classes
2024-10-17 13:34:26 +02:00
Grzegorz Sadowski
f03f38efea
refactor #17242 [PayumBundle] Unification os services name (Wojdylak)
This PR was merged into the 1.14 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 1.14
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | yes
| Related tickets | https://github.com/Sylius/Sylius/pull/17093
| License         | MIT


Commits
-------

a95dd6c730 [PayumBundle] Unification os services name
cae3989d93 Update upgrade file
1393fbc68e Fix injected services after changing services IDs
e2acd9fb27 Mirror improvements
2024-10-17 13:24:18 +02:00
kulczy
012f2e56e3 Revert "[Behat] Temporarily add todo tag to problematic scenarios"
This reverts commit 7fd5f1d691.
2024-10-17 13:22:14 +02:00
kulczy
daf2c910d4 Replace deprecated DOMNodeInserted event with MutationObserver 2024-10-17 13:15:33 +02:00
Grzegorz Sadowski
80de2fccf0
[Security] Rename API firewalls 2024-10-17 12:42:17 +02:00
Grzegorz Sadowski
5214bbb114
Merge branch '1.14' into 2.0
* 1.14:
  [API] Rename and deprecate route parameters
  [UserBundle] Deprecate security related classes and services that will be removed in 2.0
2024-10-17 12:36:14 +02:00
Jan Góralski
2261726ad0
minor #17155 [Security] Remove security thingies (mpysiak)
This PR was merged into the 2.0 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 2.0
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | n/a
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.13 branch
 - Features and deprecations must be submitted against the 1.14 branch
 - Features, removing deprecations and BC breaks must be submitted against the 2.0 branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->


Commits
-------
  [Security] Remove custom PasswordHasher
  [Security] Remove UserLogin
  [Security] Remove SecurityChecker decorator
  [Security] Add user_checker firewall option
  Fix security login argument
  Remove AdvancedUserInterface
  Add chain user_checker config to firewalls
  Add priority to EnabledUserChecker tag
  Remove unused properties from User Model
  Fix spec
  Fix mysql migration type
  Minor improvements
  Add note to UPGRADE file about security related changes in UserBundle
  [UserBundle] Minor improvements after code review
2024-10-17 11:57:31 +02:00
Jan Góralski
05f74f5430
minor #17235 [UserBundle] Deprecate security related classes and services that will be removed in 2.0 (GSadee)
This PR was merged into the 1.14 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 1.14
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   |yes <!-- don't forget to update the UPGRADE-*.md file -->
| Related tickets | related to #17155 
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.13 branch
 - Features and deprecations must be submitted against the 1.14 branch
 - Features, removing deprecations and BC breaks must be submitted against the 2.0 branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->


Commits
-------
  [UserBundle] Deprecate security related classes and services that will be removed in 2.0
2024-10-17 10:47:09 +02:00
Grzegorz Sadowski
76809c5621
[UserBundle] Deprecate pin related services and classes 2024-10-17 10:00:01 +02:00
Jan Góralski
d47bd90e74
minor #17241 [API] Rename and deprecate route parameters (GSadee)
This PR was merged into the 1.14 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 1.14
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   |yes <!-- don't forget to update the UPGRADE-*.md file -->
| Related tickets | 
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.13 branch
 - Features and deprecations must be submitted against the 1.14 branch
 - Features, removing deprecations and BC breaks must be submitted against the 2.0 branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->


Commits
-------
  [API] Rename and deprecate route parameters
2024-10-17 09:59:02 +02:00
Grzegorz Sadowski
924b6d9bae
Merge branch '1.14' into 2.0
* 1.14:
  [UserBundle] Deprecate pin configuration parameter
2024-10-17 09:33:47 +02:00
Jan Góralski
fccc96de10
minor #17257 [Upgrade] Remove Previously Non-Existent Class From The Removed Classes List (Rafikooo)
This PR was merged into the 2.0 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 2.0 <!-- see the comment below -->
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no <!-- don't forget to update the UPGRADE-*.md file -->
| Related tickets | https://github.com/Sylius/Sylius/pull/17214
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.13 branch
 - Features and deprecations must be submitted against the 1.14 branch
 - Features, removing deprecations and BC breaks must be submitted against the 2.0 branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->


Commits
-------
  [Upgrade] Remove previously non-existent class from the removed classes list
2024-10-17 09:22:57 +02:00
Jan Góralski
b7c0a85f63
minor #17246 [UserBundle] Deprecate pin configuration parameter (GSadee)
This PR was merged into the 1.14 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 1.14
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   |yes <!-- don't forget to update the UPGRADE-*.md file -->
| Related tickets | 
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.13 branch
 - Features and deprecations must be submitted against the 1.14 branch
 - Features, removing deprecations and BC breaks must be submitted against the 2.0 branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->


Commits
-------
  [UserBundle] Deprecate pin configuration parameter
2024-10-17 09:19:53 +02:00
Grzegorz Sadowski
79f8212a06
[API] Rename and deprecate route parameters 2024-10-17 08:58:03 +02:00
Grzegorz Sadowski
7a07d6c05f
[UserBundle] Deprecate pin configuration parameter 2024-10-17 07:59:03 +02:00
Wojdylak
e2acd9fb27
Mirror improvements 2024-10-17 07:56:23 +02:00
Wojdylak
1393fbc68e
Fix injected services after changing services IDs 2024-10-17 07:56:23 +02:00
Wojdylak
cae3989d93
Update upgrade file 2024-10-17 07:56:22 +02:00
Wojdylak
a95dd6c730
[PayumBundle] Unification os services name 2024-10-17 07:56:22 +02:00
Grzegorz Sadowski
33a7f234b9
Merge branch '1.14' into 2.0
* 1.14:
  [Behat] Temporarily add todo tag to problematic scenarios
  [Behat] Make scenario for adding a promotion in different language non javascript
  [Behat] Make scenario for adding a promotion with too long label non javascript
2024-10-17 07:51:54 +02:00
Grzegorz Sadowski
a7bb9cd32b
Merge branch '1.13' into 1.14
* 1.13:
  [Behat] Temporarily add todo tag to problematic scenarios
  [Behat] Make scenario for adding a promotion in different language non javascript
  [Behat] Make scenario for adding a promotion with too long label non javascript
2024-10-17 07:49:41 +02:00
Karol
06a3c26d12
minor #17258 Fix 1.13 build by temporarily disabling problematic promotion scenarios (GSadee)
This PR was merged into the 1.13 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 1.13
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no<!-- don't forget to update the UPGRADE-*.md file -->
| Related tickets | https://github.com/Sylius/Sylius/actions/runs/11361757009/job/31602293466#step:12:37
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.13 branch
 - Features and deprecations must be submitted against the 1.14 branch
 - Features, removing deprecations and BC breaks must be submitted against the 2.0 branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->


Commits
-------
  [Behat] Make scenario for adding a promotion with too long label non javascript
  [Behat] Make scenario for adding a promotion in different language non javascript
  [Behat] Temporarily add todo tag to problematic scenarios
2024-10-17 07:43:16 +02:00
Grzegorz Sadowski
7fd5f1d691
[Behat] Temporarily add todo tag to problematic scenarios 2024-10-17 06:58:54 +02:00
Grzegorz Sadowski
970820243e
[Behat] Make scenario for adding a promotion in different language non javascript 2024-10-17 06:55:24 +02:00
Grzegorz Sadowski
b19cd53a86
[Behat] Make scenario for adding a promotion with too long label non javascript 2024-10-17 06:55:23 +02:00
Rafikooo
f9500234ef
[Upgrade] Remove previously non-existent class from the removed classes list 2024-10-17 03:39:49 +02:00
Kamil Grygierzec
37086a2e75
[Base] add priorities to twig hooks 2024-10-16 22:35:24 +02:00
Kamil Grygierzec
05c85a8ef8
[Shared] add priorities to twig hooks 2024-10-16 22:35:24 +02:00
Kamil Grygierzec
56a6b10a53
[ProductReview] add priorities to twig hooks 2024-10-16 22:35:23 +02:00
Kamil Grygierzec
6e69048588
[Product] add priorities to twig hooks 2024-10-16 22:35:23 +02:00
Kamil Grygierzec
bb2593a954
[Order] add priorities to twig hooks 2024-10-16 22:35:00 +02:00
Kamil Grygierzec
fce8a45339
[Homepage] add priorities to twig hooks 2024-10-16 22:35:00 +02:00
Kamil Grygierzec
84f9a2b41f
[Errors] add priorities to twig hooks 2024-10-16 22:35:00 +02:00
Kamil Grygierzec
1d5b48b506
[Contact] add priorities to twig hooks 2024-10-16 22:35:00 +02:00
Kamil Grygierzec
3a8a5523c9
[Checkout] add priorities to twig hooks 2024-10-16 22:34:59 +02:00
Kamil Grygierzec
53720962be
[Cart] add priorities to twig hooks 2024-10-16 22:34:59 +02:00