10376 Commits

Author SHA1 Message Date
Convly
7dbae9d05d v4.10.6 2023-05-24 16:54:28 +02:00
Gustav Hansen
1c13cfe114 Chore: Update InformationBoxEE useReviewWorkflows calls 2023-05-24 16:48:48 +02:00
Gustav Hansen
d17e7fb783 Chore: Update useReviewWorkflows calls for settings page 2023-05-24 16:48:48 +02:00
Gustav Hansen
db7704d833 Chore: Improve hook interface for useReviewWorkflows() 2023-05-24 16:48:48 +02:00
Gustav Hansen
ef842b86ab Enhancement: Create useAdminUsers hook 2023-05-24 14:58:30 +02:00
Gustav Hansen
e7efd87d6b
Merge pull request #16809 from strapi/chore/use-content-types-docs
Chore: Add docs and auto-mock for useContentTypes()
2023-05-24 14:02:34 +02:00
Jamie Howard
ffb3079435 fix(webhooks/EditView): enforce 5 columns in table 2023-05-24 12:29:30 +01:00
Gustav Hansen
3e48847cd3 Chore: Add auto-mock for useContentTypes 2023-05-23 21:18:18 +02:00
Marc-Roig
994a414fdc
chore: rename allowedEvents 2023-05-23 17:23:42 +02:00
Marc-Roig
13265dac94
feat: expose allowed webhook events in webhook store 2023-05-23 17:22:35 +02:00
Bassel Kanso
c1377ecab2
Update packages/core/data-transfer/src/engine/index.ts
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-05-23 16:56:33 +03:00
Bassel
b86c6ee875 creating getSchemas in the engine to manage caching schemas 2023-05-23 16:45:27 +03:00
Bassel
8ae00e4b9e save schemas in memory and use them instead of calling destination provider 2023-05-23 16:12:18 +03:00
Gustav Hansen
351c53eebf Chore: Refactor useModels to use react-query rather than useReducer 2023-05-23 11:43:36 +02:00
Josh
e233d8afdc
feat: introduce useClipboard hook to remove dependency (#16751) 2023-05-23 08:43:35 +01:00
Marc
750b6c8e8f
Merge pull request #16768 from strapi/feature/improve-audit-logs-transaction-handling 2023-05-22 18:20:21 +02:00
Simone
e67342f157
fix collection names check for plural names in edit (#16789)
* fix collection names check for plural names in edit

* add another condition on takenCollectionNames
2023-05-22 17:40:40 +02:00
Jamie Howard
9719eaff96 chore(webhooks/EditView) 2023-05-22 16:15:38 +01:00
Marc-Roig
51683b479c
chore: use push instead of spreading array 2023-05-22 17:08:43 +02:00
Josh
c1c7eab0d4
chore: license in strapi/ee needs prefix (#16799) 2023-05-22 16:03:36 +01:00
Jamie Howard
900c8b351f feat(webhooks/EditView): Build EE edit view row 2023-05-22 16:02:53 +01:00
Paul Tiedtke
301e0706b8 chore: upgrade libs to react 18 and fix tests
chore: update snapshots

chore: fix fe tests

chore: update snapshot

Revert "revert react18 (#16793)"

This reverts commit 141d3675ab2c9a8c16eff26406bebef50ecce4c5.
2023-05-22 15:33:31 +01:00
Marc
7c0ab2cc38
Merge branch 'main' into feature/improve-audit-logs-transaction-handling 2023-05-22 15:36:02 +02:00
Marc-Roig
a6a50ab194
fix: properly store commit callbacks 2023-05-22 15:19:53 +02:00
Gustav Hansen
50beed3d39
Revert "Chore: Refactor useModels to use react-query rather than useReducer" 2023-05-22 15:06:16 +02:00
Gustav Hansen
e1dcf256d7
Merge pull request #16791 from strapi/chore/refactor-use-models-hook
Chore: Refactor useModels to use react-query rather than useReducer
2023-05-22 13:51:32 +02:00
Josh
141d3675ab
revert react18 (#16793) 2023-05-22 12:23:24 +01:00
Gustav Hansen
fcf3c62cd9 Chore: Extend and fix tests 2023-05-22 13:03:16 +02:00
Gustav Hansen
e03a435bbf Chore: Add tests 2023-05-22 12:57:12 +02:00
Marc
4e17f00e35
Merge pull request #16760 from strapi/fix/some-folders-cant-be-moved-inside-others 2023-05-22 12:40:25 +02:00
Gustav Hansen
fe72e32fe3 Chore: Rename useModels hook to useContentTypes, Add auto mocks 2023-05-22 12:39:13 +02:00
Gustav Hansen
95970ec91b Chore: Use named export 2023-05-22 12:23:52 +02:00
Gustav Hansen
32523eff19 Chore: Refactor useModels to use react-query rather than redux 2023-05-22 12:20:52 +02:00
Gustav Hansen
4d07d9e411
Merge pull request #16742 from strapi/chore/update-licenses
Chore: Update license files
2023-05-22 11:32:40 +02:00
Josh
cb68382384
chore: update DS to 1.7.7 (#16770) 2023-05-22 10:08:09 +01:00
Ben Irvin
eefdae1e5e require matching case for operators 2023-05-22 10:27:39 +02:00
Ben Irvin
6fcad7cf3e update strapi/utils package 2023-05-22 10:26:32 +02:00
Ben Irvin
794654ef7b Merge remote-tracking branch 'originStrapi/main' into fix/clean-filters 2023-05-22 10:23:35 +02:00
Marc-Roig
087ff3765b
chore: create util to check if folder is the same as another one or a child one 2023-05-22 10:06:37 +02:00
Gustav Hansen
3f9b0e3769
Merge pull request #16404 from GitStartHQ/fix/description-min-and-max-characters
fix: Description and min/max characters not visible during error screen
2023-05-19 18:28:51 +02:00
Jamie Howard
4d29bb121c chore(webhooks/ListView): correct translation 2023-05-19 15:33:19 +01:00
Jamie Howard
ba442c4df5 feat(webhooks/EditView): refactor headers input 2023-05-19 15:27:22 +01:00
Jamie Howard
05c1d3ec64 chore(webhooks/ListView): clean up tests 2023-05-19 13:58:22 +01:00
Jamie Howard
e499e4de53 Merge remote-tracking branch 'origin/main' into webhooks/list-view 2023-05-19 13:25:04 +01:00
Jamie Howard
2122cf6729 chore(webhooks/ListView): PR feedback 2023-05-19 13:20:27 +01:00
Marc
1285ba7ecd
Merge pull request #16759 from strapi/fix/delete-unintentional-folders 2023-05-19 12:40:51 +02:00
Ben Irvin
5c5d27247b remove case sensitivity 2023-05-18 17:16:02 +02:00
Jamie Howard
f5bffad6b0 feat(webhooks/EditView): react-query
feat(webhooks/EditView): remove the reducer

feat(webhooks/EditView): disable save button until form is modified
2023-05-18 16:02:27 +01:00
Ben Irvin
6827350469 allow id filter 2023-05-18 17:01:20 +02:00
Marc-Roig
f03406c812
chore: update comment 2023-05-18 16:38:16 +02:00