31011 Commits

Author SHA1 Message Date
Marc-Roig
c6d273be82
chore: move deprecated tag 2023-06-09 09:02:34 +02:00
Marc-Roig
f04dd1ade5
chore: add deprecated jsdoc tag 2023-06-09 08:58:10 +02:00
Marc-Roig
d18762de62
fix: keep webhook events object and print a warning error 2023-06-09 08:43:49 +02:00
Marc
e41415e8ff
Merge pull request #16868 from strapi/fix/s3-bucket-compat-providers 2023-06-08 17:46:53 +02:00
Ben Irvin
e321cba19b
Merge pull request #16912 from strapi/dependabot/npm_and_yarn/semver-and-types/semver-7.5.1 2023-06-08 17:36:19 +02:00
Jamie Howard
ccde1a4466 feature(ee): add review workflow stage change event to webhook form 2023-06-08 15:34:25 +01:00
Christian
517212d141
Merge pull request #16837 from strapi/ts-support/controllers 2023-06-08 16:28:09 +02:00
Bassel Kanso
b6ba26fe05
Merge pull request #16765 from strapi/fix/sso-lock-out-option
SSO - add local authentication lock-out feature
2023-06-08 14:43:20 +03:00
Jamie Howard
0f15960636 feature(ee): emit workflow stage change webhook event 2023-06-08 12:39:52 +01:00
Christian
6494068ba1
Update packages/core/strapi/lib/types/core-api/controller.d.ts
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-06-08 12:02:20 +02:00
Christian Capeans
f0aaefbf5f Merge branch 'ts-support/controllers' of https://github.com/strapi/strapi into ts-support/controllers 2023-06-08 11:53:22 +02:00
Christian Capeans
af61b69c3e Replace types for interfaces where needed 2023-06-08 11:53:12 +02:00
Marc
aa7f6368d0
Update utils.ts 2023-06-08 11:02:12 +02:00
Bassel
2282ba810a Merge branch 'main' into fix/sso-lock-out-option 2023-06-08 11:46:28 +03:00
Marc-Roig
566a0f74ba
test: populate edge case 2023-06-08 10:09:48 +02:00
Alexandre Bodin
65a6c9cfa7 Merge branch 'releases/4.11.0' 2023-06-07 17:25:38 +02:00
Alexandre Bodin
0de06a008d v4.11.0 2023-06-07 17:16:22 +02:00
Christian
86128b9e12
Update packages/core/strapi/lib/types/core-api/service.d.ts
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-06-07 16:46:49 +02:00
Christian
4500d4cb73
Update packages/core/strapi/lib/types/core/strapi/index.d.ts
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-06-07 16:46:41 +02:00
Christian
4211eca6f3
Update packages/core/strapi/lib/types/core-api/service.d.ts
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-06-07 16:46:31 +02:00
Christian
e903193ff0
Update packages/core/strapi/lib/types/core-api/router.d.ts
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-06-07 16:46:23 +02:00
Christian
02965879f3
Update packages/core/strapi/lib/types/core-api/router.d.ts
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-06-07 16:46:13 +02:00
Jean-Sébastien Herbaux
d0785a2eb7
Merge pull request #16942 from strapi/fix/date-time-picker-values 2023-06-07 16:46:09 +02:00
Josh
8d6dc353e8 fix: dtp value should not pass empty string 2023-06-07 15:35:02 +01:00
Convly
951765ee62 Merge branch 'releases/4.10.8' v4.11.0 2023-06-07 15:49:34 +02:00
Convly
4ce15c43a8 Update yarn.lock 2023-06-07 15:39:29 +02:00
Convly
634d9e39de v4.10.8 v4.10.8 2023-06-07 15:34:54 +02:00
Ben Irvin
452e2b86d3 add more test cases 2023-06-07 15:08:09 +02:00
Ben Irvin
4d4e1c4c64 fix utils version 2023-06-07 15:08:09 +02:00
Ben Irvin
0af9620f7c require matching case for operators 2023-06-07 15:08:08 +02:00
Ben Irvin
6e51da2815 update strapi/utils package 2023-06-07 15:08:08 +02:00
Ben Irvin
9c42a9232c test filtering 2023-06-07 15:08:08 +02:00
Ben Irvin
a881c3929c remove case sensitivity 2023-06-07 15:08:08 +02:00
Ben Irvin
93181d5a9c allow id filter 2023-06-07 15:08:08 +02:00
Ben Irvin
135bb34518 remove case insensitivity from id check 2023-06-07 15:08:08 +02:00
Ben Irvin
ebb2a3ee16 fix scope 2023-06-07 15:08:08 +02:00
Ben Irvin
1f9e0bcf1d Update packages/core/utils/lib/convert-query-params.js
Co-authored-by: Jean-Sébastien Herbaux <jean-sebastien.herbaux@epitech.eu>
2023-06-07 15:08:08 +02:00
Ben Irvin
2764c3c6ba Update packages/core/utils/lib/operators.js
Co-authored-by: Jean-Sébastien Herbaux <jean-sebastien.herbaux@epitech.eu>
2023-06-07 15:08:08 +02:00
Ben Irvin
1c0c28fb0d Update packages/core/utils/lib/operators.js
Co-authored-by: Jean-Sébastien Herbaux <jean-sebastien.herbaux@epitech.eu>
2023-06-07 15:08:08 +02:00
Ben Irvin
32dc008197 export isOperator and isOperatorOfType directly 2023-06-07 15:08:08 +02:00
Ben Irvin
5d915bc496 remove comment 2023-06-07 15:08:08 +02:00
Ben Irvin
9f57ff7bff only allow attributes and operators on filters
Co-authored-by: Jean-Sébastien Herbaux <Convly@users.noreply.github.com>
2023-06-07 15:08:08 +02:00
Ben Irvin
be02aa2130 move operators to utils 2023-06-07 15:08:03 +02:00
Ben Irvin
6a0444334b initial commit 2023-06-07 15:07:07 +02:00
nathan-pichon
2fa8f30371 fix(content-types): remove getter for private attributes
+ Fixes a flaky test (transactions.test.api.js)
2023-06-07 14:44:04 +02:00
Bassel
f704024bdf fix failing test 2023-06-07 14:37:22 +03:00
Josh
8357aab46e
chore: fix tests (#16937)
Co-authored-by: Marc-Roig <marc12info@gmail.com>
2023-06-07 11:43:09 +01:00
Bassel
f4908a8a21 remove lodash pick and omit 2023-06-07 13:26:32 +03:00
Marc-Roig
f787d94bad
fix: mention actual expire time of private assets 2023-06-07 12:08:19 +02:00
Convly
b71f521762 Merge branch 'main' into releases/4.11.0 2023-06-07 12:07:35 +02:00