36133 Commits

Author SHA1 Message Date
Josh
ca0e42ffb4
Merge pull request #17121 from geeky-biz/fix/permissions-error-on-page-reload 2023-06-30 14:12:00 +01:00
Boegie19
459f50452f fixed doc string 2023-06-30 15:01:23 +02:00
Boegie19
48c91ef286 remove console.logs 2023-06-30 14:59:42 +02:00
Boegie19
c05e428286 remove un needed default 2023-06-30 14:59:18 +02:00
Boegie19
3fdbbfc203 fix test and add wrapResult support 2023-06-30 14:55:47 +02:00
Ben Irvin
67e2799601 fix for backwards compatibility 2023-06-30 14:46:43 +02:00
Ben Irvin
533bd1f310 cast to array for backwards compatibility 2023-06-30 14:44:43 +02:00
Punit Sethi
3168720da1 Fixed lint error (removed unused var) 2023-06-30 17:54:46 +05:30
Christian
5229428c20
Update packages/core/data-transfer/src/strapi/providers/remote-source/index.ts
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-06-30 13:24:59 +02:00
Christian
9f7b6a28ae
Update packages/core/data-transfer/src/strapi/providers/remote-source/index.ts
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-06-30 13:24:54 +02:00
Josh
0845bef8e6
Merge pull request #17154 from strapi/refactor/media-library-fetch-query 2023-06-30 10:40:24 +01:00
Marc Roig
f9bf60097c
Merge pull request #17137 from strapi/docs/improve-async-utils 2023-06-30 11:02:15 +02:00
Josh
d3eb5a174e chore: remove step from schema validation for metadatas 2023-06-30 09:47:41 +01:00
Josh
1b7b45c2a8 chore: remove step from time configure view modal 2023-06-30 09:47:20 +01:00
Marc Roig
7328972567
Merge pull request #17145 from strapi/fix/do-not-sign-cdn-files 2023-06-30 10:33:51 +02:00
Ben Irvin
35f2f9b4dc rename import 2023-06-30 10:30:05 +02:00
Josh
239d832457 refactor: useAsset query to use folderPath 2023-06-30 08:45:49 +01:00
Marc-Roig
133ddc2de4
fix: do not sign files if using baseUrl 2023-06-29 17:02:53 +02:00
Ben Irvin
d1ffb4a544 fix pagination query sanitization 2023-06-29 15:59:45 +02:00
Josh
4e45c46dc4
Merge pull request #17101 from strapi/feature/review-workflow-multiple-workflow-limits 2023-06-29 14:43:56 +01:00
Nitin
483180b05d fix bug on saving user details 2023-06-29 18:00:21 +05:30
Josh
3346e5e767 test: fix InformationBoxEE suite 2023-06-29 13:26:07 +01:00
Josh
885aa13160 refactor: useRBAC hook to stop infinite loop
chore: add test setup to helper-plugin

test: add useRBAC suite

refactor: useRBAC hook to stop infinite loop

chore: shuffle around and add jsdocs
2023-06-29 11:56:36 +01:00
Boegie19
b29e20c7b5 fix testing error 2023-06-29 12:35:21 +02:00
Christian Capeans
623ab4747a Update documentation 2023-06-29 12:30:18 +02:00
Ben Irvin
d9d633b87c remove import 2023-06-29 12:30:12 +02:00
Christian Capeans
9aff84d17c Merge branch 'main' into fix/dts-pull-hang 2023-06-29 12:28:06 +02:00
Christian Capeans
e9e5727f9f Add comments to clarify the code 2023-06-29 12:24:26 +02:00
Ben Irvin
66457b4ddf fix operators that allow array of Dates 2023-06-29 12:22:57 +02:00
markkaylor
1b09113fc3
Merge pull request #17131 from strapi/fix/review-worflow-column 2023-06-29 12:10:40 +02:00
Boegie19
ce7b590822 fix error 2023-06-29 11:46:13 +02:00
markkaylor
6e45c521aa
Merge branch 'main' into fix/review-worflow-column 2023-06-29 11:43:38 +02:00
Marc-Roig
a860e1f205
doc: improve async 2023-06-29 10:29:50 +02:00
Marc Roig
1a780fa653
Merge pull request #16825 from GitStartHQ/fix/ctb-removes-hidden-fields
fix: Content-Type-Builder removes hidden fields on save
2023-06-29 09:09:04 +02:00
Boaz Poolman
ba48b27cde feat: New command 'components:list' 2023-06-29 08:58:23 +02:00
Alexandre BODIN
0a852feaee
Merge pull request #17130 from strapi/releases/4.11.3 2023-06-29 06:43:58 +02:00
Jen Tak
114fbeb954
Chunk Cloudinary uploads only for large files
This alleviates a performance regression introduced by #16621.

It turned out uploading in chunks is quite a bit slower. In my testing a 42MB file uploaded in 5 seconds using regular upload and 31 seconds using chunks.

Use regular upload when possible and only chunk files when required by Cloudinary's 100 MB limit.

Ironically, files larger than 100 MB will still upload painfully slow. There's nothing to be really done here. There's even this thread on Cloudinary's support forum where they claim that a 1 MB/s upload speeds are "completely normal".
https://support.cloudinary.com/hc/en-us/community/posts/5524874765970/comments/5551989993106
2023-06-28 23:32:00 +02:00
gitstart
f9306e3e8d chore: apply suggested changes
Co-authored-by: phunguyenmurcul <51897872+phunguyenmurcul@users.noreply.github.com>
2023-06-28 16:05:47 +00:00
gitstart
e6e3ab455c Merge commit '75275de7f5e35431a002d6228f57544fb4e20b4f' of https://github.com/GitStartHQ/strapi into fix/ctb-removes-hidden-fields 2023-06-28 15:46:53 +00:00
Marc-Roig
f9a4af2894
Merge branch 'main' into releases/4.11.3 2023-06-28 17:27:34 +02:00
smoothdvd
8914f3e938
Merge branch 'main' into patch-4 2023-06-28 23:25:16 +08:00
Marc-Roig
be65bfc4de
update lock 2023-06-28 17:24:20 +02:00
Alexandre BODIN
75275de7f5
Merge pull request from GHSA-v8gg-4mq2-88q4
Fix relations mainField allowing hidden attributes
2023-06-28 17:12:17 +02:00
Alexandre Bodin
4df9a1112f Fix relations mainField allowing hidden attributes 2023-06-28 17:09:43 +02:00
Marc-Roig
aac28413ad
v4.11.3 v4.11.3 2023-06-28 16:52:34 +02:00
Ben Irvin
9b9fc2a36c
Merge pull request #16953 from strapi/chore/data-transfer-dev-docs 2023-06-28 15:35:04 +02:00
Mark Kaylor
6f7076ae37 Fix missing review workflows column 2023-06-28 15:17:51 +02:00
Ben Irvin
c382299e30
Update docs/docs/docs/01-core/data-transfer/01-engine.md 2023-06-28 14:42:22 +02:00
Marc Roig
df4a540b51
Merge pull request #17099 from strapi/fix/update-last-used-at-once-a-day 2023-06-28 14:30:08 +02:00
Marc Roig
cfe7d0416a
Merge pull request #17125 from strapi/fix/missing-memoized-perms-release 2023-06-28 14:27:47 +02:00