Commit Graph

12764 Commits

Author SHA1 Message Date
leekelleher
33d2a022f0 DataType config clean-up: RichText
Moves `blocks` from the UI settings to the schema.
2024-02-29 18:44:49 +00:00
Jacob Overgaard
007a500031 Merge pull request #1322 from umbraco/chore/data-type-config-clean--list-view
Chore: Data Type Config clean-up: List View
2024-02-29 17:19:40 +01:00
Jacob Overgaard
58db70c6a9 Merge pull request #1323 from umbraco/chore/data-type-config-clean--mntp
Chore: Data Type Config clean-up: MultiNodeTreePicker
2024-02-29 17:19:21 +01:00
Jacob Overgaard
468e9edf84 Merge pull request #1324 from umbraco/chore/data-type-config-clean--docpicker
Chore: Data Type Config clean-up: ContentPicker
2024-02-29 17:19:02 +01:00
Jacob Overgaard
b59ed573bc Merge pull request #1321 from umbraco/bugfix/document-save-data-corrections
fix: Make document save adjust model to expected from server
2024-02-29 17:17:13 +01:00
Jacob Overgaard
6b98a91018 Merge remote-tracking branch 'origin/main' into bugfix/document-save-data-corrections 2024-02-29 17:10:40 +01:00
Jacob Overgaard
d58466a1b0 fix models based on updates from server 2024-02-29 17:10:29 +01:00
Jacob Overgaard
e7f4928a50 downgrade typescript api gen 2024-02-29 17:10:17 +01:00
leekelleher
1b460f0305 DataType config clean-up: ContentPicker
Adds `ignoreUserStartNodes` setting to the schema.
Moves `startNodeId` to the UI settings.
2024-02-29 16:07:15 +00:00
leekelleher
cf58275123 DataType config clean-up: MultiNodeTreePicker
Moves the `startNode` setting to the schema.
2024-02-29 16:01:50 +00:00
leekelleher
b87fa7456c DataType config clean-up: ListView
Moves the unused schema fields to the UI settings.
2024-02-29 15:55:47 +00:00
Jacob Overgaard
1ea7ad2d60 correct mock data 2024-02-29 16:54:42 +01:00
Jacob Overgaard
6525dadbe3 correct mock data 2024-02-29 16:47:17 +01:00
Jacob Overgaard
514f7018aa do not force to lowerCase in any specific place or server restraints will fail (trust the server data) 2024-02-29 16:46:27 +01:00
Mads Rasmussen
bd41f494b1 Merge pull request #1305 from bjarnef/patch-2
Rename scale to descriptor
2024-02-29 16:41:09 +01:00
Mads Rasmussen
c111538fd4 Merge branch 'main' into patch-2 2024-02-29 16:36:02 +01:00
Jacob Overgaard
2bf3143d5b add and throw errors: if save doesn't work, we dont want to publish 2024-02-29 16:31:42 +01:00
Jacob Overgaard
f28f59da9b Merge remote-tracking branch 'origin/main' into bugfix/document-save-data-corrections 2024-02-29 16:10:06 +01:00
Niels Lyngsø
e500497967 remove logs 2024-02-29 15:48:12 +01:00
Niels Lyngsø
5fd5db4ded rename UmbDataSourceResponse 2024-02-29 15:42:42 +01:00
Niels Lyngsø
df20ec6344 todo 2024-02-29 15:36:45 +01:00
Niels Lyngsø
5776406d5b fix variant id 2024-02-29 15:31:55 +01:00
Niels Lyngsø
02eb3667fa use option culture/segment for variantId 2024-02-29 15:13:31 +01:00
Jacob Overgaard
98726575b8 Merge pull request #1318 from umbraco/bugfix/health-check-dashboard
Bugfix: Health Check Dashboard
2024-02-29 15:12:59 +01:00
Niels Lyngsø
f35692ba3e remove old comment 2024-02-29 15:10:52 +01:00
Jacob Overgaard
db7fbd2e39 Merge branch 'bugfix/health-check-dashboard' of https://github.com/umbraco/Umbraco.CMS.Backoffice into bugfix/health-check-dashboard 2024-02-29 15:07:36 +01:00
Jacob Overgaard
c0c4e4204f remove unused code 2024-02-29 15:07:12 +01:00
Jacob Overgaard
1851bf7e8d implement a type guard 2024-02-29 15:05:15 +01:00
Jacob Overgaard
7a72bd08c8 use generic apiloader property 2024-02-29 15:05:04 +01:00
Niels Lyngsø
9e6a1cc269 use the segment from the option, not the variant 2024-02-29 14:57:38 +01:00
Niels Lyngsø
2d3a9a9e42 update UmbDocumentVariantOptionModel 2024-02-29 14:47:50 +01:00
Jacob Overgaard
b3b96b6134 Merge branch 'main' into bugfix/health-check-dashboard 2024-02-29 14:35:55 +01:00
Lee Kelleher
2c36057d37 Merge pull request #1320 from umbraco/feature/media-type-structure-collection-ui
Feature: Media Type Structure - configure collection UI
2024-02-29 13:33:09 +00:00
Lone Iversen
b942febbdb health check model 2024-02-29 14:29:48 +01:00
leekelleher
b469d918da Removes the updateProperty from UmbMediaTypeWorkspaceContext
less magic strings.

Updated corresponding code (only used in the Media Type workspace).
2024-02-29 13:25:06 +00:00
leekelleher
755046d085 Wires up the umb-input-collection-configuration
in the Media Type Editor UI.
2024-02-29 13:23:30 +00:00
leekelleher
a48ddaee0f Aligns the UmbMediaTypeWorkspaceContext with UmbDocumentTypeWorkspaceContext 2024-02-29 13:22:49 +00:00
leekelleher
e7a95c5e76 Adds collection to the create and update payloads 2024-02-29 13:20:17 +00:00
Lee Kelleher
f57bc1326d Merge pull request #1319 from umbraco/chore/content-type-allowed-at-root
Chore: Content Type: Renamed `allowedAsRoot` to `allowedAtRoot`
2024-02-29 13:11:59 +00:00
leekelleher
cbaeecaf6b Renamed allowedAsRoot to allowedAtRoot
across the frontend code.

The Management API still (currently) uses `allowedAsRoot`,
which is why we still have references to that in the generated models.
2024-02-29 13:05:26 +00:00
Niels Lyngsø
7c175f521b correction for saving invariant 2024-02-29 14:05:07 +01:00
Jacob Overgaard
cd1b941841 update lockfile 2024-02-29 14:05:01 +01:00
Jacob Overgaard
8892dec17f generate server models 2024-02-29 13:59:28 +01:00
Lone Iversen
5c523c7277 Update src/packages/health-check/health-check.context.ts
Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
2024-02-29 13:58:29 +01:00
Jacob Overgaard
1a8eedcded Merge pull request #1312 from umbraco/bugfix/create-user-updates-after-new-endpoints
Bugfix: Create user + get initial password
2024-02-29 13:58:11 +01:00
Jacob Overgaard
362d0d7f96 Merge branch 'main' into bugfix/create-user-updates-after-new-endpoints 2024-02-29 13:52:22 +01:00
Jacob Overgaard
a82301bad4 Merge branch 'main' of https://github.com/umbraco/Umbraco.CMS.Backoffice 2024-02-29 13:51:31 +01:00
Jacob Overgaard
ebdb7fd3c0 upgrade storybook 2024-02-29 13:51:29 +01:00
Jacob Overgaard
808ea99805 upgrade openapi-typescript-codegen 2024-02-29 13:49:38 +01:00
Jacob Overgaard
aed6f32efb Merge pull request #962 from bjarnef/feature/webhooks-workspace
Feature: Webhooks workspace
2024-02-29 13:48:45 +01:00