2499 Commits

Author SHA1 Message Date
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
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