21189 Commits

Author SHA1 Message Date
wuxinnan
1e3d6855cc added test case to check password validity 2022-05-18 10:36:12 -07:00
Alexandre BODIN
e60bf73cc0
Merge pull request #13325 from strapi/dependabot/npm_and_yarn/glob-7.2.3
Bump glob from 7.2.0 to 7.2.3
2022-05-18 15:02:24 +02:00
markkaylor
2178f77126
Merge pull request #13323 from strapi/fix/required-attributes
[plugin:documentation] fix required attributes on post requests
2022-05-18 14:43:29 +02:00
Gustav Hansen
d947be6859
Merge pull request #13256 from strapi/fix/component-icons-optional
Make component icons optional
2022-05-18 12:53:39 +02:00
Gustav Hansen
d1bd3093b1
Merge pull request #13345 from tahaziauci/strapi/test-utils/get-file-path
Increase test coverage for get-file-path util
2022-05-18 10:47:32 +02:00
Taha Zia
63aa86fc8d pr: enhancement - Increase test coverage for get-file-path util 2022-05-17 17:27:22 -07:00
markkaylor
e58b983b6f
Merge pull request #13339 from strapi/fix/missing-items-property
add missing items property causing infinite load on error schema
2022-05-17 13:45:44 +02:00
Mark Kaylor
54c783344b add missing items property causing infinite load on error schema 2022-05-17 10:22:33 +02:00
Mark Kaylor
c1ce4dc070 fix tests 2022-05-16 14:26:54 +02:00
ronronscelestes
27639fa67e
Merge pull request #13310 from strapi/enh/homepage-link-events
[Enh] Homepage links trackUsage
2022-05-16 14:26:30 +02:00
ronronscelestes
ba3faf1f23
Merge pull request #13315 from strapi/fix/ctb-advanced-layout
[Fix] CTB Media advanced settings layout
2022-05-16 14:25:57 +02:00
dependabot[bot]
354bdeb546
Bump glob from 7.2.0 to 7.2.3
Bumps [glob](https://github.com/isaacs/node-glob) from 7.2.0 to 7.2.3.
- [Release notes](https://github.com/isaacs/node-glob/releases)
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v7.2.0...v7.2.3)

---
updated-dependencies:
- dependency-name: glob
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-16 09:10:06 +00:00
Jean-Sébastien Herbaux
2765a8d9c4
Merge pull request #12454 from iicdii/fix/unable-to-delete-user
Fix not working deleteUsersPermissionsUser and mutations related to role
2022-05-16 11:08:56 +02:00
Mark Kaylor
7b14697fa5 set locale required on localization request 2022-05-16 10:22:17 +02:00
Mark Kaylor
d413a018b5 fix required attributes on post requests 2022-05-16 10:00:20 +02:00
Alexandre BODIN
ef8449f693
Merge pull request #13272 from strapi/fix/mime-type-migration
Bump umzug to 3.1.1
2022-05-16 09:15:50 +02:00
Alexandre Bodin
1a3b92b368 Fix raw sql migrations 2022-05-14 09:23:20 +02:00
Alexandre Bodin
aac0e2b465 Merge branch 'master' of github.com:strapi/strapi into fix/mime-type-migration 2022-05-14 09:00:44 +02:00
ronronscelestes
b469645ddb fixed media advanced settings layout 2022-05-13 18:17:21 +02:00
Alexandre BODIN
3a10a11960
Merge pull request #13314 from strapi/releases/4.1.11
v4.1.11
2022-05-13 18:14:33 +02:00
Convly
698ae33e00 v4.1.11 v4.1.11 2022-05-13 18:08:05 +02:00
Alexandre BODIN
b2980ab708
Merge pull request #13307 from strapi/fix/invite-link-not-working
Fix admin user registration
2022-05-13 16:53:54 +02:00
ronronscelestes
2c79e4ad05 added events on homepage contentblocks 2022-05-13 16:23:05 +02:00
Kim, Harim
1efb80d945
Merge branch 'strapi:master' into fix/unable-to-delete-user 2022-05-13 23:19:27 +09:00
Convly
91757fe899 Handle ee code 2022-05-13 14:28:13 +02:00
Gustav Hansen
970384af4b
Merge pull request #13306 from strapi/dependabot/npm_and_yarn/actions/core-1.8.1
Bump @actions/core from 1.8.0 to 1.8.1
2022-05-13 13:59:03 +02:00
Gustav Hansen
cd2e0008eb
Merge pull request #13291 from tahaziauci/strapi/fix/select-input-color
fix: issue #13149 input color
2022-05-13 13:52:41 +02:00
Convly
e77226c678 Added test for the admin registration token 2022-05-13 12:11:20 +02:00
Convly
510b54f16e Moved logic to the right controller 2022-05-13 11:33:25 +02:00
Convly
bb87e910b2 Manually set the registrationToken in the register payload response 2022-05-13 11:22:41 +02:00
dependabot[bot]
23cb55dbf6
Bump @actions/core from 1.8.0 to 1.8.1
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-13 09:04:44 +00:00
Jean-Sébastien Herbaux
b008326e74
Merge pull request #13292 from klikkn/fix/email-confirmation
Fix email confirmation
2022-05-13 09:36:41 +02:00
Vincent
3268c71b3e
Merge pull request #13271 from strapi/features/load-providers-at-register
Load storage providers before server start
2022-05-12 10:08:37 +02:00
Taha Zia
c4d260d7f1 fix: issue #13149 input color 2022-05-11 18:01:48 -07:00
Sergey
6e7b77c9e2 fix: userService.fetch applies id only and should be replaced by fetchAll 2022-05-11 21:31:11 +02:00
Convly
06abcda86a v4.1.10 v4.1.10 2022-05-11 16:30:38 +02:00
Gustav Hansen
8b3ba51f3e
Merge pull request #12881 from strapi/fix/upload-mime-type
ML: Apply fallback mime-type if none is set
2022-05-11 12:37:37 +02:00
Jean-Sébastien Herbaux
d69b49b097
Merge pull request #13185 from strapi/fix/user-hidden-attributes
Sanitize hidden attributes from admin API responses
2022-05-11 10:58:37 +02:00
Jean-Sébastien Herbaux
a727b1f2ba
Merge pull request #11960 from iicdii/fix/populate-user
Fix unable to populate User in Users-Permissions
2022-05-11 10:39:01 +02:00
Alexandre BODIN
8eec9c2d71
Merge pull request #12929 from strapi/fix/documentation-component-schemas
Add component schemas
2022-05-11 10:18:02 +02:00
Alexandre BODIN
488f701784
Merge pull request #13277 from strapi/fix/hooks-invalid-spread
fix: hook getter spread make handlers invalid
2022-05-11 09:35:07 +02:00
ronronscelestes
91bfab5504
Merge pull request #13227 from strapi/fix/guided-tour-localstorage
[Fix] Guided tour skipped local storage
2022-05-11 09:26:41 +02:00
ronronscelestes
63ecdaefdd
Merge pull request #13226 from strapi/enh/ds-v2
[Enh] DS v2 components
2022-05-11 09:26:28 +02:00
Mark Kaylor
acd8b1a7c8 remi feedback 2022-05-10 15:04:59 +02:00
Mark Kaylor
5616903ac8 rename variables 2022-05-10 10:15:38 +02:00
Mark Kaylor
60dfae1cff add unit tests 2022-05-10 10:05:28 +02:00
Convly
620418c9a6 Remove sensitive fields from sanitize user in the admin 2022-05-10 07:00:19 +02:00
Convly
b11623d365 Allow setting CT's config from the CTB services 2022-05-10 06:58:25 +02:00
Convly
d184161417 Fix hooks unit test 2022-05-10 06:06:28 +02:00
Alexandre BODIN
cd023b6662
Merge pull request #13275 from strapi/fix/gcpEmptyDirectory
Fix deployment on GCP by generating .gitkeep for db migrations
2022-05-09 21:05:56 +02:00