89 Commits

Author SHA1 Message Date
Marc-Roig
d61628abeb
fix: return workflow count instead of data lenght 2023-07-07 10:51:13 +02:00
Marc-Roig
ea5f6252d7
feat: use meta instead of pagination 2023-07-07 10:06:15 +02:00
Marc-Roig
1dcac25f6e
feat: paginate workflow find 2023-07-07 10:01:49 +02:00
Marc-Roig
f29af1fc78
fix: parse string stage ids 2023-07-05 09:40:52 +02:00
Marc-Roig
f48e9cab75
chore: findById jsodcs 2023-07-04 17:47:52 +02:00
Marc-Roig
83aefda65a
feat: return workflow count 2023-07-04 16:39:11 +02:00
nathan-pichon
984b5cb8cd
feat(admin): add features informations inside the license limit route 2023-06-30 17:14:15 +02:00
nathan-pichon
1a4e62d99b
fix(review-workflows): update sanitize calls 2023-06-26 12:27:25 +02:00
nathan-pichon
fff75fb8f3
fix(review-workflows): sanitize queries 2023-06-26 11:13:45 +02:00
nathan-pichon
4f3ebb5869
fix(permissionChecker): use create and update sanitizers 2023-06-26 10:43:23 +02:00
Nathan Pichon
371e1014b0
Merge branch 'feature/review-workflow-multiple' into feature/review-workflow-multiple-sanitize 2023-06-23 17:33:00 +02:00
nathan-pichon
7da2f1e897
fix(review-workflow): sanitize inputs 2023-06-23 17:30:29 +02:00
nathan-pichon
d901925443
fix(review-workflow): sanitize admin api requests 2023-06-22 11:46:51 +02:00
Gustav Hansen
7b83703576 Merge branch 'main' into feature/review-workflow-multiple-merge-main 2023-06-22 11:20:53 +02:00
Bassel
1449663b27 move to user controller 2023-06-06 18:40:23 +03:00
Bassel
f07531cb86 add route to for ssoLocked and update accordingly 2023-06-06 17:29:55 +03:00
Simone Taeggi
f8acf8385b change the property authenticationDisabled to ssoLockedRoles 2023-05-23 09:19:07 +02:00
Marc-Roig
b12a3678a0
update contract for POST PUT workflows body 2023-05-22 11:09:08 +02:00
Marc
88d5169528
Merge pull request #16748 from strapi/feature/review-workflow-delete-route 2023-05-19 18:08:47 +02:00
Marc-Roig
12a7ebd000
feat: sort attr on workflow list 2023-05-19 14:18:59 +02:00
Simone Taeggi
7d716d16f2 remove unused loadash merge 2023-05-19 11:11:25 +02:00
Simone Taeggi
3fdb517b0b fix backend part of the sso form submission 2023-05-19 11:00:05 +02:00
Simone Taeggi
8a5683256f add the new field in the apis 2023-05-18 16:27:13 +02:00
Marc-Roig
ea370c6386
feat: add delete workflow route 2023-05-17 10:42:07 +02:00
Marc-Roig
bcabffe672
Merge branch 'feature/review-workflow-update-route' into feature/review-workflow-assigned-content-types-routes 2023-05-15 11:02:13 +02:00
Marc-Roig
ff5e7076b6
feat: updateEntity workflow validations 2023-05-15 10:25:12 +02:00
Marc-Roig
920fffe3ff
chore: allow find to filter 2023-05-15 10:20:53 +02:00
Marc-Roig
3c0c354c74
chore: remove replace stages 2023-05-12 17:38:40 +02:00
Marc-Roig
be27785ed1
feat: update workflow route 2023-05-12 17:38:26 +02:00
Marc-Roig
7fa150a53c
feat: create workflow route 2023-05-12 15:32:51 +02:00
derrickmehaffy
2382e26b97 fix typo in config path for SSO domain 2023-04-28 09:42:28 -07:00
Gustav Hansen
e386aff3d5
Merge branch 'main' into feature/review-workflow 2023-04-24 13:59:41 +02:00
DMehaffy
7f1bb7e73f
Allow configuration of SSO Cookie Domain (#16471) 2023-04-24 12:33:20 +02:00
Jamie Howard
5b54885381 fix(ee): nest stage change response in data 2023-04-12 14:16:37 +01:00
Jamie Howard
fa4d2fb7e1 feature(ee): when deleting a stage move entities to the previous stage 2023-03-29 12:33:16 +01:00
Nathan Pichon
9680787533
chore(review-workflows): update error message
Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com>
2023-03-27 16:01:54 +02:00
nathan-pichon
f9507877ec
feat(review-workflows): add update route on entity for stages 2023-03-27 11:58:06 +02:00
nathan-pichon
cd785abf8f
feat(review-workflows): add jsdoc - manage types 2023-03-27 11:03:47 +02:00
nathan-pichon
1cf3da856c
feat(review-workflows): add update route on entity for stages 2023-03-24 18:34:10 +01:00
Gustav Hansen
0a008881ef Merge branch 'main' into feature/review-workflow 2023-03-16 15:49:45 +01:00
Alexandre Bodin
29dadec292 Feedbacks 2023-03-09 02:43:16 +01:00
Alexandre Bodin
e0e2084422 Move RBAC into CE 2023-03-06 21:46:45 +01:00
Alexandre Bodin
e56b0061c7 Make checks stricter 2023-03-02 09:19:25 +01:00
Alexandre Bodin
24901be60b Fix license seat undefined block user creation 2023-03-01 20:13:22 +01:00
Alexandre Bodin
2d48bf2ba0 Lodash usage consistency 2023-02-26 18:12:18 +01:00
Alexandre Bodin
f552aa9aa2 Apply feedbacks 2023-02-24 18:55:55 +01:00
ivanThePleasant
88b1987691 WIP Moving enforcement checks from controller level to service level (not checked or tested) 2023-02-22 14:42:27 +02:00
ivanThePleasant
c4620fd18a Merge branch 'chore/ee-seats' of https://github.com/strapi/strapi into chore/ee-seats 2023-02-15 12:01:06 +01:00
ivanThePleasant
d2ade473fd WIP requested server changes 2023-02-15 11:17:47 +01:00
ivanThePleasant
ac2f0bea4d
Update packages/core/admin/ee/server/controllers/admin.js
Co-authored-by: Jean-Sébastien Herbaux <jean-sebastien.herbaux@epitech.eu>
2023-02-14 13:42:00 +02:00