26093 Commits

Author SHA1 Message Date
Julie Plantey
ba020d03a4
Merge pull request #15211 from strapi/chore/bump-ds-1.4.1
[chore] Bump DS 1.4.1
2022-12-20 09:49:02 +01:00
ivanThePleasant
5de6cfdda5
Merge branch 'main' into chore/request-context-interface-update 2022-12-19 21:47:17 +02:00
DMehaffy
0719084324
Update packages/core/admin/server/middlewares/rateLimit.js
Co-authored-by: Pierre Noël <petersg83@users.noreply.github.com>
2022-12-19 11:40:37 -07:00
Jamie Howard
e380a66c93
Merge pull request #14700 from strapi/feature/media-library-ctv 2022-12-19 15:39:30 +00:00
Julie Plantey
82c69d5add fix LocaleSelect test 2022-12-19 16:15:14 +01:00
ivanThePleasant
f392759397 Add requestContext to Strapi interface 2022-12-19 17:08:50 +02:00
Julie Plantey
d5127d16f3 update snapshots 2022-12-19 16:07:29 +01:00
Julie Plantey
a862355883 revert InputJSON labelAction removal + fix DateTimePicker label 2022-12-19 16:01:38 +01:00
Julie Plantey
372fc1cf2d bump DS 1.4.1 - update required state for Field 2022-12-19 15:27:02 +01:00
Ben Irvin
8c72013b90 cache prettier 2022-12-19 15:01:26 +01:00
Ben Irvin
a930c2262e add eslint cache option 2022-12-19 14:27:17 +01:00
Gustav Hansen
26374dc15a
Merge pull request #15097 from GitStartHQ/fix/application-crash-on-filter-delete
fix: application crash when deleting a filter on a contenttype
2022-12-19 13:27:57 +01:00
GitStart
51fce80882
Merge branch 'main' into fix/add-loading-icon-to-save-btn 2022-12-19 11:27:16 +01:00
Jamie Howard
d2abb0899a Merge remote-tracking branch 'origin/main' into feature/media-library-ctv 2022-12-19 09:47:05 +00: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
Josh
3b576487d2
Merge pull request #15174 from GitStartHQ/fix/add-button-repeatable-components 2022-12-19 08:22:05 +00:00
GitStart
d829a49733
Merge branch 'main' into fix/application-crash-on-filter-delete 2022-12-19 05:56:24 +01:00
GitStart
d47593bd05
Merge branch 'main' into fix/add-button-repeatable-components 2022-12-19 05:56:07 +01:00
GitStart
fb64a96e2c
Merge branch 'main' into fix/add-loading-icon-to-save-btn 2022-12-19 05:56:00 +01:00
Pierre Noël
685e0b1a24
Merge pull request #15122 from strapi/dependabot/npm_and_yarn/nodemailer-6.8.0
chore(deps): bump nodemailer from 6.7.7 to 6.8.0
2022-12-17 13:57:03 +01:00
Pierre Noël
3344ac1aec
Merge branch 'main' into dependabot/npm_and_yarn/nodemailer-6.8.0 2022-12-16 19:44:55 +01:00
Pierre Noël
a8064a03ca
Merge pull request #15197 from strapi/fix/deadlock-mysql-inverse-order
Avoid deadlocks for mysql and mariadb when creating a Nth locale
2022-12-16 19:44:26 +01:00
DMehaffy
e89c20f2a4
Merge branch 'main' into security/adminRateLimit 2022-12-16 10:43:20 -07:00
derrickmehaffy
b75e8a1d10 implement config option to disable ratelimit 2022-12-16 10:42:28 -07:00
Julie Plantey
bd6c0fc10c
Merge pull request #15198 from strapi/fix/email-provider-access
[Fix] email provider access
2022-12-16 18:41:01 +01:00
Julie Plantey
bf9c0d2c85
Merge pull request #15085 from strapi/features/MediaLibrary-listview
[features] Media Library list view
2022-12-16 18:40:07 +01:00
DMehaffy
68a4ec7729
Merge branch 'main' into security/adminRateLimit 2022-12-16 10:31:40 -07:00
DMehaffy
d7d2a3955e
Merge pull request #15201 from strapi/fix/cronworkflow
Fix typo in inactive issue cron workflow
2022-12-16 10:21:59 -07:00
DMehaffy
157c6cea1e
Merge branch 'main' into chore/v3EOL 2022-12-16 10:09:24 -07:00
derrickmehaffy
40577a07f1 PR Feedback 2022-12-16 10:03:41 -07:00
derrickmehaffy
e84bb5b94e copy readme 2022-12-16 10:03:13 -07:00
derrickmehaffy
6fd0a6760a PR feedback and update workflow response 2022-12-16 10:02:31 -07:00
DMehaffy
dc3e57d381
Fix typo in inactive issue cron workflow
I set the wrong label 🙈
2022-12-16 09:55:38 -07:00
Jamie Howard
ddbabf237b
Merge pull request #15129 from strapi/fix/support-locale-all-singletypes 2022-12-16 15:34:18 +00:00
Josh
c31175fb37
Merge pull request #15195 from strapi/chore/incorrect-label 2022-12-16 15:23:58 +00:00
Julie Plantey
e5503097d4 fix provider name access possibly throwing error 2022-12-16 16:14:58 +01:00
GitStart
602c6eddca
Merge branch 'main' into fix/application-crash-on-filter-delete 2022-12-16 16:02:15 +01:00
GitStart
5ca944d756
Merge branch 'main' into fix/add-loading-icon-to-save-btn 2022-12-16 16:01:22 +01:00
Pierre Noël
0413f278bb remove use of temporary table for inverse order 2022-12-16 15:54:38 +01:00
gitstart
ce4d65a8d6 chore: reverts changes for new item focus 2022-12-16 14:17:07 +00:00
gitstart
828673b37c Merge commit 'ab66578671232804e27a8c653d9653262d72d7a1' of https://github.com/GitStartHQ/strapi into fix/add-button-repeatable-components 2022-12-16 14:17:04 +00:00
Jamie Howard
07febfa69e Merge remote-tracking branch 'origin/main' into feature/media-library-ctv 2022-12-16 13:57:57 +00:00
Marc
e1ef09142a
Merge branch 'main' into dependabot/npm_and_yarn/pg-8.8.0 2022-12-16 14:57:31 +01:00
Julie Plantey
80626a65c8 fixed table displayed without assets or folders in BrowseStep + added a test case 2022-12-16 14:54:13 +01:00
Pierre Noël
2f8565ea81
Merge branch 'main' into dependabot/npm_and_yarn/nodemailer-6.8.0 2022-12-16 14:47:53 +01:00
Julie Plantey
775777fae2 Merge branch 'main' of https://github.com/strapi/strapi into features/MediaLibrary-listview 2022-12-16 14:35:24 +01:00
Josh
3799a38a6a fix: change confirmation to confirm
confirmation password is not correct english
2022-12-16 11:10:14 +00:00
Jamie Howard
ab66578671
Merge pull request #15176 from strapi/fix/ui-nested-repeatable-components 2022-12-16 10:47:44 +00:00
Marc
d7a243de23
Merge branch 'main' into dependabot/npm_and_yarn/pg-8.8.0 2022-12-16 10:16:49 +01:00
Julie Plantey
3e01e639d3
Merge pull request #15069 from radoslavzeman/radoslavzeman/improve-sk-translations
improve SK translations
2022-12-16 08:25:05 +01:00