36017 Commits

Author SHA1 Message Date
Jean-Sébastien Herbaux
9df3a2472c
release: 5.10.4 2025-02-28 09:44:59 +01:00
Ben Irvin
e98ae27d8c
fix: upgrade koa to 2.15.4 (#23013) 2025-02-27 16:15:23 +01:00
Simone Taeggi
c43334448d Merge branch 'develop' into feat/relations-on-the-fly-edit-relation 2025-02-27 09:50:10 +01:00
dhoko
e61eff51f9
fix: types for custom http response APIs (#21614)
* fix: types for custom http response APIs

* fix: remove deprecated ignore error

---------

Co-authored-by: Ben Irvin <ben.irvin@strapi.io>
Co-authored-by: Bassel Kanso <basselkanso82@gmail.com>
2025-02-26 19:51:34 +02:00
Ivan Malaniak
9a7418f343
enhancement: add missing Ukrainian translations for various plugins and components (#22150)
Co-authored-by: Bassel Kanso <basselkanso82@gmail.com>
2025-02-26 19:46:18 +02:00
Simone Taeggi
73c068051e Merge branch 'develop' into feat/relations-on-the-fly-edit-relation 2025-02-26 17:07:02 +01:00
Bassel Kanso
4c7e9e6971
fix: make sure to clean _cmp tables from orphaned morph types (#23000) 2025-02-26 18:03:38 +02:00
Simone
798c977445
chore: bump design system to rc.18 (#23004)
* chore: bump design system to rc.18
2025-02-26 17:02:52 +01:00
Jorrit Schippers
f1b9124ef3
fix(admin): building the admin with webpack (#22999)
Only the default export can be imported from a JSON file using webpack.
2025-02-26 16:02:01 +01:00
Convly
f0677746dd release: 5.10.4 v5.10.4 2025-02-26 14:58:54 +00:00
Simone
a4161dd0ce
feat(relations-on-the-fly): add the Relation Modal (#22858) 2025-02-26 11:02:18 +01:00
markkaylor
20e302a177
fix(preview): updating the document causes full page reload (#22990) 2025-02-26 10:37:27 +01:00
DMehaffy
cc6c39db18
Merge pull request #22873 from strapi/enh/upgradeCommands
enhancement: add additional package scripts to default templates
2025-02-25 09:33:33 -08:00
Ben Irvin
ddbe8e8273
Merge branch 'develop' into enh/upgradeCommands 2025-02-25 10:58:00 +01:00
markkaylor
24165c9d5c
chore: document the permission checker service (#22922) 2025-02-24 11:42:38 +01:00
markkaylor
8f958d1f87
feat(preview): add review workflow injection zone (#22942) 2025-02-24 10:58:23 +01:00
Rémi de Juvigny
0e442020b6
chore: bump design system to rc.17 (#22968) 2025-02-24 09:21:05 +01:00
Marc Roig
fdac61dd05
Merge pull request #22956 from strapi/fix/async-function-call
fix: await document exists
2025-02-20 17:02:16 +01:00
Marc-Roig
242fecbcf1
fix: await document exists 2025-02-20 15:56:05 +01:00
Rémi de Juvigny
0a60ac747a
future: toggle preview side editor (#22919)
* future: toggle side editor

* enhancement: add animation

* fix: arrow direction
2025-02-20 08:56:59 -05:00
markkaylor
8264ee2035
feat(preview): save and publish document (#22902)
Co-authored-by: Rémi de Juvigny <remi.dejuvigny@strapi.io>
2025-02-20 11:21:05 +01:00
Rémi de Juvigny
8a99507ac0 Merge remote-tracking branch 'origin/main' into develop 2025-02-20 09:56:24 +01:00
Rémi de Juvigny
f55cd79e15
Merge pull request #22943 from strapi/releases/5.10.3
chore: release v5.10.3
2025-02-20 09:54:55 +01:00
remidej
0fb3565a0b release: 5.10.3 v5.10.3 2025-02-19 13:44:54 +00:00
Jamie Howard
23a591758a
fix(data-transfer): surface errors from createassetsreadstream (#22905)
Co-authored-by: Ben Irvin <ben.irvin@strapi.io>
2025-02-19 10:33:50 +00:00
Jean-Sébastien Herbaux
b66668612e
fix: invalid documentId type in the getvalues util 2025-02-19 11:00:46 +01:00
Convly
9f1ceb2bf4 fix: invalid documentId type in the getvalues util 2025-02-19 09:47:23 +01:00
Rémi de Juvigny
689f00d9f1 fix: apply advanced permissions in content manager home widgets (#22921)
* fix: apply permission conditions in content manager home widgets

* chore: extract getPermissionChecker

(cherry picked from commit 37494b34d1b30bf22cf798b24fa74ec1b1b35f20)
2025-02-18 17:19:28 +01:00
Rémi de Juvigny
37494b34d1
fix: apply advanced permissions in content manager home widgets (#22921)
* fix: apply permission conditions in content manager home widgets

* chore: extract getPermissionChecker
2025-02-18 11:18:52 -05:00
Lucas Boilly
f8506948c5
chore: remove files from the old homepage (#22908)
Co-authored-by: Rémi de Juvigny <8087692+remidej@users.noreply.github.com>
2025-02-18 05:24:06 -05:00
DMehaffy
3f0da6c47a fix: add new email ratelimit middleware and apply to admin pass reset (#22813)
* fix: add new email ratelimit middleware and apply to admin pass reset

* fix: resolve proper middleware name

* fix: prettier fix for middleware export

* fix: config loading and dependency lint

* fix: build error on type unknown

* fix: pr feedback on setting default config

Co-authored-by: Ben Irvin <ben.irvin@strapi.io>

* fix: remove unused has from lodash

---------

Co-authored-by: Ben Irvin <ben.irvin@strapi.io>
Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com>
(cherry picked from commit 4e3c39761542c661efd7204c308f1146dfb0f1e3)
2025-02-18 10:33:15 +01:00
DMehaffy
4e3c397615
fix: add new email ratelimit middleware and apply to admin pass reset (#22813)
* fix: add new email ratelimit middleware and apply to admin pass reset

* fix: resolve proper middleware name

* fix: prettier fix for middleware export

* fix: config loading and dependency lint

* fix: build error on type unknown

* fix: pr feedback on setting default config

Co-authored-by: Ben Irvin <ben.irvin@strapi.io>

* fix: remove unused has from lodash

---------

Co-authored-by: Ben Irvin <ben.irvin@strapi.io>
Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com>
2025-02-18 04:31:50 -05:00
Alexandre BODIN
b8a93ec6cf
chore: fix build:code not including copy-files step (#22907) 2025-02-17 17:15:28 +01:00
Ben Irvin
f0bec13467
fix: password validation tests (#22904) 2025-02-17 16:14:50 +01:00
DMehaffy
e0df4d5033
Merge branch 'develop' into enh/upgradeCommands 2025-02-14 13:33:23 -08:00
Derrick Mehaffy
9f9c564efc fix: remove additional upgrade aliases 2025-02-14 13:32:35 -08:00
Derrick Mehaffy
ff62e5d81e fix: remove list aliases 2025-02-14 13:30:07 -08:00
dependabot[bot]
80103017ad
chore(deps): bump undici from 6.19.2 to 6.21.1 (#22697)
Bumps the npm_and_yarn group with 1 update: [undici](https://github.com/nodejs/undici).


Updates `undici` from 6.19.2 to 6.21.1
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v6.19.2...v6.21.1)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-14 11:48:30 +01:00
Alexandre BODIN
4ea0e78d4b
Merge commit from fork
feat: add password length validation of 72 bytes
2025-02-14 11:27:02 +01:00
Ben Irvin
082492f357 Merge branch 'develop' into advisory-fix-1 2025-02-14 10:59:05 +01:00
Ben Irvin
c99d5d32b6 Merge remote-tracking branch 'upstream/develop' into develop 2025-02-14 10:40:43 +01:00
markkaylor
aa5ec8f780
chore: swap Download icon for Earth icon (#22881) 2025-02-14 09:26:52 +01:00
markkaylor
2a1c7a281f
fix: flaky tests (#22829) 2025-02-13 14:35:38 +01:00
Alexandre Bodin
36914a8477 Merge branch 'main' into develop 2025-02-13 09:37:34 +01:00
Alexandre Bodin
353326453a Merge branch 'main' into develop 2025-02-13 09:36:27 +01:00
alexandrebodin
51cb30e957 release: 5.10.2 v5.10.2 2025-02-13 08:31:58 +00:00
Alexandre Bodin
7896ed8da1 fix: duplicate dep 2025-02-13 09:24:13 +01:00
alexandrebodin
8a96041b6e release: 5.10.1 v5.10.1 2025-02-13 08:17:57 +00:00
Alexandre BODIN
2046a256f4
Merge pull request #22869 from strapi/fix/v5.10.0
fix: issue in 5.10.0
2025-02-13 09:09:12 +01:00
Derrick Mehaffy
7f8710b10e enhancement: add additional package scripts to default templates 2025-02-12 15:15:48 -08:00