6261 Commits

Author SHA1 Message Date
Gustav Hansen
081f4aabda Upload: Fix typo in upload middleware 2022-07-13 22:19:19 +02:00
Rémi de Juvigny
d445b48b0c Fix issue when destructuring custom fields 2022-07-13 18:52:47 +02:00
Gustav Hansen
bd3e82c368 ML: Display proper error message thrown by the API 2022-07-13 18:14:01 +02:00
Rémi de Juvigny
66fe273202 Update useCustomFields api 2022-07-13 17:33:24 +02:00
ivanThePleasant
ae35914dba Add environment property to admin telemetry calls 2022-07-13 16:55:33 +03:00
Rémi de Juvigny
c6a2184e76 Make CustomFields a singleton class 2022-07-13 15:46:46 +02:00
Rémi de Juvigny
48d12fb920 Apply Alex feedback 2022-07-13 14:44:22 +02:00
Gustav Hansen
87435f5593 chore: Improve error messages for enum validation
Co-authored-by: Pierre Noel <pierre.noel@strapi.io>
2022-07-13 14:41:30 +02:00
Alexandre Bodin
fe296baf71 v4.2.3 2022-07-13 14:20:58 +02:00
Alexandre BODIN
e2b48c6aef
Merge pull request #13637 from meherchandan/fix/knex-migration-transaction-error
fix: knex transaction error on adding the migrations in migration folder
2022-07-13 14:09:00 +02:00
Gustav Hansen
b2be3d4834
Merge pull request #13759 from strapi/chore/ctb-tab-label
CTB: Improve tab labels
2022-07-13 13:57:59 +02:00
Pierre Noël
53d2a3d17d revert jest update + use and refactor strapi.cron 2022-07-13 13:35:32 +02:00
Pierre Noël
bbceef7fbe add unit test + update jest 2022-07-13 13:32:52 +02:00
Pierre Noël
9a7cc93c65 fix unit test + rename destroy 2022-07-13 13:29:13 +02:00
Pierre Noël
d7cee0caa2 change event name + fix cron config 2022-07-13 13:29:13 +02:00
Pierre Noël
acb6ceae15 add backend telemetry events in ML 2022-07-13 13:29:12 +02:00
Pierre Noël
c7e522ef1f Merge branch 'master' into features/ML-folder 2022-07-13 13:28:28 +02:00
Pierre Noël
849213e9ad
Merge pull request #13740 from strapi/chore/jest-28
chore: Update jest, jest-circus and jest-cli to 28
2022-07-13 13:18:24 +02:00
Bassel Kanso
7571562e0b add placeholder Select to token duration 2022-07-13 13:48:14 +03:00
Pierre Noël
8b4644b783 revert errors.test.js 2022-07-13 12:25:18 +02:00
Gustav Hansen
4570dd608d CTB: Improve tab labels 2022-07-13 12:18:46 +02:00
Gustav Hansen
6d26ff5a4b Update packages/core/content-type-builder/admin/src/translations/en.json
Co-authored-by: Pierre Noël <petersg83@users.noreply.github.com>
2022-07-13 12:14:20 +02:00
Mark Kaylor
69a08228ee Convert type customField to underlying data type 2022-07-13 11:19:30 +02:00
Bassel Kanso
225b45a2c2 change to findOne and add some fixes 2022-07-13 12:15:32 +03:00
Gustav Hansen
710a39fc0d
Merge pull request #13751 from Le-Bit/typo-can-by-used
fix: typo in root level ops warning message
2022-07-13 09:08:54 +02:00
Pierre Noël
5706191547 fix unit tests open handles 2022-07-12 17:57:01 +02:00
Pierre Noël
e9bfdca6c9 fix worker-queue.test.js 2022-07-12 17:56:59 +02:00
Pierre Noël
6d265c2917 fix permission-domain.test.js 2022-07-12 17:56:58 +02:00
Gustav Hansen
f880614ad8 chore: Add comments on why the GraphQL regex is needed in core right now 2022-07-12 17:38:15 +02:00
Alexandre BODIN
0b1faa81bb
Merge pull request #13748 from strapi/fix/jest-config-github
Fix jest running tests twice because of .github and jest behavior
2022-07-12 17:10:46 +02:00
Lebit
5d831d4ca6 fix: typo 2022-07-12 17:03:05 +02:00
Convly
51a40e3966 Add missing properties to the Strapi Interface 2022-07-12 14:56:54 +02:00
Convly
2bb361eeec Fix Policy and Middleware types 2022-07-12 14:56:26 +02:00
Rémi de Juvigny
b303a1a305 Register several custom fields at once 2022-07-12 14:24:57 +02:00
meherchandan
a7131ca000 fix: review comments and added graphql operator 2022-07-12 16:19:51 +04:00
Alexandre Bodin
91c200490b Fix jest running because of .github and jest weird behavior 2022-07-12 13:54:06 +02:00
Gustav Hansen
141ef84114
Merge pull request #13746 from strapi/fix/richtext-table
PreviewWysiwyg: Fix and improve styles for tables
2022-07-12 11:33:50 +02:00
Rémi de Juvigny
fb1d5256b8 Add custom field name regex validation 2022-07-12 11:20:07 +02:00
Bassel Kanso
8f716278d1
Merge pull request #13658 from strapi/api-token-v2/time-selector
Api token v2/time selector
2022-07-12 11:41:22 +03:00
Alexandre BODIN
ed129b8490
Merge pull request #13676 from benderillo/fix-13675-send-components
Make updateContentTypeConfiguration endpoint return full data
2022-07-12 10:32:41 +02:00
Gustav Hansen
e87ada05e5 PreviewWysiwyg: Fix and improve styles for tables 2022-07-12 10:31:25 +02:00
Mark Kaylor
74a3391fb5 fix tests 2022-07-12 09:57:49 +02:00
Mark Kaylor
b9608ee8a2 rename namespace to uid 2022-07-12 09:55:40 +02:00
Mark Kaylor
ac5c036207 move customFields to constructor 2022-07-12 09:52:55 +02:00
Rémi de Juvigny
ee4e854806 Rename namespace to uid 2022-07-12 09:37:19 +02:00
Julie Plantey
4c1fad8085
Merge pull request #13495 from poonamdhangar/master
Add Malayalam Translation
2022-07-11 14:13:07 +02:00
Julie Plantey
9229d8df98
Merge pull request #13730 from strapi/dependabot/npm_and_yarn/css-loader-6.7.1
Bump css-loader from 6.5.1 to 6.7.1
2022-07-11 14:11:50 +02:00
Gustav Hansen
1973fb57f6 Improve microcopy 2022-07-11 14:04:53 +02:00
Mark Kaylor
b78e1160a0 fix typo 2022-07-11 12:41:02 +02:00
Mark Kaylor
bb1ed4cebf update test describe 2022-07-11 12:39:18 +02:00