* 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
* 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>
* 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>
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
```
* 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>
* 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>