6261 Commits

Author SHA1 Message Date
Convly
f0cacae5d8 Fixes 2022-04-04 11:36:50 +02:00
Convly
648208af27 Refactor builders & compilation scripts 2022-04-04 11:36:50 +02:00
Convly
04b8318b18 Fix the dist folder not being created early enough 2022-04-04 11:33:00 +02:00
Convly
03bcc2ee64 Handle typescript in the build & develop commands 2022-04-04 11:32:58 +02:00
Convly
bdcb08157c Fix the file loading using the import default util 2022-04-04 11:31:59 +02:00
Convly
8869d60f00 Add typescript utils to the utils (commands, tools, compilers) 2022-04-04 11:31:59 +02:00
Convly
544f03b4fc Move the ts dependency to the core package 2022-04-04 11:31:59 +02:00
Convly
e74b9b7c16 Add typescript to the dev dependencies & don't throw errors on missing folders 2022-04-04 11:31:58 +02:00
Convly
81401e1d54 Allow to start Strapi from another directory 2022-04-04 11:31:10 +02:00
soupette
59dd675552 Migrate default plugins file to TS
Signed-off-by: soupette <cyril@strapi.io>
2022-04-04 11:26:36 +02:00
soupette
b26f344f54 Fix PR feedback
Signed-off-by: soupette <cyril@strapi.io>
2022-04-04 11:26:35 +02:00
soupette
52231a3eba Prevent default export in order to provide typings
Signed-off-by: soupette <cyril@strapi.io>
2022-04-04 11:26:35 +02:00
soupette
710633dfb1 Use TS in kitchensink
Signed-off-by: soupette <cyril@strapi.io>
2022-04-04 11:26:35 +02:00
soupette
5a5433821a Add tsx customisation file
Signed-off-by: soupette <cyril@strapi.io>
2022-04-04 11:26:34 +02:00
soupette
867cf185d7 Remove tsconfig.json in plugins
Signed-off-by: soupette <cyril@strapi.io>
2022-04-04 11:26:34 +02:00
soupette
58f2e7536d Add webpack config for TS and created tsconfig.json files for all plugins to enable TS in the admin
Signed-off-by: soupette <cyril@strapi.io>
2022-04-04 11:26:33 +02:00
soupette
0b52f80754 Add typescript and ts-loader dependencies
Signed-off-by: soupette <cyril@strapi.io>
2022-04-04 11:26:03 +02:00
markkaylor
2edd2ae00c
Merge pull request #13004 from strapi/features/marketplace-offline-layout
[marketplace] add offline layout
2022-04-04 09:44:40 +02:00
pr0gr8mm3r
4fff2134c8 move plural/singular descriptors 2022-04-03 23:11:30 +02:00
p_0g_8mm3_
563dc29d7e
Remove "strings"
Co-authored-by: Gustav Hansen <gu@stav.dev>
2022-04-03 23:08:19 +02:00
p_0g_8mm3_
5812548205
Make plural text concerning API ID less verbose
Co-authored-by: Gustav Hansen <gu@stav.dev>
2022-04-03 23:07:50 +02:00
p_0g_8mm3_
930c07375c
Fix wording on upload more button
Co-authored-by: Gustav Hansen <gu@stav.dev>
2022-04-03 23:07:03 +02:00
p_0g_8mm3_
04b6bbfc08
Fix date time example
Co-authored-by: Gustav Hansen <gu@stav.dev>
2022-04-03 23:06:44 +02:00
p_0g_8mm3_
f70732b040
Fix date example
Co-authored-by: Gustav Hansen <gu@stav.dev>
2022-04-03 23:06:23 +02:00
pr0gr8mm3r
ee0595d605 incorperate review suggestions 2022-04-03 23:05:21 +02:00
Convly
47ae55ed7a Send the useTypescript event in the telemetry usage 2022-04-01 18:41:36 +02:00
Gustav Hansen
3933455e6c FolderCard: remove legacy useId prefix param 2022-04-01 17:11:55 +02:00
Gustav Hansen
83cf5bee65 FolderCard: Restructure component files 2022-04-01 17:11:55 +02:00
Gustav Hansen
23ca6c41ba FolderCard: Update tests 2022-04-01 17:11:54 +02:00
Gustav Hansen
906f157115 ML: Add FolderCard component 2022-04-01 17:11:54 +02:00
Gustav Hansen
1846fd8203 ML: Simplify useAssets() and useFolders() hooks 2022-04-01 17:11:53 +02:00
Gustav Hansen
d39325f6d6 ML: Resolve ignored eslint rules 2022-04-01 17:11:53 +02:00
Gustav Hansen
eb98979ffd ML: Add useFolders() hook and tests 2022-04-01 17:11:53 +02:00
Gustav Hansen
fd4db907a1 ML: Add tests for useAssets() 2022-04-01 17:11:52 +02:00
Gustav Hansen
dfef339a79 ML: Use formatjs inline plural API, display folder count 2022-04-01 17:11:52 +02:00
Mark Kaylor
bf2851fe9f hide submit button when offline 2022-04-01 16:10:31 +02:00
Alexandre Bodin
b1df5a6067 Merge branch 'releases/4.1.7' 2022-04-01 09:55:43 +02:00
Mark Kaylor
5838c0619e Merge branch 'master' of github.com:strapi/strapi into features/marketplace-offline-layout 2022-04-01 09:45:35 +02:00
Gustav Hansen
260a68d8e6
Merge pull request #13018 from strapi/fix/upload-action-options
Fix actionOptions not taking into account by the upload provider
2022-03-31 18:02:22 +02:00
ronronscelestes
1ae79aba0f stepper and from computer init 2022-03-31 17:54:44 +02:00
Alexandre Bodin
1699aac151 v4.1.7 2022-03-31 17:53:39 +02:00
Gustav Hansen
7d045baf36 Merge bulkRemove hooks into useBulkRemove() 2022-03-31 16:41:10 +02:00
Rémi de Juvigny
d8676887bf
Merge pull request #13012 from strapi/missing-plugin
Add missing a plugin banner to the marketplace
2022-03-31 16:31:29 +02:00
Mark Kaylor
18ee563584 add Main component and remove as 2022-03-31 16:12:02 +02:00
Gustav Hansen
678f5db8a6 wip 2022-03-31 16:09:03 +02:00
Pierre Noël
f245e9dbe2 fix upload bootstrap unit test 2022-03-31 16:00:05 +02:00
Gustav Hansen
2c8050a2ba ML: Make selection work with assets and folders 2022-03-31 15:57:22 +02:00
Alexandre Bodin
c21b662f44 Merge branch 'releases/4.1.6' 2022-03-31 15:52:49 +02:00
Convly
3235b072cc Keep the package.json into the app dir 2022-03-31 15:17:13 +02:00
Mark Kaylor
119ebb46b8 fix path to hook 2022-03-31 15:01:31 +02:00