Commit graph

33 commits

Author SHA1 Message Date
Łukasz Chruściel
76fe8b3e24
[Bug] Fix default sylius config file path 2021-08-27 15:58:10 +02:00
Łukasz Chruściel
8a7df3c900
[UPGRADE] Split API and non API upgrade files 2021-07-23 14:04:46 +02:00
Grzegorz Sadowski
dfeffe19b5
[API] Disable API by default 2021-07-23 06:51:27 +02:00
SirDomin
6cffd3ed5a [API] set api as disabled by default 2021-07-21 09:29:38 +02:00
SirDomin
ed43e6b211 [API] set api as disabled by default 2021-07-21 01:04:58 +02:00
Manuele Menozzi
1cc7bd5c60
Fix doctrine migrations config in UPGRADE-1.8.md
The `doctrine:migrations:migrate` command will fail if not executed from the project root. This is the case when using Deployer. The `%kernel.project_dir%` parameter will fix that.
2020-12-04 10:36:03 +01:00
Jacques Bodin-Hullin
338b2a10e1
Change route prefixes in security.yaml 2020-11-18 16:02:59 +01:00
Jacques Bodin-Hullin
e8e4336bee
Add some explanations about the stocks issue 2020-11-12 08:54:22 +01:00
Łukasz Chruściel
3c83d1752b
[UPGRADE] Update versions 2020-11-10 17:36:38 +01:00
Joachim Løvgaard
e57f5cd531
Update UPGRADE-1.8.md 2020-10-19 15:50:26 +02:00
Joachim Løvgaard
9b87f3f7b6
Update UPGRADE-1.8.md 2020-10-06 17:27:26 +02:00
Joachim Løvgaard
f20cb2dacb
Update upgrade guide 2020-10-06 17:27:25 +02:00
Grzegorz Sadowski
c5a9db85e9
[API] Separate providers for shop and admin users 2020-10-02 10:52:11 +02:00
Mateusz Zalewski
9506acd254
Explain migrations UPGRADE in details 2020-10-01 12:39:55 +02:00
Tomanhez
72db2ed7a2 Add changes in UPGRADE-1.8.md 2020-09-18 21:37:45 +02:00
Jacques Bodin-Hullin
55b1204510
Typo in UPGRADE-1.8.md 2020-09-17 00:23:43 +02:00
Kamil Kokot
53a6ee7624
Synchronise UPGRADE-1.8.md 2020-09-14 09:41:43 +02:00
Jacques Bodin-Hullin
ae6cd14820
Use env(SYLIUS_ADMIN_ROUTING_PATH_NAME) as admin's route name 2020-07-20 20:16:04 +02:00
Jacques Bodin-Hullin
2d16805c99
Add a special mention for updated translations 2020-07-09 22:15:52 +02:00
Olivier ALLAIN
4577202ad0 change sylius.security.shop_regex in doc for new api 2020-06-11 09:24:02 +02:00
Francis Hilaire
560bf13e27 Add old behaviour 2020-05-11 15:57:39 +02:00
Francis Hilaire
f93262c89c Add upgrade note 2020-05-11 15:43:51 +02:00
Victor Vasiloi
a859585949
Merge branch 'master' into fix-channel-context-alias 2020-05-05 14:27:43 +03:00
Mateusz Zalewski
a9e355bad7
refactor #11347 [RFC][DX] Open consts holder classes (lchrusciel)
This PR was merged into the 1.8-dev branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | master
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | 
| License         | MIT

Final classes, which holds consts has been changed to interfaces. Therefore, still, no one is able to initialize them, while we are open to multi inheritance.  This should remove the problem of adding new values to them in plugins and end applications.  
<!--
 - Bug fixes must be submitted against the 1.6 or 1.7 branches (the lowest possible)
 - Features and deprecations must be submitted against the master branch
 - Make sure that the correct base branch is set
-->


Commits
-------

69db13582b [DX] Open consts holder classes
2020-05-05 10:25:12 +02:00
Grzegorz Sadowski
9909bc928c
[API] Configure separate endpoints for admin and shop retrieving authentication token 2020-04-29 14:53:59 +02:00
Victor Vasiloi
761979d8c0 add note to UPGRADE.md 2020-04-24 17:57:08 +03:00
Łukasz Chruściel
69db13582b
[DX] Open consts holder classes 2020-04-18 19:49:40 +02:00
Grzegorz Sadowski
0732d96305
[API][Shop] Add customer login 2020-03-30 14:46:28 +02:00
Grzegorz Sadowski
1c8e9743ed
[API] Add prefix to all admin routes 2020-03-27 15:12:27 +01:00
Joseph Bielawski
1e9cdb9dfa
Revert route name change 2020-03-26 10:24:16 +01:00
Joseph Bielawski
4c95aa59ca
Fixed hardcoded route &prefix in UPGRADE-1.8 document 2020-03-26 10:22:04 +01:00
Grzegorz Sadowski
443c18253d
[API] Update UPGRADE-1.8 file after adding ApiBundle 2020-03-25 11:31:31 +01:00
Kamil Kokot
70f6b60bc2
Prepare master branch for v1.8.0-DEV 2020-02-12 14:21:53 +01:00