marcoautiero
88a36309d4
Linting
2025-05-05 12:00:14 +02:00
marcoautiero
2d6eb44672
Fixing tests
2025-05-05 11:36:13 +02:00
marcoautiero
5ca82b4c83
Avoiding to hard code API request prefix
2025-05-05 10:29:05 +02:00
Bassel Kanso
d65f67e0c5
fix: prettier formatting
2025-04-24 14:36:10 +03:00
marcoautiero
e564cf1362
Limiting the api tracker to api requests
2025-04-24 13:06:20 +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
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
Simone
f93d6eabe5
chore: strapi DS v2.0.0-rc.23 ( #23384 )
2025-04-16 18:06:51 +02:00
Simone
91ff5b63ca
chore: strapi DS v2.0.0-rc.22 ( #23372 )
2025-04-16 17:30:28 +02:00
Rémi de Juvigny
6ad4f9c588
Merge remote-tracking branch 'origin/main' into develop
2025-04-16 15:15:21 +02:00
Bassel Kanso
b288881356
test(admin): add tests for reducer auth actions and Login SSO ( #23369 )
2025-04-16 11:26:48 +03:00
Davi Marins Dantas
80f2fe46f5
fix(preview): pass documentId as undefined if the entry is singleType ( #23302 )
...
passing the documentId to the updateDocument was preventing updating it
2025-04-16 04:23:14 -04:00
remidej
50b2b67a8c
release: 5.12.5
2025-04-16 08:06:52 +00:00
dependabot[bot]
e21fe90bf2
chore(deps): bump undici in the npm_and_yarn group across 1 directory ( #23133 )
...
Bumps the npm_and_yarn group with 1 update in the / directory: [undici](https://github.com/nodejs/undici ).
Updates `undici` from 6.21.1 to 7.4.0
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v6.21.1...v7.4.0 )
---
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>
Co-authored-by: Rémi de Juvigny <8087692+remidej@users.noreply.github.com>
2025-04-14 11:53:21 -04:00
markkaylor
51ac3e3622
future(homepage): refactor internal widgets to use api ( #23352 )
2025-04-14 17:08:21 +02:00
Marc-Roig
670dd814bc
chore: release backmerge
2025-04-14 12:12:32 +02:00
markkaylor
1ebd3c267c
future(homepage): export widget helper components ( #23345 )
2025-04-11 16:46:29 +02:00
markkaylor
b0ac9d7f6f
future(homepage): add widgets api ( #23342 )
2025-04-11 10:04:19 +02:00
DMehaffy
76977370da
fix: optimize schema validation lookup for mysql/mariadb ( #23331 )
2025-04-10 06:53:05 -07:00
PapatMayuri
cef741e292
fix: relation icons shape in the relation modal ( #22371 )
2025-04-10 11:46:52 +03:00
Christian Sánchez
40c9a94475
enhancement: support for IPv6 addresses in absolute urls ( #23212 )
...
---------
Co-authored-by: Ben Irvin <ben.irvin@strapi.io>
2025-04-09 15:13:53 +02:00
Marc-Roig
31a6e03b9d
release: 5.12.4
2025-04-09 13:10:51 +00:00
Marc Roig
82fd5bc51d
fix: axios version ( #23329 )
2025-04-08 09:30:27 +02:00
Marc Roig
e58b6436d4
chore: bump vite version ( #23330 )
2025-04-08 09:30:09 +02:00
Rémi de Juvigny
5cb623f32d
chore: refactor relation input modal ( #23145 )
...
* chore: drop side editor future flag
(cherry picked from commit 4a4c1f97b333d265ea392cdbdd558f54e77b4217)
* fix: ts error
* chore: manage relation modal state in reducer (wip)
* wip: conditional context wrapper
* wip: refactoring
* fix: display the modal
* feat: introduce useNewDocumentContext
* fix: move onPreview to preview context
* chore: remove DocumentContextProvider
* chore: finishing touches
* chore: test reducer state instead of component
* fix: create page throwing error
* chore: fix lint error
* chore: pair programming improvements
* fix: published tab content is not disabled
* fix: hasUnsavedChanges not reset on close
* fix: relation modal nested form issue (#23243 )
* fix: relation modal nested form and ellispsis
* fix: reducer test
* fix: make GO_FULL_PAGE close modal (#23245 )
* fix: uid field broken in modals (#23251 )
* enhancement: move relation modal expand button and remove footer (#23254 )
* fix: handle the case you publish a nested relation starting from a create entry form
* fix: change the condition value
* fix: update the values of new relations added and not yet saved when we modify their name or status in the modal (#23310 )
* fix: update the values of the connected relations modified in the modal
Co-authored-by: Rémi de Juvigny <remidej@users.noreply.github.com>
* fix: fix review's comments
* fix: failing e2e tests
* fix: refactor a little bit a flaky e2e test
* fix: add a comment to explain the part of code we added
* fix: remove useless code in the flaky test
---------
Co-authored-by: Rémi de Juvigny <remidej@users.noreply.github.com>
---------
Co-authored-by: Mark Kaylor <mark.kaylor@strapi.io>
Co-authored-by: Simone Taeggi <startae14@gmail.com>
Co-authored-by: Rémi de Juvigny <remidej@users.noreply.github.com>
2025-04-07 05:33:12 -04:00
Stefano
69e2ba3406
feat(upload): sharp v0.33.5 ( #22237 )
...
Co-authored-by: Mark Kaylor <mark.kaylor@strapi.io>
2025-04-04 11:55:08 +02:00
Anand Oganiya
3ff6c84f42
enhancement: added tooltip for icons ( #22973 )
...
Co-authored-by: Bassel Kanso <basselkanso82@gmail.com>
2025-04-04 11:45:01 +03:00
markkaylor
efe4356054
chore(deps): bump markdown-it from 12.3.2 to 13.0.2 ( #23272 )
2025-04-04 08:13:44 +02:00
Mark Kaylor
929f36e7cd
Merge branch 'main' into develop
2025-04-03 08:41:52 +02:00
markkaylor
c20d4c99e6
release: 5.12.3
2025-04-02 16:12:25 +00:00
Simone
02d0e30145
Merge branch 'develop' into fix/review-workflow-find-all
2025-04-02 18:06:43 +02:00
Mark Kaylor
51e0d5616a
Merge branch 'main' into develop
2025-04-02 17:25:28 +02:00
markkaylor
53adddafe2
release: 5.12.2
2025-04-02 12:49:03 +00:00
Simone
a58ff487b6
Merge branch 'develop' into fix/review-workflow-find-all
2025-04-02 12:09:51 +02:00
Simone
108196f258
Merge pull request #23239 from strapi/fix/reset-form-publish
...
fix: disable publish button when publishing a relation change
2025-04-02 11:07:56 +02:00
Simone
90b74f7798
Merge branch 'develop' into fix/review-workflow-find-all
2025-04-01 16:13:09 +02:00
Simone Taeggi
03adc9cedb
fix: skip temporally unit test
2025-04-01 11:16:09 +02:00
Simone Taeggi
dd1c13dd2d
fix: wrap render in act
2025-04-01 10:56:35 +02:00
Simone Taeggi
b93670366e
fix: add another assertion
2025-04-01 10:41:11 +02:00
Simone Taeggi
a463a07d2d
fix: try to fix unit test failing
2025-04-01 10:06:47 +02:00
Simone Taeggi
fab84c71c6
fix: change AssigneeSelect test implementation
2025-03-31 18:13:06 +02:00
Simone Taeggi
482dad0eaf
fix: use best practices to retrieve elements in unit test
2025-03-31 14:14:51 +02:00
Simone Taeggi
42807fff93
fix: remove the populate param to useGetWorkflowsQuery
2025-03-31 12:33:43 +02:00
Simone Taeggi
bc71126573
fix: test skip failing test in the CI
2025-03-31 10:49:56 +02:00
Simone Taeggi
b983c79970
fix: try to fix unit test failing
2025-03-31 09:45:26 +02:00
Simone Taeggi
2cd944b6f0
fix: change waitFor content
2025-03-28 23:26:16 +01:00
Simone Taeggi
e276020e4c
fix: update unit test
2025-03-28 18:53:13 +01:00