3850 Commits

Author SHA1 Message Date
ronronscelestes
048efda2ee fix: feedbacks 2022-01-20 17:40:29 +01:00
ronronscelestes
212c1accdd feat: update guidedTourState on reload if currentStep in locale storage 2022-01-20 17:29:41 +01:00
ronronscelestes
99a229cf66
feat: CTB modals appearance logic
Co-authored-by: Vincent <vincentbpro@users.noreply.github.com>
Co-authored-by: cyril lopez <cyril@strapi.io>
2022-01-20 16:55:20 +01:00
Alexandre BODIN
45020eee06 v4.0.5 2022-01-19 18:44:22 +01:00
Pierre Noël
da9b064536 add session middleware + remove authentication using url param access_token 2022-01-19 17:10:41 +01:00
Alexandre BODIN
ca57d3c12e
Merge pull request #12186 from MuriloKakazu/master
chore: add missing pt-BR translations
2022-01-19 13:16:02 +01:00
Alexandre BODIN
cb0d13853c
Merge pull request #12169 from davidroseboom/patch-1
Update nl.json
2022-01-19 13:15:16 +01:00
Alexandre BODIN
7135548cc5
Merge pull request #12141 from OleksiiKachan/fix-ukrainian-locale
fix translations for Ukrainian
2022-01-19 11:55:12 +01:00
Alexandre BODIN
ba882a8075
Merge pull request #12135 from dobosmarton/hu-translations
feat: Hungarian admin translations
2022-01-19 11:54:54 +01:00
Alexandre BODIN
d7142ee74f
Merge pull request #12056 from SergeiMeza/meza/update-japanese-translations
Update Admin Japanese translations
2022-01-19 11:23:29 +01:00
Alexandre BODIN
ac58311b1b
Merge pull request #12033 from tanoabeleyra/es-translations
Update Spanish translations
2022-01-19 11:18:24 +01:00
Alexandre BODIN
d3be9e03d4
Merge pull request #12119 from duncanhsieh/master
Add missing translations for traditional Chinese
2022-01-19 10:48:36 +01:00
Alexandre BODIN
5cbbb5bdaa
Merge pull request #12071 from VK-Media/update-danish-translations
Update danish translations
2022-01-19 10:45:53 +01:00
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
Oleksii Kachan
258133a545
Merge branch 'master' into fix-ukrainian-locale 2022-01-18 09:27:12 -05:00
Murilo Kakazu
b7425ef419
Merge branch 'master' into master 2022-01-17 17:58:10 -03: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
David
70628ce082
Merge branch 'master' into patch-1 2022-01-17 16:34:25 +01:00
Márton Dobos
60a00ef412
Merge branch 'master' into hu-translations 2022-01-17 15:50:32 +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
ronronscelestes
51ed540955
(Feature: Guided tour) Modal skeleton (#12214)
* feat: modal skeleton + added modal to admin

* feat: added setStepState and setCurrentStep logic to modal

* refacto: split of currentStep inside the reducer instead of doing it in the modal when updating guidedTourState

* fix: updated Admin tests with useGuidedTour hook
2022-01-17 12:16:37 +01:00
soupette
7bf9f819e0 Fixes #11936
Signed-off-by: soupette <cyril@strapi.io>
2022-01-17 12:06:15 +01:00
Murilo Kakazu
a17bd28ac2 fix webhook header translations 2022-01-12 19:47:59 -03:00
Murilo Kakazu
7fea78ca07 fix typo 2022-01-12 19:43:13 -03:00
Murilo Kakazu
77c5c1daae add some more missing translations 2022-01-12 19:24:36 -03:00
Murilo Kakazu
da1064656f fix typo 2022-01-12 19:15:06 -03:00
Murilo Kakazu
83bd7f86e3 chore: add missing pt-BR translations 2022-01-12 19:08:17 -03: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
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
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
HichamELBSI
54c80d9a87 Some UI fix for the WYSIWYG
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2022-01-10 12:46:02 +01: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
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