30575 Commits

Author SHA1 Message Date
Ben Irvin
904a2674ee start on providers 2023-06-09 09:54:53 +02:00
Ben Irvin
63c702f8da clarify 2023-06-08 18:02:34 +02:00
Ben Irvin
af4e02e1cc fix transform objects 2023-06-08 16:08:33 +02:00
Ben Irvin
6ad18b8b72 add map and filter 2023-06-08 16:01:01 +02:00
Ben Irvin
2f3b3b07eb add docs on schema and version checks 2023-06-08 15:49:11 +02:00
Ben Irvin
5e33a7cbfd add running a transfer 2023-06-08 15:12:19 +02:00
Ben Irvin
d0d692b447 fix typo 2023-06-08 14:53:55 +02:00
Ben Irvin
4489eed0e0 update event tracking 2023-06-08 13:09:54 +02:00
Ben Irvin
ef7d386cf7 fix links and add content 2023-06-08 12:47:11 +02:00
Ben Irvin
67c3d18884 initialize structure 2023-06-08 12:08:06 +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
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
Josh
8357aab46e
chore: fix tests (#16937)
Co-authored-by: Marc-Roig <marc12info@gmail.com>
2023-06-07 11:43:09 +01:00
Convly
b71f521762 Merge branch 'main' into releases/4.11.0 2023-06-07 12:07:35 +02:00
Jean-Sébastien Herbaux
7ec5466c22
Merge pull request from GHSA-9xg4-3qfm-9w8f
Improve sanitization in sanitizeQuery and convertQueryParams
2023-06-07 12:06:40 +02:00
Convly
106cfafca4 Merge branch 'main' into releases/4.11.0 2023-06-07 11:31:42 +02:00
Jean-Sébastien Herbaux
4d76b58dee
Merge pull request #16910 from strapi/dependabot/npm_and_yarn/typescript-5.1.3 2023-06-06 16:27:46 +02:00
Josh
38fb966605
chore: upgrade ds to 1.8.0 (#16931) 2023-06-06 15:13:17 +01:00
Fernando Chávez
07ea89a5ee
Merge pull request #16703 from strapi/feat/icon-picker
Add icon picker to components and show component's icons
2023-06-06 10:16:03 +02:00
Fernando Chavez
420f30002f snaps fix 2023-06-06 09:13:32 +02:00
Fernando Chavez
7eb0b9da37 edit icon validation error with a more readable message 2023-06-06 09:13:32 +02:00
Fernando Chavez
affd0c0a9a allow old icon names on the regex 2023-06-06 09:13:32 +02:00
Fernando Chavez
0439cfec0d fix icon names on tests 2023-06-06 09:13:32 +02:00
Fernando Chavez
9ae4140b9a fix regex problem 2023-06-06 09:13:32 +02:00
Fernando Chavez
633fcd2b63 add more space between icons searchbar and icon picker 2023-06-06 09:13:32 +02:00
Fernando Chávez
b14a181b4d Update packages/core/admin/admin/src/content-manager/pages/EditSettingsView/components/DynamicZoneList.js
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-06-06 09:13:32 +02:00
Fernando Chavez
4f87df708f remove brand icons 2023-06-06 09:13:32 +02:00