2430 Commits

Author SHA1 Message Date
Efanov Mikhail
b7df798bdb
Merge branch 'main' into fix/documentation-transalation-settings-page 2022-12-22 13:10:07 +07:00
mikhail
b29f5c4f5c fix transalation documentation for setting page 2022-12-21 17:29:53 +07:00
Gustav Hansen
1a6a977e3c Chore: Update tests 2022-12-20 15:52:37 +01:00
Gustav Hansen
287787a550 Chore: Remove fontawesome dependency from components 2022-12-20 15:52:37 +01:00
Simone Taeggi
7810ae70ce merge master in enhancement/axios-refactoring-step-2 2022-12-20 10:08:10 +01:00
Tom Shortall
7dbf8896ee use full_name instead of concatenating first_name and last_name 2022-12-19 21:31:01 +00:00
Tom Shortall
32f9e9a780 Add Patreon as an Oauth2 Provider to the Users & Permissions plugin 2022-12-19 21:10:31 +00:00
Julie Plantey
82c69d5add fix LocaleSelect test 2022-12-19 16:15:14 +01:00
Julie Plantey
d5127d16f3 update snapshots 2022-12-19 16:07:29 +01:00
Julie Plantey
372fc1cf2d bump DS 1.4.1 - update required state for Field 2022-12-19 15:27:02 +01:00
Gregor Sondermeier
06128ee308
Update Sentry plugin readme regarding non-prod env
I was following the original guide to disable the Sentry plugin for non-production environments, but I noticed the approach as originally documented is problematic:

In my project I have some code that calls `strapi.plugin('sentry').service('sentry').sendError(error)`. If the Sentry plugin would be disabled, this would cause a null pointer exception (or whatever it was), because `strapi.plugin('sentry')` would return `undefined`.

So here is my suggested change on how to disable the plugin for non-production environments.
2022-12-19 09:59:11 +01:00
Jamie Howard
ddbabf237b
Merge pull request #15129 from strapi/fix/support-locale-all-singletypes 2022-12-16 15:34:18 +00:00
Josh
3799a38a6a fix: change confirmation to confirm
confirmation password is not correct english
2022-12-16 11:10:14 +00:00
Jamie Howard
85ecd814c2 test(content-manager): api test for single types with locale=all 2022-12-14 15:14:53 +00:00
Simone
42e54e07a6
Merge branch 'main' into enhancement/date-time-picker-ds-in-strapi 2022-12-14 15:44:07 +01:00
Convly
8716ecc920 v4.5.4 2022-12-14 15:39:30 +01:00
Simone Taeggi
036ba34579 Merge branch 'main' into enhancement/date-time-picker-ds-in-strapi 2022-12-14 14:27:53 +01:00
Jamie Howard
f1de66d9d3 test(i18n): entity-service-decorator.findMany 2022-12-14 13:10:12 +00:00
ivanThePleasant
5f499b8011
Merge branch 'main' into chore/user-level-data 2022-12-13 16:46:11 +02:00
Simone
7ec8c31ad9
Merge branch 'main' into enhancement/date-time-picker-ds-in-strapi 2022-12-13 14:05:08 +01:00
ivanThePleasant
b95d6e3f28 Merge branch 'main' into chore/user-level-data 2022-12-13 12:17:31 +02:00
Barış Can Daylık
eec5c095c9 Add Turkish translation for I18N plugin 2022-12-13 00:44:27 +03:00
Barış Can Daylık
226a462b7a Add Turkish translation 2022-12-13 00:44:27 +03:00
Jamie Howard
97e930e505 fix(i18n): support locale=all for single types 2022-12-12 15:14:15 +00:00
Simone Taeggi
79452154ec Merge branch 'main' into enhancement/date-time-picker-ds-in-strapi 2022-12-09 15:38:25 +01:00
Pierre Noël
2cdd96feea
Merge pull request #15034 from strapi/fix/deadlock-components
Reduce transaction size to avoid deadlock
2022-12-09 10:35:21 +01:00
Josh
15f6fca58c
Merge pull request #15098 from strapi/fix/locale-copying 2022-12-08 09:01:05 +00:00
Gustav Hansen
978630d655
Merge pull request #14759 from strapi/enhancement/axios-refactoring
useFetchClient hook replacing axiosInstance
2022-12-07 17:26:51 +01:00
Josh
06934f2323 fix: use a flag to specifically set modified data only when copying a locales data over 2022-12-06 17:00:47 +00:00
Pierre Noël
12f3bb794c add comment 2022-12-06 14:29:56 +01:00
Pierre Noël
09bd93e28d add test that is sensible to foreign key deadlocks 2022-12-06 14:29:56 +01:00
Gustav Hansen
acada6047e
Merge pull request #15090 from strapi/dependabot/npm_and_yarn/jest-styled-components-7.1.1
chore(deps-dev): bump jest-styled-components from 7.0.2 to 7.1.1
2022-12-06 13:10:01 +01:00
Gustav Hansen
67ad079472 Chore: Update snapshot tests 2022-12-06 12:35:31 +01:00
Gustav Hansen
851425e82b
Merge pull request #14988 from strapi/dependabot/npm_and_yarn/react-router-dom-5.3.4
chore(deps): bump react-router-dom from 5.2.0 to 5.3.4
2022-12-06 12:31:38 +01:00
Josh
ac978ad6ed
Merge branch 'main' into dependabot/npm_and_yarn/msw-0.49.1 2022-12-05 11:20:48 +00:00
Simone Taeggi
7dea3803e7 update snapshots 2022-12-01 15:17:42 +01:00
Convly
5453885f7a v4.5.3 2022-11-30 16:27:25 +01:00
dependabot[bot]
d8a02ca9b8
chore(deps): bump msw from 0.42.3 to 0.49.1
Bumps [msw](https://github.com/mswjs/msw) from 0.42.3 to 0.49.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/v0.42.3...v0.49.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-30 14:53:50 +00:00
Simone
574985f9f0
Merge branch 'main' into enhancement/axios-refactoring 2022-11-30 14:57:09 +01:00
dependabot[bot]
e49ee71ce2
chore(deps): bump react-router-dom from 5.2.0 to 5.3.4
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 5.2.0 to 5.3.4.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/v5.3.4/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-30 10:45:09 +00:00
Simone Taeggi
8789a3d8d8 Merge branch 'main' into enhancement/axios-refactoring 2022-11-29 09:40:16 +01:00
Simone
c31a334d6e
Merge branch 'main' into chore/ds-140 2022-11-28 18:07:28 +01:00
Simone Taeggi
3e7d720046 upgrade ds version and tests 2022-11-28 18:02:23 +01:00
markkaylor
25bcd1c4e2
Merge pull request #14885 from raphaelmue/fix/swaggerParameterLocale
Fix #14712: Query Parameter for Locale (API Documentation Plugin)
2022-11-28 17:56:09 +01:00
ivanThePleasant
0b822b8a48 Merge branch 'main' into chore/user-level-data 2022-11-24 13:06:20 +02:00
Simone
30c764bdf5
Merge branch 'main' into enhancement/axios-refactoring 2022-11-24 11:14:57 +01:00
ivanThePleasant
00a3f69152
Merge pull request #14835 from strapi/chore/fix-iso-locales
Chore/fix iso locales
2022-11-24 11:21:32 +02:00
dependabot[bot]
eba7658ea5
chore(deps): bump graphql-scalars from 1.17.0 to 1.20.1
Bumps [graphql-scalars](https://github.com/Urigo/graphql-scalars) from 1.17.0 to 1.20.1.
- [Release notes](https://github.com/Urigo/graphql-scalars/releases)
- [Changelog](https://github.com/Urigo/graphql-scalars/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Urigo/graphql-scalars/commits/v1.20.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-24 09:20:43 +00:00
Alexandre BODIN
879c7e209e
Merge pull request #14187 from strapi/dependabot/npm_and_yarn/graphql-tools/schema-8.5.1 2022-11-23 15:03:48 +01:00
Simone
32dfac9e12
Merge branch 'main' into enhancement/axios-refactoring 2022-11-23 14:15:11 +01:00