34903 Commits

Author SHA1 Message Date
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
Christian Capeans
64888d3fa8 chore: refactor codemod for better readability 2024-01-19 11:23:52 +01:00
Rémi de Juvigny
67e8ff3cd6
fix(upload-aws-s3): prettier error in readme 2024-01-19 11:09:35 +01:00
Alexandre BODIN
1dd775df54
Merge pull request #19270 from strapi/v5/clean-root-url
chore: remove default index page from public middleware
2024-01-19 10:15:47 +01:00
Christian Capeans
0ef18ac1b5 chore: use type checking in codemod 2024-01-19 09:34:05 +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
Alexandre Bodin
38a7e3ce24 chore: remove default index page from public middleware 2024-01-18 19:26:32 +01:00
Alexandre BODIN
d99fe11ceb
Merge pull request #19263 from strapi/v5/circular-deps
chore: remove last circular dep
2024-01-18 18:48:15 +01:00
Ben Irvin
d1e7f41244 Merge branch 'v5/main' into chore/refactor-env-to-config 2024-01-18 17:04:45 +01: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
Alexandre Bodin
7d8495efa2 chore: remove last circular dep 2024-01-18 16:56:16 +01:00
Alexandre BODIN
df87bd2e24
Merge pull request #19261 from strapi/v5/dts-command-cli
Move dts commands back to strapi/strapi
2024-01-18 16:54:28 +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
2c9dc8351d chore: use ignore instead of expect error because in some build contexts it isn't an error 2024-01-18 16:09:18 +01:00
Ben Irvin
9b332a2761 Merge branch 'v5/main' into chore/refactor-env-to-config 2024-01-18 16:06:56 +01:00
Ben Irvin
032d333029 chore: ts fix 2024-01-18 16:05:40 +01:00
Ben Irvin
053d9dad52
chore: improve logging for assets restore error 2024-01-18 16:03:35 +01:00
Ben Irvin
40fcf9b3c9
fix: remove useless codemod for isSupportedImage 2024-01-18 16:01:11 +01:00
Ben Irvin
c3bafd5a3c fix: warn if env value exists 2024-01-18 15:59:57 +01:00
Ben Irvin
75aa4ee9d4
Merge branch 'v5/main' into feat/default-allowed-fields-to-empty 2024-01-18 15:54:38 +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 Capeans
44dbe85dfd chore: unify credentials shape for v5 2024-01-18 14:07:56 +01:00
Alexandre Bodin
27e4fbb0ff chore: move dts commands back into strapi/strapi without circular dep issue 2024-01-18 13:44:45 +01:00
Alexandre BODIN
6a1966dd29
Merge pull request #19260 from strapi/v5/core-improvements
chore: flatten core files structure
2024-01-18 13:23:11 +01:00
Christian
115064f7e1
Merge branch 'develop' into Upload-AWS-S3-docs-hotfix 2024-01-18 12:42:22 +01:00
Ben Irvin
01dfca22b2
chore: remove deprecated isSupportedImage 2024-01-18 11:50:21 +01:00
Ben Irvin
00d88d8130
Merge branch 'v5/main' into chore/refactor-env-to-config 2024-01-18 11:49:34 +01:00
Josh
b9aef55175
fix(cm): create entries (#19254)
* test(e2e): add better e2e tests for EditView CM

* fix(cm): handle that the `id` might be `create`

* docs: update e2e content-type docs
2024-01-18 10:22:06 +00:00
Alexandre Bodin
23068f2449 chore: flatten core files structure 2024-01-18 11:21:18 +01:00
Alexandre BODIN
12aac38584
Merge pull request #19243 from strapi/v5/fix-incaught-ts-issues
Fix uncaught ts issues
2024-01-18 09:59:31 +01:00
Ben Irvin
56199ab7a5
chore: setup in monorepo build with skip-nx-cache 2024-01-17 17:22:45 +01:00
Alexandre Bodin
aacf182ae4 chore: use koa-body typings not koa-bodyparser 2024-01-17 16:53:52 +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
Alexandre Bodin
1ffeb510a8 chore(pack-up): fail on any typing issue 2024-01-17 16:27:59 +01:00
Ben Irvin
6e14f0c9eb chore: merge 2024-01-17 16:01:21 +01:00
Ben Irvin
9469280178 enhancement: refactor env-only values into configuration 2024-01-17 15:59:25 +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
Ben Irvin
c61a6885f9 enhancement: refactor env-only values into configuration 2024-01-17 14:39:39 +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
Ben Irvin
cb94653642 chore: split test 2024-01-17 09:24:27 +01:00
Ben Irvin
b359228d79
Merge branch 'v5/main' into feat/default-allowed-fields-to-empty 2024-01-17 09:16:54 +01:00
Josh
316470cdf8 Merge branch 'develop' into v5/main 2024-01-16 17:46:26 +00:00
Ben Irvin
17f8ef0d9b fix: tests and logging 2024-01-16 18:22:14 +01:00
Ben Irvin
8263926b47 feat: register.allowedFields defaults to empty array 2024-01-16 18:14:32 +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