Bassel Kanso
e1dfd4d9f1
fix: Check component names against collectionTypeNames
2024-01-29 15:29:46 +01:00
Serghei
e269729047
fix(admin): password should not be sent if it is an empty string ( #19295 )
...
* Fix password is sent when it was not changed
* Refactor a bit
* Try fix types
* Run prettier
* Update packages/core/admin/admin/src/pages/Settings/pages/Users/EditPage.tsx
* Use signle quotes instead
---------
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2024-01-29 10:58:54 +00:00
Josh
6d59515520
fix(i18n): locale swapping with content-types & D&P disabled ( #19296 )
2024-01-26 15:11:01 +00:00
Convly
6a58621932
Merge branch 'releases/4.19.0' into develop
2024-01-24 16:10:08 +01:00
Convly
beec786491
v4.19.0
v4.19.0
2024-01-24 16:00:22 +01:00
Jean-Sébastien Herbaux
ec07377544
Merge pull request #19313 from strapi/fix/exclude-releases-dts
...
fix(dts): exclude content-releases
2024-01-24 15:33:00 +01:00
Mark Kaylor
83ccc02f01
fix(dts): exclude content-releases
2024-01-24 15:31:21 +01:00
Bassel Kanso
88184914f3
Merge pull request #19227 from strapi/fix/relations-read-rbac
...
Sanitize relation read query
2024-01-24 11:03:55 +02:00
Bassel Kanso
ec04445427
Merge branch 'develop' into fix/relations-read-rbac
2024-01-23 11:29:39 +02:00
Bassel Kanso
8247576d2a
fix: preserve correct pagination
2024-01-23 11:28:19 +02:00
Rémi de Juvigny
1168c576ca
feat(content-manager): better handle entry duplication ( #19256 )
...
* list problematic fields on autoclone failure
* use 3d array for prohibited fields
* tweak type
* pass the plugin params
* remove unused var
* feedback
* use ordered list for breadcrumbs
* less strict wording
* allow uni directional one-to-many relations
2024-01-22 14:17:53 +01:00
Bassel Kanso
ad408f192d
Merge branch 'develop' into fix/relations-read-rbac
2024-01-22 10:56:21 +02:00
Ben Irvin
27295f2164
enh: adjust Playwright timeouts and allow setting from environment
2024-01-19 18:12:35 +01:00
Fernando Chávez
fb8e9fec2e
fix(content-releases): Don't allow pending releases with the same name ( #19272 )
...
* fix(content-releases): Don't allow pending releases with the same name
* mark feedback
2024-01-19 17:25:55 +01:00
markkaylor
49afd59115
Merge pull request #19284 from strapi/fix/format-code
...
fix(content-releases): format register file
2024-01-19 16:11:54 +01:00
Mark Kaylor
d417f050ea
fix(content-releases): format register file
2024-01-19 15:58:58 +01:00
markkaylor
d172fb07e2
chore(content-releases): remove future flags ( #19245 )
2024-01-19 15:54:10 +01:00
Fernando Chávez
0d0b078513
fix(content-releases): Send the populate entry when publish ( #19262 )
...
* fix(content-releases): Send the populate entry when publish
* populating entries manually
* prettier aws-s3 readme
* apply marks feedback
2024-01-19 15:09:15 +01:00
Simone
c1061cabb3
fix(content-releases): hide the More button in the CM Edit View with no permission ( #19269 )
...
* fix(content-releases): hide the More button in the Edit View when you don t have permission
* fix lint error
2024-01-19 14:58:24 +01:00
Bassel Kanso
3596a43c3b
Merge branch 'develop' into fix/relations-read-rbac
2024-01-19 13:58:54 +02:00
Bassel Kanso
a4e9327ef3
fix: add permissionsQuery to one relations
2024-01-19 13:34:48 +02:00
Alexandre BODIN
5a350223aa
Merge pull request #19275 from strapi/fix/s3-pretty-readme
...
fix(upload-aws-s3): prettier error in readme
2024-01-19 11:57:50 +01:00
Rémi de Juvigny
67e8ff3cd6
fix(upload-aws-s3): prettier error in readme
2024-01-19 11:09:35 +01:00
Fernando Chávez
133e750907
fix(admin): append query params to audit logs request ( #19265 )
2024-01-19 09:29:19 +01:00
Bassel Kanso
0d380ed3ae
fix: make pagination work properly
2024-01-19 10:25:50 +02:00
Rémi de Juvigny
34a17e3727
chore(ctb): remove "new" badge on Blocks attribute ( #19246 )
...
* chore(ctb): remove "new" badge on Blocks attribute
* add explicit type
2024-01-18 17:01:08 +01:00
Fernando Chávez
2f7decb22b
fix(content-releases): filter releases with entry attached ( #19249 )
...
* fix(content-releases): fix problem with filters of releases with entry not attached
* apply marks feedback
2024-01-18 16:26:59 +01:00
Ben Irvin
053d9dad52
chore: improve logging for assets restore error
2024-01-18 16:03:35 +01:00
Marc Roig
da64f7aaf6
Merge pull request #19169 from nolliebigspin/Upload-AWS-S3-docs-hotfix
...
fix(upload-aws-s3) - add credentials object to upload-aws-s3 example configuration docs
2024-01-18 14:13:16 +01:00
Christian
115064f7e1
Merge branch 'develop' into Upload-AWS-S3-docs-hotfix
2024-01-18 12:42:22 +01:00
Ben Irvin
56199ab7a5
chore: setup in monorepo build with skip-nx-cache
2024-01-17 17:22:45 +01:00
Jean-Sébastien Herbaux
0076119cf5
Merge pull request #19241 from strapi/fix/types/biginteger-default
2024-01-17 16:34:46 +01:00
Bassel Kanso
efeb53f7ab
fix: sanitize recieved query
2024-01-17 16:21:14 +02:00
Fernando Chávez
bb1abb3cc9
feat(content-releases): Using useDocument for validations ( #19222 )
...
* feat(content-releases): introducing useDocument
* improve useDocument
* change useDocument to return a validate fn
* apply feedback
* apply josh feedback
* populate entries and sanitize them
* set strapi/admin version to 4.19.0
2024-01-17 15:13:55 +01:00
Convly
6cf7aff2ba
chore: update typo in a comment
2024-01-17 12:01:41 +01:00
Convly
b5b7b8260a
fix: force SetMinMax to use the correct primitive at generation
2024-01-17 11:53:34 +01:00
Simone
29b5e272e5
fix(content-releases): fix the history problem with tabs in the releases and marketplace pages ( #19229 )
2024-01-17 10:57:52 +01:00
Simone
334c95408a
fix(content-releases): align columns in the Release Details page ( #19188 )
...
* fix(content-releases): change the width of the table columns
* fix(content-releases): add width to the Status column
* fix lint error
* fix status column shifting
2024-01-16 17:28:40 +01:00
Alexandre Bodin
38298e9ebd
Merge branch 'releases/4.17.1' into develop
2024-01-16 17:24:48 +01:00
Fernando Chávez
c9259c6680
fix(content-releases): add edit entry to details view ( #19161 )
...
Co-authored-by: Mark Kaylor <mark.kaylor@strapi.io>
2024-01-16 15:17:59 +01:00
Bassel Kanso
f07dc6fac4
Merge branch 'develop' into fix/relations-read-rbac
2024-01-16 15:52:48 +02:00
markkaylor
0e9bc9835c
Merge pull request #19231 from strapi/chore/remove-prepublish-only
...
chore(content-releases): remove prepublishOnly script
2024-01-16 13:54:26 +01:00
Ben Irvin
4052ef6e8f
fix: respect autogenerate setting for JS projects
2024-01-16 12:10:23 +01:00
Mark Kaylor
2638d69791
chore(content-releases): remove prepublishOnly script
2024-01-16 11:56:36 +01:00
Alexandre Bodin
8f2c1c1fef
v4.17.1
v4.17.1
2024-01-16 11:50:41 +01:00
Bassel Kanso
e686e96112
fix: sanitize relation read query
2024-01-16 09:51:34 +02:00
markkaylor
2b10ca9b97
chore(content-releases): enforce license limits for pending releases ( #19208 )
2024-01-15 17:23:48 +01:00
Josh
687ad7e959
fix(cm): manage when we're creating entries derivatively in the CM ( #19209 )
...
* fix(cm): manage when we're creating entries derivatively in the CM
* fix(cm): pass valid get params to API
* fix(cm): single-types onPut call requires params
* fix(i18n): cm locale picker status badges
2024-01-15 15:51:07 +00:00
Christian
6cfcadfee1
fix: skip orphan links on import and transfer
...
* fix: show warning on foreign key constraint error
* fix: remove todo
* fix: improve error handling
* fix: typo
* fix: uncomment necessary code
* fix: move error message check to its corresponding function
* fix: move error message check to its corresponding function
* fix: add the onwarning function to the import command
* fix: add nested transactions to links transfer
2024-01-15 16:15:43 +01:00
Simone
37dd1e3ff2
fix(content-releases): handle the case we have an error with the Actions API ( #19201 )
2024-01-12 16:43:12 +01:00