5123 Commits

Author SHA1 Message Date
Gustav Hansen
cd963b7a02
Merge pull request #13860 from strapi/fix/numbre-0-null
EditViewDataManagerProvider: Ensure 0 is not converted to null
2022-07-27 10:28:22 +02:00
Simone
af565b0cf7
Merge pull request #13815 from strapi/fix/ui-bug-datetimepicker-from-another-locale-13674
fix/ui-bug-datetimepicker-from-another-locale-13674
2022-07-27 10:09:28 +02:00
Convly
a4c2f3b46a Merge branch 'master' into releases/4.3.0 2022-07-27 09:44:31 +02:00
Gustav Hansen
f74ec11a9e EditViewDataManagerProvider: Ensure 0 is not converted to null 2022-07-27 08:23:25 +02:00
Convly
1a4ac396c5 Fix unit tests 2022-07-26 17:50:59 +02:00
Pierre Noël
952bca2dce better handle populating dz 2022-07-26 17:13:59 +02:00
Gustav Hansen
9b3216715c EditViewDataManagerProvider: Fix missing params getAPIInnerErrors 2022-07-26 15:16:23 +02:00
Pierre Noël
8c426965cc
Merge pull request #13721 from strapi/ML-folder/telemetry-back
Add backend telemetry events in ML
2022-07-26 10:53:39 +02:00
Jean-Sébastien Herbaux
f688c85494
Merge pull request #13819 from strapi/fix/missing-creator-fields
Fix creator fields in REST API
2022-07-26 10:45:39 +02:00
Ben Irvin
2b82678fd6 clean up tests 2022-07-26 09:32:14 +02:00
Ben Irvin
b890696445 clean up tests 2022-07-26 09:28:06 +02:00
Ben Irvin
a499411086 check times remove is called 2022-07-26 09:19:40 +02:00
Ben Irvin
cead6cce88 reset mock fn 2022-07-26 09:17:50 +02:00
smoothdvd
0c37e31344
update: localization attribute filter 2022-07-26 14:22:35 +08:00
Julie Plantey
b1ce10f7f8
Merge pull request #13829 from yangfei4913438/yangfei/translate-user-list
Fixed the translation problem of zh-Hans on the user list page.
2022-07-25 18:22:34 +02:00
Julie Plantey
6389876df3
Merge pull request #13833 from smoothdvd/translations-zh-Hans
update: improve chinese syntax
2022-07-25 17:53:44 +02:00
Gustav Hansen
8d5ec5dfdc
Merge pull request #13822 from strapi/fix/cm-dynamiczone-label-description
CM: Fix edit form for dynamiczones (allow label + description)
2022-07-25 16:07:14 +02:00
Pierre Noël
a5664af2df revert date-fns to 2.28.0 2022-07-25 16:01:54 +02:00
Simone Taeggi
81c5cd0a6a add coverage script to helper-plugin 2022-07-25 15:50:49 +02:00
Pierre Noël
3d231fb376 use date-fns + rename variables 2022-07-25 14:28:59 +02:00
Julie Plantey
ab4ae47d30
Merge pull request #13810 from strapi/fix/password-autocomplete
[Fix] Passwords autocomplete
2022-07-25 14:23:35 +02:00
dependabot[bot]
0500fc4a25
Bump immer from 9.0.6 to 9.0.15
Bumps [immer](https://github.com/immerjs/immer) from 9.0.6 to 9.0.15.
- [Release notes](https://github.com/immerjs/immer/releases)
- [Commits](https://github.com/immerjs/immer/compare/v9.0.6...v9.0.15)

---
updated-dependencies:
- dependency-name: immer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-25 09:46:09 +00:00
Pierre Noël
3741876099 change cron logic for metrics 2022-07-25 11:08:39 +02:00
Convly
0b8c7b59c6 Merge branch 'master' into features/typescript 2022-07-25 09:30:18 +02:00
Jean-Sébastien Herbaux
0c9eabe227
Merge pull request #13460 from strapi/typescript/schema-types-generation
[TS] Schema Types Generation
2022-07-25 08:56:22 +02:00
杨飞
72cb1eb4ee Fixed the translation problem of zh-Hans on the user list page. 2022-07-24 11:40:35 +08:00
smoothdvd
25bddac016
update: improve chinese syntax 2022-07-23 08:05:18 +08:00
Pierre Noël
bac1080f13 refactor strapi.cron 2022-07-22 17:28:51 +02:00
Ben Irvin
d5712d7693 check call parameters 2022-07-22 15:40:12 +02:00
Ben Irvin
af4349a1a8 return after each relation type is handled 2022-07-22 15:32:25 +02:00
Gustav Hansen
01784575bf Merge branch 'master' into features/ML-folder 2022-07-22 12:48:41 +02:00
Gustav Hansen
ed90965cc1 chore: Update react-intl to 6.x 2022-07-22 12:45:36 +02:00
dependabot[bot]
e11f7b53f4
Bump react-intl from 5.20.2 to 5.25.1
Bumps [react-intl](https://github.com/formatjs/formatjs) from 5.20.2 to 5.25.1.
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/react-intl@5.20.2...react-intl@5.25.1)

---
updated-dependencies:
- dependency-name: react-intl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-22 09:05:23 +00:00
Convly
456f945d1e Fix condition checks 2022-07-22 10:43:06 +02:00
Jean-Sébastien Herbaux
2d11fe54b8
Merge pull request #13724 from strapi/dependabot/npm_and_yarn/sift-13.5.4
Bump sift from 13.5.0 to 13.5.4
2022-07-22 10:11:56 +02:00
Simone Taeggi
26f15edf22 Merge branch 'master' into fix/ui-bug-datetimepicker-from-another-locale-13674 2022-07-22 09:02:48 +02:00
Simone Taeggi
cf3cbb34fe add args control to the datetimepicker storybook file 2022-07-21 17:04:10 +02:00
Convly
04ac3fb41a Update readme 2022-07-21 16:27:31 +02:00
Alexandre BODIN
bc60b90b9e
Merge pull request #13578 from meherchandan/fix/case-insensitive-equal-filter
fix: added new eqi operator for case insensitive equal search
2022-07-21 15:53:25 +02:00
Gustav Hansen
73a4172907
Merge pull request #13800 from strapi/chore/chunk-names
Admin: add missing webpack chunk-names
2022-07-21 15:47:01 +02:00
Gustav Hansen
cca59b4b49 CM: Fix edit form for dynamiczones (allow label + description) 2022-07-21 15:16:43 +02:00
Simone Taeggi
d535d3bb72 update tests with correct locale date format 2022-07-21 11:06:06 +02:00
Convly
1406479866 Add content api layer & permission engine impl 2022-07-21 10:45:33 +02:00
Convly
b776f0d194 Update provider factory typings 2022-07-21 10:43:19 +02:00
Convly
70e69c1aa0 Update hooks definitions 2022-07-21 10:42:30 +02:00
Convly
ddb6a91503 Make RBAC an implementation of the @strapi/permissions engine 2022-07-21 10:41:40 +02:00
Convly
f7dd7f7017 Add dependency to @strapi/permissions from @strapi/admin 2022-07-21 10:40:30 +02:00
Convly
ad154e74e3 Add the permission package 2022-07-21 10:39:53 +02:00
Convly
870dd61c28 Add silent option, rename from content-types:generate-types to ts:generate-types 2022-07-21 08:37:40 +02:00
Ben Irvin
266e5a79aa remove comment 2022-07-20 18:27:56 +02:00