leekelleher
|
b8cea2187b
|
import sort
|
2024-05-24 20:22:37 +01:00 |
|
Mads Rasmussen
|
1482e42678
|
use relative imports inside its own module
|
2024-05-24 19:10:46 +02:00 |
|
Lee Kelleher
|
ca8d1026c8
|
Merge pull request #1896 from umbraco/feature/image-cropper-editor-modal
Chore: Fixed up breaking-changes with modal/router imports
|
2024-05-24 16:03:30 +01:00 |
|
leekelleher
|
1b96bbcb55
|
Fixed up breaking-changes with modal/router imports
|
2024-05-24 15:48:35 +01:00 |
|
Lee Kelleher
|
6295d10a4c
|
Merge pull request #1853 from umbraco/feature/image-cropper-editor-modal
Feature: Media Picker - Image crop editor modal
|
2024-05-24 15:38:48 +01:00 |
|
Lee Kelleher
|
66cb2881a9
|
Merge pull request #1892 from umbraco/bugfix/modal-route-registration-circular-dependency
Bugfix: modal route registration circular dependency
|
2024-05-24 15:22:31 +01:00 |
|
Lone Iversen
|
62c10cb2df
|
comment
|
2024-05-24 16:14:36 +02:00 |
|
leekelleher
|
3cfc485e87
|
Added hideFocalPoint property
Temporarily added to "image-cropper-focus-setter.element.ts",
as this requires further work.
|
2024-05-24 14:50:36 +01:00 |
|
leekelleher
|
157f1a49a8
|
Image Cropper Modal full width
|
2024-05-24 14:47:18 +01:00 |
|
Jacob Overgaard
|
8a13cdab80
|
Merge pull request #1893 from umbraco/bugfix/appearance-label-on-top
Bugfix: Property label does not appear on top
|
2024-05-24 15:19:01 +02:00 |
|
Lee Kelleher
|
7a8bc52763
|
Merge pull request #1894 from umbraco/bugfix/media-section-view-collection-layouts
Bugfix: Media Collection (Section View) missing layouts
|
2024-05-24 14:18:27 +01:00 |
|
leekelleher
|
7cee3d0c3e
|
Bugfix: Media Collection (Section View) missing layouts
|
2024-05-24 14:07:56 +01:00 |
|
Mads Rasmussen
|
b09d82e367
|
Merge branch 'main' into bugfix/modal-route-registration-circular-dependency
|
2024-05-24 15:01:19 +02:00 |
|
Lone Iversen
|
2477c87174
|
image crop modal links
|
2024-05-24 14:52:22 +02:00 |
|
JesmoDev
|
c4a84a0c88
|
Merge pull request #1891 from umbraco/feature/remove-composition-confirm-dialog
Feature: Add confirmation dialog when removing compositions
|
2024-05-24 14:22:52 +02:00 |
|
JesmoDev
|
59b352d2ac
|
Update src/packages/core/content-type/modals/composition-picker/composition-picker-modal.element.ts
Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
|
2024-05-24 13:51:07 +02:00 |
|
Jacob Overgaard
|
e0df057104
|
fix: add appearance from the property type and map it up through the property element
|
2024-05-24 13:49:50 +02:00 |
|
Jacob Overgaard
|
69b15f0063
|
fix: reflect the property to be able to style it
|
2024-05-24 13:49:17 +02:00 |
|
Lone Iversen
|
67b26ae449
|
dropzone collision
|
2024-05-24 13:16:30 +02:00 |
|
Lone Iversen
|
d19a7dbac0
|
Merge remote-tracking branch 'origin/main' into feature/image-cropper-editor-modal
|
2024-05-24 13:08:51 +02:00 |
|
Lone Iversen
|
be3008d9fb
|
fix endless endpoint calls when sorting
|
2024-05-24 13:03:05 +02:00 |
|
leekelleher
|
3dd56792dd
|
Set #items instead of items
to avoid unnecessary server calls.
|
2024-05-24 11:30:01 +01:00 |
|
Mads Rasmussen
|
6f68001341
|
Merge branch 'main' into bugfix/modal-route-registration-circular-dependency
|
2024-05-24 12:12:15 +02:00 |
|
Mads Rasmussen
|
d00107407a
|
update imports
|
2024-05-24 12:07:37 +02:00 |
|
Jacob Overgaard
|
fd9dda9f21
|
Merge pull request #1889 from umbraco/bugfix/iframe-mode-origin
fix: the backoffice does not work with window.open
|
2024-05-24 11:58:14 +02:00 |
|
Mads Rasmussen
|
f06bda8dad
|
move modal route registration to the route module
|
2024-05-24 11:45:47 +02:00 |
|
JesmoDev
|
4a56fc849c
|
Merge remote-tracking branch 'origin/main' into feature/remove-composition-confirm-dialog
|
2024-05-24 11:43:17 +02:00 |
|
JesmoDev
|
adbc2fe480
|
add confirmation dialog when removing composition
|
2024-05-24 11:43:07 +02:00 |
|
Jacob Overgaard
|
bd17020e1a
|
use the hasOwnOpener function to test if the request came from within the backoffice, which lets us know that we should stay on the page
|
2024-05-24 11:35:51 +02:00 |
|
Jacob Overgaard
|
a0be30d77b
|
add a function to test if we have a safe opener
|
2024-05-24 11:35:30 +02:00 |
|
Lee Kelleher
|
bcd64fa7d9
|
Merge pull request #1888 from umbraco/bugfix/fix-move-circular-dependency
Bugfix: move tree related entity action to tree module
|
2024-05-24 10:23:39 +01:00 |
|
Jacob Overgaard
|
14a9eb6745
|
Merge pull request #1881 from umbraco/feature/npm-updates-may-2024
Build: Update bundled NPM dependencies
|
2024-05-24 11:16:38 +02:00 |
|
Mads Rasmussen
|
84fd465846
|
Merge branch 'main' into bugfix/fix-move-circular-dependency
|
2024-05-24 11:09:10 +02:00 |
|
Jacob Overgaard
|
c8d3772635
|
fix: make sure the opener came from within the backoffice itself
|
2024-05-24 10:57:24 +02:00 |
|
Mads Rasmussen
|
59216e3bb4
|
remove double nested folder
|
2024-05-24 10:54:08 +02:00 |
|
Mads Rasmussen
|
7eca570aa1
|
move "duplicate to"-entity-action to tree module
|
2024-05-24 10:50:09 +02:00 |
|
Mads Rasmussen
|
115bbafa13
|
move "sort children of"-entity-action to tree module
|
2024-05-24 10:37:55 +02:00 |
|
Jacob Overgaard
|
396b5cda6d
|
build(deps): bump @umbraco-ui/uui from 1.8.0 to 1.8.1
|
2024-05-24 10:22:59 +02:00 |
|
Jacob Overgaard
|
31f304cad1
|
Merge pull request #1887 from umbraco/bugfix/custom-validation
Bugfix: Restore custom validation on property editors
|
2024-05-24 10:21:18 +02:00 |
|
Jacob Overgaard
|
8c5c987ae5
|
fix: only assume we are in iframe mode if the origin of the opener matches the current origin
|
2024-05-24 10:16:26 +02:00 |
|
Mads Rasmussen
|
d85bdc33bf
|
Merge branch 'main' into bugfix/fix-move-circular-dependency
|
2024-05-24 10:14:00 +02:00 |
|
Mads Rasmussen
|
2e3658ccfd
|
Merge pull request #1884 from umbraco/chore/move-upload-field-and-component
Bugfix: Move upload field and component
|
2024-05-24 10:11:45 +02:00 |
|
Niels Lyngsø
|
270df88547
|
Merge pull request #1869 from umbraco/feature/content-property-dataset-context
refactor code to use content-property-dataset
|
2024-05-24 10:06:15 +02:00 |
|
Mads Rasmussen
|
4e354a3e17
|
Merge pull request #1885 from umbraco/bugfix/fix-tree-folder-cyclic-imports
Bugfix: Fix tree folder cyclic imports
|
2024-05-24 10:04:45 +02:00 |
|
Mads Rasmussen
|
0b9cf6b2c5
|
Merge pull request #1886 from umbraco/bugfix/fix-opening-public-access-entity-action-from-tree
Bugfix: fix public access opened from the tree
|
2024-05-24 09:40:18 +02:00 |
|
Mads Rasmussen
|
39593e96b3
|
import from tree module
|
2024-05-24 08:14:11 +02:00 |
|
Mads Rasmussen
|
e622362df9
|
export from tree module
|
2024-05-24 08:10:07 +02:00 |
|
Mads Rasmussen
|
3b158aacf3
|
move "move to" entity action to tree module
|
2024-05-24 07:34:04 +02:00 |
|
Mads Rasmussen
|
10c782ec25
|
collect entity actions in folder
|
2024-05-23 21:41:06 +02:00 |
|
Jacob Overgaard
|
4ddf9fd890
|
fix: restore the custom regex if it's set
if there is a custom regex, and we cannot match it with our existing regex'es, it is always a custom one, and we should just show it to the user
|
2024-05-23 21:31:25 +02:00 |
|