24134 Commits

Author SHA1 Message Date
Pierre Noël
1d7ce86506 Merge branch 'master' into content-68/fix-public-path 2022-03-02 16:15:19 +01:00
Pierre Noël
2e0a4d1507 add missing /api in redirectUrl placeholder 2022-03-02 16:05:05 +01:00
Alexandre BODIN
c5bcdd8dcb
Merge pull request #12716 from strapi/releases/4.1.2
Releases/4.1.2
2022-03-02 16:03:12 +01:00
Alexandre Bodin
6f72c38052 v4.1.2 v4.1.2 2022-03-02 16:01:32 +01:00
Pierre Noël
1087100656 only check that public folder exists without creating it if not 2022-03-02 15:52:32 +01:00
Pierre Noël
f8c533a614 Merge branch 'master' into content-68/fix-public-path 2022-03-02 15:32:36 +01:00
Alexandre BODIN
4765e6e2cf
Merge pull request #12663 from strapi/fix/11645
Fixes server restarting when modifying admin files
2022-03-02 11:05:32 +01:00
Eggwise
79c5733019
Allow snake_case in validation for content type attr 2022-03-02 11:02:27 +01:00
Eggwise
79fd16cd23
Add snake_case param for validating generate input 2022-03-02 10:58:17 +01:00
soupette
d1d0214be7 Fix conflicts
Signed-off-by: soupette <cyril@strapi.io>
2022-03-02 10:08:55 +01:00
Alexandre BODIN
ec4bfad9fe
Merge pull request #12700 from strapi/feat/lockfile-security-action
Add a lockfile check to the github actions
2022-03-02 10:03:10 +01:00
soupette
b1e6adce27 Remove tsconfig.json in plugins
Signed-off-by: soupette <cyril@strapi.io>
2022-03-02 09:59:10 +01:00
Vincent
634bbc1520
Merge pull request #12703 from strapi/dark-mode/update-custom-mode-handling
Dark Mode: Update custom theme handling
2022-03-02 09:29:10 +01:00
Kim, Harim
2b877b3a55
Merge branch 'strapi:master' into fix/populate-user 2022-03-02 15:14:43 +09:00
Sacha STAFYNIAK
f736d3d76c fix: winston default configuration 2022-03-02 05:29:18 +01:00
Sacha STAFYNIAK
8d9b97ce14 chore: add assertions expect count 2022-03-02 01:01:09 +01:00
Sacha STAFYNIAK
4deb81a614 chore: add e2e tests on before delete lifecycle 2022-03-02 00:13:14 +01:00
RufusLeTerrible
adffc30bc7
Merge pull request #12627 from strapi/fix/getNonLocalisedFieldNestedInComponent
Populate nested images for getNonLocalisedFields
2022-03-01 19:00:34 +01:00
Pierre Noël
637f51270f
Merge pull request #12691 from strapi/fix/date-graphql
Fix date field
2022-03-01 18:25:26 +01:00
Pierre Noël
89455ee0f9
Merge pull request #12693 from strapi/fix/upload-file-directly-to-entity
Fix/upload file directly to entity
2022-03-01 18:25:00 +01:00
Pierre Noël
70b2c3f892 change function name 2022-03-01 14:52:31 +01:00
vincentbpro
9282276320 fix(dark-mode): apply custom theme to light mode 2022-03-01 14:50:22 +01:00
Mark Kaylor
b8c5547974 merge master and fix conflicts 2022-03-01 14:43:49 +01:00
Alexandre BODIN
e764f35dd2
Merge pull request #12579 from strapi/fix/populate-with-filtering
Fix the populate filtering
2022-03-01 13:32:38 +01:00
soupette
297efa9f4b 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-03-01 12:28:48 +01:00
Convly
10743c1e64 Add x permission to the lockfile script.sh script 2022-03-01 12:06:34 +01:00
Convly
59297aa5dd Add a basic lockfile security check action 2022-03-01 11:47:49 +01:00
Vincent
471b5f3efc
Merge pull request #12698 from strapi/dark-mode/fix-cm-relation-select
fix(dark-mode): fixed cm relation select bg color
2022-03-01 10:58:32 +01:00
vincentbpro
e6df41f535 fix(dark-mode): fixed cm relation select bg color 2022-03-01 10:20:11 +01:00
soupette
bd705fd0d7 Add typescript and ts-loader dependencies
Signed-off-by: soupette <cyril@strapi.io>
2022-03-01 10:17:05 +01:00
ronronscelestes
456990e809
Merge pull request #12692 from strapi/enh/register-checkbox
Register checkbox
2022-03-01 10:17:03 +01:00
ronronscelestes
2794318d44
Merge pull request #12450 from strapi/feature/usecase-ui
[Feature] Usecase / Persona
2022-03-01 09:50:06 +01:00
Ryan Nestor
280b4c39cd pass hasDatabaseOptions into promptUser 2022-02-28 13:40:13 -05:00
Pierre Noël
b4a8c379f2
Merge pull request #12685 from strapi/fix/graphql-upload-non-image
Fix graphql upload of non-image files
2022-02-28 18:49:46 +01:00
cupofnestor
7996fe910d
Merge branch 'strapi:master' into master 2022-02-28 12:48:32 -05:00
Gustav Hansen
35304661d4
Merge pull request #12668 from Mithenks/bug/12667_webpack-dev-server_configuration_ignored_in_front-end_development_mode
fix: merge devServer custom configuration with default #12667
2022-02-28 18:37:23 +01:00
Pierre Noël
8265a9efdf Fix the upload of files directly to an entity 2022-02-28 17:44:18 +01:00
ronronscelestes
f699756d8f register checkbox back + updated snapshots 2022-02-28 17:15:16 +01:00
Pierre Noël
f12c0ac4ee keep graphql date value as a string 2022-02-28 16:36:11 +01:00
Gustav Hansen
64d31b8bac CM: Fix sync layouts in case no relation is set 2022-02-28 16:21:56 +01:00
cyril lopez
f6370aa583
Merge pull request #12687 from strapi/dark-mode/fix-links
Dark mode/fix links
2022-02-28 15:27:43 +01:00
Sacha STAFYNIAK
1f2db4636a Merge branch 'master' into patch-1 2022-02-28 15:25:25 +01:00
Vincent
cb733a1261
Merge pull request #12688 from strapi/dark-mode/fix-icons
Dark mode/fix icons
2022-02-28 15:18:01 +01:00
soupette
20dc69d3a5 Update yarn.lock
Signed-off-by: soupette <cyril@strapi.io>
2022-02-28 15:17:59 +01:00
vincentbpro
1e21f7707a tests(dark-mode): updated snapshots 2022-02-28 13:42:37 +01:00
Gustav Hansen
e88cce8924 CM: Add e2e test for resetted relations after server restart 2022-02-28 13:11:46 +01:00
Vincent
5c0337ff49
Merge pull request #12686 from strapi/dark-mode/media-library
fix(dark-mode): fixed medialib empty card grid
2022-02-28 12:10:55 +01:00
vincentbpro
29a5b1739b tests(dark-mode): updated snapshots 2022-02-28 12:09:46 +01:00
vincentbpro
7ec9fdef61 fix(dark-mode): fixed links using default browser style 2022-02-28 11:56:59 +01:00
Gustav Hansen
959be3e653
Merge pull request #12683 from strapi/dependabot/npm_and_yarn/fs-extra-10.0.1
Bump fs-extra from 10.0.0 to 10.0.1
2022-02-28 11:30:24 +01:00