36133 Commits

Author SHA1 Message Date
Jamie Howard
2fafb39180 Merge remote-tracking branch 'origin/feature/rw-stage-default-sort' into default-sort-by-non-visible-attrs/resolve-merge 2023-08-22 16:22:59 +01:00
Gustav Hansen
ec99de9ff9 feat(review-workflows): Fetch stages a user is allowed to transition into 2023-08-22 16:49:00 +02:00
Marc-Roig
71ab6118cf
doc: document action parameters 2023-08-22 16:30:58 +02:00
Marc-Roig
73f3560b91
test: partial permission updates 2023-08-22 15:43:40 +02:00
markkaylor
477bd0a669
Merge branch 'main' into enhancement/list-view-settings-menu 2023-08-22 15:37:09 +02:00
Josh
d08e60ce27
fix: webpack dev server wants false not undefined for a non-enabled plugins (#17744) 2023-08-22 12:59:44 +01:00
Gustav Hansen
4341b3db4c Merge branch 'main' into feature/rw-stage-rbac 2023-08-22 13:46:35 +02:00
Josh
dc02df8b42
feat: add auto-focussing via URLSearchParam to content-manager (#17613)
Co-authored-by: Gustav Hansen <gustav.hansen@strapi.io>
2023-08-22 12:18:06 +01:00
Simone
5785e8f4f0
Feature/nps (#17570)
Co-authored-by: markkaylor <mark.kaylor@strapi.io>
Co-authored-by: Gustav Hansen <gustav.hansen@strapi.io>
Co-authored-by: Rémi de Juvigny <8087692+remidej@users.noreply.github.com>
Co-authored-by: Fernando Chavez <fernando.chavez@strapi.io>
Co-authored-by: Madhuri Sandbhor <madhurisandbhor@gmail.com>
2023-08-22 12:59:43 +02:00
Ben Irvin
f7022c5177 fix single type sanitization 2023-08-22 12:44:23 +02:00
Simone Taeggi
20c49a1e8b feat(cm): new view settings menu for the CM the list view 2023-08-22 12:43:28 +02:00
Ben Irvin
2102fbe3e0 throw on missing schema 2023-08-22 12:41:11 +02:00
Gustav Hansen
be6b0ad603 Feature: Add review workflow assignee to CM filter options 2023-08-22 12:33:21 +02:00
Gustav Hansen
3c4f28dad7 Feature: Add review workflow stages to CM list-view filter 2023-08-22 12:33:19 +02:00
Fernando Chavez
12047e3083 Add creator fields to filters and list view 2023-08-22 12:29:46 +02:00
Gustav Hansen
8b26835a68 Feature: Allow review workflow stage column as default sort option 2023-08-22 12:29:46 +02:00
Ben Irvin
cab7bef4b0
Merge branch 'main' into fix/sanitization-throw-instead-of-filter 2023-08-22 12:24:35 +02:00
Gustav Hansen
d25fed47e8
Merge pull request #17288 from strapi/feature/review-workflow-assignee-2
Feature: Workflow Assignees
2023-08-22 12:24:24 +02:00
Ben Irvin
f1015c3094 add util for throwing standardized validationerror 2023-08-22 12:19:30 +02:00
Marc Roig
8ed02e8301
Merge branch 'feature/rw-stage-default-sort' into feat/default-sort-by-non-visible-attrs 2023-08-22 10:43:14 +02:00
Ben Irvin
9a4028d6e3 add missing schema check 2023-08-22 10:42:54 +02:00
Gustav Hansen
e181a5c87e Merge branch 'main' into feature/review-workflow-assignee-2 2023-08-22 10:41:37 +02:00
Josh
7089eb7a3e
fix: dont use relative paths, use webpack alias instead (#17733) 2023-08-22 09:37:43 +01:00
Ben Irvin
ff32681b9a rename exports 2023-08-22 10:33:23 +02:00
Ben Irvin
66e0202942 check for schema in validateFields 2023-08-22 09:20:26 +02:00
Ben Irvin
b6f191475f fix extend method names 2023-08-21 18:28:06 +02:00
Ben Irvin
4929d9e2db tests for only 2023-08-21 18:18:37 +02:00
Ben Irvin
4b188f0f1b add test when exclude is not sent 2023-08-21 18:07:11 +02:00
Ben Irvin
bff68b4cdf fix skipping of stages 2023-08-21 18:03:38 +02:00
Jamie Howard
e6702ce69a feature(ee): WIP support partial updates of review workflow stage permissions 2023-08-21 16:04:25 +01:00
Marc-Roig
7217d58c78
feat: validate permissions connect disonnect format 2023-08-21 16:25:19 +02:00
Ben Irvin
ac99900a91 fix test mocks 2023-08-21 16:09:36 +02:00
Ben Irvin
a1f97cd036 pass restore options correctly 2023-08-21 15:29:46 +02:00
Marc-Roig
9472ddff19
fix: use different email for testing 2023-08-21 14:51:34 +02:00
Ben Irvin
78e2119745 remove the problem line 2023-08-21 14:15:37 +02:00
Ben Irvin
320fd3d9d9
Merge branch 'main' into fix/sanitization-throw-instead-of-filter 2023-08-21 13:40:27 +02:00
Ben Irvin
1f58a64e0b move assertions to one function 2023-08-21 13:40:13 +02:00
Ben Irvin
4be735c3ff
Merge pull request #17697 from strapi/poc/fix-playwright-reports-path 2023-08-21 13:09:42 +02:00
Ben Irvin
c931ec3d20 fix test fn name 2023-08-21 13:08:48 +02:00
Ben Irvin
8568f4f6c7 fix test fn names 2023-08-21 13:05:56 +02:00
Ben Irvin
50f1b1e809 remove old code 2023-08-21 12:49:31 +02:00
Ben Irvin
0852b6aa4b
Update packages/core/admin/server/services/permission/permissions-manager/validate.js
Co-authored-by: Christian <christian.capeans.perez@strapi.io>
2023-08-21 12:43:43 +02:00
Marc-Roig
54cb286f94
chore: remove comment 2023-08-21 12:24:25 +02:00
Marc-Roig
7fbf6bf36c
test: content manager relations permissions 2023-08-21 12:23:27 +02:00
Jamie Howard
8461088555 test(ee): stages.listAvailableStages 2023-08-21 10:39:57 +01:00
Jamie Howard
180de46bb2 chore: cleanup 2023-08-21 09:46:32 +01:00
Ben Irvin
8623a867fb
Merge pull request #17693 from strapi/fix/throw-error-on-missing-schema 2023-08-21 09:59:51 +02:00
dependabot[bot]
2e1bda08f0
chore(deps-dev): bump nx from 16.6.0 to 16.7.2 (#17722)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-21 08:59:16 +01:00
Marc-Roig
fe5755ded1
fix: return role name if user has permissions to read admin users 2023-08-21 09:50:01 +02:00
Gustav Hansen
3a4d5aabd6
Merge pull request #17721 from strapi/chore/storybook-deps
chore(helper-plugin): setup dependabot pattern group, bump storybook
2023-08-21 09:08:56 +02:00