3386 Commits

Author SHA1 Message Date
Jean-Sébastien Herbaux
d551b2c078
Merge branch 'master' into sanitize-filters 2022-01-12 16:36:15 +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
Convly
3a732a1d01 Fix tests 2022-01-12 12:10:27 +01:00
Convly
76b5c09444 Merge branch 'master' of github.com:strapi/strapi into sanitize-filters 2022-01-12 11:38:04 +01:00
soupette
1763c66e23 Add comments
Signed-off-by: soupette <cyril@strapi.io>
2022-01-11 17:27:53 +01:00
Oleksii Kachan
00280c4ebe
Merge branch 'master' into fix-ukrainian-locale 2022-01-11 11:18:11 -05:00
ronronscelestes
475f325bc9
(Feature-GuidedTour)/Add stepper to homepage (#12151)
* feat: detecting guided tour visibility based on user role

* feat: show GuidedTourHomepage if not completed and depending on user role

* refactor: feedback fixes + useQueries
tests: added/updates tests for utils + homepage + authenticated app
2022-01-11 12:23:34 +01:00
ivanThePleasant
f0b4a17318 Fixed non-shell host crash on startup 2022-01-11 11:49:44 +02: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
David
3110b5d796
Update nl.json
Translations added & improved in nl.json
2022-01-10 23:27:44 +01:00
Oleksii Kachan
7eeacdd35c
Merge branch 'master' into fix-ukrainian-locale 2022-01-10 14:03:40 -05: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
Convly
2670d37ddc Fix tests & handle scalars shortcuts 2022-01-10 12:35:08 +01:00
Pierre Noël
0dba1fc644 allow components in the list view 2022-01-10 12:06:36 +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
Convly
04ec37e36e Merge branch 'master' of github.com:strapi/strapi into sanitize-filters 2022-01-10 10:59:17 +01:00
EzraEn
7e9c449efa
Merge branch 'master' into colors-fix 2022-01-10 17:03:41 +08:00
EzraEn
2215d58161 fix: Update cli-table3 which uses chalk vs colors 2022-01-10 08:13:34 +00:00
Oleksii Kachan
ae00fd126d
fix translations for Ukrainian 2022-01-09 10:24:18 -05:00
Marton Dobos
abb441c33a feat: hungarian translations 2022-01-08 13:09:20 +01:00
cyril lopez
c56bedea43
Merge branch 'master' into cm/add-dz-description 2022-01-07 09:50:25 +01:00
Convly
81fff98c31 Remove dynamic zone filters 2022-01-06 16:35:44 +01:00
Convly
3eafe1c6e1 Enhance filters sanitize 2022-01-06 16:19:27 +01: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
Duncan Hsieh
35f470d7e2 Keep up-to-date 2022-01-06 17:19:53 +08:00
Vincent
81e1fb2de9
Guided tour/stepper (#12082)
* feat: added guided tour context, hook and provider to helper-plugin

* feat(guided-tour): using helpers in the admin + init reducer

Co-authored-by: ronronscelestes <ronronscelestes@users.noreply.github.com>

* feedback fixes

* created data structure for guided tour state and content

Co-authored-by: Vincent <vincentbpro@users.noreply.github.com>

* removed closed leaf key from initialState

* init guided tour home component

* feedback fix fontWeight prop

* Stepper, StepNumber, StepLine, Step

* wip adding Stepper to homepage

* WIP: homepage stepper

Co-authored-by: ronronscelestes <ronronscelestes@users.noreply.github.com>

* fixed grid aligment StepHomepage

* feat: added homepage stepper

Co-authored-by: ronronscelestes <ronronscelestes@users.noreply.github.com>

* changed StepLine color if isNotDone + added useGuidedTour mock and updated snapshort for homepage tests

* removed guided tour component from homepage until we add local storage and user role detection in the next PR

* removed changed from homepage snapshots

Co-authored-by: ronronscelestes <ronronscelestes@users.noreply.github.com>
Co-authored-by: ronronscelestes <julie.plantey@gmail.com>
Co-authored-by: Vincent <vincentbpro@users.noreply.github.com>
2022-01-05 17:45:43 +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
Felix Fang
5a0aa6e856
Merge branch 'master' into master 2022-01-05 21:34:14 +08:00
Felix
5ca45b085f feat: fix typo & add missing translations 2022-01-05 21:17:33 +08: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