28700 Commits

Author SHA1 Message Date
ivanThePleasant
ac2f0bea4d
Update packages/core/admin/ee/server/controllers/admin.js
Co-authored-by: Jean-Sébastien Herbaux <jean-sebastien.herbaux@epitech.eu>
2023-02-14 13:42:00 +02:00
ivanThePleasant
df1af817a5 Design changes 2023-02-14 13:40:21 +02:00
dependabot[bot]
fb2094cfb6
chore(deps): bump react-intl from 6.2.7 to 6.2.8
Bumps [react-intl](https://github.com/formatjs/formatjs) from 6.2.7 to 6.2.8.
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/react-intl@6.2.7...react-intl@6.2.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-14 10:24:27 +00:00
Josh
b1839335e3
Merge pull request #15810 from strapi/dependabot/npm_and_yarn/webpack-bundle-analyzer-4.8.0 2023-02-14 10:23:17 +00:00
Josh
233b957e64
Merge pull request #15811 from strapi/dependabot/npm_and_yarn/msw-1.0.1 2023-02-14 10:22:57 +00:00
Convly
e80cfe2363 Update the init check 2023-02-14 11:13:46 +01:00
dependabot[bot]
f9dd84ce69
chore(deps-dev): bump msw from 1.0.0 to 1.0.1
Bumps [msw](https://github.com/mswjs/msw) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mswjs/msw/compare/v1.0.0...v1.0.1)

---
updated-dependencies:
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-14 10:01:28 +00:00
dependabot[bot]
e142c92e8b
chore(deps-dev): bump webpack-bundle-analyzer from 4.7.0 to 4.8.0
Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 4.7.0 to 4.8.0.
- [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases)
- [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v4.7.0...v4.8.0)

---
updated-dependencies:
- dependency-name: webpack-bundle-analyzer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-14 09:58:24 +00:00
Rémi de Juvigny
10caa4f811
Merge pull request #15788 from strapi/enhancement/audit-logs-tracking
Track settings pages usage
2023-02-14 10:53:19 +01:00
Rémi de Juvigny
f63adf6b48
Merge pull request #15785 from strapi/fix/ce-audit-logs
Move audit logs permissions to EE
2023-02-14 10:33:43 +01:00
Marc-Roig
37ef6e7cd6 fix mapping entity when relations are populated 2023-02-14 09:11:10 +01:00
Josh
6339bb32ca chore: make peer deps because of how strapi works 2023-02-14 08:07:05 +00:00
Mark Kaylor
849f16eec6 Remove JSON default values being set by the content manager 2023-02-14 11:55:35 +05:30
Mark Kaylor
1945fd3748 Keep comment 2023-02-14 11:54:05 +05:30
Mark Kaylor
d72d4489cc Fix non required json input setting a value when empty 2023-02-14 11:54:05 +05:30
ivanThePleasant
254ac92425 Part of main branch merge 2023-02-14 00:02:00 +02:00
ivanThePleasant
437690022e Merge branch 'main' into chore/ee-seats 2023-02-14 00:01:02 +02:00
ivanThePleasant
30ac15e2f0 Tests for new hooks 2023-02-13 23:52:12 +02:00
Josh
f54ae0528b
Merge pull request #15807 from strapi/chore/fix-svg-on-user-signup 2023-02-13 17:14:41 +00:00
Jamie Howard
d42d7dc058
Merge pull request #15806 from strapi/private-s3-bucket/fix-unit-tests 2023-02-13 17:09:14 +00:00
Josh
4d6c6f7756 chore: just use a span 2023-02-13 16:43:21 +00:00
Jamie Howard
95bc1dc9f0 fix(upload): failing register unit test 2023-02-13 16:40:58 +00:00
Marc
55f3e6f845
Merge pull request #15791 from strapi/private-s3-bucket/non-mutating-signing 2023-02-13 17:40:53 +01:00
Marc-Roig
bbafe2b01d fix conflicts 2023-02-13 17:39:51 +01:00
Marc-Roig
f159f150f2 Merge branch 'feature/private-s3-bucket' into private-s3-bucket/non-mutating-signing 2023-02-13 17:22:14 +01:00
Nathan Pichon
8fae1a80ec
Merge branch 'main' into feature/async-reduce-utils 2023-02-13 16:54:25 +01:00
Nathan Pichon
b97078d716
Merge pull request #15388 from strapi/dependabot/npm_and_yarn/luxon-1.28.1
chore(deps): bump luxon from 1.28.0 to 1.28.1
2023-02-13 16:53:12 +01:00
Simone
3c3287f885
Merge pull request #15727 from strapi/enhancement/axios-migration-i18n
replace axiosInstance with useFetchClient inside the i18n plugin
2023-02-13 16:34:44 +01:00
Jamie Howard
86c08794c5 chore(core): update all translations 2023-02-13 15:25:35 +00:00
Rémi de Juvigny
430461f493
Merge branch 'main' into enhancement/audit-logs-tracking 2023-02-13 14:53:18 +01:00
Rémi de Juvigny
ed12768191 Copy existing handleClickOnLink 2023-02-13 14:52:40 +01:00
Rémi de Juvigny
dd4ab5bc31 Add willNavigate event to settings page menu 2023-02-13 14:47:27 +01:00
Convly
67216696a5 Update delta to indexesDifference 2023-02-13 14:40:35 +01:00
Nathan Pichon
f0d20345d3
Merge branch 'main' into dependabot/npm_and_yarn/luxon-1.28.1 2023-02-13 14:29:53 +01:00
Simone
bcd69aaaeb
Merge branch 'main' into enhancement/axios-migration-i18n 2023-02-13 14:29:00 +01:00
nathan-pichon
83c297e298
test(async-utils): update test titles 2023-02-13 14:11:56 +01:00
Nathan Pichon
4fdff2f350
chore(async-utils): update typo
Co-authored-by: Pierre Noël <petersg83@users.noreply.github.com>
2023-02-13 14:02:56 +01:00
Pierre Noël
78630d6da3
Merge pull request #12666 from alexkainzinger/master
Upload middleware route & typo fix
2023-02-13 12:55:14 +01:00
Pierre Noël
6a0e1ba447
Merge pull request #15752 from strapi/fix/postgres-json-string
Fix JSON field for postgres when the value is a simple string
2023-02-13 12:44:05 +01:00
Pierre Noël
4fe8f2f8b3
Merge pull request #15742 from strapi/fix/default-locale-createMany
Set default locale when using Query Engine function createMany
2023-02-13 12:38:41 +01:00
Jamie Howard
e0f395b464
Merge pull request #15783 from strapi/private-s3-bucket/entity-manager-extensions 2023-02-13 11:30:09 +00:00
Josh
4b5802b046
Merge pull request #15694 from strapi/documentation/RBAC-FE 2023-02-13 11:25:40 +00:00
Jamie Howard
5b0ccf64da refactor(content-manager): add mapEntity to the entity manager 2023-02-13 11:06:57 +00:00
Josh
c4e29656a5
Merge pull request #15797 from strapi/chore/remove-dead-script 2023-02-13 10:57:27 +00:00
Josh
27a7ea1f64 chore: fix typo 2023-02-13 10:47:39 +00:00
Marc
9168768993
Merge pull request #15715 from strapi/fix/pagination-in-relations-graphql 2023-02-13 11:46:44 +01:00
Josh
262c527f30
Update docs/docs/core/permissions/how-they-work.mdx
Co-authored-by: Julie Plantey <71838159+ronronscelestes@users.noreply.github.com>
2023-02-13 10:46:43 +00: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
Nathan Pichon
182ff6b6a6
Merge branch 'main' into feature/async-reduce-utils 2023-02-13 11:43:29 +01:00
nathan-pichon
4c5e98b338
chore(async-utils): indent 2023-02-13 11:40:51 +01:00