3386 Commits

Author SHA1 Message Date
Alexandre Bodin
5cbb60ce4b Merge branch 'master' into releases/4.2.0 2022-03-24 11:11:00 +01:00
ivanThePleasant
ce5ddb2868 Changed naming to better correspond to Strapi naming conventions 2022-03-24 08:42:58 +02:00
cyril lopez
7e105cc784
Merge pull request #12922 from strapi/fix/ml-audio-type
ML: Add audio type to asset filters
2022-03-23 18:18:19 +01:00
soupette
df6fa2f8b6 Remove terser dependency
Signed-off-by: soupette <cyril@strapi.io>
2022-03-23 18:16:32 +01:00
Vincent
9afe470cbf
Merge pull request #12921 from strapi/feat/translations-cleanup
Feat/translations cleanup
2022-03-23 17:02:12 +01:00
Rémi de Juvigny
3ea20a2353 Apply feedback 2022-03-23 15:44:15 +01:00
Gustav Hansen
a26788bcef ML: Add audio type to filters 2022-03-23 15:38:04 +01:00
soupette
0a5a03c0a1 Add tests
Signed-off-by: soupette <cyril@strapi.io>
2022-03-23 15:16:13 +01:00
soupette
323e8f4cbf Remove useless babel plugins
Signed-off-by: soupette <cyril@strapi.io>
2022-03-23 14:51:41 +01:00
soupette
e26740be3c Remove @babel/runtime and its associated plugin from the admin package
Signed-off-by: soupette <cyril@strapi.io>
2022-03-23 14:41:34 +01:00
Gustav Hansen
278f401545
Merge pull request #12877 from strapi/fix/upload-crop-size
EditAssetDialog: Use original image as source for cropping
2022-03-23 14:41:29 +01:00
soupette
8635b05d9e Merge branch 'features/typescript' of github.com:strapi/strapi into enhancement/speed-up-webpack 2022-03-23 14:22:45 +01:00
vincentbpro
7399fd3572 reorder translation files 2022-03-23 13:29:24 +01:00
vincentbpro
6d7071bc5f Merge branch 'master' into feat/translations-cleanup 2022-03-23 13:28:47 +01:00
Alexandre Bodin
a263ceaa02 Merge branch 'master' of github.com:strapi/strapi into chore/knex-v1 2022-03-23 12:36:39 +01:00
ivanThePleasant
eaf805ad82 Cleaned code of several unnecessary console logs 2022-03-23 13:25:31 +02:00
ivanThePleasant
893ae11691 Changes to introduce async opt-out event sending 2022-03-23 13:18:41 +02:00
soupette
f4a33a13f0 Update tests for better clarity
Signed-off-by: soupette <cyril@strapi.io>
2022-03-23 11:46:56 +01:00
soupette
5f66da9864 Add tests
Signed-off-by: soupette <cyril@strapi.io>
2022-03-23 11:43:37 +01:00
soupette
99ccef19a1 Fix snapshots
Signed-off-by: soupette <cyril@strapi.io>
2022-03-23 11:23:41 +01:00
Alexandre Bodin
06c9939fa7 Fix typo 2022-03-23 11:15:25 +01:00
soupette
01e4062868 Fix PR feedback
Signed-off-by: soupette <cyril@strapi.io>
2022-03-23 10:39:19 +01:00
Alexandre Bodin
317d5be115 Use better-sqlite3 by default 2022-03-23 10:37:12 +01:00
vincentbpro
99f8cffb9d fix: added missing defaultMessage 2022-03-23 10:20:03 +01:00
ivanThePleasant
bbfcab686f
Update packages/core/strapi/bin/strapi.js
Co-authored-by: Gustav Hansen <gustav.hansen@strapi.io>
2022-03-23 10:51:02 +02:00
Alexandre BODIN
c3e9cf15e7
Merge pull request #12852 from strapi/repo/issueTemplateLinks
Update issue templates and urls / swap roadmap to canny
2022-03-22 20:05:00 +01:00
Alexandre Bodin
88c317effc Fix support old sqlite3 2022-03-22 20:04:23 +01:00
Alexandre Bodin
14305e8d11 Make strapi compatible with knex v1 2022-03-22 19:41:16 +01:00
Rémi de Juvigny
f853e00e76 Handle marketplace production environment 2022-03-22 16:57:01 +01:00
Pierre Noël
7b81724c5a
Merge pull request #12906 from nfrasser/master
Always set the provider property in uploaded file database entries
2022-03-22 14:09:34 +01:00
soupette
1352c1fb82 Fixes #12896
Signed-off-by: soupette <cyril@strapi.io>
2022-03-22 12:01:17 +01:00
ivanThePleasant
36e6182c25 Completed new command implementation 2022-03-22 11:41:25 +02:00
Gustav Hansen
c3c2db1a53 EditAssetDialog: Improve hook variable naming 2022-03-22 08:46:01 +01:00
Nick Frasser
04e274141b
Update upload e2e test to check for provider 2022-03-21 23:49:27 -04:00
Nick Frasser
8747947cf3
Ensure provider is always assigned on uploaded file
Previously the uploaded file data was assigned a provider in the conditional block that calculated dimensions on supported images. This caused the provider to be stored as null in the database for some image uploads such as SVG. The provider property is now assigned unconditionally
2022-03-21 23:22:47 -04:00
derrickmehaffy
a5cf340e15 Merge branch 'master' into repo/issueTemplateLinks 2022-03-21 10:51:14 -07:00
Pierre Noël
944da72dee Merge branch 'master' into content-68/fix-public-path 2022-03-21 16:20:34 +01:00
Gustav Hansen
43b2108643 GenericInput: cast nullish values for input types to undefined 2022-03-21 11:08:10 +01:00
Gustav Hansen
4da9e8a8dc GenericInput: Add a special 0 !== null test, just to be safe 2022-03-21 11:08:10 +01:00
Gustav Hansen
36d1215be9 GenericInput: Add test for type=number 2022-03-21 11:08:10 +01:00
Gustav Hansen
19bd74f292 GenericInput: Allow number inputs to be cleared 2022-03-21 11:08:09 +01:00
Gustav Hansen
960520c086
Merge pull request #12883 from MattieBelt/fix/dynamic-table-footer
Add footer to DynamicTable component
2022-03-21 10:00:33 +01:00
ivanThePleasant
c5246ef5f4 Added new cli command call to strapi.js, started working on the comand execution logic 2022-03-21 09:09:14 +02:00
Mattias van den Belt
5fab3b5e7a Add DynamicTable with footer Canvas to storybook 2022-03-19 02:02:23 +01:00
Mattias van den Belt
0a5ce6f34a Add footer to DynamicTable component 2022-03-19 01:47:49 +01:00
soupette
489f7a3cc9 Merge branch 'master' of github.com:strapi/strapi into enhancement/ctb-date-field 2022-03-18 16:42:03 +01:00
soupette
f48d00c454 Add option to mesure webpack speed
Signed-off-by: soupette <cyril@strapi.io>
2022-03-18 16:13:47 +01:00
Gustav Hansen
f8582f2916 EditAssetDialog: Use original image as source for cropping 2022-03-18 16:00:52 +01:00
soupette
e0fb1fe0f3 Speed up webpack config by using esbuild-loader
Signed-off-by: soupette <cyril@strapi.io>
2022-03-18 15:21:20 +01:00
Jean-Sébastien Herbaux
f9fca8a8fe
Merge pull request #12875 from strapi/chore/remove-db-examples
Remove DB examples folder
2022-03-17 15:26:49 +01:00