10009 Commits

Author SHA1 Message Date
Rémi de Juvigny
abb1e3635f
Merge pull request #16224 from edlefebvre/fix-admin-missing-translation-fr
translation(core admin): add some missing fr translations
2023-04-21 09:48:20 +02:00
nathan-pichon
84e058730f
docs(api-ref): clean comments 2023-04-21 09:47:42 +02:00
nathan-pichon
6bd5c29b91
docs(api-ref): clean Strapi class documentation 2023-04-21 09:47:41 +02:00
nathan-pichon
907f2f57d3
docs(api-ref): listing Strapi documentation methods and properties 2023-04-21 09:47:41 +02:00
nathan-pichon
1b64353fc4
docs(api-ref): add request context documentation 2023-04-21 09:47:41 +02:00
nathan-pichon
a8a52a3fad
docs(api-ref): add telemetry documentation 2023-04-21 09:47:41 +02:00
nathan-pichon
1302eac88e
docs(api-ref): add cron service documentation 2023-04-21 09:47:41 +02:00
nathan-pichon
0f9506877b
docs(api-ref): add logger documentation 2023-04-21 09:47:41 +02:00
nathan-pichon
6b1448c124
docs(api-ref): add startup logger documentation 2023-04-21 09:47:41 +02:00
nathan-pichon
a2e8c9a2f2
docs(api-ref): adding event hub doc 2023-04-21 09:47:41 +02:00
nathan-pichon
b45459020f
docs(api-ref): add strapi fs 2023-04-21 09:47:41 +02:00
nathan-pichon
46cb652ba7
chore(docs): Strapi Class - reload 2023-04-21 09:47:41 +02:00
nathan-pichon
634845081c
chore(docs): Strapi Class - isLoaded 2023-04-21 09:47:41 +02:00
nathan-pichon
0fea2f6c56
chore(docs): Strapi Class - dirs 2023-04-21 09:47:40 +02:00
nathan-pichon
0134bcb054
chore(docs): clean some js doc 2023-04-21 09:47:40 +02:00
nathan-pichon
8132c0ec23
chore: contributor docs WIP 2023-04-21 09:47:40 +02:00
Ben Irvin
da6ff4c28b
Merge branch 'main' into fix/windows-import-export 2023-04-21 09:31:59 +02:00
Ben Irvin
cb2133d8ff remove return value 2023-04-21 09:31:04 +02:00
Ben Irvin
095af63f5e fix getmetadata 2023-04-21 09:23:29 +02:00
Owen Xu
73f6c95fa9
Merge branch 'main' into fix/mysql-dialect-connection-option 2023-04-20 11:09:03 -07:00
Simone Taeggi
18ddcf2274 remove unused request 2023-04-20 18:59:55 +02:00
Josh
2d55462e46 fix: remove instances of request and ban with eslint
chore: remove straggler

chore: fix hook

chore: pr amends

chore: pr amends

chore: use axios for analytics

fix missing once function import

chore(test): use defineProperty

fix: webhooks creation

fix: sso

Revert "chore(test): use defineProperty"

This reverts commit dfdcb82ccef720c4e4993fe4021acc190f38a204.

chore: make sure theres a url before trying to render the image

fix: webhook
2023-04-20 17:30:40 +01:00
Rémi de Juvigny
b5e1372bd4 Code cleanup 2023-04-20 12:55:22 +02:00
Rémi de Juvigny
0f3014a136
Merge branch 'main' into feature/custom-field-sizes 2023-04-20 12:50:11 +02:00
Rémi de Juvigny
8253cfdd71 Handle isResizable in the admin 2023-04-20 12:49:46 +02:00
Rémi de Juvigny
cb3588782c Use custom field input size in admin 2023-04-20 12:24:55 +02:00
Marc-Roig
e725596ca7 feat: add indexes to morph tables 2023-04-20 12:08:15 +02:00
Josh
d58355babe
Merge pull request #16451 from strapi/chore/move-helper-plugin-to-src 2023-04-20 10:32:52 +01:00
Ben Irvin
051b4bdf97
Merge branch 'main' into fix/mysql-dialect-connection-option 2023-04-20 10:53:21 +02:00
Marc
aad8c445e7
Merge pull request #16446 from strapi/review-workflow/fix-persist-all-rw-tables 2023-04-20 09:56:12 +02:00
Christian
ee9237c343
Merge pull request #16397 from strapi/track-auth-method 2023-04-20 09:53:09 +02:00
Josh
419eb1e53a chore: fix other build tools for HP 2023-04-20 08:51:20 +01:00
Josh
4fff8c4b04 chore: move helper-plugin folder to just src 2023-04-20 08:37:52 +01:00
Simone
6b2e6b84a3
Merge pull request #16434 from strapi/fix/date-time-picker-crash-delete-date-cleaned
fix "Uncaught error trying to nullify/remove a date field in Content Manager"
2023-04-20 09:16:26 +02:00
Rémi de Juvigny
5942cce591 Update getDefaultFieldSize 2023-04-19 17:57:32 +02:00
Nathan Pichon
98797cb4f5
Merge branch 'main' into feat/allow-proxy-requests-for-license-server 2023-04-19 17:48:21 +02:00
Gustav Hansen
2090c74ca5
Merge pull request #16444 from strapi/feature/review-workflow-confirm-text
Settings: Update stage delete confirmation modal text
2023-04-19 17:08:25 +02:00
Gustav Hansen
3c65867e8e
Merge pull request #16443 from strapi/feature/review-workflow-stage-change-modified
CM: EditView - persist stage changes in context instead of redux
2023-04-19 17:08:12 +02:00
Rémi de Juvigny
d48dd1c413 Register custom field field sizes 2023-04-19 16:53:28 +02:00
Christian
cb6e70693d
Update packages/core/admin/server/strategies/api-token.js
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-04-19 16:46:46 +02:00
Christian Capeans
0acb4ab3aa Change event name 2023-04-19 16:44:00 +02:00
Marc
617f7a69a2
Merge pull request #16391 from strapi/review-workflow/telemetry 2023-04-19 16:02:19 +02:00
Marc-Roig
3fb845e44b chore: use lodash map 2023-04-19 15:22:03 +02:00
Convly
95d581b31b Merge branch 'main' into feature/review-workflow 2023-04-19 15:02:34 +02:00
Convly
4f1043f6ad Merge branch 'releases/4.9.2' 2023-04-19 14:59:47 +02:00
Convly
91e0be2708 v4.9.2 2023-04-19 14:54:40 +02:00
Marc-Roig
e7107747cc fix: add metrics service mock 2023-04-19 14:37:50 +02:00
Marc-Roig
61f977c2a0 fix: metrics sendDidEditStage 2023-04-19 14:37:37 +02:00
Rémi de Juvigny
65be6fbff0
Merge branch 'main' into fix-admin-missing-translation-fr 2023-04-19 14:35:12 +02:00
Marc-Roig
f450a4263d Merge branch 'feature/review-workflow' into review-workflow/telemetry 2023-04-19 14:30:06 +02:00