Bassel Kanso
4610be5c39
fix strapi config:dump in typescript project
2022-04-25 19:11:33 +03:00
Bassel Kanso
7cf9eb81eb
refactoring app and plugin generators to handle typescript
2022-04-25 18:46:04 +03:00
derrickmehaffy
b5fa7546e8
add marketplace media csp settings to provider docs
...
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2022-04-25 08:32:57 -07:00
cyril lopez
e5ce3f5794
Merge pull request #13177 from strapi/fix/13124
...
Enable .jsx extensions
2022-04-25 16:22:35 +02:00
Bassel Kanso
c49d681b18
only ask about generating a ts Plugin in a javascript project
2022-04-25 17:17:56 +03:00
vincentbpro
816cba6ce5
Merge branch 'features/menu-logo' into menu-logo/get-project-settings-routes
2022-04-25 15:41:40 +02:00
Vincent
ea59183817
Merge pull request #13131 from strapi/menu-logo/submit
...
[Logo customization] Submit flow
2022-04-25 15:39:40 +02:00
Bassel Kanso
adce607d00
user can choose a typescript plugin using strapi generate
2022-04-25 16:31:20 +03:00
vincentbpro
752206f928
fix: removed useless await
2022-04-25 14:46:22 +02:00
Pierre Noël
de2a03268a
change tree to folder-structure + fix test
2022-04-25 14:37:59 +02:00
Pierre Noël
52a2a41664
code cleaning
2022-04-25 14:37:59 +02:00
Pierre Noël
2f8fd4adc2
fix e2e folder test
2022-04-25 14:37:58 +02:00
Pierre Noël
ecbf419c3c
add tree route
2022-04-25 14:37:58 +02:00
Pierre Noël
def1cedc5b
Merge pull request #13053 from strapi/ML-folder/update-file-location
...
Ml folder/update file location
2022-04-25 14:28:26 +02:00
vincentbpro
ce181eccf0
fix: created a dedicated read permission for project settings
2022-04-25 13:29:19 +02:00
Pierre Noël
c7c94b310a
better stack error
2022-04-25 12:12:56 +02:00
Bassel Kanso
918b7629d8
ask for language in when creating a custom strapi project
2022-04-25 13:09:52 +03:00
soupette
1ffac62397
Enable .jsx extension.
...
Fixes #13124
Signed-off-by: soupette <cyril@strapi.io>
2022-04-25 10:28:14 +02:00
vincentbpro
6076522305
test: updated /init tests
2022-04-25 10:14:02 +02:00
derrickmehaffy
2f8c1ce5bf
Upgrade Sentry version (both for plugin and internal) to latest
...
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2022-04-21 08:32:04 -07:00
ronronscelestes
3e3b31c2b8
fix ApplicationInfosPage tests
2022-04-21 10:40:30 +02:00
ronronscelestes
c6d841e451
refacto updateProjectSettings reducer + file exports
2022-04-21 10:34:41 +02:00
chisus
f6c01bd013
Add fake container to pass i18n unit test
2022-04-21 01:04:18 +09:00
chisus
0b60be2aca
Add sanitizers registry to container
...
- Remove users-permissions sanitization step in core
- Move sanitization functions to users-permissions plugin utils
- Add sanitizers registry to container for manage sanitizer functions in core so that we can get/add sanitizers anywhere we want
2022-04-21 00:29:35 +09:00
vincentbpro
0ba8bc5a98
fix(menu-logo): handle empty project-settings store in delete service
2022-04-20 16:26:24 +02:00
vincentbpro
96302c8ae8
feat(menu-logo): added menuLogo url to /init route
2022-04-20 16:11:43 +02:00
vincentbpro
4c80b3f798
feat(menu-logo): added GET /project-settings route
2022-04-20 15:52:58 +02:00
Kim, Harim
e0191544e5
Merge branch 'strapi:master' into fix/populate-user
2022-04-20 21:50:33 +09:00
Jean-Sébastien Herbaux
f7f32afee7
Merge pull request #13152 from strapi/fix/adminjwtspace
...
Fix ADMIN_JWT_SECRET being generated with a space
2022-04-19 16:01:54 +02:00
DMehaffy
7c67be10e7
Fix ADMIN_JWT_SECRET being generated with a space
...
Fixing a typo
2022-04-19 01:47:59 -07:00
dependabot[bot]
912ef9ea91
Bump fs-extra from 10.0.1 to 10.1.0
...
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra ) from 10.0.1 to 10.1.0.
- [Release notes](https://github.com/jprichardson/node-fs-extra/releases )
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/10.0.1...10.1.0 )
---
updated-dependencies:
- dependency-name: fs-extra
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-18 09:06:04 +00:00
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