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
Rémi de Juvigny
e982b6ac17
Merge pull request #15086 from strapi/audit-logs/service
...
[Audit logs] Add service
2022-12-16 18:14:12 +01: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
Mark Kaylor
8121614a01
Fix tests
2022-12-16 11:59:01 -05:00
DMehaffy
dc3e57d381
Fix typo in inactive issue cron workflow
...
I set the wrong label 🙈
2022-12-16 09:55:38 -07:00
Mark Kaylor
5362403077
Use object with users key for bulk delete
2022-12-16 11:15:56 -05:00
Fernando Chavez
00e9d7a6b9
Emitting events for creating/update/delete/permission in a role
2022-12-16 17:15:12 +01:00
Rémi de Juvigny
dc7cd643f0
Apply unsubscribe feedback
2022-12-16 16:52:08 +01:00
Ben Irvin
b5c78d1f10
remove old code
2022-12-16 16:40:14 +01:00
Ben Irvin
7faed84919
Merge branch 'features/deits' into deits/cli-tracking-events
2022-12-16 16:34:48 +01:00
Jamie Howard
ddbabf237b
Merge pull request #15129 from strapi/fix/support-locale-all-singletypes
2022-12-16 15:34:18 +00:00
Mark Kaylor
723e71305b
Remove read events
2022-12-16 10:33:51 -05:00
Ben Irvin
7127ce5d6a
Merge pull request #15193 from strapi/deits/help-menu
2022-12-16 16:25:29 +01:00
Mark Kaylor
6f8bed73fe
Fix update user
2022-12-16 10:25:00 -05:00
Josh
c31175fb37
Merge pull request #15195 from strapi/chore/incorrect-label
2022-12-16 15:23:58 +00:00
Ben Irvin
0444bb9929
Merge pull request #15169 from strapi/deits/strategies-cleanup
2022-12-16 16:23:37 +01:00
Julie Plantey
e5503097d4
fix provider name access possibly throwing error
2022-12-16 16:14:58 +01:00
Mark Kaylor
e410fdd695
Emit read user
2022-12-16 10:12:37 -05:00
Mark Kaylor
fdda09fd99
Emit update user
2022-12-16 10:12:29 -05:00
Mark Kaylor
47a6ea1b8f
Emit delete user
2022-12-16 10:12:21 -05:00
Mark Kaylor
95b98afd2d
Emit create user
2022-12-16 10:12:08 -05: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
Christian
a0fffce4b3
Merge pull request #15081 from strapi/deits/import-assets
...
[DEITS] Import assets
2022-12-16 15:42:26 +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
Josh
1ad8af4237
Merge pull request #15192 from strapi/fix/relation-reordering-scrolling
2022-12-16 14:17:02 +00:00
Ben Irvin
6fd0cec73f
Merge branch 'features/deits' into deits/strategies-cleanup
2022-12-16 15:15:43 +01:00
Ben Irvin
e7ec94dec7
Merge pull request #15175 from strapi/deits/import-links
2022-12-16 15:15:20 +01:00
Ben Irvin
26c159044e
remove max-size-jsonl from cli
2022-12-16 15:13:55 +01:00
Ben Irvin
dc30dab2c6
Merge branch 'features/deits' into deits/strategies-cleanup
2022-12-16 15:05:39 +01:00
Ben Irvin
fc9b6a9ef4
Merge branch 'main' into features/deits
2022-12-16 14:59:19 +01:00
Jamie Howard
07febfa69e
Merge remote-tracking branch 'origin/main' into feature/media-library-ctv
2022-12-16 13:57:57 +00:00