3614 Commits

Author SHA1 Message Date
DanieleAurilio
98d6da1115 Allow also .ts ext in load-config-file.js 2022-05-29 23:19:45 +02:00
Daniele Aurilio
2b69d1d81c
Merge branch 'strapi:master' into releases/v4 2022-05-29 23:08:46 +02:00
ivanThePleasant
2cc5037e8a Moved console logs around to make code cleaner 2022-05-27 10:37:14 +03:00
Alexandre Bodin
ab698015cf v4.1.12 2022-05-25 17:17:49 +02:00
ronronscelestes
aff13a0d60 feedback fix - number/select empty value checked in EditViewDataManagerProvider 2022-05-25 14:59:19 +02:00
Gustav Hansen
a59c1d3f95 chore: Update @strapi/design-system to 1.1.1 2022-05-25 12:55:14 +02:00
Alexandre Bodin
c765101934 Merge branch 'master' of github.com:strapi/strapi into releases/4.2.0 2022-05-25 12:12:56 +02:00
ronronscelestes
681b21786c feedback fix: moving the logic to EditViewDataManagerProvider 2022-05-23 18:23:56 +02:00
Vincent
2ef3556d07
Merge pull request #13249 from davefv/master
Upload Plugin UI Catalan translation
2022-05-23 17:14:37 +02:00
Convly
37b6802099 Update minimum node version in the package.json files 2022-05-23 14:40:37 +02:00
Alexandre BODIN
e0c6b33355
Merge pull request #13354 from sargreal/fix/ctb-extendfields-used-only-once
Fix CTB not adding all field extensions
2022-05-23 11:37:26 +02:00
Gustav Hansen
9f6baa3bf0
Merge pull request #13352 from heartlessnan/strapi/tests/incorrect-password-check
Added test case to check password validity
2022-05-23 10:32:59 +02:00
Gustav Hansen
4a9806d753 chore: Update test names 2022-05-23 09:41:36 +02:00
Juan Jimenez-Anca
fb28c2275b add missing await 2022-05-20 23:23:50 +02:00
Alexandre BODIN
6c76e7d974
Merge pull request #12203 from Fyndl-io/fix-before-after-shared-state
Implement state sharing between DB before and after lifecycles events
2022-05-20 18:26:56 +02:00
Robin Goupil
eb6a244bc8
Apply suggestions from code review
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2022-05-20 13:31:48 +02:00
Alexandre BODIN
2906cd4fb1
Merge pull request #12312 from WalkingPizza/feature/plugin-name-kebab
Check that plugin name is kebab-cased upon generation
2022-05-20 09:02:23 +02:00
Alexandre BODIN
75be9323ea
Merge pull request #12277 from jamidwyer/fix/api-loader-git-config
fix: skip git config file that looks like dir
2022-05-20 09:02:03 +02:00
Alexandre Bodin
b08b16d57a Merge branch 'master' into feature/plugin-name-kebab 2022-05-19 23:18:05 +02:00
Alexandre BODIN
f8394e9db3
Merge pull request #12170 from DanieleAurilio/fix/12081
#12081 Fix empty string is accepted by API
2022-05-19 22:52:48 +02:00
Alexandre Bodin
c33bf9b50e Ignore dotfiles at the api folder level 2022-05-19 22:51:26 +02:00
Alexandre Bodin
c1cb7da8a5 Update tests 2022-05-19 21:58:29 +02:00
Alexandre Bodin
b86c598e54 Add more friendly error message 2022-05-19 21:42:47 +02:00
wuxinnan
f36c6d1312 move test case to previous story 2022-05-19 11:06:19 -07:00
Gustav Hansen
50bdf91fa5
Merge pull request #13353 from lonnie-nguyen/strapi/tests/bigint-min-validate
Added test to validate the min constraint for big integer if no min is specified
2022-05-19 11:48:11 +02:00
Felix Haase
26861893ca Fix CTB not adding all field extensions
add validators and forms after the if clause

fixes #13322
2022-05-19 01:12:34 +02:00
lonnie-nguyen
bf3ae5bd7e added test to validate the min constraint if no min is specified 2022-05-18 11:10:24 -07:00
wuxinnan
1e3d6855cc added test case to check password validity 2022-05-18 10:36:12 -07:00
Changhao
8f2e2b3873 Removed duplicate codes 2022-05-18 10:02:30 -07:00
Changhao
f8c0cd7052 Addressed PR comments to check throw messages 2022-05-18 10:01:31 -07:00
CH Liu
4220909c81
Merge branch 'strapi:master' into parse-type-test-cases 2022-05-18 09:58:10 -07:00
Gustav Hansen
d947be6859
Merge pull request #13256 from strapi/fix/component-icons-optional
Make component icons optional
2022-05-18 12:53:39 +02:00
ronronscelestes
b6b500b753 feedback fix: moved reset logic to components onChange 2022-05-18 10:55:58 +02:00
Changhao
ef8ead4ddb Added test case to check the thrown error message if input is incorrect date 2022-05-17 15:07:56 -07:00
DanieleAurilio
6370a51819 Merge branch 'releases/v4' of https://github.com/DanieleAurilio/strapi into releases/v4 2022-05-16 23:34:03 +02:00
DanieleAurilio
40796af3fd #13317 Capture error if ext file is not accepted below config/* 2022-05-16 23:32:09 +02:00
Pierre Noël
2982fa781e remove limit on deep populate on components 2022-05-16 14:47:58 +02:00
ronronscelestes
27639fa67e
Merge pull request #13310 from strapi/enh/homepage-link-events
[Enh] Homepage links trackUsage
2022-05-16 14:26:30 +02:00
ronronscelestes
ba3faf1f23
Merge pull request #13315 from strapi/fix/ctb-advanced-layout
[Fix] CTB Media advanced settings layout
2022-05-16 14:25:57 +02:00
tiagolima90
99a5c7eed7
Merge branch 'strapi:master' into master 2022-05-16 09:44:17 +00:00
Alexandre Bodin
1a3b92b368 Fix raw sql migrations 2022-05-14 09:23:20 +02:00
Alexandre Bodin
aac0e2b465 Merge branch 'master' of github.com:strapi/strapi into fix/mime-type-migration 2022-05-14 09:00:44 +02:00
Robin Goupil
b8ccb8800f Allow EntityManager CRUD methods to be called without a 'params' 2022-05-14 08:35:23 +02:00
Robin Goupil
376b1cdb73 Second test case to use API closer to documented use 2022-05-14 08:18:16 +02:00
Robin Goupil
7f0b35ebdb Fix deleteMany using afterDelete hook instead of afterDeleteMany 2022-05-14 08:18:16 +02:00
Robin Goupil
4c07ea76c5 Update typings 2022-05-14 08:18:16 +02:00
Robin Goupil
ade70cf78a Add unit tests for Lifecycles.run() 2022-05-14 08:18:16 +02:00
Robin Goupil
273ca638f4 Lifecycle provider to manage state instead of entity manager 2022-05-14 08:18:16 +02:00
Robin Goupil
dcf2a4e32c Fix state not being shared with "beforeXXX" and "afterXXX" events 2022-05-14 08:18:13 +02:00
rgoupil
3a1145be11 Fix state not being shared with "beforeXXX" and "afterXXX" 2022-05-14 08:15:15 +02:00