14487 Commits

Author SHA1 Message Date
Josh
9ecb47b3f9 chore: some test fixes 2024-04-29 13:59:50 +01:00
Josh
5b09b7a441 test: fix webhook by asserting item is deleted 2024-04-29 13:40:16 +01:00
Ben Irvin
4300e8f16c
chore!: remove deprecated verbose option from ts:generate-types 2024-04-29 10:08:59 +02:00
Bassel Kanso
6e4752e83e chore: fix lint issues 2024-04-29 10:14:25 +03:00
Bassel Kanso
83607b1272 chore: fix type errors 2024-04-29 09:45:03 +03:00
Bassel Kanso
0e97285715 chore: remove the axios implementation from admin 2024-04-29 09:28:45 +03:00
Bassel Kanso
fd55682955 Merge branch 'v5/main' into v5/replace-axios 2024-04-29 02:13:48 +03:00
Bassel Kanso
e3ea9f6402 chore: fixing some tests that are not rendering properly 2024-04-26 17:47:13 +03:00
Jean-Sébastien Herbaux
672727c8cf
docs(typescript): type system cheat sheet 2024-04-26 14:46:52 +02:00
Alexandre Bodin
3e1be288b8 chore: add fs-extra types where needed 2024-04-26 11:15:51 +02:00
Alexandre Bodin
06f017a9dc fix: http-errors ugprade 2024-04-26 09:32:57 +02:00
Alexandre Bodin
89b8013624 chore: update utility deps 2024-04-26 09:32:10 +02:00
Josh
5d000fb33c
chore: upgrade to DS 2.0.0-beta.2 (#20151) 2024-04-25 16:17:23 +01:00
Marc Roig
58f553ab42
fix: doc id migration for mysql (#20174)
* fix: doc id migration for mysql

* feat: mysql subquery
2024-04-25 14:10:47 +02:00
Bassel Kanso
991f5c00e8 Merge branch 'v5/remove-root-level-nested-params' of https://github.com/strapi/strapi into v5/remove-root-level-nested-params 2024-04-25 13:53:13 +03:00
Bassel Kanso
b0ab90c6a1 chore: remove support for legacy dz params in query-populate 2024-04-25 13:52:43 +03:00
Madhuri Sandbhor
863b960229 fix: use generic translation errors 2024-04-25 12:45:57 +02:00
Alexandre Bodin
792129f7b4 chore: make document service api more consistent 2024-04-24 18:15:02 +02:00
Mark Kaylor
2245f847dc fix: incorrect versions 2024-04-24 15:55:58 +02:00
Mark Kaylor
2aa7d7fb41 v5.0.0-beta.5 2024-04-24 15:52:25 +02:00
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 2024-04-24 14:48:42 +02:00
Bassel Kanso
dfd5bbf8d6
Merge branch 'v5/main' into v5/replace-axios 2024-04-24 09:41:49 +03:00
Bassel Kanso
61d71566fb fix: make all builds work 2024-04-24 09:37:52 +03:00
Bassel Kanso
4d66c3c521 chore: make packages build 2024-04-24 09:25:54 +03:00
Bassel Kanso
620bcfe40d fix: content-manager build 2024-04-24 08:20:56 +03:00
Bassel Kanso
0ec9224844
Merge branch 'v5/main' into v5/remove-root-level-nested-params 2024-04-24 08:17:45 +03:00
Bassel Kanso
76eb03dc94 chore: implement validateStatus 2024-04-24 08:04:12 +03:00
Bassel Kanso
9b81e69326 chore: refactor and fix some tests 2024-04-23 17:53:50 +03:00
Bassel Kanso
8f75d1e78a chore: making upload work with fetchClient 2024-04-23 17:12:52 +03:00
Alexandre Bodin
e8698b6f7b fix: content could be undefined 2024-04-23 14:50:38 +02:00
Alexandre Bodin
ab53783744 chore: remove use of entity service 2024-04-23 11:26:27 +02:00
markkaylor
bdaafbbb3c
chore(history): add api tests (#20157) 2024-04-23 10:50:47 +02:00
Bassel Kanso
7899cd5db8 chore: refactoring and fixes for getfetchclient 2024-04-23 10:07:14 +03:00
Alexandre Bodin
3b831b1504 fix: ee not being extended because no default export 2024-04-22 16:09:50 +02:00
Rémi de Juvigny
7431ba9b38
fix: sanitize history versions data field (#20143)
* fix: sanitize history versions data field

* fix: ts cannot be named error
2024-04-22 08:03:52 -04:00
Bassel Kanso
ab542129d2 fix: removed root-level nested params
Co-authored-by: Jean-Sébastien Herbaux <Convly@users.noreply.github.com>
2024-04-22 15:03:33 +03:00
Bassel Kanso
403e00ab42 Merge branch 'v5/main' into v5/replace-axios 2024-04-18 18:25:23 +03:00
Bassel Kanso
23718db2fc chore: fixing some tests 2024-04-18 18:20:38 +03:00
Simone
616346afcf
feat(main-nav): Main Nav refactoring, refactor the logo (#20135)
* feat(main-nav): replace DS NavBrand with admin NavBrand

* feat(main-nav): refactor navbrand code and test

* feat(main-nave): remove useless mock in unit test

* feat(main-nav): use padding prop
2024-04-18 17:02:50 +02:00
markkaylor
113a853206
fix: add render prop to use VersionInputRenderer (#20139) 2024-04-18 14:26:17 +02:00
Mattias van den Belt
3786ed4fae
fix: remove double modal toggle for on delete RBAC role (#20000) 2024-04-17 21:34:45 +01: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
Convly
eecdc83f34 Merge branch 'refs/heads/releases/5.0.0-beta.4' into v5/main 2024-04-17 15:53:17 +02:00
DMehaffy
469f8c0fe2
Merge branch 'develop' into fix/cors-5 2024-04-17 06:51:18 -07:00
Convly
a9b61589c8 chore: update dependencies to 5.0.0-beta.4 2024-04-17 15:43:36 +02: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 2024-04-17 15:08:57 +02:00