Alexandre BODIN
cc9a1b7e01
Merge pull request #11983 from tillschweneker/fix-env_path-variable
...
[FIX] respect custom ENV_PATH
2022-01-19 10:25:12 +01:00
HichamELBSI
a158fd9b00
Add document name
...
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2022-01-18 16:52:10 +01:00
Vincent
b606178332
Interface language usage metrics ( #12107 )
...
* feat: sending didChangeInterfaceLanguage event
* fix: registered user model lifecycle hook to send event
* test: added tests for user and metrics services
* fix: sending event on user delete
* fix: avoid sending event when language is not updated
2022-01-17 17:45:26 +01:00
harimkims
31259dbf4a
Remove unnecessary bracket in the end
2022-01-17 14:13:33 +01:00
Kim, Harim
9e8655716d
Refactor code
...
Co-authored-by: Jean-Sébastien Herbaux <jean-sebastien.herbaux@epitech.eu>
2022-01-17 14:13:33 +01:00
harimkims
de69873606
Fix that returns an empty object when the admin user value is null
...
Signed-off-by: harimkims <harimkims@gmail.com>
2022-01-17 14:13:33 +01:00
harimkims
2ff2ba860e
Fix hasMany admin users making app crash
...
Signed-off-by: harimkims <harimkims@gmail.com>
2022-01-17 14:13:33 +01:00
Roel Beerens
079a24e1be
feat: Deletion of formatContentTypes function
2022-01-17 11:20:29 +01:00
Roel Beerens
88e4f94479
fix: Added correct object for plugin loading
2022-01-17 11:20:29 +01:00
Jean-Sébastien Herbaux
ce09d38972
Enable to create/trigger webhooks with no events ( #12174 )
...
Co-authored-by: cyril lopez <cyril@strapi.io>
2022-01-12 16:26:06 +01:00
cyril lopez
d0d630de08
Merge branch 'master' into fix/12163
2022-01-12 13:22:50 +01:00
soupette
1763c66e23
Add comments
...
Signed-off-by: soupette <cyril@strapi.io>
2022-01-11 17:27:53 +01:00
HichamELBSI
0bec1409b7
CLose on click outside CE limitation modal
...
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2022-01-11 09:55:38 +01:00
soupette
d7fffe9742
Fixes #12163
...
Signed-off-by: soupette <cyril@strapi.io>
2022-01-11 09:44:19 +01:00
Pierre Noël
d4b59a1029
fix confirmation url missing the api prefix
2022-01-10 18:13:19 +01:00
Alexandre Bodin
d81919ac22
v4.0.4
2022-01-10 09:05:07 -08:00
Pierre Noël
0e39079840
Merge branch 'master' into colors-fix
2022-01-10 16:48:04 +01:00
soupette
29d48f24a3
Upgrade storybook dependencies
...
Signed-off-by: soupette <cyril@strapi.io>
2022-01-10 16:24:57 +01:00
cyril lopez
026078566a
Merge branch 'master' into colors-fix
2022-01-10 14:45:51 +01:00
HichamELBSI
54c80d9a87
Some UI fix for the WYSIWYG
...
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2022-01-10 12:46:02 +01:00
cyril lopez
a666e0a4b4
Prevent saving content type when dynamic zone does not have components. ( #12123 )
...
* Add min validation for dynamiczone
Signed-off-by: soupette <cyril@strapi.io>
* Add toast when schema is not valid
Signed-off-by: soupette <cyril@strapi.io>
* Fix PR feedback
Signed-off-by: soupette <cyril@strapi.io>
2022-01-10 11:55:58 +01:00
EzraEn
7e9c449efa
Merge branch 'master' into colors-fix
2022-01-10 17:03:41 +08:00
cyril lopez
bf289b0005
Merge branch 'master' into fix/infinite-loading-filling-in-another-locale
2022-01-10 09:43:29 +01:00
EzraEn
2215d58161
fix: Update cli-table3 which uses chalk vs colors
2022-01-10 08:13:34 +00:00
cyril lopez
c56bedea43
Merge branch 'master' into cm/add-dz-description
2022-01-07 09:50:25 +01:00
harimkims
364a5f2b3d
Remove old _id field
2022-01-06 20:24:35 +09:00
HichamELBSI
ef2e9a27e9
Fix intlDescription
...
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2022-01-06 11:59:20 +01:00
p_0g_8mm3_
b427157c9b
Merge branch 'master' into make-leftmenu-header-translateable
2022-01-06 11:29:28 +01:00
HichamELBSI
f4964ef390
Add DZ description
...
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2022-01-06 10:24:57 +01:00
ronronscelestes
8a27d6f2c3
Merge branch 'master' of https://github.com/strapi/strapi into fix/richtext-required-ui
2022-01-05 17:28:27 +01:00
ronronscelestes
01190a00b5
added ui when richtext is required
2022-01-05 17:26:14 +01:00
Alexandre Bodin
48893ae3fc
v4.0.3
2022-01-05 16:50:20 +01:00
Alexandre BODIN
bf7e5431ec
Merge pull request #12005 from iicdii/fix/graphql-enum-not-generated
...
Fix GraphQL enums are genereated as String type
2022-01-05 16:45:41 +01:00
Maxime Castres
689557e28c
Update README.md
2022-01-05 16:24:15 +01:00
Jean-Sébastien Herbaux
dd0c256cef
Merge branch 'master' into fix/graphql-enum-not-generated
2022-01-05 16:11:54 +01:00
Kim, Harim
0fd0f57126
Fix Update user does not update component attribute ( #11871 )
...
* use entityService to update user instead of old query, add update test
Signed-off-by: harimkims <harimkims@gmail.com>
* fix e2e test
* Add component update test
* Remove console.log
Co-authored-by: Jean-Sébastien Herbaux <jean-sebastien.herbaux@epitech.eu>
2022-01-05 15:54:58 +01:00
ronronscelestes
194c39aeb2
fixed uid required ui
2022-01-05 13:37:35 +01:00
ronronscelestes
29ca7bfed3
updated snapshots
2022-01-05 12:12:36 +01:00
ronronscelestes
17f594e54f
required field ui for profile, users creation/edition, api tokens and webhooks
2022-01-05 12:09:56 +01:00
Alexandre BODIN
0c14a06979
Merge pull request #11890 from oscarsandberg/fix/show-correct-number-of-decimals-content-manager
...
Fix: show correct number of decimals in content manager
2022-01-05 09:15:50 +01:00
Alexandre BODIN
b56df832c6
Merge pull request #11995 from nemo0/change-unknow-to-unknown
...
Fix typo
2022-01-05 09:15:24 +01:00
Alexandre BODIN
41200690c3
Merge pull request #12078 from strapi/upgrade-webpack-config
...
Upgrade webpack config and related dependencies
2022-01-05 09:14:54 +01:00
soupette
b234d91c4f
Merge branch 'master' of github.com:strapi/strapi into upgrade-webpack-config
2022-01-04 15:30:26 +01:00
soupette
d4ad998055
Fixes #12000
...
Signed-off-by: soupette <cyril@strapi.io>
2022-01-04 15:30:17 +01:00
Alex Gao
8bb44ceee9
Merge remote-tracking branch 'upstream/master'
2022-01-04 22:01:00 +08:00
Alex Gao
497c542256
Merge remote-tracking branch 'upstream/master'
2022-01-04 21:06:25 +08:00
cyril lopez
7ee5d440e1
Merge branch 'master' into fix/12089
2022-01-04 13:57:31 +01:00
HichamELBSI
2550c9c643
Fix firefox drag n drop
...
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2022-01-04 10:09:48 +01:00
Alex Gao
6eb6b45f83
Merge remote-tracking branch 'upstream/master'
2022-01-04 17:02:25 +08:00
soupette
b768b327e3
Fixes #12089
...
Signed-off-by: soupette <cyril@strapi.io>
2022-01-04 09:52:27 +01:00