32433 Commits

Author SHA1 Message Date
dependabot[bot]
f37e022d3a
chore(deps-dev): bump the storybook group with 7 updates
Bumps the storybook group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/actions) | `7.3.2` | `7.4.0` |
| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `7.3.2` | `7.4.0` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `7.3.2` | `7.4.0` |
| [@storybook/addon-mdx-gfm](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/gfm) | `7.3.2` | `7.4.0` |
| [@storybook/builder-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/builders/builder-vite) | `7.3.2` | `7.4.0` |
| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `7.3.2` | `7.4.0` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `7.3.2` | `7.4.0` |


Updates `@storybook/addon-actions` from 7.3.2 to 7.4.0
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.0/code/addons/actions)

Updates `@storybook/addon-essentials` from 7.3.2 to 7.4.0
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.0/code/addons/essentials)

Updates `@storybook/addon-links` from 7.3.2 to 7.4.0
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.0/code/addons/links)

Updates `@storybook/addon-mdx-gfm` from 7.3.2 to 7.4.0
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.0/code/addons/gfm)

Updates `@storybook/builder-vite` from 7.3.2 to 7.4.0
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.0/code/builders/builder-vite)

Updates `@storybook/react-vite` from 7.3.2 to 7.4.0
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.0/code/frameworks/react-vite)

Updates `storybook` from 7.3.2 to 7.4.0
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.0/code/lib/cli)

---
updated-dependencies:
- dependency-name: "@storybook/addon-actions"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: storybook
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: storybook
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: storybook
- dependency-name: "@storybook/addon-mdx-gfm"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: storybook
- dependency-name: "@storybook/builder-vite"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: storybook
- dependency-name: "@storybook/react-vite"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: storybook
- dependency-name: storybook
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: storybook
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-03 22:50:51 +00:00
DMehaffy
b31c3c3f6d
Merge pull request #17895 from diacu/fix/typo-graphql-plugin-upload-file
Fix #17875 - Missing schema in validateQuery after upgrading to v4.13.1
2023-09-01 10:28:16 -07:00
Bassel Kanso
c7e411debc
Merge branch 'main' into fix/typo-graphql-plugin-upload-file 2023-09-01 18:05:47 +03:00
markkaylor
d4ebf0ebca
Merge pull request #17898 from strapi/fix/add-back-nps 2023-09-01 16:02:56 +02:00
Mark Kaylor
48b6b7cd0c Add NpsSurvey back to AuthenticatedApp 2023-09-01 14:06:41 +02:00
Marius Diacu
06ed7e6156
Merge branch 'main' into fix/typo-graphql-plugin-upload-file 2023-09-01 11:36:38 +03:00
Marius Diacu
d5f51b892d
Fix type of file upload uid 2023-09-01 11:16:14 +03:00
Fernando Chávez
4a7f4c4926
Merge pull request #17636 from strapi/fix/json-types
Fix JSON parse on Postgres & Bulk Publish JSON validations
2023-08-31 15:56:09 +02:00
Gustav Hansen
1781321dcc
Merge pull request #17864 from strapi/fix/dynamic-zone-context
fix(cm): remove chevron-down on context menus of dynamic-zone components
2023-08-31 11:09:21 +02:00
Dave
0c7c3d0f5c
fix(upload): asset url appending (#17751) 2023-08-31 08:35:02 +01:00
Alexandre Bodin
a9afeb90c5 v4.13.1 v4.13.1 2023-08-30 18:14:57 +02:00
Fernando Chávez
2cb056a934
Merge pull request #17862 from strapi/fix/dont-clean-creator-fields
[Fix] Don't clean creator fields because they are not sent to backend
2023-08-30 17:14:04 +02:00
Fernando Chavez
d3eda9fc0f add test cases 2023-08-30 16:41:11 +02:00
Marc Roig
e595b117c4
Merge pull request #17865 from strapi/fix/disable-rw-on-user 2023-08-30 16:28:57 +02:00
Marc-Roig
066c1ba947
chore: remove space 2023-08-30 15:21:30 +02:00
Marc-Roig
d7f1a83ca0
fix: add review workflow types in the ignoreDiffs list 2023-08-30 15:20:47 +02:00
Marc-Roig
a720271836
fix: ignore review workflow fields in users and permissions user 2023-08-30 15:17:32 +02:00
Marc-Roig
329de136bb
Revert "fix: remove review workflows from users and permissions"
This reverts commit f0d5be0b37a81fb16aec2bb7fe01ea44622f609e.
2023-08-30 15:14:30 +02:00
Marc-Roig
f0d5be0b37
fix: remove review workflows from users and permissions 2023-08-30 15:00:13 +02:00
Fernando Chavez
2b71831bd6 move creator fields to a constant 2023-08-30 14:52:33 +02:00
Gustav Hansen
1707550fec fix(cm): remove chevron-down on context menus of dynamic-zone components 2023-08-30 14:35:51 +02:00
Fernando Chávez
dd28faa849
Update packages/core/admin/admin/src/content-manager/components/EditViewDataManagerProvider/reducer.js
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-08-30 14:27:07 +02:00
Fernando Chavez
3ec34be1ab don't clean creator fields because they are not sended to backend 2023-08-30 13:25:57 +02:00
Ben Irvin
41844c2867
[Feature] Entity Service types (#17799)
Co-authored-by:  christiancp100 <christian.capeans.perez@strapi.io>
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
Co-authored-by: Jean-Sébastien Herbaux <Convly@users.noreply.github.com>
Co-authored-by: Jean-Sébastien Herbaux <jean-sebastien.herbaux@epitech.eu>
Co-authored-by: Ben Irvin <ben@innerdvations.com>
Co-authored-by: Ben Irvin <innerdvations@users.noreply.github.com>
Co-authored-by: Christian <christiancp100@gmail.com>
Co-authored-by: Bassel Kanso <basselkanso82@gmail.com>
Co-authored-by: Marco Autiero <marcoautiero@gmail.com>
Co-authored-by: Convly <jean-sebastien.herbaux@epitech.eu>
Co-authored-by: christiancp100 <christian.capeans.perez@strapi.io>
Co-authored-by: Christian Capeans <christiancp100@gmail.com>
Co-authored-by: Bassel <basselkanso82@gmail.com>
2023-08-30 09:56:38 +02:00
Christian
5aabc0c326
Merge pull request #17845 from strapi/fix/exclude-only-acts-also-on-restore 2023-08-30 09:51:50 +02:00
Gustav Hansen
e037a7b2d1
Merge pull request #17853 from strapi/chore/revert-17674-alt
Revert "Chore: Refactor admin app entries"
2023-08-29 19:55:10 +02:00
Gustav Hansen
bc6c5b0058 chore: Revert "Chore: Refactor admin app entries" 2023-08-29 17:18:48 +02:00
Gustav Hansen
16dcab4556
Merge pull request #17833 from strapi/fix/app-errors
fix(app): Handle errors gracefully
2023-08-29 12:53:37 +02:00
Christian Capeans
8d5794141d Replace rules for transforms, as rules does not exist 2023-08-29 11:09:58 +02:00
Christian Capeans
e48303000b Remove check for excluding non-local providers 2023-08-29 11:05:02 +02:00
Fernando Chavez
f549bd5837 rename disabled json test option 2023-08-29 09:46:42 +02:00
Fernando Chavez
6be9a960ea add disabled json test option 2023-08-29 09:46:42 +02:00
Fernando Chavez
c99df3e445 stringify json from bulk publish to validate 2023-08-29 09:46:42 +02:00
Fernando Chavez
e5d9b62f9b don't automatically parse jsonb fields on postgres 2023-08-29 09:46:42 +02:00
Gustav Hansen
ba1b99b408
Merge pull request #17844 from strapi/revert-17685-fix/code-splitting
Revert "Fix: Use sync over async components in admin panel APIs"
2023-08-29 09:42:14 +02:00
Gustav Hansen
6f1d9a15dd
Revert "Fix: Use sync over async components in admin panel APIs" 2023-08-29 09:24:29 +02:00
Marc Roig
42f2df01d5
Merge pull request #17702 from strapi/fix/empty-role-names 2023-08-29 09:18:39 +02:00
Christian
ce51df0e18
Merge pull request #17730 from strapi/fix/exclude-only-acts-also-on-restore 2023-08-28 19:01:32 +02:00
Christian Capeans
1a54d70801 Rename thisStrapi to strapi 2023-08-28 16:51:22 +02:00
Gustav Hansen
ce8540811c
Merge pull request #17798 from strapi/fix/assignee-rbac-edit-view
fix(cm): check permissions before loading users
2023-08-28 16:03:21 +02:00
Gustav Hansen
24cc6f5da6 chore(cm): skip assignee select tests temporarily 2023-08-28 15:31:29 +02:00
Marc Roig
86a2a1fbf6
Merge pull request #17772 from strapi/fix/assignee-private-field 2023-08-28 14:41:57 +02:00
Gustav Hansen
ff5be4bd41
Merge pull request #17825 from strapi/dependabot/npm_and_yarn/eslint-492705ce87
chore(deps-dev): bump the eslint group with 2 updates
2023-08-28 14:33:13 +02:00
Gustav Hansen
ab7a4275dc
Merge pull request #17827 from strapi/dependabot/npm_and_yarn/axios-1.5.0
chore(deps): bump axios from 1.4.0 to 1.5.0
2023-08-28 14:32:43 +02:00
Gustav Hansen
c8dc77f828
Merge pull request #17828 from strapi/dependabot/npm_and_yarn/node-fetch-2.7.0
chore(deps): bump node-fetch from 2.6.9 to 2.7.0
2023-08-28 14:31:12 +02:00
Gustav Hansen
8ff281e1ae fix(cm): check permissions before loading users 2023-08-28 14:24:09 +02:00
Gustav Hansen
9e5b7470ae
Merge pull request #17797 from strapi/fix/assignee-display-names
Use getDisplayName for CM list view assignee column
2023-08-28 13:56:47 +02:00
dependabot[bot]
b4aaa065b2 chore(deps-dev): bump the eslint group with 2 updates
Bumps the eslint group with 2 updates: [eslint](https://github.com/eslint/eslint) and [eslint-plugin-jest-dom](https://github.com/testing-library/eslint-plugin-jest-dom).


Updates `eslint` from 8.47.0 to 8.48.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.47.0...v8.48.0)

Updates `eslint-plugin-jest-dom` from 5.0.1 to 5.1.0
- [Release notes](https://github.com/testing-library/eslint-plugin-jest-dom/releases)
- [Commits](https://github.com/testing-library/eslint-plugin-jest-dom/compare/v5.0.1...v5.1.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-jest-dom
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-28 13:46:02 +02:00
dependabot[bot]
cf773a64af chore(deps): bump axios from 1.4.0 to 1.5.0
Bumps [axios](https://github.com/axios/axios) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-28 13:45:41 +02:00
dependabot[bot]
3037c56119 chore(deps): bump node-fetch from 2.6.9 to 2.7.0
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.9 to 2.7.0.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.9...v2.7.0)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-28 13:45:27 +02:00