Rémi de Juvigny
f1dbaef309
chore: rename core packages ( #20243 )
...
* chore: remove plugin from cm package name
* chore: remove plugin from upload package name
* chore: remove plugin from email package name
* chore: remove plugin from ctb package name
* chore: remove plugin from i18n package name
* fix: plugin ids
* fix: v5 migratino
* fix: import order lint error
2024-05-02 09:07:50 -04:00
Rémi de Juvigny
66bc16965f
chore: run lint fix ( #20246 )
2024-05-02 08:28:14 -04:00
Rémi de Juvigny
9d4475b11a
feat: show hidden fields in history frontend ( #20201 )
...
* chore: add configuration to history context
* feat: show fields that aren't in the layout in history
* chore: add renderLayout prop to ComponentInput
* feat: render remaining fields in components
* fix: types
* chore: refactor to composition api
* chore: move renderInput to children
* fix: repeatable components index
* fix: repeatable components toggling together
* chore: move ComponentLayout
* fix: generate temp keys for history values
* chore: delete ComponentLayout
* fix: components with no hidden fields
* fix: add comments
* chore: add comment
2024-04-30 11:53:27 -04:00
markkaylor
4a26739ee0
fix(history): handle sanitization when fetching versions ( #20212 )
...
Co-authored-by: Rémi de Juvigny <remi.dejuvigny@strapi.io>
2024-04-30 11:33:06 +02:00
Ben Irvin
19fab61054
fix: safe loading of content type names such as then
2024-04-29 17:21:18 +02:00
Simone
53cf1f19cc
feat(main-nav): Main Nav refactoring, add the Home icon ( #20176 )
...
* feat(main-nav): replace DS NavLink with admin NavLink
* feat(main-nav): change icon type
* feat(main-nav): fix prettier errors
* feat(main-nav): refactor navlink code and add more test cases
* feat(main-nav): minor fixes
* feat(main-nav): fix ui errors
* feat(main-nav): fix merge issues
* feat(main-nav): fix unit test and types
* feat(main-nav): change offset values
2024-04-29 15:37:57 +02:00
Ben Irvin
4300e8f16c
chore!: remove deprecated verbose option from ts:generate-types
2024-04-29 10:08:59 +02:00
Jean-Sébastien Herbaux
672727c8cf
docs(typescript): type system cheat sheet
2024-04-26 14:46:52 +02:00
Alexandre BODIN
5cda9a07a2
Merge pull request #20204 from strapi/v5/deps-upgrades
...
Update deps
2024-04-26 14:14:14 +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
c5892a9f22
chore: upgrade graphql-tools
2024-04-26 09:32:57 +02:00
Alexandre Bodin
11abfd2855
chore: upgrade sentry
2024-04-26 09:32:56 +02:00
Alexandre Bodin
89b8013624
chore: update utility deps
2024-04-26 09:32:10 +02:00
Alexandre Bodin
4829d20648
chore: update actions deps
2024-04-26 09:32:10 +02:00
Alexandre BODIN
46c0958bff
Merge pull request #20206 from strapi/v5/upgrade-mailgun-provider
...
chore: upgrade mailgun provider and remove deprecated options
2024-04-26 09:13:44 +02:00
Josh
5d000fb33c
chore: upgrade to DS 2.0.0-beta.2 ( #20151 )
2024-04-25 16:17:23 +01:00
Alexandre Bodin
785473fac9
chore: upgrade mailgun provider and remove deprecated options
2024-04-25 15:17:41 +02: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
Alexandre BODIN
fb2834f9c1
Merge pull request #20175 from strapi/v5/doc-service-returns
...
chore: make document service api more consistent
2024-04-25 11:42:20 +02:00
Alexandre Bodin
792129f7b4
chore: make document service api more consistent
2024-04-24 18:15:02 +02:00
markkaylor
bf0113b3ab
Merge pull request #20199 from strapi/fix/history-api-tests
...
fix(tests): update history api tests to created ids
2024-04-24 18:14:29 +02:00
Mark Kaylor
e765f29187
fix(tests): update history api tests to created ids
2024-04-24 17:26:58 +02:00
markkaylor
80b63a06f2
Merge pull request #20198 from strapi/releases/5.0.0-beta.5
...
chore: release v5.0.0-beta.5
2024-04-24 16:03:51 +02:00
Mark Kaylor
2245f847dc
fix: incorrect versions
2024-04-24 15:55:58 +02:00
Mark Kaylor
2aa7d7fb41
v5.0.0-beta.5
v5.0.0-beta.5
2024-04-24 15:52:25 +02:00
Jean-Sébastien Herbaux
01bf5cfbe4
docs: update code formatting and minor text adjustments in type system documentation ( #20186 )
2024-04-23 18:19:37 +02:00
markkaylor
bdaafbbb3c
chore(history): add api tests ( #20157 )
2024-04-23 10:50:47 +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
Alexandre BODIN
1fabb4ed49
Merge pull request #20154 from strapi/v5/entity-doc-service
...
chore: update codemod to match new format
2024-04-22 08:53:24 +02:00
Jean-Sébastien Herbaux
2d8197cd02
docs: contributor guide for type system concepts ( #20120 )
...
Co-authored-by: Ben Irvin <ben.irvin@strapi.io>
Co-authored-by: Hannah Paine <151527179+hanpaine@users.noreply.github.com>
2024-04-19 14:33:41 +02:00
Alexandre Bodin
e7fdec529d
chore: update codemod to match new format
2024-04-19 10:21:07 +02: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
Marc Roig
b4e42e332d
feat: refactor test in transaction util ( #20145 )
...
* feat: refactor test in transaction util
* fix: remove dp tests
* fix: failing api test
2024-04-18 16:10:35 +02:00
Ben Irvin
a7cf7e50ee
fix: u&p service hashes password attributes
2024-04-18 15:58:46 +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
Convly
eecdc83f34
Merge branch 'refs/heads/releases/5.0.0-beta.4' into v5/main
2024-04-17 15:53:17 +02:00
Convly
a9b61589c8
chore: update dependencies to 5.0.0-beta.4
v5.0.0-beta.4
2024-04-17 15:43:36 +02:00
Marc Roig
76447298a8
feat: migrate document published entries from v4 ( #19813 )
...
* chore: add document-id migration
* feat: migration file
* chore: change migration name
* feat: document draft creation
* fix: use knex to query
* feat: discard drafts
* 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
* chore: comment todo on create draft migration
* chore: remove draft creation migration
* feat: register internal migrations dynamically (#20002 )
* feat: register internal migrations dynamically
* chore: load umzug lazily
* chore: lazy load umzugProvider migrations
* feat: register internal migrations dynamically (#20006 )
* feat: register internal migrations dynamically
* chore: load umzug lazily
* chore: lazy load umzugProvider migrations
* feat: discard draft migration from strapi core
* fix: unit test
* fix: make discardDraft inline
* fix: prettier
* fix: remove unused code
* fix: ignore tables that do not exist
* fix: build
* chore: remove comment
---------
Co-authored-by: Alexandre Bodin <bodin.alex@gmail.com>
2024-04-17 13:41:44 +02:00
Ben Irvin
b9e5b3a2d3
enhancement(ctb)!: reserve keywords needed for Strapi 5 features
2024-04-17 12:18:38 +02:00
Rémi de Juvigny
d23c1d5b0e
chore: remove history future flag ( #20131 )
2024-04-17 11:20:32 +02:00
markkaylor
b2d2f81797
feat: add confirmation modal when restoring history version ( #20106 )
...
Co-authored-by: Rémi de Juvigny <8087692+remidej@users.noreply.github.com>
2024-04-17 10:13:36 +02:00
markkaylor
80e532931b
chore: merge develop into v5/main ( #20126 )
2024-04-16 18:06:25 +02:00
Christian
e2d1ee0951
Merge pull request #20128 from strapi/fix/sso-frontend-tests
...
Fix SSO Frontend Test
2024-04-16 14:09:31 +02:00
Rémi de Juvigny
abaeef8b3c
fix: history design details ( #20122 )
2024-04-16 08:04:19 -04:00
Christian Capeans
b54d4d0617
fix: wrong mock
2024-04-16 12:44:15 +02:00
markkaylor
b4f819aae7
feat(history): restore version ( #20102 )
2024-04-16 09:18:33 +02:00
Christian
281dd31953
Merge pull request #19981 from strapi/chore/remove-js-cookie
...
chore: remove js-cookie dependency
2024-04-15 19:21:14 +02:00
Christian Capeans
d0008be757
fix: update yarn.lock file
2024-04-15 14:49:33 +02:00