34008 Commits

Author SHA1 Message Date
Simone
b3e0f9335c
add the Divider in the Releases list page (#19090) 2023-12-22 11:07:45 +01:00
Simone
e6a1663ead
fix(content-releases): remove Refresh button from the details page (#19067)
* remove the refresh button from the Details page because the logic is not implemented yet

* remove comments
2023-12-22 11:07:18 +01:00
Simone
515a292046
remove-padding-bottom-and-useless-box (#19066) 2023-12-22 10:46:12 +01:00
Jean-Sébastien Herbaux
c69b335b1d
Merge pull request #19093 from strapi/fix/types/es-params-inference-mapped-types 2023-12-21 18:21:35 +01:00
Jean-Sébastien Herbaux
a656808b45
Merge pull request #19105 from strapi/releases/4.16.2 2023-12-21 16:23:11 +01:00
Convly
01e89d1a40 fix: remove conditionals for attribute filtering, causing infinite recursion 2023-12-21 16:18:11 +01:00
Convly
b887f1aa47 v4.16.2 v4.16.2 2023-12-21 15:53:18 +01:00
Convly
54a4e62344 chore: Remove outdated strapi dependencies 2023-12-21 15:51:34 +01:00
Convly
a6bca44db5 chore: remove unnecessary dependency from data-transfer package 2023-12-21 15:44:12 +01:00
Mark Kaylor
af13d4e056 v4.16.1 v4.16.1 2023-12-21 15:23:45 +01:00
Jean-Sébastien Herbaux
8a2684845c
Merge pull request #19100 from strapi/releases/4.16.0 2023-12-21 14:03:58 +01:00
Convly
84d5b5f2a0 fix: use an intermediary mapping step to fix the UID distribution during generic inference 2023-12-21 13:41:07 +01:00
Convly
336b8c7c3e enhancement: allow to configure AttributeUtils.GetValue guard 2023-12-21 10:41:54 +01:00
Alexandre Bodin
8fde111aa9 Fix dep issue 2023-12-21 09:51:10 +01:00
Alexandre BODIN
4586650c2a
Merge pull request #19091 from strapi/v5/refactor-admin-cmds
chore: move commands from admin back to strapi/strapi
2023-12-20 22:14:07 +01:00
Jean-Sébastien Herbaux
268318f748
Merge pull request #19081 from strapi/enhancement/custom-controllers-telemetry 2023-12-20 17:33:57 +01:00
Mark Kaylor
b8acb528cd v4.16.0 v4.16.0 2023-12-20 15:52:24 +01:00
Convly
64d75d007f enhancement: add a second conditional to full-proof the sort inference 2023-12-20 15:35:31 +01:00
Alexandre Bodin
3124f474fe chore: move commands from admin back to strapi/strapi 2023-12-20 11:38:58 +01:00
Convly
19d8bbb355 chore: rename mapped type's iterator (guidelines) 2023-12-19 16:26:02 +01:00
Convly
d69ae78526 fix: type inference issue with generic parameters in mapped types for filters' object notation 2023-12-19 16:18:48 +01:00
Convly
b2905acaea chore: fix typo in types/utils/array/Values 2023-12-19 16:17:27 +01:00
Mark Kaylor
4d6d68b218 feat(content-releases): delete release action on release page 2023-12-19 14:56:11 +01:00
Josh
bdcd983c3d
fix(tooling): use nx to build & clean (#19084)
* remove pre-publish scripts

* fix: use nx to clean & build
2023-12-19 13:21:33 +00:00
Jamie Howard
b5711d6f61
[Content manager] Refactor useContentManagerInitData to remove ModelsContext (#19042)
* feat(admin): refactor useContentManagerInitData and remove ModelsContext

* chore(content-manager): cleanup

* fix(admin): restore the redux store

* fix(admin): restore the redux store GET_INIT_DATA

* chore(admin): reintroduce redux breaking changes for v5

* fix(admin): test snapshot
2023-12-19 09:44:29 +00:00
Convly
16a54daf6a fix: refactor object notation type in entity-service sort 2023-12-18 17:36:58 +01:00
Convly
1107713a66 fix: update watch script in core/utils/package.json 2023-12-18 17:36:18 +01:00
Jean-Sébastien Herbaux
4473dccab5
Merge pull request #18883 from strapi/fix/case-insensitive-user-lookup-by-email 2023-12-18 15:27:25 +01:00
Convly
943b055fff feat: flag custom controllers & send related metrics for telemetry 2023-12-18 14:53:53 +01:00
Josh
f38a1037bd
feat(strapi): add experimental plugin:verify command (#19041) 2023-12-18 09:37:23 +00:00
Josh
5404b0b69b
chore: backport fix for relation search (#19070) 2023-12-15 19:08:53 +00:00
Arshia
aa7dc3d222
fix(content-manager): search relations with contains not startsWith (#19043)
* Improved and fixed relational input field search.

* refactor frontend tests for improved RelationInput and userRelation functionality
2023-12-15 16:00:51 +00:00
Fernando Chávez
c469b9f446
Merge pull request #18586 from strapi/feature/content-releases
feat(content-releases): add content releases
2023-12-15 15:24:57 +01:00
Jean-Sébastien Herbaux
9fbf22643f
Merge pull request #19053 from strapi/upgrade-tool/chores 2023-12-15 15:22:57 +01:00
Jean-Sébastien Herbaux
0ad5d099a3
Merge pull request #18811 from josephemswiler/chore/bump-graphql-upload-15.0.2 2023-12-15 10:46:20 +01:00
Marc-Roig
e82829754f
feat: rename document engine 2023-12-14 17:14:24 +01:00
markkaylor
62eeed5e50
Merge branch 'main' into feature/content-releases 2023-12-14 17:13:48 +01:00
markkaylor
fdb3a2d73b
chore(content-releases): update permissions wording (#19059) 2023-12-14 17:13:28 +01:00
Ben Irvin
ce5ef260b7
chore: lint test scripts (#19057) 2023-12-14 16:15:21 +01:00
Simone
ac2c8acb7e
feat(content-releases): Release delete action (#19049)
* implement the delete action

* fix missing prop

* fix type errors

* add translation
2023-12-14 16:00:45 +01:00
Marc-Roig
905e8b770c
feat: extend i18n attributes to every content type 2023-12-14 15:29:06 +01:00
Fernando Chávez
75149a8fce
feat(content-releases): add functionality to publish release button (#19055)
* feat(content-releases): add functionality to publish release button

* apply mark's feedback

* apply simone's feedback
2023-12-14 15:14:33 +01:00
markkaylor
93969787db
feat(content-releases): add delete release action button (#19047) 2023-12-14 12:38:05 +01:00
Convly
dedf0def91 fix: yarn.lock update 2023-12-14 11:57:08 +01:00
Convly
1f39b5b904 fix: make promisify working by mocking the entire file-system 2023-12-14 11:54:11 +01:00
Convly
f646f9ceda chore: revert sentiment update on GIT_CLEAN requirement 2023-12-14 10:52:09 +01:00
Convly
a17f4e8617 fix: make major requirements required 2023-12-14 10:29:30 +01:00
Convly
c56802ae6f Merge branch 'features/upgrade-tool' of github.com:strapi/strapi into upgrade-tool/chores 2023-12-14 10:26:11 +01:00
Fernando Chávez
849c8126fd
feat(content-releases): Add action column to details view (#19046)
* feat(content-releases): add action column to details view

* apply marks feedback

* apply marks feedback
2023-12-14 10:24:41 +01:00
ELABBASSI Hicham
4e6961c7b8
Merge pull request #19020 from strapi/chore/convert-audit-logs-ee-pages
chore(admin): convert auditLogs page to TS
2023-12-14 09:56:47 +01:00