6261 Commits

Author SHA1 Message Date
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
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
77e7efb576 Make cli commands use outDir value from tscongfig file instead of static 'dist' 2022-05-13 15:09:05 +03: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
Vincent
4718b89bb4
Merge pull request #13183 from strapi/features/menu-logo
Features/menu logo
2022-05-13 10:33:39 +02: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
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
Gustav Hansen
af7876c423 useAssets/ useFolders: Fix null filter 2022-05-12 10:01:48 +02:00
Taha Zia
c4d260d7f1 fix: issue #13149 input color 2022-05-11 18:01:48 -07:00
Finn Gegenmantel
6a96dbad6d Add missing where parameters 2022-05-11 12:12:30 -06:00
Bassel Kanso
9c60810f0e improve typing for coreControllers, coreServices and Routes 2022-05-11 20:36:49 +03:00
Convly
06abcda86a v4.1.10 2022-05-11 16:30:38 +02:00
Convly
2fcff2ec71 Add sanitizers getter to the Core strapi class 2022-05-11 15:56:51 +02:00
Convly
273baec74e Merge branch 'features/typescript' into typescript/strapi-global-typings 2022-05-11 15:55:53 +02:00
Convly
c250186b35 Merge remote-tracking branch 'origin' into features/typescript 2022-05-11 15:55:03 +02:00
Gustav Hansen
d5134cb3ee EditFolderDialog: Fix creating folders at the root level 2022-05-11 15:13:36 +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
7a9b7fec27 ML: Add tests for useBulkRemove and findRecursiveFolderByValue 2022-05-11 13:43:33 +02:00
Gustav Hansen
901c506d40 EditFolderDialog: Allow deleting folders 2022-05-11 12:52:31 +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
Gustav Hansen
d5529ceafe ML: Fix folder creation at the root level 2022-05-11 12:32:02 +02:00
Gustav Hansen
37448bc966 useBulkRemove: Use a single endpoint 2022-05-11 12:25:32 +02:00
Gustav Hansen
406b1bb85b FolderList: fix uid and id props 2022-05-11 11:59:14 +02:00
Convly
b14ee4d8d8 Revert ContentTypes -> AllTypes so it doesn't break existing types 2022-05-11 11:04:54 +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
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