29765 Commits

Author SHA1 Message Date
Robin Goupil
b8ccb8800f Allow EntityManager CRUD methods to be called without a 'params' 2022-05-14 08:35:23 +02:00
Robin Goupil
376b1cdb73 Second test case to use API closer to documented use 2022-05-14 08:18:16 +02:00
Robin Goupil
7f0b35ebdb Fix deleteMany using afterDelete hook instead of afterDeleteMany 2022-05-14 08:18:16 +02:00
Robin Goupil
4c07ea76c5 Update typings 2022-05-14 08:18:16 +02:00
Robin Goupil
ade70cf78a Add unit tests for Lifecycles.run() 2022-05-14 08:18:16 +02:00
Robin Goupil
273ca638f4 Lifecycle provider to manage state instead of entity manager 2022-05-14 08:18:16 +02:00
Robin Goupil
dcf2a4e32c Fix state not being shared with "beforeXXX" and "afterXXX" events 2022-05-14 08:18:13 +02:00
rgoupil
3a1145be11 Fix state not being shared with "beforeXXX" and "afterXXX" 2022-05-14 08:15:15 +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
ronronscelestes
a594f4b96a fixed unique fields empty value 2022-05-13 17:46:57 +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
Gustav Hansen
46a79bd156
Merge pull request #13308 from strapi/features/ML-folder-backport-13291
ReactSelect: Backport changes from #13291
2022-05-13 16:21:47 +02:00
Kim, Harim
1efb80d945
Merge branch 'strapi:master' into fix/unable-to-delete-user 2022-05-13 23:19:27 +09:00
Pierre Noël
20177c8895 fix typo 2022-05-13 16:13:17 +02:00
Pierre Noël
8d5fe3b431 apply feedback 2022-05-13 16:10:18 +02:00
Gustav Hansen
e4707ff700 Merge branch 'features/ML-folder' into features/ML-folder-useModalQueryParams 2022-05-13 15:14:58 +02:00
Gustav Hansen
d2438ca61a chore: Update snapshot tests 2022-05-13 14:39:54 +02:00
Bassel Kanso
b34860f36e fix lint issue 2022-05-13 15:39:46 +03:00
Convly
91757fe899 Handle ee code 2022-05-13 14:28:13 +02:00
Bassel Kanso
b8a63f325b Merge branch 'features/typescript' into typescript/fix-cli 2022-05-13 15:14:02 +03:00
Bassel Kanso
77e7efb576 Make cli commands use outDir value from tscongfig file instead of static 'dist' 2022-05-13 15:09:05 +03: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
cab31a101f ReactSelect: Backport changes from #13291 2022-05-13 13:55:52 +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
Gustav Hansen
46df8c9b3e chore: Update snapshot tests 2022-05-13 13:48:48 +02:00
Gustav Hansen
8837252cc8 FolderList: Use ellipsis for folder names 2022-05-13 13:46:33 +02:00
Gustav Hansen
2ac3032f82 ML: Make back link dynamic 2022-05-13 13:46:09 +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
Gustav Hansen
ba6da475ad EditFolderDialog: Respect canUpdate permissions 2022-05-13 11:31:20 +02:00
Gustav Hansen
7d0461f233 ML: Extend test suite 2022-05-13 11:24:38 +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
745c8e87b5
Merge pull request #13245 from strapi/typescript/fix-cli
Typescript add incremental compiling option before executing some CLI commands
2022-05-13 10:56:33 +02: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
Gustav Hansen
bb8ef07d2c ML: Cleanup more tests 2022-05-12 16:58:21 +02:00
Gustav Hansen
848798ab7a ML: Cleanup tests 2022-05-12 15:56:55 +02:00
Gustav Hansen
171ba851c7 ML: Fix tests for EditFolderDialog 2022-05-12 13:35:21 +02:00
Gustav Hansen
3781dcbdcb ML: Update EditAssetDialog snapshot tests 2022-05-12 13:17:54 +02:00
Gustav Hansen
539642de9f ML: Update tests for useAssets and useFolders 2022-05-12 13:01:42 +02:00
Roman Walters
4f5bdc771c
Update README.md 2022-05-12 12:59:27 +02:00
Gustav Hansen
ccabb70c4c ML: Update tests for useFolderStructure and FolderList 2022-05-12 12:41:47 +02:00
Gustav Hansen
8cd4606a3b ML: Add tests for FolderList and useSelectionState 2022-05-12 12:14:10 +02:00
Bassel Kanso
a1e584afff Merge branch 'features/typescript' into typescript/fix-cli 2022-05-12 12:59:36 +03: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