5123 Commits

Author SHA1 Message Date
Anjali MahawR
2445af98df added hi.json 2022-06-04 05:49:19 -07:00
Convly
d9e053dc5a Handle repeatable components 2022-06-03 20:33:27 +02:00
Convly
1cd6ff1903 Merge branch 'typescript/types/schema' into typescript/schema-types-generation 2022-06-03 20:30:44 +02:00
Convly
1a9c9ffd6b Handle repeatable components and implement a better ay to get array values into an union type 2022-06-03 20:29:46 +02:00
Convly
41960f834c Handle PluginOptionsAttribute and factorize comp/ct definition generation 2022-06-03 20:13:00 +02:00
ronronscelestes
f723fa36c2 fixed GenericInput tests 2022-06-03 17:55:25 +02:00
ronronscelestes
57c80e7f47 Merge branch 'master' of https://github.com/strapi/strapi into fix/cm-unique-fields 2022-06-03 17:39:49 +02:00
ronronscelestes
27fe271dd3 improved tests coverage for MediaLibrary and BrowseStep 2022-06-03 17:33:57 +02:00
Gustav Hansen
49d7452219
Merge pull request #13424 from strapi/features/ML-folder-bulk-move-ui
ML: Implement bulk-move UI
2022-06-03 17:21:55 +02:00
Mark Kaylor
bee2fe810a add count to tabs 2022-06-03 17:11:43 +02:00
Mark Kaylor
64357a427b rename components 2022-06-03 17:04:23 +02:00
Mark Kaylor
e7a4f7f7fa remove filter on providers response 2022-06-03 16:57:47 +02:00
Mark Kaylor
265ee979e4 rename pluginCard => packageCard 2022-06-03 16:54:59 +02:00
Mark Kaylor
48aa89272e add tabs for providers 2022-06-03 16:52:57 +02:00
Julie Plantey
164ca83ac6
Merge pull request #13418 from ductnn/patch-1
Update vi.json
2022-06-03 16:45:29 +02:00
Convly
4308a2f269 Added silence option and handle skipped schemas 2022-06-03 16:45:20 +02:00
Julie Plantey
116a311b44
Merge pull request #13437 from 100krot/pl-translation
Pl translation
2022-06-03 16:44:59 +02:00
Convly
da56cc6a7b Add a warning for unhandled attributes types 2022-06-03 16:23:51 +02:00
Convly
f99f312b1f Add options, pluginOptions and info as dynamic types for schemas 2022-06-03 16:20:38 +02:00
Convly
a8f9a05873 Minor fixes (type name generation, log message, handle date attributes 2022-06-03 14:52:28 +02:00
Convly
5fb3360cf4 Merge branch 'typescript/types/schema' into typescript/schema-types-generation 2022-06-03 14:49:15 +02:00
Convly
1855ea73bf Add email type to the AttributeType definition 2022-06-03 14:49:01 +02:00
Convly
e1a02f9bc6 Merge branch 'typescript/types/schema' into typescript/schema-types-generation 2022-06-03 14:47:10 +02:00
Convly
4329381635 Add missing Strapi scalar types to attributes definitions 2022-06-03 14:47:00 +02:00
Convly
887a703b74 Merge branch 'typescript/types/schema' into typescript/schema-types-generation 2022-06-03 14:31:27 +02:00
Convly
c2aba34289 Merge branch 'features/typescript' into typescript/types/schema 2022-06-03 14:31:11 +02:00
Convly
a4c9488dce Update snapshots 2022-06-03 14:29:57 +02:00
Convly
c01d96252b Merge branch 'master' of github.com:strapi/strapi into features/typescript 2022-06-03 14:26:56 +02:00
Convly
5f54aaafa3 Add email 2022-06-03 14:25:52 +02:00
Convly
00798bf89f Fix whitespaces 2022-06-03 13:56:24 +02:00
Convly
9ba2456127 Fix issues on relation and uid types 2022-06-03 13:56:16 +02:00
Convly
f44171bac4 Expose global Strapi namespace to @strapi/strapi 2022-06-03 13:55:56 +02:00
Convly
3995c8cd27 Add dedicated command to generate schemas types 2022-06-03 13:54:35 +02:00
Gustav Hansen
ec42375ee4 BulkMoveDialog: Simplify form submission 2022-06-03 09:33:04 +02:00
Gustav Hansen
b47e510918 BulkMoveButton: Remove legacy effect 2022-06-03 09:29:46 +02:00
Gustav Hansen
6fe8603e04 BulkMoveButton: Remove stray eslint ignore rule 2022-06-03 09:28:21 +02:00
DMehaffy
2ea34d2790
Fix CVE-2022-29256
CVE Details: https://github.com/advisories/GHSA-gp95-ppv5-3jc5

Low sev as it requires your build env to be vuln but it's a quick fix.
2022-06-02 11:29:21 -07:00
ronronscelestes
b3e3f4c999 variables for assetCount and folderCount in BrowseStep 2022-06-02 19:44:26 +02:00
ronronscelestes
76dcdb3239 added divider between FolderList/AssetList, fixed list UI for BrowseStep 2022-06-02 19:38:26 +02:00
Gustav Hansen
f97f7d7e8d
Merge pull request #13426 from strapi/ML-folder/folder-search
[ML Folder] ML search folders
2022-06-02 16:54:50 +02:00
Gustav Hansen
5bd5245e4e BulkMoveButton: Improve test description 2022-06-02 15:50:04 +02:00
ronronscelestes
f1ac87cb4a fix and improved MediaLibrary tests 2022-06-02 14:43:51 +02:00
Gustav Hansen
efae412816 BulkMoveButton: Improve tests 2022-06-02 14:36:45 +02:00
Gustav Hansen
822d8fbd78
Merge branch 'features/ML-folder' into features/ML-folder-bulk-move-ui 2022-06-02 14:20:05 +02:00
Gustav Hansen
e49ff9f4ef
Merge pull request #13431 from strapi/ML-folder/edit-asset-folder-structure
[Ml folder] Fix edit asset
2022-06-02 13:20:08 +02:00
ronronscelestes
75e2d7b3c7 Merge branch 'features/ML-folder' of https://github.com/strapi/strapi into ML-folder/folder-search 2022-06-02 12:50:37 +02:00
ronronscelestes
81bf27b0b4 fix feedback loading translation 2022-06-02 12:42:13 +02:00
ronronscelestes
ce926543bf fixed test does not display folders if the current page !== 1 2022-06-02 12:33:49 +02:00
Gustav Hansen
9af873aa9d
Merge pull request #13379 from strapi/ML-folder/folder-card-refactor
[ML Folder] FolderCard refactor
2022-06-02 11:07:19 +02:00
ronronscelestes
3bb1230321 Merge branch 'features/ML-folder' of https://github.com/strapi/strapi into ML-folder/folder-search 2022-06-02 08:59:25 +02:00