33845 Commits

Author SHA1 Message Date
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
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
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
Ben Irvin
cb00a17994
chore: add watch script for all projects (#20068) 2024-04-09 14:34:28 +02:00
Simone
4dbfc9c022
Hide Locale column and grouping option when i18n plugin is not installed (#19358)
* fix(content-releases): create an hook to check if the i18n plugin is installed

* fix(content-releases): refactor code to use StrapiApp getPlugin

* fix(content-releases): hide locale if i18n is not installed

* fix(content-releases): move the createHook in the content-release plugin
2024-04-08 21:43:09 +02:00
DMehaffy
68c52dc267
Chore: Update vite and webpack-dev-middleware (#20037) 2024-04-05 08:10:26 +01:00
Alexandre Bodin
2fe3160287 Merge branch 'releases/4.22.1' into develop 2024-04-05 08:31:44 +02:00
Alexandre Bodin
009bd52a1a v4.22.1 v4.22.1 2024-04-05 08:20:38 +02:00
Alexandre BODIN
8a05303f93
Merge pull request #20041 from strapi/revert/19921
Chore: Revert @koa/cors upgrade to 5.0.0 due to breaking cors middleware
2024-04-05 08:05:48 +02:00
Derrick Mehaffy
3fe3bbfca2 Chore: Revert #19921
Related to: https://github.com/strapi/strapi/issues/20033
2024-04-04 13:21:00 -07:00
Ben Irvin
5ab818b8ee
test: add e2e tests for CTB restarts from file changes 2024-04-04 18:55:24 +02:00
Pierre Wizla
39dfc655f6 Add Local Search plugin 2024-04-04 18:07:26 +02:00
Alexandre BODIN
79f8c92d52
Merge pull request #19971 from strapi/fix/issue-12225
feat: support media deep filtering & relation shortcut filters
2024-04-04 11:57:30 +02:00
Alexandre BODIN
54c5072bd1
Update packages/core/database/src/query/helpers/where.ts
Co-authored-by: Jean-Sébastien Herbaux <jean-sebastien.herbaux@epitech.eu>
2024-04-04 11:57:23 +02:00
Alexandre BODIN
689d28d012
Merge pull request #20023 from strapi/chore/ignore-nx-cache
chore: ignore nx cache
2024-04-04 10:29:14 +02:00
Ben Irvin
faf860ce0c chore: ignore nx cache 2024-04-04 09:47:28 +02:00
Simone
117cb872e4
fix(content-manager): populate media and nested components on cloning (#19958)
* fix(content-manager): populate media and nested components on cloning

Co-authored-by: Marc Roig <Marc-Roig@users.noreply.github.com>

* fix(content-manager): small changes based on review comments

---------

Co-authored-by: Marc Roig <Marc-Roig@users.noreply.github.com>
2024-04-04 09:29:34 +02:00
DMehaffy
488120b06b
Merge pull request #20012 from strapi/chore/labelAction 2024-04-03 10:06:16 -07:00
DMehaffy
2106229f0e
Merge branch 'develop' into chore/labelAction 2024-04-03 08:44:35 -07:00
Derrick Mehaffy
1ce4160d1d Remove commented action and rename squad 2024-04-03 08:43:59 -07:00
Derrick Mehaffy
18f20ff585 remove enhancement 2024-04-03 08:41:40 -07:00
Derrick Mehaffy
24323ae108 Fix squad name 2024-04-03 07:45:07 -07:00
Derrick Mehaffy
e3a9fc66a9 change project for content 2024-04-03 07:44:37 -07:00
markkaylor
752a6edceb
Merge pull request #19311 from mariansimecek/update-sharp-dep
Update sharp package to version v0.33.3
2024-04-03 10:41:41 -04:00
Derrick Mehaffy
be6aa51058 chore: update github issue label workflow
- Add Dennis + Nick to round-robin
- Add Enhancement label action
- Fix project assignment with new domain ownership
2024-04-03 07:38:45 -07:00