1705 Commits

Author SHA1 Message Date
Gustav Hansen
0193911e3c ML: Simplify useAssets() and useFolders() hooks 2022-04-12 14:11:38 +02:00
Gustav Hansen
e49a99692f ML: Resolve ignored eslint rules 2022-04-12 14:11:38 +02:00
Gustav Hansen
8fe9488b75 ML: Add useFolders() hook and tests 2022-04-12 14:11:38 +02:00
Gustav Hansen
fc5e52792b ML: Add tests for useAssets() 2022-04-12 14:11:38 +02:00
Gustav Hansen
9e3b3ece87 ML: Use formatjs inline plural API, display folder count 2022-04-12 14:11:35 +02:00
Jorge Rambla
473a265a16
REMOVE count route from upload plugin 2022-04-12 11:12:11 +02:00
Jorge Rambla
9ea086aea5
REMOVE count method from upload controller 2022-04-12 11:11:05 +02:00
Gustav Hansen
5170bc449d wip 2022-04-11 16:33:16 +02:00
Gustav Hansen
39d018d4a2 useModalQueryParams: Add tests 2022-04-11 16:32:29 +02:00
Pierre Noël
c463690649 display error when loading upload provider 2022-04-08 18:41:59 +02:00
Gustav Hansen
084fbe00a5
Merge pull request #12962 from pr0gr8mm3r/master
Add missing german translations
2022-04-07 15:00:37 +02:00
Gustav Hansen
c4c511bc2b ML: Mock deleteRequest for RemoveAssetDialog 2022-04-05 17:05:05 +02:00
Gustav Hansen
9fb31bad98 ML: Use deleteRequest for useBulkRemoveAsset hook 2022-04-05 17:05:05 +02:00
Gustav Hansen
cde2ec56d8 ML: Add tests for useRemoveAsset hook 2022-04-05 17:05:05 +02:00
Gustav Hansen
c251f8a24d ML: Namespace useRemoveAsset hook 2022-04-05 17:05:04 +02:00
Gustav Hansen
a97b3e2171 ML: Replace removeAssetQuery with deleteRequest 2022-04-05 17:05:04 +02:00
Gustav Hansen
a913ff0572 ML: Add useRemoveFolder hook 2022-04-05 17:05:03 +02:00
Convly
f7a20effb1 Fix public directories 2022-04-04 17:12:47 +02:00
soupette
ea4b16b036 Fix tests
Signed-off-by: soupette <cyril@strapi.io>
2022-04-04 12:02:52 +02:00
Convly
84d106e7f8 Use new dirs (app/dist) 2022-04-04 11:46:22 +02:00
soupette
867cf185d7 Remove tsconfig.json in plugins
Signed-off-by: soupette <cyril@strapi.io>
2022-04-04 11:26:34 +02:00
soupette
58f2e7536d Add webpack config for TS and created tsconfig.json files for all plugins to enable TS in the admin
Signed-off-by: soupette <cyril@strapi.io>
2022-04-04 11:26:33 +02:00
p_0g_8mm3_
930c07375c
Fix wording on upload more button
Co-authored-by: Gustav Hansen <gu@stav.dev>
2022-04-03 23:07:03 +02:00
Gustav Hansen
3933455e6c FolderCard: remove legacy useId prefix param 2022-04-01 17:11:55 +02:00
Gustav Hansen
83cf5bee65 FolderCard: Restructure component files 2022-04-01 17:11:55 +02:00
Gustav Hansen
23ca6c41ba FolderCard: Update tests 2022-04-01 17:11:54 +02:00
Gustav Hansen
906f157115 ML: Add FolderCard component 2022-04-01 17:11:54 +02:00
Gustav Hansen
1846fd8203 ML: Simplify useAssets() and useFolders() hooks 2022-04-01 17:11:53 +02:00
Gustav Hansen
d39325f6d6 ML: Resolve ignored eslint rules 2022-04-01 17:11:53 +02:00
Gustav Hansen
eb98979ffd ML: Add useFolders() hook and tests 2022-04-01 17:11:53 +02:00
Gustav Hansen
fd4db907a1 ML: Add tests for useAssets() 2022-04-01 17:11:52 +02:00
Gustav Hansen
dfef339a79 ML: Use formatjs inline plural API, display folder count 2022-04-01 17:11:52 +02:00
Alexandre Bodin
b1df5a6067 Merge branch 'releases/4.1.7' 2022-04-01 09:55:43 +02:00
Gustav Hansen
260a68d8e6
Merge pull request #13018 from strapi/fix/upload-action-options
Fix actionOptions not taking into account by the upload provider
2022-03-31 18:02:22 +02:00
Alexandre Bodin
1699aac151 v4.1.7 2022-03-31 17:53:39 +02:00
Gustav Hansen
7d045baf36 Merge bulkRemove hooks into useBulkRemove() 2022-03-31 16:41:10 +02:00
Gustav Hansen
678f5db8a6 wip 2022-03-31 16:09:03 +02:00
Pierre Noël
f245e9dbe2 fix upload bootstrap unit test 2022-03-31 16:00:05 +02:00
Gustav Hansen
2c8050a2ba ML: Make selection work with assets and folders 2022-03-31 15:57:22 +02:00
Gustav Hansen
bdf47a4314 FolderList: Render FolderCard components 2022-03-31 13:26:05 +02:00
Pierre Noël
21d22ab3a3 forbid folder name starting or ending with a whitespace 2022-03-31 13:03:54 +02:00
Pierre Noël
8fbef82a8a fix tests 2022-03-31 13:03:53 +02:00
Pierre Noël
9bcf5a268c restructure upload controllers + add create and get folders 2022-03-31 13:03:53 +02:00
Gustav Hansen
283934a429 ML: Include folders in canRead permissions 2022-03-31 12:57:48 +02:00
Gustav Hansen
87b5035606 ML: Split main layout into folders and assets 2022-03-31 12:57:47 +02:00
Pierre Noël
dd36d43b52 change wording didnt to doesnt 2022-03-31 11:01:40 +02:00
Pierre Noël
7ef77c8481 refactor upload bootstrap 2022-03-31 11:01:39 +02:00
Pierre Noël
8e9c7285dd implement uploadStream wrapping for actionOptions 2022-03-31 11:01:39 +02:00
Alexandre Bodin
f25774168c v4.1.6 2022-03-30 15:34:12 +02:00
cyril lopez
7524309d9f
Merge pull request #12846 from strapi/feat/folder-card-component
ML: Add FolderCard component
2022-03-29 15:13:10 +02:00