21631 Commits

Author SHA1 Message Date
DMehaffy
d3b957e5c6
Merge pull request #13302 from strapi/update/security
Update security doc to reference extended v3 support
2022-05-23 15:41:31 -07:00
ronronscelestes
a93e5e9119 fixed getRequestUrl and added tests 2022-05-23 17:55:29 +02:00
Vincent
2ef3556d07
Merge pull request #13249 from davefv/master
Upload Plugin UI Catalan translation
2022-05-23 17:14:37 +02:00
ronronscelestes
0d05858ea1
Merge pull request #13367 from strapi/ML-folder/confirmation-delete-dialog
[ML-folder] Delete confirmation dialog
2022-05-23 15:22:29 +02:00
Pierre Noël
71f43f0f7a use a transaction for bulk move 2022-05-23 14:31:05 +02:00
Pierre Noël
cd69fca6f9 add transaction for folder update 2022-05-23 14:31:04 +02:00
Pierre Noël
27bd19bb0d remove pagination on GET /folders 2022-05-23 14:31:04 +02:00
Gustav Hansen
efe9ed7a07 SelectMany: Remove legacy styles prop-type 2022-05-23 13:56:54 +02:00
Gustav Hansen
076ff3f2df AssetDialog: Update prop-types 2022-05-23 13:52:40 +02:00
Gustav Hansen
e98f5f4bde AssetDialog: Update tests 2022-05-23 13:41:52 +02:00
Gustav Hansen
d912f78aa8 ML: Update tests 2022-05-23 13:14:10 +02:00
Gustav Hansen
394c17b886 chore: Update usage of useAssets and useFolders 2022-05-23 12:48:50 +02:00
Gustav Hansen
a84af64afc Merge branch 'features/ML-folder' into features/ML-folder-useModalQueryParams 2022-05-23 12:33:49 +02:00
Gustav Hansen
f2932c9725 useFolders: Update tests 2022-05-23 12:30:08 +02:00
Gustav Hansen
67cf123703 EditFolderDialog: Update tests 2022-05-23 12:29:55 +02:00
Alexandre BODIN
e0c6b33355
Merge pull request #13354 from sargreal/fix/ctb-extendfields-used-only-once
Fix CTB not adding all field extensions
2022-05-23 11:37:26 +02:00
ronronscelestes
85a941bfef added test for confirmation dialog delete 2022-05-23 11:27:48 +02:00
ronronscelestes
c105fd82fa
Merge pull request #13351 from strapi/ML-folder/folder-metadatas
[ML folder] Header navigation and folder label
2022-05-23 11:25:11 +02:00
Gustav Hansen
9f6baa3bf0
Merge pull request #13352 from heartlessnan/strapi/tests/incorrect-password-check
Added test case to check password validity
2022-05-23 10:32:59 +02:00
Gustav Hansen
4a9806d753 chore: Update test names 2022-05-23 09:41:36 +02:00
Gustav Hansen
5e02bd6fe6 ML: Add truncation test for header, simplify code 2022-05-23 09:29:10 +02:00
Gustav Hansen
989f22b089 findRecursiveFolderMetadatas: Simplify tests, add nullish test 2022-05-23 09:29:00 +02:00
Gustav Hansen
958b75a3d6 ML: Seperate Header test from media library 2022-05-23 09:11:27 +02:00
Gustav Hansen
6f2edf1a29 ML: Stop passing around canUpdate 2022-05-23 08:38:55 +02:00
Gustav Hansen
f54e6ee833
Merge pull request #13359 from strapi/ML-folder/folder-pagination
Ml folder/folder pagination
2022-05-20 21:07:56 +02:00
Alexandre BODIN
6f82429600
Merge pull request #12694 from cupofnestor/no-prompt-when-has-db-options
Don't prompt to choose installation type when user has provided database options
2022-05-20 19:22:13 +02:00
Alexandre BODIN
6c76e7d974
Merge pull request #12203 from Fyndl-io/fix-before-after-shared-state
Implement state sharing between DB before and after lifecycles events
2022-05-20 18:26:56 +02:00
Alexandre BODIN
0528aa29db
Merge pull request #13298 from pointout/patch-3
dots in bucket names
2022-05-20 17:35:37 +02:00
Gustav Hansen
016425aad5 useAssets: Fix/ update tests 2022-05-20 16:28:04 +02:00
Gustav Hansen
6668f2cbdd ML: Remove useFolderStructure() mock 2022-05-20 16:19:24 +02:00
Gustav Hansen
e1abb1c2ca FolderList: Fix/ improve tests 2022-05-20 16:16:05 +02:00
ronronscelestes
978aad742b moved Header to its own component 2022-05-20 15:32:21 +02:00
Gustav Hansen
4cbd944356 MediaLibraryDialog: Pass the current folder id around 2022-05-20 15:19:41 +02:00
Gustav Hansen
7426514199 MediaLibrary: Fix target location for uploading assets 2022-05-20 15:15:26 +02:00
Gustav Hansen
a3a254321a ML: Pass parentFolderId around when creating folders/ uploading assets 2022-05-20 15:04:07 +02:00
Robin Goupil
eb6a244bc8
Apply suggestions from code review
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2022-05-20 13:31:48 +02:00
Pierre Noël
f55ce496f2 fix upload contentt-api tests 2022-05-20 11:59:47 +02:00
Alexandre BODIN
94d986ee4c
Merge pull request #12773 from e23thr/master
fix emailConfirmation graphql mutation
2022-05-20 11:54:51 +02:00
ronronscelestes
78f567b082 fixed notification wording + confirmation delete dialog 2022-05-20 11:11:09 +02:00
Pierre Noël
b7e82614f6 remove pagination on GET /folders 2022-05-20 10:25:58 +02:00
Alexandre BODIN
2906cd4fb1
Merge pull request #12312 from WalkingPizza/feature/plugin-name-kebab
Check that plugin name is kebab-cased upon generation
2022-05-20 09:02:23 +02:00
Alexandre BODIN
75be9323ea
Merge pull request #12277 from jamidwyer/fix/api-loader-git-config
fix: skip git config file that looks like dir
2022-05-20 09:02:03 +02:00
DMehaffy
25115c0b46
Merge pull request #12959 from strapi/fix/provider-docs
Docs: Update upload provider readme files
2022-05-19 14:49:46 -07:00
Alexandre Bodin
b08b16d57a Merge branch 'master' into feature/plugin-name-kebab 2022-05-19 23:18:05 +02:00
Alexandre BODIN
23083223e4
Merge pull request #12196 from kayac-chang/fix/handle-update-error-if-user-not-found
fix: handle user not found error
2022-05-19 22:59:31 +02:00
Alexandre BODIN
0c62320a33
Merge pull request #12264 from sunnysonx/fix/validate-generation-name-inside-plugin
Validate plugin/middleware/policy name inside generators
2022-05-19 22:54:50 +02:00
Alexandre BODIN
f8394e9db3
Merge pull request #12170 from DanieleAurilio/fix/12081
#12081 Fix empty string is accepted by API
2022-05-19 22:52:48 +02:00
Alexandre Bodin
c33bf9b50e Ignore dotfiles at the api folder level 2022-05-19 22:51:26 +02:00
Alexandre Bodin
641d220f03 Add corresponding test 2022-05-19 22:08:58 +02:00
Alexandre Bodin
810fc0a857 Merge branch 'master' into fix/handle-update-error-if-user-not-found 2022-05-19 22:03:36 +02:00