1663 Commits

Author SHA1 Message Date
Jean-Sébastien Herbaux
1d3694e5cf
Merge pull request #14789 from strapi/dependabot/npm_and_yarn/apollo-server-core-3.11.1 2023-01-11 17:29:18 +01:00
Christian Capeans
eeab43b577 Store jwk set url in strapi core 2023-01-11 12:57:39 +01:00
Jean-Sébastien Herbaux
e4a1b1cf4a
Merge pull request #14987 from strapi/dependabot/npm_and_yarn/graphql-scalars-1.20.1 2023-01-11 10:42:55 +01:00
Jean-Sébastien Herbaux
bf01fb93bc
Merge branch 'main' into dependabot/npm_and_yarn/apollo-server-core-3.11.1 2023-01-11 10:42:02 +01:00
derrickmehaffy
c770a253ba Fix CVE-2022-23539 / CVE-2022-23541 / CVE-2022-23540 / CVE-2022-23529 2023-01-10 07:50:43 -07:00
Convly
56aa69f472 Use lodash fp instead of lodash 2023-01-10 10:34:49 +01:00
Convly
6f07d33f88 Disable lodash template's escape 2023-01-09 18:28:30 +01:00
Convly
7c391c2c19 Merge branch 'main' of github.com:strapi/strapi into fix/email-templates-interpolation 2023-01-09 16:53:21 +01:00
Simone Taeggi
9352a38fdc replace the getFetchClient with the useFetchClient inside the useFetchRole 2023-01-09 15:51:40 +01:00
Simone Taeggi
c38758401c fix the renaming of the get method 2023-01-09 15:47:03 +01:00
Christian Capeans
46f8f98378 Verify cognito token with AWS 2023-01-09 14:20:02 +01:00
Simone Taeggi
e862353def remove the axiosInstance implementation from the users-permissions plugin 2023-01-09 11:48:46 +01:00
Simone Taeggi
d9d108fed4 replace axiosInstance in the edit Roles function to replace the api call with the useFetchClient put method 2023-01-09 11:46:19 +01:00
Simone Taeggi
65bbac9aed replace axiosInstance in the create Roles function to replace the api call with the useFetchClient post method 2023-01-09 11:37:42 +01:00
Simone Taeggi
5480155dfe replace axiosInstance in the Providers util putProvider to replace the api call with the getFetchClient put method 2023-01-09 10:38:06 +01:00
Simone Taeggi
358522d664 replace axiosInstance in the Providers util fetchData to replace the api call with the getFetchClient get method 2023-01-09 10:32:03 +01:00
Simone Taeggi
795040e133 replace axiosInstance in the EmailTemplates utils fetchData and putEmailTemplate to replace the api calls with the getFetchClient get and put method 2023-01-09 10:21:06 +01:00
Simone Taeggi
eff1d14ec2 replace axiosInstance in the AdvancedSettings putAdvancedSettings utils to replace the api call with the getFetchClient put method 2023-01-05 17:08:01 +01:00
Simone Taeggi
2d2d79028d replace axiosInstance in the AdvancedSettings fetchData utils to replace the api call with the getFetchClient get method 2023-01-05 17:01:16 +01:00
Simone Taeggi
ee4fc14689 replace axiosInstance in the usePlugins hook to replace the api calls with the getFetchClient get method 2023-01-05 16:21:57 +01:00
Simone Taeggi
bc03ef2288 replace axiosInstance in the useFetchRole hook to replace the api call with the getFetchClient get method 2023-01-05 16:09:28 +01:00
Simone Taeggi
492cfe13ce replace axiosInstance in the Roles ListPage deleteData function to replace the api call with the getFetchClient del method 2023-01-05 12:36:59 +01:00
Simone Taeggi
c7ba51012e replace axiosInstance in the Roles ListPage fetchData function to replace the api call with the getFetchClient get method 2023-01-05 11:56:15 +01:00
Ben Irvin
b43a11ad0a prettier md files 2023-01-04 17:16:16 +01:00
Ben Irvin
3bf787764b
Merge pull request #15208 from GregorSondermeier/patch-1 2023-01-02 12:19:31 +01:00
Convly
0458e88bce Handle object variables & fix sendTemplatedEmail 2022-12-30 19:46:33 +01:00
Convly
6b0b981e90 Update users-permissions service to prevent usage of invalid email templates 2022-12-30 19:01:04 +01:00
Convly
403a1fe81b Update email template validation & tests 2022-12-30 19:00:19 +01:00
dependabot[bot]
1d95e9d8c2
chore(deps): bump apollo-server-core from 3.1.2 to 3.11.1
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core) from 3.1.2 to 3.11.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases)
- [Changelog](https://github.com/apollographql/apollo-server/blob/apollo-server-core@3.11.1/CHANGELOG.md)
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.11.1/packages/apollo-server-core)

---
updated-dependencies:
- dependency-name: apollo-server-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-28 14:22:48 +00:00
Convly
8f1988367c v4.5.5 2022-12-28 15:17:36 +01:00
Gregor Sondermeier
eb49c63166 apply code review suggestion in packages/plugins/sentry/README.md 2022-12-28 12:37:26 +01:00
Gregor Sondermeier
7458000a99
Merge branch 'strapi:main' into patch-1 2022-12-28 12:32:04 +01:00
Ben Irvin
881b835b0e
Merge branch 'main' into patch-1 2022-12-27 13:54:04 +01:00
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