36057 Commits

Author SHA1 Message Date
dhoko
cef4ff5f13
fix: improve type signature core-store getter (#23593) 2025-05-27 10:32:21 +02:00
Rémi de Juvigny
c72b48da73
fix: don't show add to release bulk actions when draft and publish di… (#23578)
* fix: don't show add to release bulk actions when draft and publish disabled

* fix: force skip guided tour
2025-05-26 08:14:20 -04:00
Rémi de Juvigny
26ef1c1726
fix(releases): check if review workflow service is available (#23568) 2025-05-26 04:01:52 -04:00
Simone
27b590bee9
chore: strapi DS v2.0.0-rc.24 (#23580)
* chore: strapi DS v2.0.0-rc.24 bump

* chore: fix snapshot tests
2025-05-23 15:32:00 +02:00
Simone
e3eb36dde0
fix: change rollup config to include the css file in prod mode (#23547)
* fix: change rollup config to include the css file in prod mode

* fix: set extract to true
2025-05-22 15:00:07 +02:00
DMehaffy
b445ac2d35
enhancement(database): change schema hash from md5 to sha256 (#23116) 2025-05-21 13:32:43 +02:00
Marc Roig
e7d11cb360
chore(deps): upgrade image-size package in docs (#23564) 2025-05-21 13:32:18 +02:00
Ben Irvin
21c052195d
chore(ci): update trunk to v1 (#23563) 2025-05-21 13:02:44 +02:00
Rémi de Juvigny
e171221d8d Merge remote-tracking branch 'origin/main' into develop 2025-05-21 12:00:21 +02:00
Rémi de Juvigny
87d13d1c69
Merge pull request #23561 from strapi/releases/5.13.1
chore: 5.13.1 release
2025-05-21 11:59:51 +02:00
remidej
31b19cb6a3 release: 5.13.1 v5.13.1 2025-05-21 08:34:23 +00:00
Marco A.
6cdb1adaad
enhancement(cli): transfer command prompts for missing information (#23421) 2025-05-20 17:29:21 +02:00
Rémi de Juvigny
ac2eac47cb
chore: convert relations api tests to ts (#23553)
* chore: convert relations api tests to ts

* test: delete skipped tests
2025-05-20 06:11:21 -04:00
markkaylor
7ec9307c39
Merge pull request #23471 from maximpostnikov/fix/content-manager-translation-uid
fix(content-manager): use UID instead of “undefined” for missing translations
2025-05-20 09:21:54 +02:00
markkaylor
835667284e
Merge branch 'develop' into fix/content-manager-translation-uid 2025-05-19 17:40:41 +02:00
Ziyi
d8f8da8f5b
future: add rules engine for conditional fields (#23487)
* feat: add rules engine for json logic schema validation and tests

* feat: refactor rules engine

* chore: export rules engine

---------

Co-authored-by: Bassel Kanso <bassel.kanso@strapi.io>
2025-05-09 15:40:41 +03:00
Jean-Sébastien Herbaux
6907979ebc
docs(openapi): add architecture documentation to OpenAPI (#23444)
Co-authored-by: Ben Irvin <ben.irvin@strapi.io>
2025-05-09 12:32:44 +02:00
Andrei L
daa3d4c4db
fix(types): add missing settings.useTypescriptMigrations prop to database config (#23489) 2025-05-08 12:29:32 +02:00
Mark Kaylor
990615b2ed Merge branch 'main' of github.com:strapi/strapi into develop 2025-05-07 15:32:57 +02:00
markkaylor
ed61b0a799
Merge pull request #23484 from strapi/releases/5.13.0
Releases/5.13.0
2025-05-07 15:32:11 +02:00
Andrei L
5221e5742f
fix(types): add missing flags prop to admin config (#23486) 2025-05-07 15:30:08 +02:00
Mark Kaylor
b5aa0342ea Merge branch 'main' of github.com:strapi/strapi into releases/5.13.0 2025-05-07 14:54:13 +02:00
markkaylor
7ada913195 release: 5.13.0 v5.13.0 2025-05-07 12:32:18 +00:00
Ben Irvin
063fe6b9a4
fix: use text for encrypted key of viewable api token (#23477) 2025-05-06 16:16:59 +02:00
Simone
8d82ac3578
fix: define an initial ComponentProvider on top of the Relation Modal (#23472) 2025-05-06 13:53:00 +02:00
Maxim Postnikov
3d33977c2c
fix: update model reference in FormLayout for consistent localization 2025-05-05 20:59:58 +01:00
Rémi de Juvigny
8c28a74d12
feat: make widgets api stable (#23470) 2025-05-05 12:21:11 -04:00
Simone
7ae14fd44d
feat: future branch create relations initiative (#23379) 2025-05-05 18:17:36 +02:00
Maxime Castres
0cf1e6de90
chore: update cloud cli (#23392)
* chore: update cloud cli

* chore: condition to include prompt property

* chore: fix verification

* fix: lint errors

* fix: prettier issue

---------

Co-authored-by: Dimitris Messinis <dimitris.messinis@strapi.io>
Co-authored-by: Simone Taeggi <startae14@gmail.com>
2025-05-05 13:37:52 +02:00
Jean-Sébastien Herbaux
59bf9b3f30
docs(openapi): add initial OpenAPI documentation to core docs (#23443) 2025-05-05 11:40:52 +02:00
Bassel Kanso
5989d3c7be
enhancement: make api tokens viewable (#23439) 2025-05-05 11:06:33 +03:00
Bassel Kanso
c8de96f027
Test: replace snapshot tests (#23409)
---------

Co-authored-by: Jamie Howard <jhoward1994@gmail.com>
2025-05-05 11:05:29 +03:00
Ben Irvin
513fb92659
release: 5.12.7 (#23413) (#23455) 2025-04-30 19:10:49 +02:00
Ben Irvin
8050544585 Merge: Resolved conflicts 2025-04-30 16:44:01 +02:00
innerdvations
08da186feb release: 5.12.7 v5.12.7 2025-04-30 14:25:39 +00:00
Den
93631651c3
fix: Error MISSING_TRANSLATION errors for locale 'ru' (#21575)
Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com>
Co-authored-by: Hannah Paine <151527179+hanpaine@users.noreply.github.com>
2025-04-30 14:41:37 +01:00
Ramazan Sancar
253ca3ab29
chore: Amazon SES readme plugin config improvements (#23390) 2025-04-30 14:16:59 +02:00
Jean-Sébastien Herbaux
fb92031f3d
release: 5.12.6 (#23417)
Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com>
Co-authored-by: Davi Marins Dantas <davimdantas@gmail.com>
Co-authored-by: Bassel Kanso <basselkanso82@gmail.com>
Co-authored-by: Rémi de Juvigny <remi.dejuvigny@strapi.io>
Co-authored-by: Simone <startae14@gmail.com>
Co-authored-by: Bassel Kanso <bassel.kanso@strapi.io>
Co-authored-by: Rémi de Juvigny <8087692+remidej@users.noreply.github.com>
Co-authored-by: Convly <Convly@users.noreply.github.com>
2025-04-28 15:04:31 +02:00
Convly
9a3736dc18 Merge remote-tracking branch 'origin' 2025-04-28 14:41:38 +02:00
Maxime Castres
1e0ab24820
chore: improve uniqueness of deviceId + userId (#23120) 2025-04-28 13:57:44 +02:00
Péter Gyarmati
80ec10b836
fix: typo in data-transfer CLI (#23422) 2025-04-25 23:44:30 +02:00
Ankit
a4d190682c
fix: updated icon button to include disabled flag for repeatable comp (#23427)
* fix: updated icon button to include disabled flag for repeatable comp

* fix: disabled drag icon for repeatable comp in published mode and added gap between icons

* revert: removed button gap between accordion icons
2025-04-25 08:13:37 -04:00
Rémi de Juvigny
36b6cea9d2
future: add widget link button (#23429) 2025-04-25 05:28:38 -04:00
markkaylor
d08ef457fd
future(homepage): missing addTagTypes results in stale data (#23428) 2025-04-25 11:28:02 +02:00
markkaylor
167a9bf54f
chore(homepage): move widget controllers, services, and routes from admin to content-manager (#23407) 2025-04-24 11:01:12 +02:00
Rémi de Juvigny
f345ada2ce
chore: track registered widgets (#23412) 2025-04-24 04:46:44 -04:00
markkaylor
0abebb3869
fix: widget type not exported from core (#23416) 2025-04-24 10:41:40 +02:00
Jean-Sébastien Herbaux
1a5d945b00
release: 5.12.6 (#23413)
Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com>
Co-authored-by: Davi Marins Dantas <davimdantas@gmail.com>
Co-authored-by: Bassel Kanso <basselkanso82@gmail.com>
Co-authored-by: Rémi de Juvigny <remi.dejuvigny@strapi.io>
Co-authored-by: Simone <startae14@gmail.com>
Co-authored-by: Bassel Kanso <bassel.kanso@strapi.io>
Co-authored-by: Rémi de Juvigny <8087692+remidej@users.noreply.github.com>
Co-authored-by: Convly <Convly@users.noreply.github.com>
fix(preview): pass documentId as undefined if the entry is singleType (#23302)
resolve babel (#23391)
fix: rich text editors focus mode modals (#23378)
2025-04-24 10:12:37 +02:00
Rémi de Juvigny
76f429d635
future: check permissions before rendering widgets (#23397)
* future: check permissions before rendering widgets

* fix: don't hide widgets when no permissions

* fix: auth permission subject check

* fix: don't check widget permissions if widgets future flag not passed
2025-04-23 10:09:04 -04:00
Rémi de Juvigny
7c7ba817d0
fix: rich text editors focus mode modals (#23378)
* fix: blocks editor expanded modal

* fix: markdown focus mode

* fix: modal sizes

* test: add e2e test
2025-04-18 06:05:03 -04:00