32846 Commits

Author SHA1 Message Date
Convly
9fc35371dd Use component uid instead of content type uid 2023-06-01 15:40:22 +02:00
Simone Taeggi
1599a66682 Merge branch 'main' into fix/sso-lock-out-option 2023-06-01 15:13:22 +02:00
Gustav Hansen
e3bb9a9994
Merge pull request #16795 from strapi/chore/react18
Chore: Update to React v18
2023-06-01 14:52:31 +02:00
Gustav Hansen
41885fdd3d Merge branch 'main' into chore/react18 2023-06-01 12:50:17 +02:00
Mark Kaylor
ee5278b9fd Fix filters causing too many emitted events 2023-06-01 11:24:07 +02:00
Marc
5fa0dd54a2
Merge pull request #16798 from strapi/feature/review-workflow-default-stage-colors 2023-06-01 11:11:21 +02:00
Nathan Pichon
b8ca9a01ce
feat(review workflow): Prevent too long table name for rw join table attributes (#16827)
* feat(review-workflow): prevent activating on content-type with a too long name

* chore(review-workflow): update warning message

* test(review-workflows): add a test for too long name content type

* test(review-workflows): fix describe condition

* chore(review-workflows): rename variable and constant

* chore(review-workflows): rename constants

* test(review-workflows): update test content type name length

* feat(review-workflows): validate that the content type have rw activated

* feat(review-workflows): simplify the validation step

* Update packages/core/admin/ee/server/services/review-workflows/review-workflows.js

Co-authored-by: Marc <marc12info@gmail.com>

* Update packages/core/admin/ee/server/services/review-workflows/review-workflows.js

Co-authored-by: Marc <marc12info@gmail.com>

* chore: remove unused import

* test(review-workflows): update unit tests

* test: disable review workflows

---------

Co-authored-by: Marc <marc12info@gmail.com>
2023-06-01 10:17:00 +02:00
Convly
c443fb2cf1 Merge branch 'releases/4.10.7' 2023-05-31 17:49:57 +02:00
Convly
e8beafa839 Update yarn.lock 2023-05-31 17:49:14 +02:00
Convly
da080df32b v4.10.7 v4.10.7 2023-05-31 17:46:38 +02:00
Jamie Howard
2a593348e4 feature(ee): extend content types with assignee attribute 2023-05-31 16:36:04 +01:00
Jamie Howard
e8f5470aff fix: update useModels to useContentTypes 2023-05-31 15:00:32 +01:00
Jamie Howard
16764cb1d5 Merge remote-tracking branch 'origin/main' into webhooks/edit-view 2023-05-31 14:59:19 +01:00
Jamie Howard
9ecb8fe34c test: fix tests for addAllowedEvent 2023-05-31 14:28:32 +01:00
Simone
2e73b6d204
SSO - local authentication lock-out hide password section in the Profile page (#16819)
* hide the password section on profile when the role of the user is locked

* refactor the solution to fix some comments in the PR

* fix unit test to use getByRole

* fix the comments in the PR

* fix some comments

* change isLoading condition

* refactor the Profile page to split the content in different components

* update Profile tests

* refactor ProfilePage unit test

Co-authored-by: Christian <christiancp100@gmail.com>

* fix test and blank spaces

* refactor unit test

* refactor Preferences component

* last fixes

* move client definition in the Profile Page unit test

* remove api file in the Profile page and inline the callbacks

* fix review comments

---------

Co-authored-by: Christian <christiancp100@gmail.com>
2023-05-31 14:51:26 +02:00
Gustav Hansen
4afd489aff
Merge pull request #16872 from strapi/fix/settings-users-refetch-hook
Fix: Fix refetching users
2023-05-31 14:48:54 +02:00
Gustav Hansen
9c394bcc3f Fix: Fix refetching users 2023-05-31 14:31:33 +02:00
Gustav Hansen
946cf1c130
Merge pull request #16834 from strapi/feature/review-workflow-assignee-users
Enhancement: Allow admin users to be assigned to an entity in the CM edit view
2023-05-31 14:26:46 +02:00
Ahsan
9003c8d312 Fix: Handle undefined routes in registerAPIRoutes forEach loop 2023-05-31 16:22:25 +05:30
nathan-pichon
c8995460ac
fix(content-types): remove getter for private attributes
+ Fixes a flaky test (transactions.test.api.js)
2023-05-31 11:45:26 +02:00
Jean-Sébastien Herbaux
7e74748673
Merge pull request #16757 from strapi/ts-support-2/update-type-gen 2023-05-31 11:32:14 +02:00
Marc-Roig
7b895b35ac
feat: implement is url from bucket 2023-05-31 11:26:44 +02:00
Bassel Kanso
c8997ab4b1
Merge branch 'main' into fix/transfer-push-stuck 2023-05-31 12:20:49 +03:00
Marc
27700e81ec
Merge pull request #16865 from strapi/fix/initialize-sentry-in-generate-app 2023-05-31 10:49:44 +02:00
Gustav Hansen
a5fa3bd7e1
Merge pull request #16805 from strapi/feat/date-picker-improvements
feat: date/time picker improvements
2023-05-31 10:23:24 +02:00
Marc
47f8bee867
Merge pull request #16848 from strapi/dependabot/npm_and_yarn/swagger-ui-dist-4.19.0 2023-05-31 10:10:57 +02:00
Marc
1a5f50a262
Merge pull request #16656 from strapi/dependabot/npm_and_yarn/umzug-3.2.1 2023-05-31 10:10:14 +02:00
Jean-Sébastien Herbaux
c84063f34f
Merge branch 'main' into fix/clean-filters 2023-05-31 09:49:35 +02:00
Christian
7162234c6d
Merge branch 'features/ts-support-2' into ts-support/controllers 2023-05-30 22:13:23 +02:00
Christian Capeans
ce62bbcf5e Improve typings in the strapi.controllers 2023-05-30 22:12:25 +02:00
Jean-Sébastien Herbaux
2a194c2c24
Merge pull request #16724 from strapi/ts-support-2/type-system 2023-05-30 18:30:51 +02:00
Convly
dcd1ef1bb2 Remove unused import 2023-05-30 17:23:17 +02:00
Jamie Howard
e87dad4373 chore: linter rule 2023-05-30 16:15:05 +01:00
Jamie Howard
d77e42b859 refactor(webhooks): populate allowed events from relevant modules 2023-05-30 16:13:10 +01:00
Marc-Roig
b232a8cbcd
fix: init sentry only when generating app 2023-05-30 16:46:41 +02:00
Christian Capeans
99e4b4aba1 Merge branch 'ts-support-2/update-type-gen' into ts-support/controllers 2023-05-30 16:43:23 +02:00
Convly
efc6f1b46c Revert factories > Factories 2023-05-30 16:42:41 +02:00
Christian Capeans
26a138b704 Merge branch 'ts-support-2/update-type-gen' into ts-support/controllers 2023-05-30 16:39:18 +02:00
Christian Capeans
da4b873f8b Merge branch 'ts-support/controllers' of https://github.com/strapi/strapi into ts-support/controllers 2023-05-30 16:39:06 +02:00
Christian Capeans
5340ba8e4c Merge branch 'ts-support-2/update-type-gen' into ts-support/controllers 2023-05-30 16:38:16 +02:00
markkaylor
47e6bd7563
Merge pull request #16863 from strapi/feature/bulk-publish 2023-05-30 15:30:29 +02:00
Simone Taeggi
82891cb1a8 Merge branch 'main' into fix/sso-lock-out-option 2023-05-30 15:15:14 +02:00
Simone Taeggi
2d33930cd9 remove useless wrapper in the useSettingsForm unit test 2023-05-30 15:11:10 +02:00
Simone Taeggi
2553c35346 remove useless snapshot 2023-05-30 14:43:35 +02:00
Simone Taeggi
b58307c990 refactor the useSettingsForm unit test 2023-05-30 14:40:05 +02:00
Convly
ee84754cfb Revert mistakes for dts changes 2023-05-30 14:32:41 +02:00
markkaylor
73416f4b91
Merge branch 'releases/4.11.0' into feature/bulk-publish 2023-05-30 14:12:38 +02:00
Gustav Hansen
37927ce7d6 Chore: Update Edit and Listview 2023-05-30 14:04:52 +02:00
Gustav Hansen
ffd959c90d Merge branch 'main' into feature/review-workflow-multiple 2023-05-30 13:42:04 +02:00
Josh
212d409508 refactor: use DesignSystemProvider and fix tests 2023-05-30 13:15:32 +02:00