3590 Commits

Author SHA1 Message Date
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
vincentbpro
752206f928 fix: removed useless await 2022-04-25 14:46:22 +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
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
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
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
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
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
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
ronronscelestes
fa657d1573 removed unnecessary fragment FromUrlForm 2022-04-14 11:41:14 +02:00
ronronscelestes
a859251e8f removed it.only and fixed authenticated app tests 2022-04-14 09:52:46 +02:00
ronronscelestes
1ec941e47e updated tests 2022-04-13 17:43:47 +02:00
Alexandre Bodin
3f204a0a48 v4.1.8 2022-04-13 16:45:31 +02:00
ronronscelestes
78bc49c4af updated urlToFile timeout 2022-04-13 14:49:53 +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
ronronscelestes
f6bea7d6fa removed temp folder 2022-04-12 16:01:52 +02:00
ronronscelestes
999a30c396 refacto ConfigurationsProvider reducer + setProjectSettings 2022-04-12 16:01:17 +02:00
Pierre Noël
ca708d3f4d fix date unit test 2022-04-12 15:36:20 +02:00
ronronscelestes
c2605de89a update ConfigurationsProvider with new logo 2022-04-12 15:23:56 +02:00
ronronscelestes
681f095455 handleReset + submit and form reducer refactor 2022-04-12 15:01:26 +02:00
ivanThePleasant
03a6b33131
Merge pull request #12910 from strapi/chore/opt-out-telemetry-call
Opt out telemetry command
2022-04-12 15:59:16 +03:00
ronronscelestes
b8627cf73f get and submit using back-end routes 2022-04-12 11:29:14 +02:00
Jorge Rambla
473a265a16
REMOVE count route from upload plugin 2022-04-12 11:12:11 +02:00
Jorge Rambla
9ea086aea5
REMOVE count method from upload controller 2022-04-12 11:11:05 +02:00
ronronscelestes
650dc43aba Merge branch 'features/menu-logo' of https://github.com/strapi/strapi into menu-logo/from-url 2022-04-11 17:04:40 +02:00
ronronscelestes
1d65b43276 from url flow added 2022-04-11 17:04:10 +02:00
ronronscelestes
d9a6d302d3 handleUpload use goTo 2022-04-11 11:28:19 +02:00
ronronscelestes
e0b3dd4826 feedback fixes 2022-04-11 11:01:18 +02:00
Pierre Noël
c463690649 display error when loading upload provider 2022-04-08 18:41:59 +02:00
soupette
3d193b3137 Fix PR feedback
Signed-off-by: soupette <cyril@strapi.io>
2022-04-08 15:31:29 +02:00
soupette
5491aa7a81 Fix conflicts and build script
Signed-off-by: soupette <cyril@strapi.io>
2022-04-08 10:46:28 +02:00
soupette
43f03aeeba Use ESBuild loader for compression
Signed-off-by: soupette <cyril@strapi.io>
2022-04-08 10:28:18 +02:00
ronronscelestes
e825ea553b stepper refactor 2022-04-08 10:16:52 +02:00
vincentbpro
df8ca58515 refactor(menu-logo): refactored project-settings service 2022-04-08 09:49:29 +02:00