19515 Commits

Author SHA1 Message Date
Alexandre Bodin
d057976298 Add core router 2021-11-16 18:23:29 +01:00
Alexandre Bodin
cd807f5f2d Use prototype chaining to allow super keyword 2021-11-16 18:23:29 +01:00
Alexandre Bodin
f4507e1cb0 Init factories for controllers 2021-11-16 18:23:28 +01:00
ronronscelestes
5365cde4c5 removed all Text components 2021-11-16 17:45:30 +01:00
ronronscelestes
097e56672b removed unnecessary log in webhooks 2021-11-16 17:28:19 +01:00
ronronscelestes
dce096bbb2 Merge branch 'releases/v4' of https://github.com/strapi/strapi into typography-i18n-settings 2021-11-16 17:23:45 +01:00
ronronscelestes
5d9370f400 CM i18n typography init 2021-11-16 17:23:33 +01:00
cyril lopez
3a31a96067
Merge pull request #11594 from strapi/typography-webhooks
[DS] Typography in webhooks
v4.0.0-beta.13
2021-11-16 16:49:03 +01:00
Alexandre BODIN
ab5a047c55
Merge pull request #11546 from strapi/v4/fix-question-order-cli
Don't ask quickstart question if some incompatible options are set
2021-11-16 16:37:24 +01:00
Alexandre BODIN
c393c6fe21
Merge pull request #11572 from strapi/v4/fix-create-update-with-empty-body
[V4] Fix 500 on create/update with empty body
2021-11-16 16:36:47 +01:00
ronronscelestes
a7ee05d49c feedback fix 2021-11-16 16:14:08 +01:00
Convly
99e2b241e4 Move logic from services to controllers & entity validator 2021-11-16 16:02:06 +01:00
Alexandre BODIN
57928b7bdc
Merge pull request #11436 from strapi/feat/differentiate-first-admin
Differentiate first admin
2021-11-16 15:42:04 +01:00
Alexandre Bodin
974045df10 Cleanup old template prompt code 2021-11-16 15:40:58 +01:00
Pierre Noël
f40f858954 don't ask quickstart question if some incompatible options are set 2021-11-16 15:40:57 +01:00
ronronscelestes
3791852a94 integrated Typography, fixed snapshots not waiting for data 2021-11-16 15:33:14 +01:00
Alexandre BODIN
6660e2ff50
Merge pull request #11583 from strapi/v4/creation-date-fields-cm
Add createdAt and updatedAt back into the CM layouts and metas
2021-11-16 15:26:14 +01:00
ronronscelestes
a1551a4d0f removed it.only 2021-11-16 15:06:35 +01:00
ronronscelestes
32fc03a15c fixed tests LV not showing data 2021-11-16 15:05:08 +01:00
ronronscelestes
61556b70af typography in LV 2021-11-16 15:00:53 +01:00
Alexandre BODIN
e40aa0c99e
Merge pull request #11592 from strapi/v4/graphql-remove-manually-added-timestamps
[V4] GraphQL - Remove Manually Added Timestamps
2021-11-16 14:57:10 +01:00
ronronscelestes
4ba49202d7 typography edit component + trigger message fixed 2021-11-16 14:51:34 +01:00
Convly
749eefda96 Merge branch 'releases/v4' of github.com:strapi/strapi into v4/fix-create-update-with-empty-body 2021-11-16 14:19:47 +01:00
Convly
f4bc56b1af Remove manually added timestamps from graphql types definition 2021-11-16 14:04:57 +01:00
Alexandre BODIN
f130b2b549
Merge pull request #11591 from strapi/v4/documentation-plugin-fixes
Fix documentation plugin access
2021-11-16 14:00:55 +01:00
cyril lopez
91f256e36f
Merge pull request #11585 from strapi/chore/remove-buffetjs
[v4] Remove all Buffetjs dependencies
2021-11-16 14:00:17 +01:00
ronronscelestes
8cbb331fff started typography integration + fixed combobox created value crashing the app 2021-11-16 12:23:49 +01:00
Alexandre Bodin
e0171ea10e Fix documentation plugin access 2021-11-16 12:17:26 +01:00
Alexandre BODIN
3b11037883
Merge pull request #11557 from strapi/v4/database-improvements
Support schema option and add forceMigration options
2021-11-16 12:06:54 +01:00
ronronscelestes
4ae0f538d1 typography integrated 2021-11-16 11:40:28 +01:00
vincentbpro
532c8d6959 tests: updated e2e tests 2021-11-16 11:29:57 +01:00
ronronscelestes
ec8b6062a0
[DS] Typography in API tokens (#11577)
* list page done - fixed description ellipse

* edit/create page done

* fixed snapshots which didn't wait for data to be loaded

* fixed date test changing everyday with new Date
2021-11-16 11:21:18 +01:00
ronronscelestes
fba8f405b1 feedback fix + replaced Layout component in the right order 2021-11-16 11:19:59 +01:00
ELABBASSI Hicham
4f34eaceba
Merge pull request #11573 from strapi/typography-up-providers
[DS] Typography in Users&Permissions/Providers
2021-11-16 11:10:11 +01:00
ELABBASSI Hicham
9bd28ed463
Merge pull request #11576 from strapi/typography-up-advanced-settings
[DS] Typography in Users&Permissions/ Advanced settings
2021-11-16 11:09:20 +01:00
Alexandre BODIN
6d18f8c15c
Merge pull request #11580 from strapi/v4/graphql-fix-component-filtering
[V4] GraphQL - Fix components' filtering
2021-11-16 11:07:26 +01:00
ELABBASSI Hicham
2897f5b14b
Merge pull request #11578 from strapi/typography-settings-documentation
[DS] Typography in Settings/Documentation
2021-11-16 11:06:27 +01:00
ronronscelestes
8d63de8d42 added Settings title + fixed tests 2021-11-16 11:01:51 +01:00
Alexandre Bodin
2f5742521e Cleanup 2021-11-16 10:52:28 +01:00
Alexandre BODIN
4b8b351678
Merge pull request #11496 from strapi/v4/fix-api-generator
add the content-type generator to the API generator
2021-11-16 10:51:20 +01:00
cyril lopez
6114a4f0df
Merge pull request #11581 from strapi/ctb/default-values
[v4] CTB: Fix default values
2021-11-16 10:16:20 +01:00
soupette
4e9cae7bc1 Fix PR feedback
Signed-off-by: soupette <cyril@strapi.io>
2021-11-16 10:15:57 +01:00
cyril lopez
11c6f0b0f0
Merge pull request #11584 from strapi/v4/timestamps-filters
[v4] CM: Add timestamps to filters
2021-11-16 10:09:45 +01:00
soupette
c53099746c Add timestamps to cm filters
Signed-off-by: soupette <cyril@strapi.io>
2021-11-16 09:44:50 +01:00
Dieter Stinglhamber
aca674ab46 remove CT creation from API generator 2021-11-16 09:40:19 +01:00
Dieter Stinglhamber
ba4072fdec allow the choice of the new API name 2021-11-16 09:39:29 +01:00
Alexandre BODIN
d3aedca699
Merge pull request #11579 from strapi/v4/allow-access-token-param
Allow access_token query param for auth
2021-11-16 09:34:36 +01:00
Alexandre Bodin
113bea8e7f Support query access_token 2021-11-16 09:25:55 +01:00
soupette
986a010f4c Fix lint
Signed-off-by: soupette <cyril@strapi.io>
2021-11-16 09:25:30 +01:00
cyril lopez
7c2b17bc00
Merge pull request #11574 from strapi/fix-tracking-cropping
Fix Tracking cropping
2021-11-16 08:30:50 +01:00