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
Mark Kaylor
d662f04b6a
Adjust spacing and padding to match filter popover
2023-08-28 10:55:28 +02:00
Fernando Chavez
97a37fa857
adapt cog button to creator fields
2023-08-28 09:23:18 +02:00
Alexandre Bodin
a2b1a1e724
Merge branch 'temp-fix'
2023-08-25 23:30:17 +02:00
Alexandre Bodin
fefc4a24ac
v4.12.7
2023-08-25 23:19:00 +02:00
Jamie Howard
9e080a4d84
chore(ee): remove src stages when stages are being updated
...
chore(ee): remove minimum length validation for stage array
2023-08-25 16:17:46 +01:00
Ben Irvin
355d056a4d
clarify language
2023-08-25 15:54:35 +02:00
Fernando Chavez
9b71fdd3b5
Merge branch 'main' of github.com:strapi/strapi into enhancement/list-view-settings-menu
2023-08-25 15:46:44 +02:00
Ben Irvin
716e78bbc6
Merge pull request #17639 from strapi/fix/sanitization-throw-instead-of-filter
2023-08-25 14:22:08 +02:00
Ben Irvin
259ce5e5f2
remove unused var
2023-08-25 12:47:15 +02:00
Ben Irvin
6a73f62377
allow hidden in permissions manager
2023-08-25 12:38:42 +02:00
Ben Irvin
97576fdaad
add tests and fixes
2023-08-25 11:59:37 +02:00
Jamie Howard
a20b7af3ea
chore(ee): update assignee select success messaging
2023-08-25 10:08:38 +01:00
Jamie Howard
895b960f69
test(ee): add test for partial stage permission update
2023-08-25 09:55:53 +01:00
Marc Roig
7b1c16665b
Merge pull request #17768 from strapi/fix/assignee-data-transfer-ce
...
fix: include strapi_assignee as a known feature in data transfer
2023-08-25 10:29:31 +02:00
Ben Irvin
fc069e6b0f
match sanitize
2023-08-25 09:55:33 +02:00
Ben Irvin
2cd33050fe
revert refactoring
2023-08-25 09:54:28 +02:00
Ben Irvin
e8efa10a4c
revert traversals
2023-08-25 09:46:50 +02:00
Convly
1ee14299a4
Add missing comments & validation
2023-08-24 15:18:02 +02:00
Convly
6b58fd8b1c
Update visitors
2023-08-24 15:16:56 +02:00
Marc-Roig
5c8fcfa155
fix: revert getModel to contentTypes change
2023-08-24 14:48:39 +02:00
Ben Irvin
39661e4063
fix typo
2023-08-24 14:37:48 +02:00
Ben Irvin
aedf994e20
Merge branch 'main' into fix/sanitization-throw-instead-of-filter
2023-08-24 14:35:58 +02:00
Ben Irvin
0d72a73038
Merge pull request #17776 from strapi/fix/sanitize-on-dynamic-model
2023-08-24 13:50:19 +02:00