Fernando Chávez
3fdf1a575b
enhancement: migrate bulk publish & unpublish to v5 ( #20184 )
...
* chore: migrate bulk publish & unpublish to v5
* chore: change findLocales type to accept arrays
* chore: fix lint error
* chore: migrate bulkDelete to v5 (#20161 )
* chore: migrate bulkDelete to v5
* chore: change findLocales type to accept strings array
* fix: docs prettier styles
* chore: remove console.log
* enhancement: migrate countManyDraftRelations to v5
* only publish not published entries
* use strapi query directly on bulkPublish
* fix api tests for bulk publish
* apply jamie feedback
2024-05-07 16:58:56 +02:00
Bassel Kanso
0e5c0a66e7
Merge branch 'v5/main' into v5/remove-root-level-nested-params
2024-05-06 23:15:32 +03:00
Marc Roig
8e9b152292
fix: document service find many pagination ( #20178 )
2024-05-06 14:52:48 +02:00
markkaylor
e60ec18292
chore(history): refactor restore and add tests for relations ( #20179 )
2024-05-06 10:54:07 +02: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
Alexandre Bodin
792129f7b4
chore: make document service api more consistent
2024-04-24 18:15:02 +02:00
Bassel Kanso
0ec9224844
Merge branch 'v5/main' into v5/remove-root-level-nested-params
2024-04-24 08:17:45 +03: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
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
Rémi de Juvigny
d23c1d5b0e
chore: remove history future flag ( #20131 )
2024-04-17 11:20:32 +02:00
markkaylor
b4f819aae7
feat(history): restore version ( #20102 )
2024-04-16 09:18:33 +02:00
Ben Irvin
18019758d6
enhancement!: create sends 201 status code
2024-04-15 14:03:47 +02:00
Rémi de Juvigny
63d7006f9e
enhancement: add history license check ( #20099 )
...
* enhancement: add history license check
* fix: add history to default license data
2024-04-12 13:07:16 -04:00
Josh
bc71a96d76
chore(pack-up): remove from monorepo (v5) ( #20092 )
...
* chore(pack-up): remove from repo
* chore: type fixes
* chore: add suggestions to tighten types
Co-authored-by: Ben Irvin <ben.irvin@strapi.io>
---------
Co-authored-by: Ben Irvin <ben.irvin@strapi.io>
2024-04-12 13:39:49 +01:00
Alexandre Bodin
2b548ef558
chore: create updateEntry
2024-04-05 14:08:18 +02: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
544d55dc42
chore: simplify components api in doc service and fix some typings
2024-04-05 11:34:10 +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
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
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
daf629fd13
chore: remove loadedStrapi and init everything but admin in constructor
2024-04-03 14:24:15 +02:00
markkaylor
971168147b
chore(history): simplify the meta object ( #19990 )
2024-04-02 13:49:09 -04:00
Ben Irvin
2ef71bdf4c
Merge branch 'develop' into v5/main
2024-04-02 16:25:24 +02:00
Ben Irvin
cf82c830d8
test: restructure test dirs
2024-04-02 11:19:43 +02:00
Jamie Howard
43b9e91c67
feat(i18n): non localized fields ( #19720 )
...
* feat(i18n): wip non localized fields
* feat(i18n): use document service middleware for non localized fields
* feat(i18n): support component data in non localized sync
* chore(i18n): cleanup and fix unit tests
* fix(i18n): reintroduce permissions sync
* test(i18n): api test for non localized fields
* feat(i18n): add earth icon to symbolise localised fields (#19774 )
* test(i18n): cover publish, unpublish, update and create in api tests
* feat(i18n): ensure non localized fields are populated
* fix(i18n): get right id
* fix(content-manager): doc metadata in non d&p cases
* fix(conent-manager): i18n detection
* fix: pr feedback
* fix(i18n): handle non localized components
* feat(i18n): sync non localized components
* fix(i18n): wip unit test
* feat(i18n): handle relations within non localized components
* feat(i18n): reintroduce FE and fix for repeatables
* chore: lockfile
* chore(i18n): cleanup
* chore(i18n): cleanup
* feat(i18n): match relation locales to source entry during transformation
* fix(i18n): unit tests
* fix(i18n): getNonLocalizedAttributes
* chore(i18n): fix unit tests
* chore(i18n): pr feedback
* chore(i18n): pr feedback
* fix(i18n): unit tests
---------
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2024-04-02 10:08:10 +01:00
Marc Roig
343968041b
fix: relations lazy loading ( #19932 )
2024-03-26 13:44:21 +01:00
Alexandre Bodin
3f6a8109ea
chore: introduce query-params service to remove strapi.global dep in utils
2024-03-25 14:03:32 +01:00
Alexandre Bodin
fed8ac1cb7
chore: remove usage of strapi global in traverse
2024-03-25 08:52:10 +01:00
markkaylor
c184e9d81f
fix(history): update type ( #19878 )
2024-03-21 17:02:13 +01:00
markkaylor
1c2f2708ff
feat(history): diff schemas to get unknown attributes ( #19849 )
2024-03-21 15:20:57 +01:00
Convly
670c292117
Merge branch 'v5/main' of github.com:strapi/strapi into v5/types/v2
2024-03-20 14:22:44 +01:00
Alexandre Bodin
de9951b5bd
Merge branch 'releases/v5-beta' into v5/main
2024-03-20 13:02:25 +01:00
Convly
d671c5698d
Merge branch 'v5/main' of github.com:strapi/strapi into v5/types/v2
2024-03-20 08:51:37 +01:00
Marc Roig
66c1011328
fix: cm relation bugs ( #19842 )
...
* fix: relations
* fix: hardcode english locale
* fix(cm): don't try and be clever with caching relations
* fix: locale when target is not localized
---------
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2024-03-19 14:57:36 +01:00
Josh
49e84a90ad
fix(cm): send status & locale with disconnect array ( #19832 )
...
* fix(cm): send status & locale with disconnect array
* fix: backend ids to omit to entry ids
* fix(cm): use id to connect & invalidate form data after updating
* fix: api tests
* fix: cache issue switching tabs
---------
Co-authored-by: Marc-Roig <marc12info@gmail.com>
2024-03-19 12:39:45 +00:00
Alexandre Bodin
3e8b3d565b
chore: update u&p
2024-03-19 08:50:23 +01:00
Alexandre Bodin
5f05a98acc
Merge branch 'releases/v5-beta' into v5/main
2024-03-18 17:12:48 +01:00
Convly
bc9f526e2b
chore: refine import statements and remove redundant comments
2024-03-18 11:57:32 +01:00
Convly
a328275adb
Merge branch 'v5/main' of github.com:strapi/strapi into v5/types/v2
2024-03-18 11:38:17 +01:00
Marc Roig
a2741e3bc6
feat: do not send status relations ( #19776 )
...
* feat: do not send status relations
* fix: status contract
* chore: hide D&P status on relations that don't have it
* fix: relations not appearing
* fix: do not show status on relations dropdown
---------
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2024-03-18 11:21:30 +01:00
Christian Capeans
8cb962b8dd
Merge branch 'v5/main' of github.com:strapi/strapi into v5/types/v2
2024-03-18 11:11:46 +01:00
Marc Roig
98bdf8e07f
feat: count cm relations ( #19804 )
2024-03-18 10:49:37 +01:00
Marc Roig
5fff2d3fee
fix: fix cm metadata when dp is disabled ( #19792 )
...
* feat: add drag-and-drop to relations
Co-Authored-By: Marc Roig <20578351+Marc-Roig@users.noreply.github.com>
* chore: spelling mistakes
* chore: fix mainField accessing
* chore: remove comment code
Co-Authored-By: Marc Roig <marc12info@gmail.com>
* fix: metadata
---------
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
Co-authored-by: Marc Roig <20578351+Marc-Roig@users.noreply.github.com>
2024-03-15 16:36:09 +01:00
Josh
98ecaa5093
feat: add drag-and-drop to relations ( #19788 )
...
* feat: add drag-and-drop to relations
Co-Authored-By: Marc Roig <20578351+Marc-Roig@users.noreply.github.com>
* chore: spelling mistakes
* chore: fix mainField accessing
* chore: remove comment code
Co-Authored-By: Marc Roig <marc12info@gmail.com>
---------
Co-authored-by: Marc Roig <20578351+Marc-Roig@users.noreply.github.com>
Co-authored-by: Marc Roig <marc12info@gmail.com>
2024-03-15 15:16:35 +00:00
markkaylor
782d2acf66
fix(history): save status on version create ( #19737 )
2024-03-15 11:58:54 +01:00
Alexandre Bodin
a95285578b
chore: database enhancements
2024-03-13 22:13:40 +01:00