1180 Commits

Author SHA1 Message Date
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
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
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
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
Convly
b4ae6aa3c1 v5.0.0-rc.6 2024-07-23 15:50:21 +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
Convly
cc58165688 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
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
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
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
Convly
5cd0e23bf5 v5.0.0-rc.2 2024-07-05 12:21:29 +02:00
Fernando Chávez
db53db2867
Merge pull request #20664 from strapi/fix/bulk-publish-modal
fix(content-manager): bulk actions modal don't force to use modal
2024-07-02 16:38:41 +02:00
Jamie Howard
16c59635dc
[Fix] Auto clone modal and ensure we validate correct statuses (#20629)
* fix(content-manager): correctly show modal when auto clone violates field constraints

fix(core): validate auto clone on non draft and publish content as published

* fix: clean up

* fix: wip

* fix(content-manager): revert findone change

* fix: clean up

* fix(content-manager): revert countdraftrelations

* fix(content-manager): remove published at auto null for cloning

* fix(content-manager): auto clone tag invalidation

* fix(content-manager): move status default to within getdocumentlocaleandstatus
2024-07-02 14:03:44 +01:00
Convly
61a76a7440 v5.0.0-rc.1 2024-07-02 14:20:33 +02:00
Marc Roig
ca1fa862ee
fix: do not populate morph relations on count draft relations (#20662) 2024-07-02 09:35:33 +02:00
Fernando Chavez
3be8ed1f66 fix(content-manager): bulk actions modal don't force to use modal 2024-07-01 16:42:42 +02:00
Rémi de Juvigny
e77763aaeb
fix: rich text editor ui issues (#20639)
* chore: use react router relative path links

* fix: rich editor ui issues

* fix: blocks expand/collapse tooltip

* fix: VersionHeader unit tests
2024-07-01 10:30:07 -04:00
Jamie Howard
123b07bae1
fix(content-manager): dismiss bulk list view publish (#20646) 2024-06-28 10:28:03 +01:00
Rémi de Juvigny
ba7361eee4
fix: history action position in menu (#20640)
* fix: history action position in menu

* fix: build and release icon

* fix: lint errors

* fix: tests
2024-06-28 04:44:15 -04:00
Convly
9cf19c7976 v5.0.0-rc.0 2024-06-26 15:16:06 +02:00
Rémi de Juvigny
ec0af1ddc1
fix: cm header spacings (#20635) 2024-06-26 08:50:20 -04:00
Jamie Howard
6f2b4bfee0
feat(content-manager): warn when publishing an entry with draft relations (#20610)
* feat(content-manager): warn when publishing an entry with draft relations

* feat(content-manager): warn about draft relations when directly publishing new entry

* feat(content-manager): improve relation counting logic and add e2e test

* fix: clean up

* fix(content-manager): separate server and local relation logic

* chore(content-manager): wip e2e test covering dynamic zones

* chore(content-manager): remove loading dependency from effect

* chore: remove onlys

* chore: re organise tests

* fix: clean up
2024-06-26 13:41:12 +01:00
DMehaffy
d14936db52
Merge pull request #20627 from strapi/chore/v5/update-license-terms 2024-06-25 11:44:45 -07:00
Fernando Chávez
71bb0a3e0e
Merge pull request #20603 from strapi/v5/blocks-fixes
fix(content-manager): blocks issues
2024-06-25 18:15:09 +02:00
Simone
7649630598
Fix Content History: Crash when viewing versions with added media or relation fields (#20619)
* fix(content-history): check value from useField

* fix(content-history): check if the value coming from the useField is not undefined
2024-06-25 17:36:54 +02:00
Convly
745741d19e chore: update history LICENSES 2024-06-25 17:09:02 +02:00
Convly
8acd6e1de4 v5.0.0-beta.17 2024-06-25 17:06:13 +02:00
Madhuri Sandbhor
eaefed97eb
fix: displayed fields dnd issue (#20613) 2024-06-25 17:04:41 +02:00
Alexandre BODIN
d0b51fbf84
Merge pull request #20615 from strapi/v5/cm-fixes
fix: several UI issues a typos
2024-06-25 16:58:11 +02:00
Convly
b88e970383 chore: update license files with enterprise agreement details 2024-06-25 16:52:56 +02:00
Rémi de Juvigny
4babf95f0e
fix: main nav fixes (#20626) 2024-06-25 10:49:27 -04:00
Fernando Chavez
3b379e30a6 fix(content-manager): dont support list selector when multiple blocks are selected 2024-06-25 16:27:42 +02:00
Alexandre Bodin
49d033e747 fix: cm component validation 2024-06-25 16:09:16 +02:00
Alexandre Bodin
068381c9c9 fix: content manager error management 2024-06-25 10:10:53 +02:00
Convly
4bc5b35e36 v5.0.0-beta.16 2024-06-24 23:02:36 +02:00
Alexandre BODIN
105cdbf182
Merge pull request #20609 from strapi/v5/fixes
fix: ui
2024-06-24 17:47:38 +02:00
Alexandre Bodin
48555c1304 fix: history empty state add back button 2024-06-24 16:23:43 +02:00
Alexandre Bodin
a1a359742a fix: manage auth in redux store 2024-06-24 11:19:53 +02:00
Convly
ccb2b38bb4 v5.0.0-beta.15 2024-06-24 10:22:34 +02:00
Fernando Chavez
c58fb0f790 fix(content-manager): blocks issues 2024-06-21 18:20:29 +02:00
Marc Roig
d4d66d1fc0
fix: incorrect populate when using morph relations (#20582) 2024-06-21 15:11:48 +02:00
Convly
b8b91d16eb chore: v5.0.0-beta.14 2024-06-21 10:28:28 +02:00
Rémi de Juvigny
bbdc5e8aa3
fix: navigation issues (#20565) 2024-06-20 08:35:59 -04:00
Fernando Chávez
c89af5f4e3
Merge pull request #20548 from strapi/v5/fix-relations-filters
fix(content-manager): fix filters bugs with relations, enums and uids
2024-06-20 13:39:53 +02:00