3590 Commits

Author SHA1 Message Date
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
ronronscelestes
b469645ddb fixed media advanced settings layout 2022-05-13 18:17:21 +02:00
Convly
698ae33e00 v4.1.11 2022-05-13 18:08:05 +02:00
ronronscelestes
a594f4b96a fixed unique fields empty value 2022-05-13 17:46:57 +02:00
Alexandre BODIN
b2980ab708
Merge pull request #13307 from strapi/fix/invite-link-not-working
Fix admin user registration
2022-05-13 16:53:54 +02:00
ronronscelestes
2c79e4ad05 added events on homepage contentblocks 2022-05-13 16:23:05 +02:00
Convly
91757fe899 Handle ee code 2022-05-13 14:28:13 +02:00
Gustav Hansen
cd2e0008eb
Merge pull request #13291 from tahaziauci/strapi/fix/select-input-color
fix: issue #13149 input color
2022-05-13 13:52:41 +02:00
Convly
e77226c678 Added test for the admin registration token 2022-05-13 12:11:20 +02:00
Convly
510b54f16e Moved logic to the right controller 2022-05-13 11:33:25 +02:00
Convly
bb87e910b2 Manually set the registrationToken in the register payload response 2022-05-13 11:22:41 +02:00
Vincent
4718b89bb4
Merge pull request #13183 from strapi/features/menu-logo
Features/menu logo
2022-05-13 10:33:39 +02:00
Vincent
3268c71b3e
Merge pull request #13271 from strapi/features/load-providers-at-register
Load storage providers before server start
2022-05-12 10:08:37 +02:00
Taha Zia
c4d260d7f1 fix: issue #13149 input color 2022-05-11 18:01:48 -07:00
Convly
06abcda86a v4.1.10 2022-05-11 16:30:38 +02:00
ronronscelestes
6f211e8217 Merge branch 'master' of https://github.com/strapi/strapi into features/menu-logo 2022-05-11 13:48:35 +02:00
Gustav Hansen
8b3ba51f3e
Merge pull request #12881 from strapi/fix/upload-mime-type
ML: Apply fallback mime-type if none is set
2022-05-11 12:37:37 +02:00
Jean-Sébastien Herbaux
d69b49b097
Merge pull request #13185 from strapi/fix/user-hidden-attributes
Sanitize hidden attributes from admin API responses
2022-05-11 10:58:37 +02:00
Jean-Sébastien Herbaux
a727b1f2ba
Merge pull request #11960 from iicdii/fix/populate-user
Fix unable to populate User in Users-Permissions
2022-05-11 10:39:01 +02:00
Alexandre BODIN
488f701784
Merge pull request #13277 from strapi/fix/hooks-invalid-spread
fix: hook getter spread make handlers invalid
2022-05-11 09:35:07 +02:00
ronronscelestes
91bfab5504
Merge pull request #13227 from strapi/fix/guided-tour-localstorage
[Fix] Guided tour skipped local storage
2022-05-11 09:26:41 +02:00
ronronscelestes
63ecdaefdd
Merge pull request #13226 from strapi/enh/ds-v2
[Enh] DS v2 components
2022-05-11 09:26:28 +02:00
Convly
620418c9a6 Remove sensitive fields from sanitize user in the admin 2022-05-10 07:00:19 +02:00
Convly
b11623d365 Allow setting CT's config from the CTB services 2022-05-10 06:58:25 +02:00
Convly
d184161417 Fix hooks unit test 2022-05-10 06:06:28 +02:00