2237 Commits

Author SHA1 Message Date
soupette
ed20b01206 Add plugins page
Signed-off-by: soupette <cyril@strapi.io>
2021-11-17 15:10:25 +01:00
Alexandre Bodin
ccd95221c8 Fix single types routes 2021-11-17 14:53:45 +01:00
soupette
5767590ac4 Merge branch 'releases/v4' of github.com:strapi/strapi into v4/plugins-page 2021-11-17 14:43:46 +01:00
vincentbpro
b437b26d29 fix: reusing inputJSON hint component for WYSIWYG 2021-11-17 14:40:55 +01:00
cyril lopez
4b2127797f
Merge pull request #11588 from strapi/typography-sso
[DS] Typography in SSO
2021-11-17 14:26:49 +01:00
soupette
e7c1eb4ed3 Fix some ui bugs
Signed-off-by: soupette <cyril@strapi.io>
2021-11-17 14:07:56 +01:00
Alexandre Bodin
bab9d8bf2f Fix tests failing with wrong strapi instance after destroying is passed in services and controllers 2021-11-17 14:05:18 +01:00
cyril lopez
3969927c2e
Merge pull request #11602 from strapi/fix-password-icon
[v4] Fix password icon color
2021-11-17 11:47:34 +01:00
soupette
db24f10dd3 Fix footer padding
Signed-off-by: soupette <cyril@strapi.io>
2021-11-17 11:45:14 +01:00
cyril lopez
6b0984902e
Merge pull request #11601 from strapi/ml-modal-filters
[v4] Add filters to ML modal
2021-11-17 11:38:25 +01:00
soupette
8ddebe5cc0 Fix password icon color
Signed-off-by: soupette <cyril@strapi.io>
2021-11-17 11:36:40 +01:00
soupette
2cde615dad Add filters to ML modal
Signed-off-by: soupette <cyril@strapi.io>
2021-11-17 11:21:31 +01:00
mfrachet
719dad6309 Fix asset types 2021-11-17 09:27:10 +01:00
Alexandre Bodin
e928bac64f Fix unwanted changes 2021-11-16 18:23:31 +01:00
Alexandre Bodin
dd943a1a4a Cleanup and type 2021-11-16 18:23:30 +01:00
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
097e56672b removed unnecessary log in webhooks 2021-11-16 17:28:19 +01:00
cyril lopez
3a31a96067
Merge pull request #11594 from strapi/typography-webhooks
[DS] Typography in webhooks
2021-11-16 16:49:03 +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
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
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
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
ronronscelestes
8d63de8d42 added Settings title + fixed tests 2021-11-16 11:01:51 +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
soupette
c53099746c Add timestamps to cm filters
Signed-off-by: soupette <cyril@strapi.io>
2021-11-16 09:44:50 +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