1289 Commits

Author SHA1 Message Date
Alexandre Bodin
fe296baf71 v4.2.3 2022-07-13 14:20:58 +02:00
Pierre Noël
53d2a3d17d revert jest update + use and refactor strapi.cron 2022-07-13 13:35:32 +02:00
Pierre Noël
bbceef7fbe add unit test + update jest 2022-07-13 13:32:52 +02:00
Pierre Noël
9a7cc93c65 fix unit test + rename destroy 2022-07-13 13:29:13 +02:00
Pierre Noël
d7cee0caa2 change event name + fix cron config 2022-07-13 13:29:13 +02:00
Pierre Noël
acb6ceae15 add backend telemetry events in ML 2022-07-13 13:29:12 +02:00
Pierre Noël
c7e522ef1f Merge branch 'master' into features/ML-folder 2022-07-13 13:28:28 +02:00
Convly
a5fbcc9e48 Merge branch 'master' into features/typescript 2022-07-07 15:20:34 +02:00
dependabot[bot]
afe360f9bb
Bump sharp from 0.30.6 to 0.30.7
Bumps [sharp](https://github.com/lovell/sharp) from 0.30.6 to 0.30.7.
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](https://github.com/lovell/sharp/compare/v0.30.6...v0.30.7)

---
updated-dependencies:
- dependency-name: sharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-07 09:07:09 +00:00
Julie Plantey
034e03fe0d
Merge pull request #13681 from strapi/ML-folder/track-events-front
[ML Folder] Track events front
2022-07-06 18:05:29 +02:00
ronronscelestes
6ff62ac705 feedback assetsCountByType 2022-07-06 16:03:55 +02:00
Gustav Hansen
aebb80e4b0
Merge pull request #13700 from strapi/fix/dnd-ml-from-computer
FromComputerForm: Fix drag & drop events
2022-07-06 12:13:04 +02:00
Gustav Hansen
493604d47d FromComputerForm: Fix drag & drop events 2022-07-06 09:19:59 +02:00
Gustav Hansen
6e91003d5a MediaLibraryInput: Fix drag & drop events 2022-07-05 17:57:36 +02:00
Julie Plantey
dd38b618e7
Merge pull request #13687 from strapi/ML-folder/fix-select-tree-disabled
[ML Folder] Select Tree disabled state
2022-07-05 17:19:25 +02:00
ronronscelestes
19cdf1e298 feedback fixes 2022-07-05 15:43:41 +02:00
ronronscelestes
fe607a162a Merge branch 'features/ML-folder' of https://github.com/strapi/strapi into ML-folder/track-events-front 2022-07-05 15:14:57 +02:00
Gustav Hansen
b5d1153a6d chore: Update snaphots 2022-07-05 14:53:33 +02:00
dependabot[bot]
66978da96b Bump react-redux from 7.2.3 to 7.2.8
Bumps [react-redux](https://github.com/reduxjs/react-redux) from 7.2.3 to 7.2.8.
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](https://github.com/reduxjs/react-redux/compare/v7.2.3...v7.2.8)

---
updated-dependencies:
- dependency-name: react-redux
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-05 14:53:32 +02:00
Gustav Hansen
1c5f010bd6 chore: Update snapshot tests 2022-07-05 13:23:19 +02:00
Gustav Hansen
4fcb38d53d Merge branch 'master' into features/ML-folder 2022-07-05 12:53:51 +02:00
ronronscelestes
b1be5ab4ee fixed willAddMediaLibraryAssets, number values ignored by Anplitude 2022-07-05 12:31:44 +02:00
ronronscelestes
967558c47f fixed tests 2022-07-05 12:04:13 +02:00
dependabot[bot]
797336b973
Bump react-redux from 7.2.3 to 7.2.8
Bumps [react-redux](https://github.com/reduxjs/react-redux) from 7.2.3 to 7.2.8.
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](https://github.com/reduxjs/react-redux/compare/v7.2.3...v7.2.8)

---
updated-dependencies:
- dependency-name: react-redux
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-05 10:01:41 +00:00
ronronscelestes
9b6785a697 fixed select tree disabled state + style 2022-07-05 11:32:32 +02:00
dependabot[bot]
fa3e47e2b9
Bump react-copy-to-clipboard from 5.0.4 to 5.1.0
Bumps [react-copy-to-clipboard](https://github.com/nkbt/react-copy-to-clipboard) from 5.0.4 to 5.1.0.
- [Release notes](https://github.com/nkbt/react-copy-to-clipboard/releases)
- [Commits](https://github.com/nkbt/react-copy-to-clipboard/compare/v5.0.4...v5.1.0)

---
updated-dependencies:
- dependency-name: react-copy-to-clipboard
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-05 09:05:27 +00:00
ronronscelestes
8be071cfa5 improved + commented didEditMediaLibraryElements 2022-07-04 18:30:15 +02:00
ronronscelestes
d2800f485f willAddMediaLibraryAssets 2022-07-04 17:38:45 +02:00
ronronscelestes
fd084ce96e Merge branch 'features/ML-folder' of https://github.com/strapi/strapi into ML-folder/track-events-front 2022-07-04 16:49:23 +02:00
Convly
bdb5a3ee89 Merge branch 'releases/4.3.0' into features/typescript 2022-06-30 16:08:51 +02:00
Convly
f65f5a577f Update frontend snapshots 2022-06-30 15:25:25 +02:00
dependabot[bot]
2bda205b18
Bump cropperjs from 1.5.11 to 1.5.12
Bumps [cropperjs](https://github.com/fengyuanchen/cropperjs) from 1.5.11 to 1.5.12.
- [Release notes](https://github.com/fengyuanchen/cropperjs/releases)
- [Changelog](https://github.com/fengyuanchen/cropperjs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fengyuanchen/cropperjs/compare/v1.5.11...v1.5.12)

---
updated-dependencies:
- dependency-name: cropperjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-30 09:11:41 +00:00
Convly
376ff3133c v4.2.2 2022-06-29 15:28:03 +02:00
Julie Plantey
d142f0db61
Merge pull request #13574 from imklau/update-pl-translation
feat(translations): update and add missing PL translations
2022-06-24 15:22:35 +02:00
ronronscelestes
de3486a3b7 feedback - renamed parentFolder to currentFolder 2022-06-23 16:36:36 +02:00
ronronscelestes
f02baf9f17 didEditMediaLibraryElements 2022-06-23 13:10:21 +02:00
ronronscelestes
45086ec764 didSelectAllMediaLibraryElements, didFilterMediaLibraryElements, didSortMediaLibraryElements, didSearchMediaLibraryElements, didAddMediaLibraryFolders 2022-06-23 10:54:13 +02:00
ronronscelestes
c62640d3eb Merge branch 'features/ML-folder' of https://github.com/strapi/strapi into ML-folder/bulk-move-select 2022-06-23 09:03:32 +02:00
Gustav Hansen
1ae17aacdf
Merge pull request #13610 from strapi/ML-folder/remove-form-notifications
[ML Folder] Remove error notifications + trad fixes
2022-06-22 18:21:09 +02:00
ronronscelestes
6b652a8102 updated propTypes 2022-06-22 17:15:48 +02:00
ronronscelestes
5321120f1a Merge branch 'ML-folder/remove-form-notifications' of https://github.com/strapi/strapi into ML-folder/bulk-move-select 2022-06-22 17:02:08 +02:00
ronronscelestes
07c6dc4ca0 feedback fix FolderDefinition 2022-06-22 17:00:30 +02:00
Gustav Hansen
f4511787cc chore: Update snapshot tests 2022-06-22 16:54:16 +02:00
ronronscelestes
289630ebf9 Merge branch 'ML-folder/bulk-move-select' of https://github.com/strapi/strapi into ML-folder/bulk-move-select 2022-06-22 16:31:29 +02:00
ronronscelestes
1f5ce11abb moved test to BulkMoveButton 2022-06-22 16:29:03 +02:00
ronronscelestes
487138fd3b improved BulkMoveDialog tests 2022-06-22 15:56:41 +02:00
ronronscelestes
bbd8cdbb1d fixed bulk move select tree 2022-06-22 12:55:37 +02:00
ronronscelestes
8b54f5c74f added FolderParentDefinition constant 2022-06-22 11:05:48 +02:00
ronronscelestes
e8b59315ae updated tests 2022-06-21 18:00:31 +02:00
Gustav Hansen
738f3c361f
Merge pull request #13601 from strapi/ML-folder/search-all-level
[ML folder] Search nested elements
2022-06-21 12:36:21 +02:00