Madhuri Sandbhor
63d70071de
chore: moved cms components from DS to admin ( #20242 )
...
* chore: move all CMS components from DS to admin
* fix: eslint config
---------
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2024-05-06 09:29:44 +01:00
Marc Roig
23fa63efeb
feat: webhooks ( #20129 )
...
* feat: webhooks
* feat: ignore entry.publish findOne
* chore: type entry
* feat: refactor publication methods to not trigger entry.delete webhook (#20136 )
* feat: refactor publication methods
* fix: remove unnecessary chain op in db query
* feat: emit document. as webhook
* feat: register legacy events
* feat: only trigger entry webhooks
* feat: rename webhook to event
* feat: event manager
* fix: repository
* feat: webhook tests
* fix: api tests
* fix: non localized fields api test
* fix: refactor event hub
* fix: eventhub type
* fix: event hub unit test
* fix: remove all subscribers
* fix: webhook api test
2024-05-03 11:41:42 +02:00
Rémi de Juvigny
86372bcda5
fix: CMReleasesContainer test ( #20250 )
...
* fix: CMReleasesContainer test
* fix: entry id type
2024-05-03 03:58:07 -04:00
Marc-Roig
b67ed7fe18
fix: updating example project internal dependencies
2024-05-03 09:34:17 +02:00
Ben Irvin
2264b66ec3
fix(database): drop foreign keys before dropping indexes
2024-05-02 19:18:31 +02:00
Bassel Kanso
d8bad8366e
Merge branch 'v5/main' into v5/replace-axios
2024-05-02 18:07:32 +03:00
Bassel Kanso
79f3446e9e
chore: fixing some flaky frontend unit tests
2024-05-02 18:00:16 +03:00
Marc-Roig
6c76c1b8c2
v5.0.0-beta.6
2024-05-02 16:01:39 +02:00
Bassel Kanso
6138ca5504
Merge branch 'v5/main' into v5/replace-axios
2024-05-02 16:22:04 +03:00
Bassel Kanso
c6ec34cbaf
chore: fix flaky unit test
2024-05-02 16:12:27 +03:00
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
Bassel Kanso
b5211f7283
Merge branch 'v5/replace-axios' of https://github.com/strapi/strapi into v5/replace-axios
2024-05-02 13:32:57 +03:00
Bassel Kanso
833d0a7ccd
chore: removing onUploadProgress from upload plugin
2024-05-02 13:32:54 +03:00
Bassel Kanso
0ca752ad99
Merge branch 'v5/main' into v5/replace-axios
2024-05-02 10:52:23 +03:00
Bassel Kanso
d696828dfe
chore: fix transfer token e2e test
2024-05-02 01:43:39 +03: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
Bassel Kanso
cefbf003e4
Merge branch 'v5/replace-axios' of https://github.com/strapi/strapi into v5/replace-axios
2024-04-29 16:42:56 +03:00
Bassel Kanso
b98728bbad
chore: adding some comments
2024-04-29 16:42:36 +03: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
Josh
00f1e17248
test: please work units
2024-04-29 14:18:14 +01:00
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
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
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