163 Commits

Author SHA1 Message Date
Alexandre Bodin
c11abe8823 v4.13.7 2023-09-20 16:48:49 +02:00
Alexandre Bodin
d44586fa07 v4.13.6 2023-09-13 17:35:18 +02:00
Alexandre Bodin
955393fc3e v4.13.5 2023-09-12 16:40:40 +02:00
Alexandre Bodin
0bd5f29edd v4.13.4 2023-09-11 19:08:12 +02:00
Convly
377efaba51 v4.13.3 2023-09-06 15:02:03 +02:00
Marc Roig
e56967184d
v4.13.2 (#17927) 2023-09-04 18:44:41 +02:00
Alexandre Bodin
a9afeb90c5 v4.13.1 2023-08-30 18:14:57 +02:00
Alexandre Bodin
fefc4a24ac v4.12.7 2023-08-25 23:19:00 +02:00
Marc-Roig
c1935e7004
v4.12.5 2023-08-16 15:37:43 +02:00
Convly
f2fded55cf v4.12.4 2023-08-11 12:04:32 +02:00
dependabot[bot]
e1fa37abd9
chore(deps): bump cloudinary from 1.39.0 to 1.40.0
Bumps [cloudinary](https://github.com/cloudinary/cloudinary_npm) from 1.39.0 to 1.40.0.
- [Release notes](https://github.com/cloudinary/cloudinary_npm/releases)
- [Changelog](https://github.com/cloudinary/cloudinary_npm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cloudinary/cloudinary_npm/compare/1.39.0...1.40.0)

---
updated-dependencies:
- dependency-name: cloudinary
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-06 22:26:43 +00:00
Convly
be8985fa20 v4.12.1 2023-08-02 17:13:32 +02:00
dependabot[bot]
fbeeb3f30f
chore(deps): bump cloudinary from 1.38.0 to 1.39.0
Bumps [cloudinary](https://github.com/cloudinary/cloudinary_npm) from 1.38.0 to 1.39.0.
- [Release notes](https://github.com/cloudinary/cloudinary_npm/releases)
- [Changelog](https://github.com/cloudinary/cloudinary_npm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cloudinary/cloudinary_npm/compare/1.38.0...1.39.0)

---
updated-dependencies:
- dependency-name: cloudinary
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-30 22:59:45 +00:00
Alexandre BODIN
6c81e74ebc
Merge pull request #17479 from strapi/chore/ts-color-picker-be 2023-07-28 15:20:19 +02:00
Alexandre Bodin
eb5a97801d Migrate color picker backend to ts and setup initial frontend configs 2023-07-27 20:38:48 +02:00
Marc-Roig
44b62b3870
Merge branch 'main' into releases/4.12.0 2023-07-27 16:59:14 +02:00
Marc-Roig
7f8109a1a7
v4.12.0 2023-07-27 16:38:18 +02:00
Josh
f062ba1483 Revert "Migrate color-picker plugin to ts" 2023-07-27 13:28:06 +01:00
Ben Irvin
a10084ea9f
Merge pull request #16557 from strapi/chore/replace-node-14-with-20 2023-07-24 18:44:20 +02:00
Ben Irvin
ea684e159a
Merge branch 'main' into chore/replace-node-14-with-20 2023-07-24 16:33:10 +02:00
Alexandre Bodin
5b1ecac1fa Migrate color-picker plugin to ts 2023-07-24 12:02:14 +02:00
dependabot[bot]
55befa69fa
chore(deps): bump cloudinary from 1.37.0 to 1.38.0
Bumps [cloudinary](https://github.com/cloudinary/cloudinary_npm) from 1.37.0 to 1.38.0.
- [Release notes](https://github.com/cloudinary/cloudinary_npm/releases)
- [Changelog](https://github.com/cloudinary/cloudinary_npm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cloudinary/cloudinary_npm/compare/1.37.0...1.38.0)

---
updated-dependencies:
- dependency-name: cloudinary
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-23 22:20:43 +00:00
Convly
b4a4e42919 Merge branch 'main' of github.com:strapi/strapi into releases/4.11.6 2023-07-19 16:47:47 +02:00
Convly
1edefac8a3 v4.11.7 2023-07-19 16:39:46 +02:00
Marc Roig
961ad56e43
Merge pull request #17159 from goodhoko/chunk-conditionally 2023-07-18 21:48:34 +02:00
Ben Irvin
7a64e2a7fd
Merge branch 'main' into chore/replace-node-14-with-20 2023-07-17 09:15:55 +02:00
Marc-Roig
7bdef3d278
v4.11.5 2023-07-12 14:47:27 +02:00
Convly
8d325a6953 v4.11.4 2023-07-05 16:46:16 +02:00
Jen Tak
5c87d997cf
Update packages/providers/upload-cloudinary/src/index.ts
Co-authored-by: Marc Roig <marc12info@gmail.com>
2023-07-03 11:07:01 +02:00
Alexandre BODIN
028f543e81
Merge branch 'main' into chore/replace-node-14-with-20 2023-07-01 06:56:07 +02:00
Jen Tak
114fbeb954
Chunk Cloudinary uploads only for large files
This alleviates a performance regression introduced by #16621.

It turned out uploading in chunks is quite a bit slower. In my testing a 42MB file uploaded in 5 seconds using regular upload and 31 seconds using chunks.

Use regular upload when possible and only chunk files when required by Cloudinary's 100 MB limit.

Ironically, files larger than 100 MB will still upload painfully slow. There's nothing to be really done here. There's even this thread on Cloudinary's support forum where they claim that a 1 MB/s upload speeds are "completely normal".
https://support.cloudinary.com/hc/en-us/community/posts/5524874765970/comments/5551989993106
2023-06-28 23:32:00 +02:00
Marc-Roig
f9a4af2894
Merge branch 'main' into releases/4.11.3 2023-06-28 17:27:34 +02:00
Marc-Roig
aac28413ad
v4.11.3 2023-06-28 16:52:34 +02:00
Ben Irvin
7f5b10ee76
Merge branch 'main' into chore/replace-node-14-with-20 2023-06-27 13:45:23 +02:00
Alexandre Bodin
8e1e7317a7 Improve types 2023-06-26 17:29:11 +02:00
Convly
6f7c815c2b v4.11.2 2023-06-21 15:57:32 +02:00
Marc-Roig
6cdb5a7737
v4.11.1 2023-06-12 17:10:44 +02:00
Alexandre Bodin
0de06a008d v4.11.0 2023-06-07 17:16:22 +02:00
Convly
da080df32b v4.10.7 2023-05-31 17:46:38 +02:00
Ben Irvin
cb2531ef6b
Merge branch 'main' into chore/replace-node-14-with-20 2023-05-25 10:16:29 +02:00
Convly
7dbae9d05d v4.10.6 2023-05-24 16:54:28 +02:00
dependabot[bot]
6ca06c8c5b
chore(deps): bump cloudinary from 1.33.0 to 1.37.0
Bumps [cloudinary](https://github.com/cloudinary/cloudinary_npm) from 1.33.0 to 1.37.0.
- [Release notes](https://github.com/cloudinary/cloudinary_npm/releases)
- [Changelog](https://github.com/cloudinary/cloudinary_npm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cloudinary/cloudinary_npm/compare/1.33.0...1.37.0)

---
updated-dependencies:
- dependency-name: cloudinary
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-21 23:05:30 +00:00
DMehaffy
1ff71db3f6
Merge pull request #16746 from strapi/fix/marketCSP
Remove all references to airtable assets and switch to market-assets
2023-05-17 05:44:39 -07:00
Marc
73852290ee
Merge pull request #16621 from goodhoko/patch-1 2023-05-17 11:46:04 +02:00
derrickmehaffy
b66bd63a65 remove all references to airtable assets and switch to market-assets 2023-05-16 14:17:58 -07:00
Convly
d9277d616b v4.10.5 2023-05-11 18:28:54 +02:00
Convly
3f55bac2e7 v4.10.4 2023-05-10 14:46:30 +02:00
Ben Irvin
c9f6a66dfb set minimum node to 16 2023-05-09 18:40:30 +02:00
Ben Irvin
87c8aea2c2 resolve merge conflicts with main 2023-05-09 18:31:42 +02:00
Jen Tak
d9640031df
Use upload_chunked_stream instead if upload_stream
Cloudinary limits the filesize to 100 MB when uploading in a single request:
https://cloudinary.com/documentation/upload_images#chunked_asset_upload

Larger files must be uploaded in chunks.

Use the upload_chunked_stream to upload all files in chunks. This works for small files just as well.

Closes #16601
2023-05-04 19:19:28 +02:00