Alexandre BODIN
8dc428d4d4
Merge pull request #20017 from strapi/v5/document-service-api
...
Improvement to the doc service API
2024-04-08 15:02:54 +02:00
Simone
ecb089c3e0
fix(content-releases): fix flaky FE unit tests ( #19936 )
...
* fix: fix CMReleasesContainer flaky test
* fix: add skipHover option in the render
2024-04-08 14:40:18 +02:00
Rémi de Juvigny
30dc322a9b
enhancement: display relations on history page ( #20054 )
...
* feat: add relation data to history versions response
* fix: restore unknown attributes
* fix: admin test ts errors
* chore: mark feedback
* feat: show missing relations/assets banner
* enhancement: display relation input in history
* fix: bg color, non sticky header, bottom padding
* chore: use RelationResult type
* fix: relations empty view
* chore: add useField generic type
2024-04-08 08:20:14 -04:00
Alexandre BODIN
a806043f96
Merge branch 'v5/main' into v5/document-service-api
2024-04-08 11:22:28 +02:00
Bassel Kanso
04bbb9c618
Merge branch 'v5/main' into fix/creating-api-tokens
2024-04-08 11:07:49 +03:00
Jean-Sébastien Herbaux
d5fe7b300f
Merge branch 'v5/main' into v5/tsdoc/ts-doc-as-markdown
2024-04-05 15:34:06 +02:00
Alexandre Bodin
2b548ef558
chore: create updateEntry
2024-04-05 14:08:18 +02:00
Josh
b86306c946
chore(cm): fix peer-deps ( #20049 )
2024-04-05 12:48:13 +01:00
Alexandre Bodin
5e5bcf8c8f
chore: improve middleware api
2024-04-05 11:34:41 +02:00
Alexandre Bodin
57ef329165
chore: make document service method take a single argument object
2024-04-05 11:34:40 +02:00
Alexandre Bodin
6c0c7031cc
chore: cleanup entity-service and move everything into document service for further changes
2024-04-05 11:34:10 +02:00
Alexandre Bodin
544d55dc42
chore: simplify components api in doc service and fix some typings
2024-04-05 11:34:10 +02:00
DMehaffy
68c52dc267
Chore: Update vite and webpack-dev-middleware ( #20037 )
2024-04-05 08:10:26 +01:00
Alexandre Bodin
2fe3160287
Merge branch 'releases/4.22.1' into develop
2024-04-05 08:31:44 +02:00
Alexandre Bodin
009bd52a1a
v4.22.1
2024-04-05 08:20:38 +02:00
Rémi de Juvigny
163e91acfe
enhancement: add relation data to history versions response ( #20035 )
...
* feat: add relation data to history versions response
* fix: restore unknown attributes
* fix: admin test ts errors
* chore: mark feedback
2024-04-04 17:31:51 -04:00
Derrick Mehaffy
3fe3bbfca2
Chore: Revert #19921
...
Related to: https://github.com/strapi/strapi/issues/20033
2024-04-04 13:21:00 -07:00
Ben Irvin
5ab818b8ee
test: add e2e tests for CTB restarts from file changes
2024-04-04 18:55:24 +02:00
Ben Irvin
188bce38eb
Merge branch 'v5/main' into fix/creating-api-tokens
2024-04-04 16:11:24 +02:00
Jamie Howard
66039c144d
(content-manager): ask for confirmation of d&p tab change ( #19912 )
...
* feat(content-manager): ask for confirmation of d&p tab change when form is modified
* fix(admin): controlled tabs
* chore(admin): types
* chore: update design-system to 1.17.0
2024-04-04 14:36:25 +01:00
Christian Capeans
316e5189a5
fix: adjust new links to link button component
2024-04-04 14:07:36 +02:00
Christian Capeans
9e9631fc92
chore: refactor link button components to use v2
2024-04-04 13:21:14 +02:00
Alexandre BODIN
79f8c92d52
Merge pull request #19971 from strapi/fix/issue-12225
...
feat: support media deep filtering & relation shortcut filters
2024-04-04 11:57:30 +02:00
Alexandre BODIN
54c5072bd1
Update packages/core/database/src/query/helpers/where.ts
...
Co-authored-by: Jean-Sébastien Herbaux <jean-sebastien.herbaux@epitech.eu>
2024-04-04 11:57:23 +02:00
Alexandre BODIN
e23830c818
Merge pull request #20014 from MattieBelt/patch-5
...
[v5] fix: use admin.url config for root path redirect
2024-04-04 09:41:21 +02:00
Simone
117cb872e4
fix(content-manager): populate media and nested components on cloning ( #19958 )
...
* fix(content-manager): populate media and nested components on cloning
Co-authored-by: Marc Roig <Marc-Roig@users.noreply.github.com>
* fix(content-manager): small changes based on review comments
---------
Co-authored-by: Marc Roig <Marc-Roig@users.noreply.github.com>
2024-04-04 09:29:34 +02:00
Alexandre BODIN
54789dea1c
Merge branch 'v5/main' into patch-5
2024-04-03 22:51:57 +02:00
Alexandre Bodin
bf35cde68f
chore: update koa-body
2024-04-03 22:48:48 +02:00
Alexandre Bodin
ae6067744d
chore: update koa libs
2024-04-03 20:43:34 +02:00
Alexandre Bodin
cb63439231
fix: invalid dep version after beta release
2024-04-03 20:43:12 +02:00
Mattias van den Belt
8bcf5c5559
fix: use admin.url config for root path redirect
...
fixes : #20013
2024-04-03 19:33:09 +02:00
Alexandre BODIN
c9159be3ec
Merge pull request #19943 from strapi/v5/core
...
chore: internal core refactorings
2024-04-03 17:37:12 +02:00
Alexandre Bodin
13a7fe96d1
v5.0.0-beta.2
2024-04-03 17:35:15 +02:00
markkaylor
752a6edceb
Merge pull request #19311 from mariansimecek/update-sharp-dep
...
Update sharp package to version v0.33.3
2024-04-03 10:41:41 -04:00
Convly
fcf3e55da5
Merge branch 'v5/main' of github.com:strapi/strapi into v5/tsdoc/ts-doc-as-markdown
2024-04-03 16:37:43 +02:00
Alexandre BODIN
1122223fae
chore: add document-id migration ( #19514 )
...
* chore: add document-id migration
* fix: use database identifiers utils
* fix: leave rename identifiers migration name as it was before
* chore: revert database config
* feat: simplify migration document ids query
* update with subquery
---------
Co-authored-by: Marc-Roig <marc12info@gmail.com>
Co-authored-by: Marc Roig <marc.roig.campos@strapi.io>
2024-04-03 15:53:24 +02:00
Bassel Kanso
f76e314f9e
fix: making api tokens creation work
2024-04-03 16:38:44 +03:00
markkaylor
fe2c29fb5c
Merge pull request #20007 from strapi/releases/4.22.0
...
v4.22.0 - develop
2024-04-03 09:24:31 -04:00
Alexandre Bodin
fc4a5dd41b
chore: update example of document service use method
2024-04-03 15:23:57 +02:00
Mark Kaylor
45fb7bc16d
v4.22.0
2024-04-03 09:06:13 -04:00
Alexandre Bodin
c224439564
fix: middleware type
2024-04-03 14:24:40 +02:00
Alexandre Bodin
26a9719787
chore: apply feedbacks
2024-04-03 14:24:15 +02:00
Alexandre Bodin
55ae34e5dc
chore: introduce providers to simplify main class
2024-04-03 14:24:15 +02:00
Alexandre Bodin
eb61511884
chore: use strapi.service instead of strapi.admin.services
2024-04-03 14:24:15 +02:00
Alexandre Bodin
daf629fd13
chore: remove loadedStrapi and init everything but admin in constructor
2024-04-03 14:24:15 +02:00
Alexandre Bodin
2bcdab485d
feat: support media deept filtering & relation shortcut filters
2024-04-03 12:43:12 +02:00
Christian
a36def2419
Merge pull request #19989 from strapi/fix/create-webhook-button
...
fix: create webhooks on an empty list page
2024-04-03 11:21:35 +02:00
Christian Capeans
e510c18a42
fix: remove unnecessary condition
2024-04-03 10:20:05 +02:00
Ben Irvin
791bc2c971
fix: validation of upload filename
2024-04-03 09:13:44 +02:00
markkaylor
971168147b
chore(history): simplify the meta object ( #19990 )
2024-04-02 13:49:09 -04:00