Kevin Kaniaburka
b15cd4c1db
Use Http\Client\HttpClient service instead of HttplugClient explicitly
2023-04-27 13:36:05 +02:00
Jakub Tobiasz
e2edcb2c5e
Refactor CI
2023-01-16 09:50:19 +01:00
Kevin Kaniaburka
64559bf109
[DX] Store passwords in plaintext in test environment
2022-12-23 11:31:03 +01:00
Grzegorz Sadowski
fc50b8bb3f
bug #14468 Lower hashing alogirthm memory cost in test (Zales0123)
...
This PR was merged into the 1.12 branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | 1.12 |
| Bug fix? | yes |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no |
| Related tickets | |
| License | MIT |
`plaintext` does not work for some reason 🤨 but lowering this configuration already results in a huge boost (35min vs 23-25min 😱 ), which seems like we come back to the time we had before 🖖
Commits
-------
7f796f1448 Lower hashing alogirthm memory cost in test
2022-10-21 14:11:32 +02:00
Mateusz Zalewski
7f796f1448
Lower hashing alogirthm memory cost in test
2022-10-21 11:09:07 +02:00
Ferror
1372e90041
[maintenance] - Remove Staging configs
2022-10-19 17:52:51 +02:00
Rafikooo
85f180f69c
[Forms] Legacy error messages disabled
2022-10-05 10:42:08 +02:00
Jan Goralski
23eda824e4
[Maintenance] Updated mailer config
2022-10-05 10:36:09 +02:00
Jan Goralski
8ffa91dc11
[Test] Refactor EmailChecker to work with Symfony Mailer
2022-10-05 10:36:08 +02:00
Jan Goralski
5bd0839f0b
Use Symfony Mailer by default
2022-10-05 10:36:08 +02:00
Mateusz Zalewski
991c533eb5
Fix container bugs
2022-10-05 10:36:06 +02:00
Mateusz Zalewski
d2475f1635
[WIP] Fix PHPUnit tests with Symfony 6 and new session management
2022-10-05 10:36:06 +02:00
Ernest Warwas
251f019a2d
[Doctrine] cache provider fix
...
[Doctrine] cache provider fix
code style
2022-10-05 10:36:05 +02:00
Ernest Warwas
9cbed317a7
[Symfony 6] Fix application configuration
2022-10-05 10:36:04 +02:00
Mateusz Zalewski
28a6459c0d
Delete unneeded swiftmailer file
2022-10-05 10:36:03 +02:00
Loïc Frémont
b241543983
Upgrade main packages to allow Symfony 6
2022-10-05 10:36:03 +02:00
Jan Goralski
1d1578733a
[Maintenance][Security] Update shop logout handling
2022-09-20 10:43:39 +02:00
Ernest Warwas
530e68ea3b
[Events] Fixed cart blamin in API
...
[Events] Fixed cart blamin in API
[Spec] Fix for spec
ShopCartBlamerListener reverted
2022-09-15 15:05:23 +02:00
Ernest Warwas
7f6cc66e7b
Fix for failing scenario when customer changing email
...
Revert lexik guard for api
Commented scenario for test purposes
Test if set token to null fixes the scenario
spec fix
2022-09-15 15:05:23 +02:00
Loïc Frémont
5f2ab45399
Enable authenticator manager
2022-09-15 15:05:22 +02:00
Jakub Tobiasz
1b2750ba01
Add RequestPasswordReset page
2022-07-07 21:16:11 +02:00
Jakub Tobiasz
722ae59852
Allow anonymous access to request administrator's password reset email
2022-07-06 10:37:43 +02:00
Jakub Tobiasz
9e0bc8eed3
Add requesting an administrator's password reset to ResetPasswordRequest api resource
2022-07-06 10:37:43 +02:00
Loïc Frémont
eb4a6a4920
Replace encoders with password_hashers
2022-06-03 18:19:01 +02:00
Ferror
91d5a94359
[Maintenance]Run schema validation on mysql pipeline
2022-04-13 10:51:14 +02:00
Grzegorz Sadowski
7a2545c406
Merge branch '1.10' into 1.11
...
* 1.10:
[Maintenance] Remove NelmioAlice from the main packages config
2022-01-20 07:22:24 +01:00
Łukasz Chruściel
87eb264e1f
[Maintenance] Remove NelmioAlice from the main packages config
2022-01-19 17:35:34 +01:00
Mateusz Zalewski
d1e1479262
Merge branch '1.10' into 1.11
...
* 1.10:
Class name typo
Introduce arrow functions from PHP 7.4
[CI] Extract PHPSpec build
Remove duplications in test_cached config
2021-12-20 09:43:31 +01:00
Mateusz Zalewski
ab9354d9a1
Remove duplications in test_cached config
2021-12-14 21:18:50 +01:00
Arkadiusz Krakowiak
233f1bdf05
[CatalogPromotion] Import web profiler test config into test cached
2021-08-25 09:40:57 +02:00
Arkadiusz Krakowiak
e3f4fb8aa4
[CatalogPromotion] Remove event bus decorator use web profiler config instead xD
2021-08-25 09:34:58 +02:00
Grzegorz Sadowski
d1f5260846
Merge branch '1.9' into 1.10
...
* 1.9:
Enable API by default in dev
2021-07-16 11:42:55 +02:00
Mateusz Zalewski
0d53489b0f
Enable API by default in dev
2021-07-16 11:18:36 +02:00
Adam Kasperczak
3e1f3b2484
Merge branch '1.9' into 1.10
...
* 1.9:
[API] set api as disabled by default
[API] kernel request event redirects to 404 for disabled api
[API] RouteResolver throws 404 when api is disabled
[API] add tests for disabling api
[API] set api as disabled by default
[API] kernel request event redirects to 404 for disabled api
[Docs] add info how to enable api
[API] RouteResolver throws 404 when api is disabled
[API] add tests for disabling api
2021-07-07 15:01:49 +02:00
SirDomin
0f511308c5
[API] set api as disabled by default
2021-07-07 12:54:27 +02:00
SirDomin
9b1d35ab78
[API] set api as disabled by default
2021-07-07 12:53:59 +02:00
SirDomin
d8f72b3e82
[API] add tests for disabling api
2021-07-07 12:53:59 +02:00
Adam Kasperczak
c88e175448
Merge branch '1.9' into 1.10
...
* 1.9:
[Doctrine] Fix problem with explicitly defining entity managers
2021-06-07 08:14:14 +02:00
Grzegorz Sadowski
f7776f8003
[Doctrine] Fix problem with explicitly defining entity managers
2021-06-03 12:17:22 +02:00
Kamil Kokot
7dec4b918f
feature #12429 Use 4-Byte UTF-8 Unicode Encoding (jacquesbh)
...
This PR was merged into the 1.10-dev branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | master
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets |
| License | MIT
Commits
-------
84f7629e16 Use 4-Byte UTF-8 Unicode Encoding
2021-05-04 11:06:20 +01:00
Kamil Kokot
5f3d5a8273
Remove AdminApiBundle from default Sylius installation
2021-04-16 15:07:46 +01:00
Peter Turek
0b2594590e
fixed find files in yaml standards
2021-03-30 22:59:30 +02:00
Jacques Bodin-Hullin
84f7629e16
Use 4-Byte UTF-8 Unicode Encoding
2021-03-19 15:41:09 +01:00
SirDomin
2b0d76d73d
[API] move security parameters to bundles
2021-01-25 12:40:55 +01:00
SirDomin
078cac2edc
[Spec] added new test to work with long api routes
2021-01-21 12:21:38 +01:00
SirDomin
746eede919
[Doc] UPGRADE file updated
2021-01-21 12:21:38 +01:00
SirDomin
4d03e0d3e6
[API] change new-api to api
2021-01-21 12:21:37 +01:00
Kamil Kokot
cd452a4bcb
Upgrade to sylius/theme-bundle ^2.1 and remove Twig templating
2021-01-11 18:14:09 +01:00
Kamil Kokot
3e0e14003c
Upgrade ResourceBundle and GridBundle
2021-01-11 18:14:04 +01:00
Mateusz Zalewski
d0bd9cceb0
Merge branch '1.8' into master
...
* 1.8:
Change route prefixes in security.yaml
2020-12-04 10:28:28 +01:00