Rémi de Juvigny
e3a1ff9d5b
chore: use workspace:* version for all internal dependencies ( #20929 )
2024-08-02 11:25:32 -04:00
Rémi de Juvigny
5f2ac8148d
chore: delete api tests for deleted review workflows route ( #20926 )
2024-08-01 10:45:29 -04:00
Rémi de Juvigny
0f4c208520
Revert "chore: delete api tests for deleted review workflows route"
...
This reverts commit 2b4e5ebd4101eb6e15ae45791ae0ff56e0208e6f.
2024-08-01 16:11:21 +02:00
Rémi de Juvigny
2b4e5ebd41
chore: delete api tests for deleted review workflows route
2024-08-01 16:07:59 +02:00
Rémi de Juvigny
b786382574
Merge pull request #20920 from strapi/releases/rc.8
...
v5.0.0-rc.8 to v5/main
2024-08-01 15:48:13 +02:00
Rémi de Juvigny
dbbb42351e
fix: strapi utils version in review workflows
2024-08-01 15:27:55 +02:00
Rémi de Juvigny
ea0c02033d
Merge remote-tracking branch 'origin/v5/main' into releases/rc.8
2024-07-31 17:59:19 +02:00
Rémi de Juvigny
07cc185117
chore: upgrade deps from example apps
2024-07-31 17:17:57 +02:00
Rémi de Juvigny
1282000009
v5.0.0-rc.8
v5.0.0-rc.8
2024-07-31 17:10:39 +02:00
Madhuri Sandbhor
9192781fb6
chore: bump DS rc-7 ( #20860 )
...
* chore: design system and icons bumped, grid item style adjusted
* fix: type error fixed
* fix: upload and users-permission tests fixed
* fix: tests fixed
* fix: add to dynamic zone button style updated
* fix: styling issues fixed for DZ component button and color picker
* fix: snapshot updated
* fix: fieldset border width removed, popover menu icon color updated
* fix: wysiwyg expand collapse button styles
* fix: ds deps bumped
* fix: editorlayout wrapper style fixed, panels actions style fixed
* fix: more button icon centered, man nav icons size fixed
* fix: help button style fixed
* fix: email settings button fixed
2024-07-31 14:22:27 +02:00
Ben Irvin
cb311d9fcf
chore: add cli tests to clean script ( #20901 )
2024-07-31 11:05:45 +02:00
Rémi de Juvigny
baabf9edef
fix: review workflows cache issues ( #20880 )
...
* fix: review workflows rtk cache issues
* fix: reassigning content type workflow warning
* fix: revalidate edit view when workflow changes
* chore: delete obsolete test
* chore: delete unused single workflow route
* fix: invalidate stages
2024-07-30 05:01:34 -04:00
Alexandre BODIN
1f44a7b49a
Merge pull request #20879 from strapi/fix/issue-20298
...
fix: resolve internal plugins from the strapi pkg
2024-07-30 10:01:55 +02:00
Rémi de Juvigny
2eab9a4f1b
fix: admin validation broken when json is still an object ( #20894 )
2024-07-29 07:57:24 -04:00
Fernando Chávez
533533434d
fix(content-releases): add bulk add to release to v5 ( #20848 )
...
* fix(content-releases): add bulk add to release to v5
* tests(content-releases): enable API tests
* fix(content-releases): add to release button UI
* fix: test typo
---------
Co-authored-by: Rémi de Juvigny <remi.dejuvigny@strapi.io>
2024-07-26 04:33:32 -04:00
Jamie Howard
4ae4275bbc
Validation of unique fields within dynamic zones ( #20687 )
...
* feat(core): wip validate unique fields within dynamic zones
* feat(core): use db query layer to find conflicting components
feat(core): api test for dynamic zone unique fields
* feat(core): wip query builder option for dynamic zones validation
Co-authored-by: Jean-Sébastien Herbaux <Convly@users.noreply.github.com>
* chore(core): clean up
* chore(core): reduce to db query option
* chore(core): clean up
* chore(core): clean up and add comments
* fix(core): only select the id of nested dz components
---------
Co-authored-by: Jean-Sébastien Herbaux <Convly@users.noreply.github.com>
2024-07-25 11:15:00 +01:00
Alexandre Bodin
f31889311d
fix: resolve internal plugins from the strapi pkg
2024-07-25 11:15:28 +02:00
Jamie Howard
10f4e4a11c
fix(upload): mock usefolderstructure to fix flaky frontend test ( #20864 )
2024-07-25 09:52:46 +01:00
Marc Roig
7e6f107daf
v5.0.0-rc.7 ( #20874 )
...
* v5.0.0-rc.7
* chore: update missing released versions
* fix: update yarn lock
2024-07-25 09:19:02 +02:00
Marc-Roig
622d34ab0a
fix: yarn lock
2024-07-24 15:22:25 +02:00
Fernando Chávez
457d4fcd8a
fix(review-workflows): invalidate document queries when stage & assignee is changed ( #20852 )
...
* fix(review-workflows): invalidate document queries when stage & assignee is changed
* fix(review-workflows): invalidate all content manager when changed
2024-07-24 14:31:43 +02:00
Simone
1f6fa85b10
fix: the left offset of the cloud image ( #20862 )
2024-07-24 10:04:09 +02:00
Rémi de Juvigny
41ae36f97c
fix: json fields not parsed properly ( #20866 )
...
* fix: json fields not parsed properly
* fix: prevent stringifying twice
2024-07-23 12:27:13 -04:00
Convly
b4ae6aa3c1
v5.0.0-rc.6
v5.0.0-rc.6
2024-07-23 15:50:21 +02:00
Marc Roig
ae299ee651
feat: Private s3 buckets ( #20861 )
...
* feat: sign media files
* fix: bootstrap test
2024-07-23 09:40:57 +02:00
Marc Roig
2403a57adf
feat: history version on bulk publish locales ( #20847 )
...
* feat: history version on bulk publish locales
* fix: await create version
2024-07-23 09:40:46 +02:00
Ben Irvin
5b01d2d99f
revert(typescript-utils): replace deleted admin tsconfig ( #20865 )
2024-07-22 16:59:41 +02:00
Jamie Howard
961ab18775
fix(e2e): dont expect document actions to be disabled because of releases ( #20667 )
...
* fix(e2e): dont expect document actions to be disabled because of releases
* fix(e2e): remove other expectations
2024-07-22 10:05:00 +01:00
Convly
cc58165688
v5.0.0-rc.5
v5.0.0-rc.5
2024-07-22 10:33:31 +02:00
Simone
9c3e72f05d
fix color in disabled buttons ( #20851 )
...
* fix: change actions color when the action is disabled
* fix: change Box to span
2024-07-22 10:14:48 +02:00
Simone
c01ae1f598
fix: the padding of the more button to have a perfect square ( #20855 )
2024-07-22 10:12:12 +02:00
Marc Roig
8ddb1ecebc
fix: inconsistent publish permissions ( #20668 )
...
* fix: inconsistent publish permissions
* fix: tests
* fix: api tests
* fix: is create should be is nil
* fix: publish and update by using locale
* fix: remove some conditions to the Document actions
---------
Co-authored-by: Simone Taeggi <startae14@gmail.com>
2024-07-22 10:03:14 +02:00
DMehaffy
5a07acc502
Merge pull request #20856 from strapi/v5/upgrade-styled-comp
...
chore: add styled-components upgrade codemod
2024-07-19 12:45:00 -07:00
Derrick Mehaffy
44d7eebf2d
chore: add styled-components upgrade codemod
2024-07-19 09:46:48 -07:00
Simone
2e199bb8b2
Fix Long Collection title breaks ui ( #20770 )
...
* fix: handle long title in ctb, cm, relations and left menu
* fix: remove redundant width declaration
2024-07-18 17:22:17 +02:00
Rémi de Juvigny
d938b73b42
fix: show media dialog in blocks and markdown editors ( #20846 )
...
* fix: show media dialow in blocks and markdown editors
* fix: creating folders
* chore: remove unnecessary onClose code
2024-07-18 04:55:34 -04:00
Nathan Pichon
a04615767f
chore(cloud-cli): update dependencies ( #20831 )
2024-07-17 17:32:45 +02:00
Marc Roig
8f8324a880
v5.0.0-rc.4 ( #20834 )
...
* v5.0.0-rc.4
* chore: revert failed release
* v5.0.0-rc.4
* fix: update missing dependencies
2024-07-17 16:16:25 +02:00
Fernando Chávez
9f00348b6e
fix(documentation): add check to password input ( #20704 )
...
* fix(documentation): add check to password input
* fix(documentation): toggle notification when there is an error
2024-07-16 10:20:29 +02:00
Rémi de Juvigny
17972f0ee5
chore: update yarn.lock
2024-07-10 15:40:31 +02:00
Rémi de Juvigny
358dbeb3a8
v5.0.0-rc.3
2024-07-10 15:39:03 +02:00
Rémi de Juvigny
edc24aaa3b
feat(cm): optimistic document updates ( #20713 )
2024-07-10 04:25:40 -04:00
Fernando Chávez
f79be3e52e
fix(content-releases): check time has not passed if date is today ( #20679 )
...
* fix(content-releases): check time has not passed if date is today
* fix(content-releases): apply simone's feedback
2024-07-09 10:30:33 +02:00
Jean-Sébastien Herbaux
a5a7edb16a
Fix file path parsing to allow cross-platform compatibility ( #20680 )
2024-07-08 11:50:15 +02:00
Convly
5cd0e23bf5
v5.0.0-rc.2
v5.0.0-rc.2
2024-07-05 12:21:29 +02:00
Marc Roig
c3f078328f
chore: backmerge develop into v5 main ( #20678 )
...
* Fix typo of query key from 'providers' to 'get-providers'
* Closing #19644 fix filters type
* fix patreon oauth 400 error
from lack of user-agent header
* test: backport cli tests (#20433 )
* fix(chore): increase specificity of the Lightning icon color (#20467 )
* test: temporarily disable broken edit ctb tests on CI (#20481 )
* feat(cli): cloud cli commands (v4) (#20119 )
* feat(cli): add cloud commands
Co-authored-by: Gonzalo Garcia <nouvellegon@gmail.com>
Co-authored-by: nathan-pichon <nathan.pichon@strapi.io>
Co-authored-by: Abdallah M <55534657+abdallahmz@users.noreply.github.com>
* v4.25.0 (#20500 )
* NPS: Update frequency of the NPS (#20492 )
* enhancement(admin): change postFirstDismissal and display delays
* enhancement(admin): change the display delay
* fix: prevent use of local ips on webhooks (#20487 )
* chore: mask error on webhook manual trigger
* feat: prevent using local ips
* feat: display webhook edit error
* chore: pr suggestion
* chore: api tests
* chore: allow local ips on development
* chore: only run check on production
* feat: include internationalized urls
* fix: prettier
* Add: Strapi deploy command to README files
* v4.25.1
* Update @aws-sdk/client-s3 package
* feat(cli): add browser logout step (#20502 )
* feat(cli): add browser log out step
* handle error whiile fetching the config
* Update LICENSE packing for packages for v4 (#20576 )
* feat(create-strapi-app): remove the cloud project creation part (#20561 )
* feat(create-strapi-app): remove the cloud project creation part
* fix(create-strapi-app): adding new parameter to cloud service instantiation
* Update Yarn to 4.3.1
Signed-off-by: Sora Morimoto <sora@morimoto.io>
* feat(cli): trigger login sequence when token is missing or invalid (#20572 )
* feat(cli): launch login when auth fails
* fix(cli): abstract create project fn
* fix(cli): guidelines
* fix(cli): rebase
---------
Co-authored-by: Gonzalo Andres Garcia <nouvellegon@gmail.com>
* fix clone entity, #20509 (#20531 )
* chore: bump glob from 7.2.0 to 9.0.0
* chore: bump glob to v10.4.2 in core/strapi
* update yarn.lock
* removed redundant packages/core/strapi/src/load/glob.ts file
* v4.25.2 (#20675 )
* fix: support string array
* v4.25.2
---------
Co-authored-by: Alexandre Bodin <bodin.alex@gmail.com>
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
* Merge branch 'develop' into v5/main
* fix: ts errors
* fix: typescript issues
* fix: remove unused import
* Update packages/cli/create-strapi-app/src/create-strapi-app.ts
Co-authored-by: Nathan Pichon <nathan.pichon@strapi.io>
* Update packages/cli/create-strapi-app/src/create-strapi-app.ts
Co-authored-by: Nathan Pichon <nathan.pichon@strapi.io>
* Update packages/generators/app/src/resources/files/js/README.md
Co-authored-by: Nathan Pichon <nathan.pichon@strapi.io>
* Update packages/generators/app/src/resources/files/ts/README.md
Co-authored-by: Nathan Pichon <nathan.pichon@strapi.io>
* feat(cloud-cli): enable cloud-cli
---------
Signed-off-by: Sora Morimoto <sora@morimoto.io>
Co-authored-by: smoothdvd <madfxgao@gmail.com>
Co-authored-by: Micah Riggan <micahriggan@gmail.com>
Co-authored-by: Tewson Seeoun <tewson.seeoun@gmail.com>
Co-authored-by: Ben Irvin <ben.irvin@strapi.io>
Co-authored-by: Simone <startae14@gmail.com>
Co-authored-by: Nathan Pichon <nathan.pichon@strapi.io>
Co-authored-by: Gonzalo Garcia <nouvellegon@gmail.com>
Co-authored-by: Abdallah M <55534657+abdallahmz@users.noreply.github.com>
Co-authored-by: Maxime Castres <mcastres@student.42.fr>
Co-authored-by: Convly <jean-sebastien.herbaux@epitech.eu>
Co-authored-by: Alex Supkay <asupkay1124@gmail.com>
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
Co-authored-by: Sora Morimoto <sora@morimoto.io>
Co-authored-by: Alexandre Bodin <bodin.alex@gmail.com>
Co-authored-by: Kirill Verevkin <kira795@yandex.ru>
Co-authored-by: chrismuiruriz <chrismuiruri007@gmail.com>
2024-07-05 07:08:09 +02:00
Simone
ef0648bf9b
feat(releases-settings): use the default timezone in the Release modal ( #20666 )
...
* feat(releases-settings): apply the default timezone in the Release modal
* feat(content-releases): fix review comments
2024-07-04 10:29:11 +02:00
Marc Roig
8ad1ccbb99
chore: run relation permissions test ( #20674 )
2024-07-03 15:34:49 +02:00
Fernando Chávez
0694fe6c8f
Merge pull request #20208 from strapi/fix/scheduling-update-error-message
...
fix(scheduling): update error message
2024-07-03 15:30:51 +02:00
Jamie Howard
5efc3fc695
fix(e2e): new data set to fix shop single types ( #20670 )
2024-07-03 10:02:35 +01:00