33871 Commits

Author SHA1 Message Date
Alexandre BODIN
94739c5a56
Merge branch 'develop' into sec/updateMySQL2 2024-06-03 10:40:03 +02:00
Ben Irvin
28515f3338
chore(ci): remove mysql_native_password in test container (#20400) 2024-06-03 10:30:06 +02:00
Alexandre BODIN
1b03d7e2c0
Merge pull request #19590 from med8bra/fix/strapi-csp-merge
fix(security-middleware): fix config merging with defaults
2024-06-03 10:10:30 +02:00
Derrick Mehaffy
ecf067efd8 Update MySQL2 Dependency to v3.10.0 2024-05-31 11:35:07 -07:00
Simone
9e68799d22
chore(deps): bump @strapi/design-system from 1.18.0 to 1.19.0 (#20408)
* chore(deps): bump @strapi/design-system from 1.18.0 to 1.19.0

* chore(deps): bump design-system typescript version
2024-05-31 14:04:23 +02:00
Convly
bb2e16aa06 v4.24.4 v4.24.4 2024-05-29 16:52:07 +02:00
Jean-Sébastien Herbaux
c80d4d9b20
[TS] Update position attribute to be optional in relation reordering types (#20370) 2024-05-27 09:33:47 +02:00
Convly
8d33a8c285 Merge tag 'v4.24.3' into develop
v4.24.3
2024-05-22 16:46:48 +02:00
Convly
aa35157a65 v4.24.3 v4.24.3 2024-05-22 16:43:50 +02:00
Benjamin Robinet
bd269fa8b5
feat: add missing attributes to Media in typescript generator (#19329) 2024-05-22 10:40:37 +02:00
Ben Irvin
5277eaf60c
fix(ctb): validate pluralName and collectionName correctly (#20347) 2024-05-22 09:59:58 +02:00
Simone
0c9f2e7cee
fix(chore): replace use-context-selector context with React Context (#20287)
* fix(chore): replace use-context-selector context with React Context

* fix(chore): remove the selector

* fix(chore): remove use-context-selector

* fix(chore): fix prettier issue
2024-05-21 04:37:59 -04:00
Ben Irvin
48a7b1e909
chore: sync e2e tests with v5 branch (#20334) 2024-05-20 11:15:57 +02:00
med8bra
0d2c6df081
Merge branch 'develop' into fix/strapi-csp-merge 2024-05-15 00:55:52 +01:00
Marc Roig
c413ad99eb
release: v4.24.2 to develop (#20280) 2024-05-08 17:07:53 +02:00
Jundee Mark Gerona Molina
53507a6240
fix(cm): back button on ListSettingsView doesn't work (#20263) 2024-05-08 13:33:47 +01:00
Alexandre BODIN
9c79921d22
Merge pull request from GHSA-wrvh-rcmr-9qfc
Add validation for custom U&P OAuth callbacks
2024-05-03 08:57:52 +02:00
DMehaffy
1c8a79056b
Merge branch 'develop' into enhancement/up-custom-callback-validation 2024-05-02 10:16:35 -07:00
Marc Roig
ca6c7c80ec
release: 4.24.1 to develop (#20248)
* fix(admin): if were in EE mode wait for the EE routes to be loaded before rendering (#20238)

* fix: issue 20138 (#20240)

* v4.24.1

---------

Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2024-05-02 17:14:54 +02:00
Fernando Chávez
de77e236e3
fix(content-manager): bulk publish would only ever show first entry to be published (#20234)
* fix(content-manager): Fix bulk publish selection

* chore: refactor & simplify bulk publish

---------

Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2024-05-01 09:34:34 +01:00
markkaylor
a76a2ee7a9
Merge pull request #20196 from strapi/releases/4.24.0
chore(develop): release v4.24.0
2024-04-24 14:57:04 +02:00
Mark Kaylor
bfa5109619 v4.24.0 v4.24.0 2024-04-24 14:48:42 +02:00
Alexandre BODIN
f7fb988caf
Merge pull request #20190 from strapi/chore/updateSecurityPolicy
Update SECURITY.md with changes related to Strapi 5 Beta
2024-04-24 08:48:02 +02:00
DMehaffy
515e540798
Update SECURITY.md with changes related to Strapi 5 Beta 2024-04-23 15:37:06 -07:00
Alexandre BODIN
6ad256cd15
Merge pull request #20180 from strapi/fix/issue-19660
fix: content could be undefined
2024-04-23 16:00:18 +02:00
Alexandre Bodin
e8698b6f7b fix: content could be undefined 2024-04-23 14:50:38 +02:00
Alexandre BODIN
bbb5d9ccd7
Merge pull request #20171 from strapi/fix/ee-not-extending-metrics
fix: ee not being extended because no default export
2024-04-23 13:16:52 +02:00
Alexandre Bodin
ab53783744 chore: remove use of entity service 2024-04-23 11:26:27 +02:00
Alexandre Bodin
3b831b1504 fix: ee not being extended because no default export 2024-04-22 16:09:50 +02:00
Alexandre BODIN
0e2e3dbbe6
Merge pull request #20044 from strapi/fix/cors-5
Make cors middleware compliant with the intended spec
2024-04-18 10:39:32 +02:00
Jean-Sébastien Herbaux
8515737c99
Merge branch 'develop' into fix/cors-5 2024-04-17 16:40:04 +02:00
Alexandre BODIN
0742c5784d
enhancement: use file path in place of streams to optimize sharp fragmentation & libvips caching (#20080)
Co-authored-by: DMehaffy <derrickmehaffy@gmail.com>
2024-04-17 16:27:48 +02:00
Convly
59a1c00f8c enhancement: improve callback URL validation 2024-04-17 16:24:18 +02:00
DMehaffy
469f8c0fe2
Merge branch 'develop' into fix/cors-5 2024-04-17 06:51:18 -07:00
Convly
896ff28d88 Merge branch 'releases/4.23.1' into develop 2024-04-17 15:23:02 +02:00
Ben Irvin
7237fd8ce0
fix(database): add prefixed alias to avoid join column name conflicts 2024-04-17 15:14:37 +02:00
Convly
655449af8a v4.23.1 v4.23.1 2024-04-17 15:08:57 +02:00
DMehaffy
9f8bd63067
chore: upgrade mysql2 from 3.6.0 to 3.9.4 2024-04-16 15:51:20 +02:00
Fernando Chávez
de4c825033
tests(content-releases): add API tests for Content Releases (#20048)
* tests(content-releases): add API tests for Content Releases

* apply marc comments

* test

* make each test case independent from each other

* test
2024-04-16 15:34:21 +02:00
DMehaffy
dd46ee6a7c
Merge branch 'develop' into fix/cors-5 2024-04-15 14:07:38 -07:00
markkaylor
6f96608a7c
chore(deps): bump @strapi/design-system from 1.16.0 to 1.18.0 (#20115) 2024-04-15 12:05:46 +02:00
Josh
0ddbe58210
chore(pack-up): remove from monorepo (#20082)
* chore(pack-up): remove from monorepo

* chore: declare util dep of helper-plugin
2024-04-12 09:45:14 +01:00
Simone
463b44b975
fix(content-releases): fix e2e test (#20094) 2024-04-11 17:10:52 +02:00
Convly
4de25b889b fix: remove actual values from the validate callback errors 2024-04-11 14:39:28 +02:00
Alexandre Bodin
24613c1947 chore: support arrays 2024-04-11 09:35:39 +02:00
Alexandre Bodin
1ae222a9c3 fix: cors v5 2024-04-11 09:35:39 +02:00
Alexandre Bodin
40e16fbbc6 chore: fix prettier 2024-04-11 09:34:14 +02:00
DMehaffy
cfecf3ad80
Merge pull request #20036 from strapi/docusaurus-local-search 2024-04-10 10:11:58 -07:00
Marc Roig
450055e5af
release: 4.23.0 to develop (#20078)
* feat(releases): add release column to CM list view (#19926)

* draft: bulk release injection zone added

* chore: implement cm-api to strapi-app & description component renderer

* feat: bulk delete action

* Revert "draft: bulk release injection zone added"

This reverts commit 2d9e8872e847327888d988009fa16f91b5f1c777.

* feat: bulk unpublish action added

* feat: default bulk publish action

* fix: variable renaming

* fix: on close of modal updated and refetched list on publish action completion

* fix: removed IZ publish and unpublish modals, e2e tests added for default bulk actions

* tests: e2e updated for publish button disabled state

* fix: bug fixed on publishing with already published entries

* fix: e2e tests

* fix: reverted IZ components

* feat: bulk release action added

* update: check right permissions to show add to release button

* update: bulk actions modal updated to accept content(modalbody+modalfooter), publish action and release actions updated accordingly

* fix: types

* test: bulk release e2e test added

* fix: e2e test

* fix: test case timeout added, notification component updated to not saved message

* feat: inject release column in LV

* fix: minor changes

* fix: remove commented code

* fix: upgraded styled components to fix the error: defaultProps circularly references

* feat(content-releases): add to be released in column in list view

* fix: types and 0 releases entry

* fix: invalidate entries in release after bulk release or on deleting a release action

* tests: e2e tests added for release column

* tests: e2e updated to create new release and then add bulk release

* fix: minor changes, test fixed

* fix: delete release action invalite tag added back

* fix: e2e test

* apply josh feedback|

---------

Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
Co-authored-by: Fernando Chavez <fernando.chavez@strapi.io>

* chore(deps): revert sharp to 0.32.6 (#20066)

* fix: fix boot issue when removing i18n from an app

* chore: get i18n service outside the for loop

* chore: remove empty spaces

* v4.23.0

---------

Co-authored-by: Madhuri Sandbhor <madhurisandbhor@gmail.com>
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
Co-authored-by: Fernando Chavez <fernando.chavez@strapi.io>
Co-authored-by: markkaylor <mark.kaylor@strapi.io>
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2024-04-10 17:08:53 +02:00
Simone
6a87b376f5
fix(i18n): Add some space to show the Locale values in the CM (#20059)
* fix(i18n): add some width to the locale column

* fix(i18n): remove useless width
2024-04-10 11:15:52 +02:00