24134 Commits

Author SHA1 Message Date
Elliot Lintz
08de9c92a8
Fix roadmap links in the readme 2022-04-17 17:03:01 +02:00
alekzonder
45e221cc26
FIx upload VipsJpegError
Invalid SOS parameters for sequential JPEG
2022-04-17 13:38:24 +07:00
Vincent
d4c9cbfe47
Merge pull request #13087 from strapi/menu-logo/update-project-settings-route
Menu logo/update project settings route
2022-04-15 17:12:49 +02:00
Convly
4fa2804f35 Merge branch 'master' into features/typescript v4.2.0-beta.1 2022-04-15 15:47:16 +02:00
vincentbpro
00529853e5 fix(logo-customization): avoid passing map index to multi-param providers 2022-04-15 12:09:36 +02:00
vincentbpro
bcf3365e1c test(logo-customization): updated tests 2022-04-15 11:32:14 +02:00
vincentbpro
c6cbf6b58d test(logo-customization): updated tests 2022-04-15 11:18:03 +02:00
vincentbpro
ba8cb27bb1 refactor(logo-customization): simplified updateProjectSettings service function signature 2022-04-15 09:58:35 +02:00
vincentbpro
5fde7a23d0 refactor(logo-customization): compare files hashes directly instead of urls 2022-04-15 09:26:22 +02:00
vincentbpro
aecc0244e3 fix(logo-customization): handled undefined files object 2022-04-15 09:15:07 +02:00
vincentbpro
1a6c30f771 refactor(logo-customization): removed useless awaits 2022-04-15 09:10:34 +02:00
Jean-Sébastien Herbaux
7667aab70e
Merge pull request #13133 from strapi/typescript/fix-plugin-instructions-message
[TS] Fix plugin instructions message
2022-04-14 17:48:18 +02:00
Convly
d9082b9502 Fix plugin log instructions 2022-04-14 17:43:59 +02:00
ronronscelestes
957e552159
Merge pull request #13118 from strapi/menu-logo/from-url
[Logo customization] From url
2022-04-14 15:37:10 +02:00
Jean-Sébastien Herbaux
478b3aaecc
Merge pull request #13128 from strapi/ts/split-ts-config
Ts/split ts config
2022-04-14 14:59:55 +02:00
ronronscelestes
f5aed2b107 erge branch 'menu-logo/from-url' of https://github.com/strapi/strapi into menu-logo/submit 2022-04-14 14:59:50 +02:00
Convly
8729ba6fdd Remove console.log from the kitchensink-ts index.ts file 2022-04-14 14:59:13 +02:00
Convly
431ccbe55c Fix isTypeScriptProject -> isUsingTypeScript 2022-04-14 14:55:57 +02:00
Convly
51be8899e6 Update the tsconfig.json file to use the extend 2022-04-14 14:47:15 +02:00
Convly
9ecf96c912 Merge branch 'features/typescript' of github.com:strapi/strapi into ts/split-ts-config 2022-04-14 14:46:57 +02:00
Jean-Sébastien Herbaux
32aada93f7
Merge pull request #13062 from strapi/typescript/tsconfigs
[TS] Updated tsconfigs design for generated app
2022-04-14 14:46:44 +02:00
Convly
1a82a62b9f Merge remote-tracking branch 'origin/typescript/tsconfigs' into ts/split-ts-config 2022-04-14 14:28:59 +02:00
ronronscelestes
fa657d1573 removed unnecessary fragment FromUrlForm 2022-04-14 11:41:14 +02:00
soupette
d9fb9e9d51 Merge branch 'features/typescript' of github.com:strapi/strapi into ts/split-ts-config 2022-04-14 11:14:15 +02:00
soupette
0bff46cceb Fix tests
Signed-off-by: soupette <cyril@strapi.io>
2022-04-14 11:13:52 +02:00
soupette
7fdae1dd55 Remove useTypescript arg from the build command
Signed-off-by: soupette <cyril@strapi.io>
2022-04-14 11:02:31 +02:00
soupette
84bd88a230 Enable plugin development in JS project.
Added loader for ts.
Created default tsconfig file

Signed-off-by: soupette <cyril@strapi.io>
2022-04-14 10:59:42 +02:00
Mark Kaylor
17608e0242 fix prefixes 2022-04-14 10:24:29 +02:00
ronronscelestes
a859251e8f removed it.only and fixed authenticated app tests 2022-04-14 09:52:46 +02:00
Jean-Sébastien Herbaux
54f6843f37
Merge pull request #13120 from strapi/typescript/telemetry
[TS] - Telemetry
2022-04-13 18:18:15 +02:00
Convly
a9872a56a8 Merge branch 'typescript/telemetry' of github.com:strapi/strapi into typescript/telemetry 2022-04-13 17:45:30 +02:00
Convly
9dfec11228 Fix unit testing 2022-04-13 17:45:19 +02:00
ronronscelestes
1ec941e47e updated tests 2022-04-13 17:43:47 +02:00
soupette
9a052ee876 Fix tests
Signed-off-by: soupette <cyril@strapi.io>
2022-04-13 17:15:16 +02:00
Alexandre Bodin
3f204a0a48 v4.1.8 v4.1.8 2022-04-13 16:45:31 +02:00
Convly
9a2ae88480 Prevent access to telemetry-properties route if the telemetry is disabled 2022-04-13 16:11:42 +02:00
Convly
8440d4064f Add the typescript telemetry events to the admin events 2022-04-13 15:41:39 +02:00
ronronscelestes
78bc49c4af updated urlToFile timeout 2022-04-13 14:49:53 +02:00
Gustav Hansen
a5c7ef9bfb Chore: Update snapshot tests 2022-04-13 12:47:01 +02:00
ronronscelestes
a72a9f624b added 2 tests + feedback fixes 2022-04-13 12:11:58 +02:00
ronronscelestes
3f78e246a4 tests added for from url flow 2022-04-13 11:28:50 +02:00
Alireza Ayinmehr
3122052a4b fix: prevent argv check on "add-missing-keys-to-other-language" module import 2022-04-13 00:31:32 +04:30
Convly
9f651bb878 Fix review comments (remove comments) 2022-04-12 17:54:31 +02:00
Convly
9c6bff7e3f Move the typescript checks to the sender init 2022-04-12 17:31:30 +02:00
Gustav Hansen
03c5371c07 ML: Refactor AssetMeta into ContextInfo to reuse it for folders 2022-04-12 17:27:20 +02:00
Convly
ce0b361fba Update ts confif resolution for events 2022-04-12 17:14:00 +02:00
Convly
56e2b99133 Merge branch 'features/typescript' of github.com:strapi/strapi into typescript/telemetry 2022-04-12 17:09:09 +02:00
Convly
7654dbd961 Update plugin build & tsconfigs 2022-04-12 16:57:00 +02:00
Pierre Noël
725aa2e399 fix lint 2022-04-12 16:50:02 +02:00
Convly
2f26c05bee Merge branch 'features/typescript' of github.com:strapi/strapi into typescript/tsconfigs 2022-04-12 16:47:49 +02:00