12157 Commits

Author SHA1 Message Date
Convly
7345b4fa77 Upgrade ts-zen 2023-08-31 15:54:33 +02:00
Gustav Hansen
8f32edb51b
Merge branch 'main' into feature/rw-stage-rbac 2023-08-31 14:59:37 +02:00
Alexandre Bodin
4fdf1a0272 Ts migration of the entity service 2023-08-31 13:03:55 +02:00
Jamie Howard
957f4df2d2 Merge remote-tracking branch 'origin/feature/rw-stage-rbac' into rw-stage-rbac/support-partial-updates 2023-08-31 11:32:00 +01: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
Gustav Hansen
3311b6653d
Merge pull request #17863 from strapi/fix/rw-stages-rbac-menu
fix(rw): hide endIcon on stage context menu
2023-08-31 11:08:22 +02:00
Dave
0c7c3d0f5c
fix(upload): asset url appending (#17751) 2023-08-31 08:35:02 +01:00
Alexandre Bodin
a9afeb90c5 v4.13.1 2023-08-30 18:14:57 +02:00
Fernando Chavez
d3eda9fc0f add test cases 2023-08-30 16:41:11 +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
Gustav Hansen
fc701c5dd8 fix(rw): hide endIcon on stage context menu 2023-08-30 14:32:54 +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
Gustav Hansen
8782f020bc fix(rw): allow subtractive partial updates 2023-08-30 14:08:21 +02:00
Alexandre Bodin
f018a3d19d wip 2023-08-30 14:00:43 +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
Gustav Hansen
b6b5cfc8a4 Merge branch 'main' into feature/rw-stage-rbac 2023-08-30 12:46:54 +02:00
Alexandre Bodin
a2ec2fce00 Merge branch 'main' into chore/ts-strapi 2023-08-30 09:59:10 +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
Marc Roig
84c0b9f710
Merge pull request #17699 from strapi/feature/stage-rbac-partial-permission-updates 2023-08-30 09:41:01 +02:00
Alexandre Bodin
d700468267 wip 2023-08-30 09:14:11 +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
S Knutsen
96db3913df
Added missing models key to SubscriberMap and made actions optional.
The `Subscriber` union type of which `SubscriberMap` is a component was missing the optional `models` parameter document here at [#declarative-and-programmatic-usage](https://docs.strapi.io/dev-docs/backend-customization/models#declarative-and-programmatic-usage).

I added the optional field by intersecting it with the original type formulation, and also made the `Action` keys optional, since not all of the 18 individual actions should necessarily be specified when making a `SubscriberMap`.
2023-08-29 12:00:00 +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
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
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
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
Jamie Howard
7383cadbb1 test(ee): update test for CM list view assignee 2023-08-28 13:36:56 +02:00
Jamie Howard
a2c1c37f7a fix(ee): use getDisplayName for CM list view assignee column 2023-08-28 13:36:56 +02:00
Gustav Hansen
cb84d53dd5 fix(authenticatedApp): catch errors for user id generation silently 2023-08-28 13:36:43 +02:00
Gustav Hansen
00b155bacf fix(app): catch tracking endpoints errors silently 2023-08-28 13:36:43 +02:00
Gustav Hansen
15ac99d97e fix(cm): add missing qs dependency 2023-08-28 12:51:40 +02:00
markkaylor
cb9a162772
Merge pull request #17602 from strapi/enhancement/list-view-settings-menu 2023-08-28 12:09:28 +02:00
Pete Feltham
377434099c
Fix strapi import failure caused by commas inserted into asset metadata at 1024 byte intervals 2023-08-28 18:56:23 +10:00