565 Commits

Author SHA1 Message Date
Marc-Roig
bd0c7a7e25 remove repeated test 2023-02-20 14:28:22 +01:00
Marc-Roig
af109cbe5e do not sign file if it comes from a different bucket 2023-02-20 12:18:37 +01:00
Marc-Roig
b08c6467ae set ACL parameter 2023-02-14 19:02:00 +01:00
Marc-Roig
1587ea3785 document new aws s3 params 2023-02-14 19:01:30 +01:00
Marc
ffd0a21514
Merge pull request #15541 from strapi/S3-provider-update 2023-02-14 18:22:29 +01:00
Marc
8fe0db158b
Merge pull request #15726 from strapi/dependabot/npm_and_yarn/nodemailer-6.9.1 2023-02-13 11:45:42 +01:00
Jamie Howard
aba3eba51f chore(upload-aws-s3): upload isPrivate 2023-02-09 16:38:17 +00:00
Marc-Roig
4e6731ec58 make s3 bucket private 2023-02-09 15:02:15 +01:00
Convly
17a7845e3d v4.6.1 2023-02-08 17:00:11 +01:00
nathan-pichon
57009a0f30
fix(file-utils): rewrite requires 2023-02-08 15:57:14 +01:00
nathan-pichon
5316123801
fix(upload-local-provider): use package require instead of absolute path 2023-02-08 15:33:49 +01:00
dependabot[bot]
27ff5c0a0d
chore(deps): bump nodemailer from 6.8.0 to 6.9.1
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.8.0 to 6.9.1.
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodemailer/nodemailer/compare/v6.8.0...v6.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-07 09:02:39 +00:00
Rémi de Juvigny
41e7d2a5d0 Rename audit logs table name 2023-02-06 11:45:58 +01:00
Marc
096d00aa11
Merge pull request #13919 from angelbanderasudg/master 2023-02-02 17:04:27 +01:00
Marc
fdc362d44d
Update index.js 2023-02-02 15:48:27 +01:00
Marc
253ba050a7
Merge pull request #15387 from johannchopin/patch-1 2023-02-02 15:46:23 +01:00
Marc
71ef605669
Update index.js 2023-02-02 15:45:04 +01:00
Marc
38c93175d8
Merge branch 'main' into master 2023-02-02 15:43:46 +01:00
Marc-Roig
e0e2d28f02 Merge branch 'main' into feature/provider-size-limit 2023-02-01 15:56:39 +01:00
dependabot[bot]
91e26b5a7f
chore(deps): bump cloudinary from 1.30.1 to 1.33.0
Bumps [cloudinary](https://github.com/cloudinary/cloudinary_npm) from 1.30.1 to 1.33.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.30.1...1.33.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-01-26 11:45:11 +00:00
Convly
a9e55435c4 v4.6.0 2023-01-25 21:17:20 +01:00
Shaun Brown
06e50c8b2f
Update the AWS S3 provider README
Multiple users working with TypeScript have had issues because the README specifies adding `./config/plugins.js` and does not mention adding a `.ts` config file.
2023-01-24 07:36:56 +00:00
Rémi de Juvigny
5222cefd4a
Merge branch 'feature/audit-logs' into audit-logs/retention 2023-01-18 11:33:29 +01:00
Pierre Noël
2a18a3fa76 Merge branch 'main' into feature/audit-logs 2023-01-18 11:11:54 +01:00
Rémi de Juvigny
c6ab48305c Fix invisible content type 2023-01-17 15:38:25 +01:00
Rémi de Juvigny
c94d8b7750 Move retention calculation to feature level 2023-01-17 11:51:50 +01:00
Marc
d5733818ee
Merge branch 'main' into patch-1 2023-01-17 09:32:19 +01:00
Rémi de Juvigny
3a227b6f1e Add model name to entry events 2023-01-13 10:24:08 +01:00
Convly
d36609ff26 v4.5.6 2023-01-11 17:48:52 +01:00
johannchopin
8c51d62997
Fix configuration example for nodemailer provider 2023-01-10 00:25:24 +01:00
Pierre Noël
5c140061f6
Merge pull request #15341 from strapi/dependabot/npm_and_yarn/aws-sdk-2.1287.0
chore(deps): bump aws-sdk from 2.1260.0 to 2.1287.0
2023-01-09 12:27:49 +01:00
Ben Irvin
b43a11ad0a prettier md files 2023-01-04 17:16:16 +01:00
dependabot[bot]
4e1da673f7
chore(deps): bump aws-sdk from 2.1260.0 to 2.1287.0
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1260.0 to 2.1287.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.1260.0...v2.1287.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>
2023-01-04 09:02:29 +00:00
Fernando Chavez
09241c7507 Remove todo comment 2023-01-02 15:39:49 +01:00
Fernando Chavez
6f975b3815 Add delete expired logs methods and add the cron 2022-12-30 11:02:41 +01:00
Convly
8f1988367c v4.5.5 2022-12-28 15:17:36 +01:00
Fernando Chavez
a60014d949 Find one auditlog endpoint and remove payload from findMany endpoint 2022-12-23 11:54:32 +01:00
Fernando Chavez
13dfc1e1a5 improves on audit logs submission form 2022-12-22 20:08:14 +01:00
Fernando Chavez
21ce7507f2 merge from local-providers branch 2022-12-22 19:58:37 +01:00
Fernando Chavez
fbaa4101ac Add pagination and order in the audit logs endpoint & tests 2022-12-22 16:32:12 +01:00
Rémi de Juvigny
99bf01d715 Store provider on the audit log service object 2022-12-22 16:02:37 +01:00
Fernando Chavez
45085fc50c New audit logs endpoint 2022-12-22 10:44:03 +01:00
Rémi de Juvigny
6a7cef3d6c Make provider register async 2022-12-21 12:37:47 +01:00
Rémi de Juvigny
bc890ae9d3 Save audit log events to database 2022-12-21 12:30:53 +01:00
Rémi de Juvigny
25816f88b1 Register invisible audit log collection type 2022-12-21 12:30:53 +01:00
Rémi de Juvigny
4cb4d3e19b Init audit log local provider package 2022-12-21 12:30:53 +01:00
dependabot[bot]
4a5aaa2986
chore(deps): bump nodemailer from 6.7.7 to 6.8.0
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.7.7 to 6.8.0.
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodemailer/nodemailer/compare/v6.7.7...v6.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-14 14:45:42 +00:00
Convly
8716ecc920 v4.5.4 2022-12-14 15:39:30 +01:00
Convly
5453885f7a v4.5.3 2022-11-30 16:27:25 +01:00
dependabot[bot]
df8feafa4b
chore(deps): bump aws-sdk from 2.1215.0 to 2.1260.0
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1215.0 to 2.1260.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.1215.0...v2.1260.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-11-23 11:30:19 +00:00