5123 Commits

Author SHA1 Message Date
Alexandre Bodin
755efce457 Fix missing dependency 2022-03-15 19:36:51 +01:00
Alexandre Bodin
0ec01b4219 Merge branch 'releases/4.2.0' into features/typescript 2022-03-15 19:28:38 +01:00
soupette
0852f8f1ad Fix dev mode
Signed-off-by: soupette <cyril@strapi.io>
2022-03-15 19:09:44 +01:00
Convly
00abd419f2 Cleanup tsconfig & clean the dist dir before build 2022-03-15 18:43:19 +01:00
Gustav Hansen
80efa39a73
Merge pull request #12821 from nvh95/redirect-after-logged-in
Preserve url if user's not logged in
2022-03-15 17:09:15 +01:00
Convly
fd1de4fa14 Init new develop 2022-03-15 16:13:17 +01:00
Mark Kaylor
ff02e0a64b style the error component 2022-03-15 15:41:44 +01:00
Convly
f1d9ebec06 Minor fixes 2022-03-15 15:28:50 +01:00
Convly
b1fe71955f Update loader to support default syntax 2022-03-15 15:20:11 +01:00
Convly
876d4a52a8 Merge branch 'master' of github.com:strapi/strapi into features/typescript 2022-03-15 14:57:45 +01:00
soupette
b1453666b4 Clean kitchensink-ts package.json
Signed-off-by: soupette <cyril@strapi.io>
2022-03-15 14:31:39 +01:00
tiagolima90
8f168a9432 reduce number of mysql queries to get table foreign keys 2022-03-15 11:19:00 -01:00
Pierre Noël
fdc60b86ce replace urlJoin by joinBy 2022-03-15 11:51:43 +01:00
Mark Kaylor
926cfb2d37 update snapshot 2022-03-15 11:51:24 +01:00
Mark Kaylor
15f45183f4 replace size prop with spacing prop 2022-03-15 11:50:57 +01:00
ronronscelestes
8839e60137
Merge pull request #12793 from strapi/guided-tour/tracking
feat(guided-tour): added tracking for the guided-tour
2022-03-15 11:39:54 +01:00
Mark Kaylor
2994ebeca1 fix searchbar width 2022-03-15 11:37:52 +01:00
vincentbpro
ca8407fdad fix selected value text color 2022-03-15 11:34:55 +01:00
vincentbpro
8878805664 fix: using theme colors in relation select 2022-03-15 11:23:23 +01:00
Gustav Hansen
304c5cbf6e
Merge pull request #12194 from WalkingPizza/cli-admin-create-command
Added admin:create-user command
2022-03-15 11:19:20 +01:00
Gustav Hansen
e8131df525 CellContent: Add more relation tests 2022-03-15 11:10:21 +01:00
tiagolima90
b1a162c502 fix get foreign keys with multiple referenced columns 2022-03-15 09:08:11 -01:00
Convly
0cc168551b Merge branch 'typescript/change-strapi-dirs' of github.com:strapi/strapi into typescript/change-strapi-dirs 2022-03-15 11:02:15 +01:00
Convly
7d52f7cd6d Fix directories resolve 2022-03-15 11:02:00 +01:00
Pierre Noël
f3da9d8d2d Merge branch 'master' into content-68/fix-public-path 2022-03-15 10:57:16 +01:00
Gustav Hansen
949d3f68eb RelationSingle: allow type oneToOneMorph 2022-03-15 10:43:37 +01:00
vincentbpro
643ad2d97d reorder translation files 2022-03-15 10:27:05 +01:00
vincentbpro
e67067c584 merged duplicated tranlations using the interactive script 2022-03-15 10:25:43 +01:00
Gustav Hansen
e2c7342d86 GenericInput: Update copy 2022-03-15 10:08:23 +01:00
soupette
b645a6b37b Fix tests
Signed-off-by: soupette <cyril@strapi.io>
2022-03-15 09:20:35 +01:00
tiagolima90
c4690953eb
optimize get foreign keys
make separate requests to each information_schema table instead of one with inner joins for much better performance on MySQL 5.7
2022-03-15 00:16:19 -01:00
Mark Kaylor
df98c9b348 replace submit plugin icon 2022-03-14 17:57:30 +01:00
Convly
91d574ffdd Use new dirs (app/dist) 2022-03-14 17:54:35 +01:00
Mark Kaylor
474ead7183 add plugin card feedback 2022-03-14 17:54:20 +01:00
Convly
b6e365c343 Typos 2022-03-14 16:26:03 +01:00
ronronscelestes
446047a5c1 fixed min error message on rep component 2022-03-14 15:53:28 +01:00
Convly
5f9e16522b Fix plugin generators 2022-03-14 15:39:21 +01:00
Alexandre Bodin
28155df2be Add airtable in CSP policy 2022-03-14 15:08:13 +01:00
Convly
274c201984 Add generators for typescript 2022-03-14 14:54:44 +01:00
Mark Kaylor
3be69154de merge master and fix conflicts 2022-03-14 14:32:47 +01:00
Gustav Hansen
da612cc61f GenericInput: pass down error message to ToggleCheckbox 2022-03-14 12:52:21 +01:00
Gustav Hansen
2fcf7d8603 Docs: Update GenericInput storybook documentation 2022-03-14 12:52:21 +01:00
Gustav Hansen
c0005c6915 GenericInput: improve null default-value handling for boolean fields 2022-03-14 12:52:21 +01:00
Gustav Hansen
9acaddb641 Relation: Fix displaying single relations 2022-03-14 12:34:50 +01:00
Gustav Hansen
43cf28ffa6 Relation: Update test copy 2022-03-14 12:09:41 +01:00
Gustav Hansen
47644c0863 Relation: Split single and multiple relations into different components 2022-03-14 12:08:44 +01:00
Gustav Hansen
00e63ebd7d Relation: Improve copy 2022-03-14 11:53:09 +01:00
Gustav Hansen
eb8d57a37b Relation: add tests 2022-03-14 11:41:22 +01:00
Gustav Hansen
80527907cf Relation: Make all strings translateable, Use small SimpleMenu 2022-03-14 11:41:21 +01:00
ronronscelestes
93d08f3fdb Merge branch 'master' of https://github.com/strapi/strapi into features/dark-mode 2022-03-14 11:41:19 +01:00