12157 Commits

Author SHA1 Message Date
Christian Capeans
c57b411703 Fix provider stored in database 2023-07-04 17:46:07 +02:00
Marc-Roig
83aefda65a
feat: return workflow count 2023-07-04 16:39:11 +02:00
Maxime Castres
b724d9abe8 Chore: Remove unique identifier 2023-07-04 15:46:12 +02:00
Christian Capeans
b2a98a4a8d Fix push transfer with external assets provider 2023-07-04 15:36:38 +02:00
Christian Capeans
668237709f Merge branch 'main' into feat/data-transfer-assets 2023-07-04 10:05:51 +02:00
Boaz Poolman
282c29564a feat: Add an any type for strapi.admin 2023-07-03 20:58:09 +02:00
Josh
2f67950deb
Merge pull request #17169 from strapi/chore/update-ds-181 2023-07-03 16:22:54 +01:00
Jean-Sébastien Herbaux
8c7ea46ccf
Merge pull request #17122 from strapi/fix/dts-pull-hang 2023-07-03 17:20:54 +02:00
Jamie Howard
2d4db7a482
Merge pull request #17128 from strapi/fix/rw-webhooks 2023-07-03 15:24:10 +01:00
Josh
d301b8a7ad chore: update DS to 1.8.1 2023-07-03 15:14:38 +01:00
Christian Capeans
f127c3a4a3 Specify the right path 2023-07-03 16:11:19 +02:00
Josh
9bc4e05325
Merge pull request #17140 from strapi/fix/useRBAC-infinite-loop 2023-07-03 14:24:55 +01:00
Christian Capeans
09193142aa Delete assets before transfering to external provider
Co-authored-by: Bassel Kanso <basselkanso82@gmail.com>
2023-07-03 13:38:31 +02:00
Josh
a0fb526155
Merge pull request #17164 from strapi/dependabot/npm_and_yarn/webpack-bundle-analyzer-4.9.0 2023-07-03 10:36:53 +01:00
Josh
1eff3b27a7
Merge pull request #17141 from nitinmadelyn/edit-user 2023-07-03 08:15:35 +01:00
dependabot[bot]
ee2e1617f5
Bump webpack-bundle-analyzer from 4.8.0 to 4.9.0
Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 4.8.0 to 4.9.0.
- [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases)
- [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v4.8.0...v4.9.0)

---
updated-dependencies:
- dependency-name: webpack-bundle-analyzer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-02 22:39:32 +00:00
Alexandre BODIN
028f543e81
Merge branch 'main' into chore/replace-node-14-with-20 2023-07-01 06:56:07 +02:00
Alexandre BODIN
9f5790e019
Merge pull request #17139 from strapi/fix/entity-service-filter-date-params 2023-07-01 06:51:20 +02:00
nathan-pichon
984b5cb8cd
feat(admin): add features informations inside the license limit route 2023-06-30 17:14:15 +02:00
Josh
ca0e42ffb4
Merge pull request #17121 from geeky-biz/fix/permissions-error-on-page-reload 2023-06-30 14:12:00 +01: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
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
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
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
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
6e45c521aa
Merge branch 'main' into fix/review-worflow-column 2023-06-29 11:43:38 +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
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
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 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