254 Commits

Author SHA1 Message Date
dobrud
5e3741586b
address PR feedback
# Conflicts:
#	packages/providers/upload-aws-s3/lib/index.js
2022-10-27 16:27:13 +02:00
Nathan Pichon
bf890beab6
Merge pull request #14654 from strapi/fix/S3-DO-file-url-check-protocol
fix(aws-provider): add https protocol when missing in file url
2022-10-24 11:35:08 +02:00
Convly
65feb971b8 v4.4.5 2022-10-19 18:49:19 +02:00
Convly
02f7b3b65d v4.4.4 2022-10-19 15:19:00 +02:00
Jean-Sébastien Herbaux
4ab9ace310
Merge pull request #14127 from WalkingPizza/feature/s3-video-cors
Add details about amending S3 bucket CORS policies to properly show GIFs and videos in the admin panel
2022-10-19 14:53:29 +02:00
nathan-pichon
0c9a4b7f03 test(aws-provider): add unit tests 2022-10-19 09:43:05 +02:00
nathan-pichon
61d1039e67 fix(aws-provider): add https protocol when missing in file url
Adding hard coded https:// to url because Digital Ocean only gives the uri without protocol in response to the upload.

Fix #14288
2022-10-19 09:43:05 +02:00
Convly
3ddf1626e7 Revert "v4.4.3"
This reverts commit 3d42ce32952b2d5ad51b46604a4cf20d2709469a.
2022-10-05 16:22:44 +02:00
Convly
3d42ce3295 v4.4.3 2022-10-05 16:15:29 +02:00
Convly
f99314ead7 v4.4.3 2022-10-05 16:04:25 +02:00
Convly
f33e7c97ab v4.4.2 2022-10-05 15:32:01 +02:00
Convly
fa503ef438 v4.4.1 2022-09-29 23:50:44 +02:00
Convly
d9febfb963 v4.4.0 2022-09-28 14:25:44 +02:00
Marc-Roig
882125c0e3 Merge branch 'main' into feature/provider-size-limit 2022-09-23 14:44:30 +02:00
Marc-Roig
ac79c07b59 file name is too big 2022-09-23 14:44:20 +02:00
Alexandre Bodin
8ebf58d9ed v4.3.9 2022-09-21 14:17:36 +02:00
Marc
7f00e0fd1d
Merge branch 'main' into feature/provider-size-limit 2022-09-19 06:31:08 +02:00
Marc-Roig
ca73a1adc0 move verifySize logic inside check file size 2022-09-16 15:26:29 +02:00
Marc-Roig
437285e9c5 add size limit parameter in checkFileSize 2022-09-16 11:13:07 +02:00
dependabot[bot]
950d460ce7
Bump aws-sdk from 2.1208.0 to 2.1215.0
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1208.0 to 2.1215.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.1208.0...v2.1215.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-14 09:25:11 +00:00
Marc-Roig
2f0380fb16 local provider transform file size to kb 2022-09-13 17:42:50 +02:00
Marc-Roig
36e237f394 leave verify size function inside local provider 2022-09-13 16:14:34 +02:00
Marc-Roig
df28f7026e checkFileSize in provider upload 2022-09-13 10:21:30 +02:00
v-dimitroff
741ca421a9
Merge branch 'main' into s3-uploader-baseUrl 2022-09-12 21:49:15 +01:00
v-dimitroff
1c3106bc74
Update packages/providers/upload-aws-s3/lib/index.js
Co-authored-by: Sijawusz Pur Rahnama <sija@sija.pl>
2022-09-08 11:21:28 +03:00
v-dimitroff
659528c78c
Update packages/providers/upload-aws-s3/lib/index.js
Co-authored-by: Sijawusz Pur Rahnama <sija@sija.pl>
2022-09-08 11:21:21 +03:00
Alexandre Bodin
6654ad3528 Add node 18 2022-09-08 08:44:27 +02:00
Alexandre Bodin
c44f21d5ba v4.3.8 2022-09-07 16:47:41 +02:00
Alexandre Bodin
73f523b983 v4.3.7 2022-09-07 14:24:30 +02:00
dependabot[bot]
1ea94fdfc0
Bump aws-sdk from 2.1188.0 to 2.1208.0
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1188.0 to 2.1208.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.1188.0...v2.1208.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-02 09:36:26 +00:00
v-dimitroff
124ca4beb1
Update packages/providers/upload-aws-s3/README.md
Co-authored-by: Sijawusz Pur Rahnama <sija@sija.pl>
2022-08-31 16:54:24 +03:00
Alexandre Bodin
4c6e67c493 v4.3.6 2022-08-24 15:53:23 +02:00
Alexandre Bodin
a52b053551 v4.3.5 2022-08-24 14:10:18 +02:00
Valentin Dimitroff
d98afc6e0b Add baseUrl and rootPath properties to s3 uploader configuration 2022-08-18 11:55:04 +02:00
WalkingPizza
0bbe493407 Add CORS configuration to S3 provider README 2022-08-18 10:39:48 +02:00
Alexandre BODIN
e1e84f07d2
Merge pull request #14073 from strapi/dependabot/npm_and_yarn/sendgrid/mail-7.7.0
Bump @sendgrid/mail from 7.4.7 to 7.7.0
2022-08-18 09:41:37 +02:00
Marc-Roig
286f9b2e23 return statement after reject 2022-08-11 16:21:18 +02:00
Marc-Roig
3175e47cdf properly reject promise in cloudinary provider 2022-08-11 16:21:16 +02:00
dependabot[bot]
4558547089
Bump @sendgrid/mail from 7.4.7 to 7.7.0
Bumps [@sendgrid/mail](https://github.com/sendgrid/sendgrid-nodejs) from 7.4.7 to 7.7.0.
- [Release notes](https://github.com/sendgrid/sendgrid-nodejs/releases)
- [Changelog](https://github.com/sendgrid/sendgrid-nodejs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sendgrid/sendgrid-nodejs/compare/7.4.7...7.7.0)

---
updated-dependencies:
- dependency-name: "@sendgrid/mail"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-11 09:05:54 +00:00
Alexandre Bodin
cf49ddbbfc Prettier and backend fix 2022-08-11 10:20:49 +02:00
Alexandre Bodin
0ae14c06cb 1st fix pass 2022-08-11 10:20:48 +02:00
Alexandre Bodin
28a2a00db8 v4.3.4 2022-08-11 10:17:34 +02:00
Alexandre Bodin
4d60bfdeee v4.3.3 2022-08-10 14:08:54 +02:00
derrickmehaffy
c81376a584 Deprecate Rackspace upload provider
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
Moved to: https://github.com/strapi/strapi-provider-upload-rackspace
2022-08-09 09:21:27 -07:00
Alexandre BODIN
e5d6a94bd1
Merge pull request #13967 from strapi/dependabot/npm_and_yarn/mailgun.js-5.2.2
Bump mailgun.js from 5.0.2 to 5.2.2
2022-08-08 12:04:57 +02:00
dependabot[bot]
a4005fa56d
Bump aws-sdk from 2.1186.0 to 2.1188.0
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1186.0 to 2.1188.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.1186.0...v2.1188.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-03 18:33:04 +00:00
dependabot[bot]
2c7a3d60b0
Bump mailgun.js from 5.0.2 to 5.2.2
Bumps [mailgun.js](https://github.com/mailgun/mailgun.js) from 5.0.2 to 5.2.2.
- [Release notes](https://github.com/mailgun/mailgun.js/releases)
- [Changelog](https://github.com/mailgun/mailgun.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mailgun/mailgun.js/compare/v5.0.2...v5.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-03 18:32:21 +00:00
Alexandre BODIN
edce26b63f
Merge pull request #13939 from strapi/dependabot/npm_and_yarn/aws-sdk-2.1186.0
Bump aws-sdk from 2.892.0 to 2.1186.0
2022-08-02 18:17:51 +02:00
dependabot[bot]
a54edbc0b9
Bump aws-sdk from 2.892.0 to 2.1186.0
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.892.0 to 2.1186.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.892.0...v2.1186.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-02 09:08:18 +00:00
dependabot[bot]
1e2f7d1c8f
Bump cloudinary from 1.29.0 to 1.30.1
Bumps [cloudinary](https://github.com/cloudinary/cloudinary_npm) from 1.29.0 to 1.30.1.
- [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.29.0...1.30.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-01 15:21:10 +00:00