9899 Commits

Author SHA1 Message Date
Rémi de Juvigny
10caa4f811
Merge pull request #15788 from strapi/enhancement/audit-logs-tracking
Track settings pages usage
2023-02-14 10:53:19 +01:00
Rémi de Juvigny
f63adf6b48
Merge pull request #15785 from strapi/fix/ce-audit-logs
Move audit logs permissions to EE
2023-02-14 10:33:43 +01:00
Marc-Roig
37ef6e7cd6 fix mapping entity when relations are populated 2023-02-14 09:11:10 +01:00
Mark Kaylor
849f16eec6 Remove JSON default values being set by the content manager 2023-02-14 11:55:35 +05:30
Mark Kaylor
1945fd3748 Keep comment 2023-02-14 11:54:05 +05:30
Mark Kaylor
d72d4489cc Fix non required json input setting a value when empty 2023-02-14 11:54:05 +05:30
ivanThePleasant
254ac92425 Part of main branch merge 2023-02-14 00:02:00 +02:00
ivanThePleasant
437690022e Merge branch 'main' into chore/ee-seats 2023-02-14 00:01:02 +02:00
ivanThePleasant
30ac15e2f0 Tests for new hooks 2023-02-13 23:52:12 +02:00
Jamie Howard
d42d7dc058
Merge pull request #15806 from strapi/private-s3-bucket/fix-unit-tests 2023-02-13 17:09:14 +00:00
Josh
4d6c6f7756 chore: just use a span 2023-02-13 16:43:21 +00:00
Jamie Howard
95bc1dc9f0 fix(upload): failing register unit test 2023-02-13 16:40:58 +00:00
Marc-Roig
bbafe2b01d fix conflicts 2023-02-13 17:39:51 +01:00
Marc-Roig
f159f150f2 Merge branch 'feature/private-s3-bucket' into private-s3-bucket/non-mutating-signing 2023-02-13 17:22:14 +01:00
Nathan Pichon
8fae1a80ec
Merge branch 'main' into feature/async-reduce-utils 2023-02-13 16:54:25 +01:00
nathan-pichon
f4ea7d04e3
test(admin-permissions): update snapshot 2023-02-13 16:45:25 +01:00
Jamie Howard
86c08794c5 chore(core): update all translations 2023-02-13 15:25:35 +00:00
Rémi de Juvigny
430461f493
Merge branch 'main' into enhancement/audit-logs-tracking 2023-02-13 14:53:18 +01:00
Rémi de Juvigny
ed12768191 Copy existing handleClickOnLink 2023-02-13 14:52:40 +01:00
Rémi de Juvigny
dd4ab5bc31 Add willNavigate event to settings page menu 2023-02-13 14:47:27 +01:00
Convly
67216696a5 Update delta to indexesDifference 2023-02-13 14:40:35 +01:00
nathan-pichon
83c297e298
test(async-utils): update test titles 2023-02-13 14:11:56 +01:00
Nathan Pichon
4fdff2f350
chore(async-utils): update typo
Co-authored-by: Pierre Noël <petersg83@users.noreply.github.com>
2023-02-13 14:02:56 +01:00
Pierre Noël
78630d6da3
Merge pull request #12666 from alexkainzinger/master
Upload middleware route & typo fix
2023-02-13 12:55:14 +01:00
Pierre Noël
6a0e1ba447
Merge pull request #15752 from strapi/fix/postgres-json-string
Fix JSON field for postgres when the value is a simple string
2023-02-13 12:44:05 +01:00
Jamie Howard
5b0ccf64da refactor(content-manager): add mapEntity to the entity manager 2023-02-13 11:06:57 +00:00
Josh
c4e29656a5
Merge pull request #15797 from strapi/chore/remove-dead-script 2023-02-13 10:57:27 +00:00
Marc
9168768993
Merge pull request #15715 from strapi/fix/pagination-in-relations-graphql 2023-02-13 11:46:44 +01:00
Nathan Pichon
182ff6b6a6
Merge branch 'main' into feature/async-reduce-utils 2023-02-13 11:43:29 +01:00
nathan-pichon
4c5e98b338
chore(async-utils): indent 2023-02-13 11:40:51 +01:00
nathan-pichon
477750650e
fix(async): arity for reduce func and awaited value 2023-02-13 11:38:54 +01:00
nathan-pichon
5b0e7f6903
feat(utils): add reduceAsync 2023-02-13 11:38:37 +01:00
Simone
54bf43a5f2
Merge branch 'main' into enhancement/axios-migration-content-type-builder 2023-02-13 11:38:11 +01:00
Simone
5f9ea6e685
Merge pull request #15730 from strapi/enhancement/axios-migration-email
replace axiosInstance with getFetchClient inside the email
2023-02-13 11:37:32 +01:00
alexkainzinger
96d5279c72 fix(core): correctly handle uploads route 2023-02-13 11:25:34 +01:00
Convly
a19d73f2ac Implement a transfer flow to restrict ops 2023-02-13 11:14:30 +01:00
nathan-pichon
d768f26a8a
feat(review-workflow): add assert on workflow deletion 2023-02-13 11:10:40 +01:00
Simone
24328a2447
Merge branch 'main' into enhancement/axios-migration-content-type-builder 2023-02-13 11:07:19 +01:00
nathan-pichon
fae3368c53
fix(review-workflows): add data layer in update request 2023-02-13 11:06:19 +01:00
nathan-pichon
19ccc7220e
feat(review-workflow): add permissions 2023-02-13 10:49:48 +01:00
Josh
8709c53d33 Delete createBuildIndex.js 2023-02-13 09:33:25 +00:00
Marc
9248812218
Merge branch 'main' into fix/pagination-in-relations-graphql 2023-02-13 10:32:37 +01:00
Marc
9818b82377
Merge pull request #15693 from strapi/fix/publication-state-in-relations-graphql
[Fix]: Graphql accept publication state argument in relations
2023-02-13 10:26:39 +01:00
Rémi de Juvigny
2aa13b416d Fix test 2023-02-13 09:55:46 +01:00
Simone
a9d7c956eb
Merge branch 'main' into enhancement/axios-migration-content-type-builder 2023-02-13 09:38:14 +01:00
ivanThePleasant
e500f0b4d0 WIP requested changes 2023-02-12 19:16:26 +02:00
Marc-Roig
11c4b9df3a make file signing non mutating 2023-02-11 17:37:28 +01:00
Pierre Noël
0899eb68d3
Merge branch 'main' into warn-if-using-cors-enabled-option 2023-02-10 17:19:16 +01:00
Rémi de Juvigny
319eb47707 Track didGoToAuditLogs event 2023-02-10 17:16:33 +01:00
Rémi de Juvigny
122fd4a6af Move audit logs permissions to EE 2023-02-10 16:29:10 +01:00