21604 Commits

Author SHA1 Message Date
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
Vincent
4718b89bb4
Merge pull request #13183 from strapi/features/menu-logo
Features/menu logo
2022-05-13 10:33:39 +02: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
DMehaffy
7406d6bba3
Update security doc to reference extended v3 support
Modified to extend v3 security support until end of 2022
2022-05-12 10:20:55 -07:00
Roman Walters
4f5bdc771c
Update README.md 2022-05-12 12:59:27 +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
ronronscelestes
6f211e8217 Merge branch 'master' of https://github.com/strapi/strapi into features/menu-logo 2022-05-11 13:48:35 +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
Alexandre Bodin
e7acb6c028 Getter cannot be spread and make execution invalid 2022-05-09 20:55:21 +02:00
derrickmehaffy
dda5eacbb0 Add database/migrations folder to default generate
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2022-05-09 09:50:58 -07:00
vincentbpro
6a80b61610 test: added tests for upload plugin register 2022-05-09 16:01:11 +02:00
vincentbpro
1e83cdd73d Merge branch 'master' into features/load-providers-at-register 2022-05-09 15:02:39 +02:00
Pierre Noël
d6b385189a bump umzug to 3.1.1 2022-05-09 14:38:50 +02:00
vincentbpro
715494585f feat: load storage providers at strapi 'register' step 2022-05-09 10:06:47 +02:00
Gustav Hansen
fdf1e88f52
Merge pull request #13257 from strapi/fix/single-types-custom-error
SingleTypeFormWrapper: Display custom error messages
2022-05-09 09:39:55 +02:00
harimkims
e918293fc4 Update sanitizer mocking in i18n test 2022-05-07 17:27:15 +09:00
harimkims
5959788352 Refactor sanitizers module to be maintained easily 2022-05-07 17:04:12 +09:00
Kim, Harim
4429381ec9
Merge branch 'strapi:master' into fix/populate-user 2022-05-07 16:45:15 +09:00
DMehaffy
1db90d8ef7
Merge pull request #13168 from strapi/fix/sentryVersion
Upgrade Sentry version (both for plugin and internal) to latest
2022-05-06 10:52:51 -07:00
Gustav Hansen
1b2ab8d390 Update tests 2022-05-06 16:27:05 +02:00
Gustav Hansen
12d99b13ad SingleTypeFormWrapper: Display custom error messages 2022-05-06 15:52:44 +02:00
Gustav Hansen
811c1643d3 DynamicComponentCard: Delete legeacy file 2022-05-06 15:26:13 +02:00
Gustav Hansen
ef4f5e7366 CM: Render dice-d6 as fallback icon if no component icon was set 2022-05-06 15:15:07 +02:00
Gustav Hansen
e8215ffcd7
Merge pull request #13236 from strapi/enh/wysiwyg-spellcheck
[Enh] Allow Wysiwyg spellcheck
2022-05-06 14:33:17 +02:00
Gustav Hansen
0a48a33236
Merge pull request #13255 from strapi/dependabot/npm_and_yarn/actions/core-1.8.0
Bump @actions/core from 1.7.0 to 1.8.0
2022-05-06 13:36:45 +02:00
dependabot[bot]
06a735841f
Bump @actions/core from 1.7.0 to 1.8.0
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.7.0 to 1.8.0.
- [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-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-06 10:00:50 +00:00
David Fariña
a23263a804 Upload Plugin UI Catalan translation 2022-05-05 23:59:19 +02:00
Pierre Noël
1cda416305
Merge pull request #13092 from strapi/fix/display-error-load-upload-provider
Display error when loading upload provider
2022-05-05 14:58:53 +02:00
Gustav Hansen
e297cb7c62 Update yarn lockfile 2022-05-05 12:50:51 +02:00
Gustav Hansen
1e6e769c9a Apply fallback mime-type to all uploaded files if none could be guessed
Co-authored-by: Alexandre Bodin <alexandre.bodin@strapi.io>
Co-authored-by: Pierre Noël <pierre.noel@strapi.io>
2022-05-05 12:37:31 +02:00
Gustav Hansen
be8b8a241d Upload: Apply fallback mime-type if none is set 2022-05-05 12:37:30 +02:00
Gustav Hansen
88eadfcdfa Apply fallback mime-type if none is set
Co-authored-by: Pierre Noël <pierre.noel@strapi.io>
2022-05-05 12:37:14 +02:00
Mark Kaylor
2c60df54cd fix localization response 2022-05-05 12:32:22 +02:00