Commit graph

308 commits

Author SHA1 Message Date
Rafikooo
07409b4b80
Use PSR-6 cache pools directly for ORM 3.x compatibility
(cherry picked from commit 8fd759784a)
2026-06-17 14:33:43 +02:00
TheMilek
280b4e5524
Resolve conflicts between 2.2 and 2.3 2026-06-02 13:52:15 +02:00
Loïc Frémont
98ebb3fa8e Fix admin templates 2026-04-09 16:04:45 +02:00
Marek Rzytki
f67e61073f Disable order by identifier by default 2026-04-07 13:34:21 +02:00
Jan Goralski
ab05a51bea
[Maintenance] Remove Gaufrette 2026-03-02 10:10:34 +01:00
Loïc Frémont
b535b1e90b
[ORM-3] Align package versions 2025-05-30 07:27:28 +02:00
Grzegorz Sadowski
f1a1e6cd84
Resolve conflicts between 1.14 and 2.0 2025-05-06 12:18:53 +02:00
Samaël Villette
8e015c7da4
fix: fix dev firewall order 2025-05-05 15:27:33 +02:00
Francis Hilaire
1601b57eb3
Remove Payum specific environment 2024-11-09 13:59:35 +01:00
Grzegorz Sadowski
50e64fc598
[PaymentBundle] Use a single encryption method (#17370)
| Q               | A
|-----------------|-----
| Branch?         | 2.0
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | #17362
| License         | MIT
2024-10-31 08:42:49 +01:00
Grzegorz Sadowski
476660ce08
[Admin] Disable hub notifications in test env 2024-10-31 07:21:07 +01:00
Wojdylak
2126d7e3fa
[PaymentBundle] Use a single encryption method 2024-10-30 14:13:25 +01:00
Jan Goralski
7b79ffef1a
Refactor creating encryption key
Hook key file generation to the installation command
2024-10-25 14:09:30 +02:00
Jan Goralski
1e823152a4
Switch from password and salt to an encryption key 2024-10-25 10:36:13 +02:00
Jan Goralski
8b087aeecb
Parametrize password and salt used for encoding 2024-10-25 10:36:13 +02:00
Grzegorz Sadowski
8515339a3d
[CoreBundle] Unification of services names (#17278)
| Q               | A
|-----------------|-----
| Branch?         | 2.0
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | #17269
| License         | MIT
2024-10-22 07:26:18 +02:00
Grzegorz Sadowski
1f26a67874
[Composer] Move nyholm/psr7 to dev dependencies 2024-10-21 14:29:52 +02:00
Grzegorz Sadowski
2efffe70d1
[Composer] Remove sonata-project/block-bundle dependency 2024-10-21 14:29:02 +02:00
Kamil Grygierzec
be2047409b
Symfony ux icons (#17177) 2024-10-21 14:14:51 +02:00
Wojdylak
2aab3e9186
[CoreBundle] Use new services IDs in tests 2024-10-21 14:12:40 +02:00
Wojdylak
b39b1e890b
[PayumBundle] Unification os services name 2024-10-18 12:00:11 +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
Grzegorz Sadowski
79f8212a06
[API] Rename and deprecate route parameters 2024-10-17 08:58:03 +02:00
Bartłomiej Sęk
f1529340bd
Install symfony ux icons 2024-10-16 15:10:17 +02:00
Michał Pysiak
06c2ebdbf3
Add chain user_checker config to firewalls 2024-10-15 12:48:18 +02:00
Michał Pysiak
9c1aaff12e
Remove AdvancedUserInterface 2024-10-15 12:48:18 +02:00
Michał Pysiak
3588bba538
[Security] Add user_checker firewall option 2024-10-15 12:48:18 +02:00
Grzegorz Sadowski
b8c766400e
Adjust tests after removing Winzou State Machine 2024-10-15 08:26:55 +02:00
Wojdylak
1ed3b2f876
[ShopBundle] Unification of services names 2024-10-14 16:06:52 +02:00
Grzegorz Sadowski
3dc016fe9e
[PaymentRequest] Minor improvements 2024-10-14 09:49:12 +02:00
Grzegorz Sadowski
0d27cfe0cd
Merge branch '2.0' into payment-request
* 2.0:
  Change sort_by filter to sylius_sort_by
  Fix note in the UPGRADE file
  [Composer] Bump TwigExtra to the 0.4 version
  [UiBundle] Deprecate classes and services moved to TwigExtra package
  Update upgrade file
  [UserBundle] Unification of service names
  Update upgrade file
  [TaxonomyBundle] Unification os service names
  Add note to UPGRADE guide
  Use Twig Extra package
  Update upgrade file
  [ShippingBundle] Unification of service name
  Update upgrade file
  [ReviewBundle] Unification of service names
  [PromotionBundle] Unification of sylius.registry_promotion_action
  Update upgrade file
  [TaxationBundle] Unification of service names
2024-10-11 16:26:03 +02:00
Loïc Frémont
54a22b2268
Use Twig Extra package 2024-10-11 13:35:15 +02:00
Francis Hilaire
ebc7a1e9bd
Global renaming to Notify
# Conflicts:
#	src/Sylius/Bundle/PaymentBundle/Resources/config/services/controllers.xml
2024-10-11 13:10:19 +02:00
Francis Hilaire
4bb609eb17
Add 2 webhooks routes 2024-10-11 13:10:18 +02:00
Grzegorz Sadowski
5cff6c6b11
Resolve conflicts between 2.0 and payment-request 2024-10-09 07:17:43 +02:00
Loïc Frémont
2975db97ab Check Twig hooks next release 2024-10-08 14:37:32 +02:00
Grzegorz Sadowski
ccebc0cf4f
Resolve conflicts between 2.0 and payment-request 2024-10-08 13:35:47 +02:00
Michał Pysiak
5d8dd66ea9
[DX] Remove JMS Serializer dependency 2024-10-07 10:00:58 +02:00
Jan Góralski
20e27dfc2c
minor #17083 Decouple CoreBundle from PayumBundle + related improvements (GSadee)
This PR was merged into the payment-request branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | payment-request
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | yes
| 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
-------
  [Composer] Remove dependency to payum/core in Core component
  Move Payum-related exception to PayumBundle
  [OrderPay] Move Payum-related providers to PayumBundle
  Move Payum-related translations to PayumBundle
  [API] Remove non existing exception from status mapping
  [API] Fix GatewayConfig class in serialization
  Decouple CoreBundle from PayumBundle
  [Composer] Change dependency from Core component to CoreBundle in PayumBundle
  [OrderPay] Refactor services files in ShopBundle
  Bring back SyliusPayumBundle to Admin and Api bundles
  Move Payum-related configs and routings from ShopBundle to PayumBundle
2024-10-04 10:45:25 +02:00
Grzegorz Sadowski
89e8af015d
[UPMERGE] 2.0 -> payment-request (#17090)
This PR has been generated automatically.
For more details see
[upmerge_pr.yaml](/Sylius/Sylius/blob/1.13/.github/workflows/upmerge_pr.yaml).

**Remember!** The upmerge should always be merged with using `Merge pull
request` button.

In case of conflicts, please resolve them manually with usign the
following commands:
```
git fetch upstream
gh pr checkout <this-pr-number>
git merge upstream/payment-request -m "Resolve conflicts between 2.0 and payment-request"
```

If you use other name for the upstream remote, please replace `upstream`
with the name of your remote pointing to the `Sylius/Sylius` repository.

Once the conflicts are resolved, please run `git merge --continue` and
push the changes to this PR.
2024-10-04 06:51:04 +02:00
Grzegorz Sadowski
c1b607d6c3
Move Payum-related configs and routings from ShopBundle to PayumBundle 2024-10-03 12:11:31 +02:00
Wojdylak
7e87babe85
Add live components routes for the admin and shop section 2024-10-02 12:08:47 +02:00
Grzegorz Sadowski
76fc4c091c
Decouple CoreBundle from PayumBundle 2024-10-02 11:42:10 +02:00
Grzegorz Sadowski
8db6bc38e0
[UPMERGE] 2.0 -> payment-request (#17080)
This PR has been generated automatically.
For more details see
[upmerge_pr.yaml](/Sylius/Sylius/blob/1.13/.github/workflows/upmerge_pr.yaml).

**Remember!** The upmerge should always be merged with using `Merge pull
request` button.

In case of conflicts, please resolve them manually with usign the
following commands:
```
git fetch upstream
gh pr checkout <this-pr-number>
git merge upstream/payment-request -m "Resolve conflicts between 2.0 and payment-request"
```

If you use other name for the upstream remote, please replace `upstream`
with the name of your remote pointing to the `Sylius/Sylius` repository.

Once the conflicts are resolved, please run `git merge --continue` and
push the changes to this PR.
2024-10-02 06:49:03 +02:00
Grzegorz Sadowski
68cdac5a31
[PaymentBundle] Add state machine for paymentRequest (#17068)
| Q               | A
|-----------------|-----
| Branch?         | payment-request
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | n/a
| License         | MIT
2024-10-01 15:26:27 +02:00
Grzegorz Sadowski
a320ee8ada
[UPMERGE] 2.0 -> payment-request (#17065)
This PR has been generated automatically.
For more details see
[upmerge_pr.yaml](/Sylius/Sylius/blob/1.13/.github/workflows/upmerge_pr.yaml).

**Remember!** The upmerge should always be merged with using `Merge pull
request` button.

In case of conflicts, please resolve them manually with usign the
following commands:
```
git fetch upstream
gh pr checkout <this-pr-number>
git merge upstream/payment-request -m "Resolve conflicts between 2.0 and payment-request"
```

If you use other name for the upstream remote, please replace `upstream`
with the name of your remote pointing to the `Sylius/Sylius` repository.

Once the conflicts are resolved, please run `git merge --continue` and
push the changes to this PR.
2024-10-01 11:34:21 +02:00
Wojdylak
4081ce7ec0
[PaymentBundle] Add winzou state machine for paymentRequest 2024-10-01 11:13:07 +02:00
Grzegorz Sadowski
ad3adef0c1
Remove fos_rest config file form test_cached_payum env 2024-10-01 10:34:18 +02:00