Commit Graph

67530 Commits

Author SHA1 Message Date
Niels Lyngsø
607b596f2c Merge pull request #2513 from umbraco/v15/feature/grid-inline-editing-fixes
Feature: Block Grid inline editing + Extension Initializers change
2024-11-07 14:18:21 +01:00
Niels Lyngsø
04c9e8f4ac Merge branch 'main' into bugfix/block-list-custom-views-fix 2024-11-07 14:13:38 +01:00
Bjarke Berg
6a18aa79e3 Fix wrong urls returned from Url() extension and do not show unavailable paths on info tab (#17445)
* Fixed issue with urls shown to info tap, even if the url was not available because the document assigned a domain was not published in the culture

* Fix issue where left to right and right to left ordering of urlsegments was not handled when using the legacy urls
2024-11-07 14:13:25 +01:00
Niels Lyngsø
1740816d64 Merge branch 'main' into v15/feature/grid-inline-editing-fixes
# Conflicts:
#	src/packages/core/content/property-dataset-context/element-property-dataset.context.ts
2024-11-07 14:10:58 +01:00
Niels Lyngsø
b1a054f3ed Merge pull request #2483 from umbraco/v15/feature/content-workspace-base
Feature: Content Detail Workspace Base
2024-11-07 14:09:03 +01:00
Niels Lyngsø
5f3e992ca7 fix const name 2024-11-07 14:04:32 +01:00
Niels Lyngsø
a2d449de95 move dictionary create action to top 2024-11-07 14:01:11 +01:00
Niels Lyngsø
6cc417580a update member manifests 2024-11-07 13:57:28 +01:00
Niels Lyngsø
f6bdb8dc90 sort props to align with data source 2024-11-07 13:53:06 +01:00
Nikolaj Geisle
d101829a90 V15: Fix reload memory cache endpoint (#17446)
* Check for id later.

* Return 501 status codes from obsoleted endpoints

* Use contants

* Ensure ordering of cache refresher is not changes

---------

Co-authored-by: Bjarke Berg <mail@bergmania.dk>
2024-11-07 13:17:36 +01:00
Niels Lyngsø
e2303eca88 Merge branch 'main' into v15/feature/grid-inline-editing-fixes 2024-11-07 13:14:51 +01:00
Niels Lyngsø
14b388bfd8 lint fixes 2024-11-07 13:06:14 +01:00
Mads Rasmussen
cccd0790d5 fix import 2024-11-07 12:20:40 +01:00
Sven Geusens
e7eb14d310 V15/task/cleanup obsolete (#17433)
* Replace obsolete UserGroup Alias consts to key equivalent in tests

* Update use of usergroup alias consts to key equivalent in IsSystemgroup extension method

* Obsolete (internally) unused helper function which purpose doesn't even seem true

* Prepped EmbedProviders for proper removal of non async methods and unneeded proxy methods

* Remove obsoleted UmbracoPath and updated internal references

* Corrected  mistake and updated unittets

* Update usergroup tests that use aliases for "system" groups

* Replace more uses of globalsettings.UmbracoPath

* Remove GetDateType by key non async

* Cleanup some usages of hostingEnvironment.MapPathContentRoot

* More easy obsoletion cleanup

* Small Typeload cleanup

* More obsolete removal

* Deploy obsoletion cleanup

* Remove obsolete methods from OEmbedProviderBase.cs

---------

Co-authored-by: Zeegaan <skrivdetud@gmail.com>
2024-11-07 12:20:22 +01:00
Mads Rasmussen
d4d2aeecd6 temp duplicate styling as we shouldn't depend on another elements styles unless we extend it 2024-11-07 12:16:34 +01:00
Mads Rasmussen
75aa555bc9 use relative imports 2024-11-07 12:00:33 +01:00
Mads Rasmussen
18fae3d1f8 use relative imports 2024-11-07 11:56:35 +01:00
Mads Rasmussen
5cfba1588d fix circular import 2024-11-07 11:35:57 +01:00
Mads Rasmussen
59ece1f5a1 use relative imports inside module 2024-11-07 11:29:59 +01:00
Mads Rasmussen
d5447641b7 use relative imports inside a module 2024-11-07 11:27:04 +01:00
Niels Lyngsø
ce99552975 Merge branch 'main' into routed-modal-issue 2024-11-07 11:20:30 +01:00
Mads Rasmussen
d91292267d remove circular dependency + deprecate export 2024-11-07 11:20:01 +01:00
Kenn Jacobsen
669c585ac4 Validate client IDs before applying them (#17426)
* Validate client IDs before applying them

* Add operation result to return

* Update src/Umbraco.Cms.Api.Management/Controllers/User/ClientCredentials/ClientCredentialsUserControllerBase.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Zeegaan <skrivdetud@gmail.com>
Co-authored-by: Nikolaj Geisle <70372949+Zeegaan@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2024-11-07 10:42:40 +01:00
Mads Rasmussen
6beb239cde Merge branch 'main' into v15/feature/content-workspace-base 2024-11-07 10:30:18 +01:00
Mads Rasmussen
6aab8bff47 Merge branch 'release/15.0' 2024-11-07 10:30:01 +01:00
Niels Lyngsø
5cc38056bf Merge pull request #2518 from umbraco/v15/hotfix/modal-route-context-boundary
hotfix: 17434 (prevent routable modals inside not routable modals)
2024-11-07 10:15:33 +01:00
Niels Lyngsø
e85f108b75 rename context consume event const 2024-11-07 10:05:31 +01:00
Niels Lyngsø
493e800a7e style no-router 2024-11-07 10:01:59 +01:00
Bjarke Berg
16d8ad8115 Fixes https://github.com/umbraco/Umbraco-CMS/issues/17430 (#17439)
Fixed issue where block based types did not use their StorageValueType but fallback to the short string
2024-11-07 09:12:04 +01:00
Niels Lyngsø
4d084083f8 Merge branch 'main' into v15/feature/content-workspace-base 2024-11-07 09:11:40 +01:00
Niels Lyngsø
715bf1c58f prevent context consumption of route-context from a modal that is not routable 2024-11-06 21:42:25 +01:00
Niels Lyngsø
5282355dcc Merge pull request #2517 from warrenbuckley/patch-1
Fixes duplicate alias that fails npm run compile
2024-11-06 20:55:35 +01:00
Warren Buckley
540f829a2f Fixes duplicate alias that fails npm run compile
Fixes issue when running `npm run compile`

```
examples/ufm-custom-component/index.ts:12:4 - error TS1117: An object literal cannot have multiple properties with the same name.

12    alias: 'myCustomComponent',
      ~~~~~


Found 1 error in examples/ufm-custom-component/index.ts:12
```
2024-11-06 19:35:38 +00:00
NguyenThuyLan
2576594d92 Fix bug: No matching error display between New password and Confirm password (#2384)
* Fix bug: No matching error display between New password and Confirm password

* Refactored to use built-in validation

Wires up most localization keys.

---------

Co-authored-by: Lan Nguyen Thuy <lnt@umbraco.dk>
Co-authored-by: leekelleher <leekelleher@gmail.com>
2024-11-06 17:18:25 +00:00
Sebastiaan Janssen
ece5a3ae26 Merge branch 'v15/dev' into contrib 2024-11-06 16:38:14 +00:00
Nikolaj Geisle
79059d60f5 Merge branch 'release/15.0' into v15/dev
# Conflicts:
#	src/Umbraco.Web.UI.Client
#	version.json
2024-11-06 17:36:01 +01:00
Rick Butterfield
42bdc8703c Merge branch 'main' into bugfix/block-list-custom-views-fix 2024-11-06 15:41:42 +00:00
marwaldv
0c99b31285 Feature: Add Swiss backoffice localizations (#2503)
* Add swiss languages as backoffice languages

* Added Swiss localizations to manifest

* De-duplicated localizations

To reduce lines of duplicated code, (from the German, French
and Italian localizations), those localizations are imported at runtime.

---------

Co-authored-by: leekelleher <leekelleher@gmail.com>
2024-11-06 15:28:48 +00:00
Sebastiaan Janssen
2949658cb5 Merge branch 'v15/dev' into contrib
# Conflicts:
#	src/Umbraco.Core/PropertyEditors/Validators/t.cs
2024-11-06 15:18:36 +00:00
Sven Geusens
a9dd8b00e0 Optimize local links migration (#17432)
* Make the migration batched and process in paralel

* Change log level

* More log levels

---------

Co-authored-by: Bjarke Berg <mail@bergmania.dk>
2024-11-06 15:35:01 +01:00
Rick Butterfield
3e7d6341e9 Allow checking for this._contentTypeAlias before #extensionSlotFilterMethod runs 2024-11-06 13:41:56 +00:00
Mads Rasmussen
9932f24d5c Merge branch 'main' into v15/feature/content-workspace-base 2024-11-06 14:05:54 +01:00
Niels Lyngsø
d2be6adba1 comment on risky business 2024-11-06 14:05:27 +01:00
Mads Rasmussen
660fe5f22a Merge branch 'main' of https://github.com/umbraco/Umbraco.CMS.Backoffice 2024-11-06 14:00:34 +01:00
Mads Rasmussen
c9f296814d Merge branch 'release/15.0' 2024-11-06 14:00:24 +01:00
Mads Rasmussen
b4b63abe32 ensure scaffolding is done before initializing the redirect controller 2024-11-06 14:00:04 +01:00
Niels Lyngsø
4b28569e91 Merge branch 'main' into v15/feature/grid-inline-editing-fixes 2024-11-06 13:59:30 +01:00
Mads Rasmussen
e9d0041628 Merge branch 'main' into v15/feature/content-workspace-base 2024-11-06 13:58:05 +01:00
Mads Rasmussen
ae4882aa95 Merge branch 'main' of https://github.com/umbraco/Umbraco.CMS.Backoffice 2024-11-06 13:57:28 +01:00
Mads Rasmussen
1efff16e39 Merge branch 'release/15.0' 2024-11-06 13:57:17 +01:00