1705 Commits

Author SHA1 Message Date
Convly
a9e55435c4 v4.6.0 2023-01-25 21:17:20 +01:00
Simone Taeggi
d801ed12fe replace axiosInstance in the useConfig hook to replace the api call with the useFetchClient get and put methods and update test 2023-01-25 17:19:19 +01:00
Simone Taeggi
8f0366eac8 replace axiosInstance in the useBulkRemove hook to replace the api call with the useFetchClient get method and update test 2023-01-25 16:26:04 +01:00
Simone Taeggi
40dcc501d4 replace axiosInstance in the useBulkMove hook to replace the api call with the useFetchClient get method and update test 2023-01-25 15:50:29 +01:00
Simone Taeggi
803ff586ab replace axiosInstance in the useAssets hook to replace the api call with the useFetchClient get method 2023-01-25 15:28:28 +01:00
markkaylor
85916f4bbf
Merge branch 'main' into feature/audit-logs 2023-01-25 15:17:33 +01:00
Gustav Hansen
d359e8315e Fix failing tests for BulkMoveDialog 2023-01-25 15:09:21 +01:00
Pierre Noël
c909df5d45
Merge pull request #15535 from strapi/fix/sequential-requests-deadlock
Prevent deadlocks on components and locale updates
2023-01-25 14:28:00 +01:00
Gustav Hansen
8e9f2b74ed Enhancement: Add API error handling utilities 2023-01-25 13:32:40 +01:00
Bassel Kanso
8810b049f5
Merge pull request #14389 from strapi/chore/transactions
Use transactions and expose a transactional API
2023-01-25 10:45:32 +02:00
Bassel Kanso
1e867f152d
Merge branch 'main' into chore/transactions 2023-01-24 19:08:13 +02:00
Mark Kaylor
963f651b81 Merge branch 'main' of github.com:strapi/strapi into feature/audit-logs 2023-01-24 17:25:50 +01:00
Julie Plantey
8b135b0725 update video preview size to be the same size as Avatar 2023-01-24 16:55:21 +01:00
Josh
6b43c01732 fix: update to 1.6.1 to fix styling issue with buttons 2023-01-24 14:12:56 +00:00
Josh
e8bc90744d chore: update DS to 1.6.0 2023-01-24 11:34:12 +00:00
Pierre Noël
c02061d142 use sequential update for locales and components 2023-01-23 17:32:04 +01:00
nathan-pichon
69ff2710fc
test(upload): remove file created for the test 2023-01-23 16:54:57 +01:00
nathan-pichon
fef44b507b
test(upload): fix find one file test 2023-01-20 10:05:19 +01:00
Bassel Kanso
70b11bb1e7
Merge branch 'main' into chore/transactions 2023-01-20 10:45:03 +02:00
Josh
c0ec0b5705 chore: remove only 2023-01-19 13:18:00 +00:00
Nathan Pichon
14ba46950b
Merge branch 'main' into fix/issue-9308-File_upload_related_fields_returning_null 2023-01-18 17:44:55 +01:00
nathan-pichon
2f1b44db8a
fix(upload): add populate query to findOne method 2023-01-18 17:23:14 +01:00
Rémi de Juvigny
d725279095 Add media folder events 2023-01-18 17:06:17 +01:00
Josh
fb0f59788a chore: install design-system 1.5.0 2023-01-18 12:07:24 +00:00
Bassel Kanso
c08e0afda6
Merge branch 'main' into chore/transactions 2023-01-18 11:04:32 +02:00
Julie Plantey
cbd7802302 Merge branch 'main' of https://github.com/strapi/strapi into enh/ML-listview-video-preview 2023-01-17 15:49:08 +01:00
Julie Plantey
a71300e5dc chore: update tests to component prop refactor 2023-01-17 15:37:47 +01:00
Julie Plantey
14a1565a02 refactor PreviewCell content prop 2023-01-17 15:10:25 +01:00
Josh
d4fee96b43 chore: update snapshots 2023-01-16 17:35:42 +00:00
Bassel Kanso
d5f15509b0
Merge branch 'main' into chore/transactions 2023-01-16 14:52:50 +02:00
Josh
f2069063a2
Merge pull request #15458 from strapi/fix/block-unallowed-types-in-media-input 2023-01-16 11:57:52 +00:00
Julie Plantey
e545520bf3 chore: remove unnecessary comment 2023-01-16 12:05:40 +01:00
Julie Plantey
65ac616473 refactor with Initials in CellContent 2023-01-16 11:59:09 +01:00
Julie Plantey
828815e745 Merge branch 'main' of https://github.com/strapi/strapi into enh/ML-listview-video-preview 2023-01-16 11:48:32 +01:00
Josh
7de920548e chore: use getTrad so react-intl works 2023-01-16 10:43:20 +00:00
Josh
7e5bb3b333 fix: filter dropped files before trying to upload 2023-01-16 09:47:15 +00:00
Josh
9fef47af32 chore: update snapshots 2023-01-16 08:53:35 +00:00
FabienGreard
da11558253 fix(VideoAssetCard): dissalow pointer-events on videoPreview 2023-01-14 15:25:59 +01:00
Bassel
faf4d728cd Merge branch 'main' into chore/transactions 2023-01-13 12:26:20 +02:00
Bassel
12dd68f4a7 Improve transaction API:
- make it possible to have nested transactions
- wrap the knex transaction api and apply changes everywhere it was used
2023-01-13 12:23:30 +02:00
Convly
d36609ff26 v4.5.6 2023-01-11 17:48:52 +01:00
Gustav Hansen
129d88cccc
Merge pull request #15278 from ivan-ha/fix/zh-translations
fix: broken translations in EditFolderDialog and various zh translations in Media Library
2023-01-02 12:29:31 +01:00
Julie Plantey
d28ec97917
Merge pull request #15261 from ivan-ha/fix/translations-of-CarouselAssetActions
fix: translations of CarouselAssetActions
2022-12-28 17:44:50 +01:00
Ivan Ha
8fee332a98 fixup! fix: various zh translations in Media Library 2022-12-28 22:34:09 +08:00
Convly
8f1988367c v4.5.5 2022-12-28 15:17:36 +01:00
Ivan Ha
9ed95854cc fixup! fix: translations of CarouselAssetActions 2022-12-28 22:09:22 +08:00
Ivan Ha
6648646c45 fix: various zh translations in Media Library 2022-12-28 18:06:39 +08:00
Ivan Ha
11711bff4f fix: broken non-EN translations in EditFolderDialog 2022-12-28 18:05:47 +08:00
Julie Plantey
5b23d97699 figcaption fallback to file name 2022-12-28 10:26:58 +01:00
Julie Plantey
4addb2adab PreviewCell video support + props refactor 2022-12-27 12:25:44 +01:00