Commit Graph

39606 Commits

Author SHA1 Message Date
Bjarke Berg
5953c9ebe7 Fixed issues with confusion about when to use umbracoPath and when to use the const.
Now it is possible to change the location of backoffice.
{
  "Umbraco": {
    "CMS": {
      "Global": {
       "UmbracoPath": "~/my-secret-loginpanel",
        "IconsPath": "~/my-secret-loginpanel/assets/icons"
      }
    }
  }
}
2021-09-01 07:50:17 +02:00
Bjarke Berg
9bb6d8b20b https://github.com/umbraco/Umbraco-CMS/issues/10927 - Fixed issue with translations but still support the fix for https://github.com/umbraco/Umbraco-CMS/issues/10627 2021-08-30 13:50:48 +02:00
Bjarke Berg
56d8e0e684 Merge remote-tracking branch 'origin/v8/8.16' into v9/dev
# Conflicts:
#	build/NuSpecs/UmbracoCms.Core.nuspec
#	build/NuSpecs/UmbracoCms.nuspec
#	build/build.ps1
#	src/SolutionInfo.cs
#	src/Umbraco.Core/Diagnostics/MiniDump.cs
#	src/Umbraco.Core/Sync/DatabaseServerMessenger.cs
#	src/Umbraco.Infrastructure/Persistence/LocalDb.cs
#	src/Umbraco.Infrastructure/PropertyEditors/BlockEditorPropertyHandler.cs
#	src/Umbraco.Web/PublishedCache/NuCache/PublishedSnapshotService.cs
2021-08-26 12:13:04 +02:00
Mole
15f4ea937b Merge pull request #10948 from umbraco/v9/bugfix/keepalive_null_ref
Fixed potential null reference exception in KeepAlive
2021-08-25 13:25:59 +02:00
Bjarke Berg
392eec2371 Fixed potential null reference exception in KeepAlive 2021-08-25 11:56:20 +02:00
Sebastiaan Janssen
d13a555204 Merge branch 'v8/8.15' into v8/8.16 2021-08-24 16:38:48 +02:00
Paul Johnson
e558d11fa9 Revert "Optimization by returning the same instance"
This reverts commit 990fc118cb.

When using the _reusableEditor field to create a BlockEditorPropertyEditor
it doesn't matter that content type cache has been invalidated (memory cache)
as the content types are also cached in a private field in the BlockEditorValues class.

Closes #10910

(cherry picked from commit 94b0b252ec)
2021-08-24 16:38:18 +02:00
Sebastiaan Janssen
d37a4c4be0 Merge branch 'v8/8.15' into v8/8.16 2021-08-24 10:32:41 +02:00
Shannon Deminick
14a94f0ba5 Merge pull request #10847 from umbraco/v8/bugfix/backport-fix-for-10774-into-v8
Backport fix for #10774 to v8

(cherry picked from commit 88f17b7cbf)
2021-08-24 08:41:10 +02:00
Chad Currie
8b685a0a2c Update Serilog.Enrichers.Process to 2.0.2 as it fixes a leak
(cherry picked from commit dcc533fd8d)
2021-08-23 15:18:03 +02:00
Chad
d085b11752 DIspose Process (#10918)
(cherry picked from commit a2dab5b6ca)
2021-08-23 15:17:57 +02:00
Sebastiaan Janssen
c87dc1c3a6 Merge branch 'v8/8.15' into v8/8.16 2021-08-23 15:17:36 +02:00
Sebastiaan Janssen
0ecc887175 Merge branch 'v8/8.14' into v8/8.15 2021-08-23 14:52:05 +02:00
Sebastiaan Janssen
82fc05ac51 Cannot copy page with Block List block with property that 'looks like' JSON #10879 (#10925)
(cherry picked from commit cd6cb3737e)
2021-08-23 14:51:11 +02:00
Paul Johnson
8dd645f36e Merge pull request #10880 from umbraco/v9/bugfix/suppress-notifications-migrations
Suppress scope notifications during migrations
2021-08-23 13:25:47 +01:00
Mole
2da06fb156 Merge pull request #10898 from umbraco/v9/task/removed_obsolete_property_in_user
v9: removed obsolete property from User and IUser
2021-08-23 12:47:36 +02:00
Sebastiaan Janssen
42c59a91ca Bump version to 8.16.0 2021-08-23 11:14:27 +02:00
Sebastiaan Janssen
0f3e2cfd02 Merge branch 'v8/8.15' into v8/8.16
# Conflicts:
#	src/Umbraco.Web.UI.Client/src/less/property-editors.less
2021-08-23 11:03:45 +02:00
Sebastiaan Janssen
c72cb1683b Removes unneeded flex that caused an issue with the image cropper datatype
Fixes #10876
2021-08-23 11:01:53 +02:00
Bjarke Berg
7d0b26b25c Merge pull request #10884 from umbraco/v9/feature/imagesharp-cachefolder
V9: Move default ImageSharp cache folder to TEMP and map configured value to content root
2021-08-23 08:06:01 +02:00
Paul Johnson
4814eb504c Merge pull request #10914 from umbraco/v9/bugfix/integration-tests-orphaned-localdb
Shutdown (localdb)\UmbracoTests when we're done with it
2021-08-20 17:11:04 +01:00
Paul Johnson
41a51df724 Shutdown (localdb)\UmbracoTests when we're done with it 2021-08-20 16:35:49 +01:00
Paul Johnson
d41ab6a429 Fix integration tests - register PackageMigrationRunner 2021-08-20 16:18:57 +01:00
Sebastiaan Janssen
4c0cdbd615 Merge branch 'v8/8.15' into v8/8.16 2021-08-20 16:54:05 +02:00
Sebastiaan Janssen
78d8f5b9e8 Merge branch 'v8/8.14' into v8/8.15 2021-08-20 16:45:19 +02:00
Bjarne Fyrstenborg
22c49398e3 Hide backdrop when closing/select navigation (#10907)
(cherry picked from commit 72d33b8f68)

# Conflicts:
#	src/Umbraco.Web.UI.Client/src/common/directives/components/tree/umbtree.directive.js
#	src/Umbraco.Web.UI.Client/src/common/services/navigation.service.js
2021-08-20 16:38:55 +02:00
Sebastiaan Janssen
3030269bde Create a cloud-specific zip that includes necessary config transforms for cloud 2021-08-20 14:21:36 +02:00
Sebastiaan Janssen
d566d42c4b Remove unintentional change from 15 months ago that causes you to end up in your windows users folder after each build 2021-08-20 14:20:46 +02:00
Bjarke Berg
d1bc7dd09d Merge pull request #10720 from soreng/patch-8
Update LocalizedTextServiceExtensions.cs - use the culture parameter, instead of Thread.CurrentThread.CurrentUICulture
2021-08-20 13:32:15 +02:00
Zeegaan
b272afa0ab removed the cloning of additonalData from PerformDeepClone 2021-08-20 12:20:05 +02:00
Zeegaan
c2c222687f Removed obsolete backing field and lock 2021-08-20 12:13:30 +02:00
Zeegaan
bccd4796e2 Merge remote-tracking branch 'origin/v9/dev' into v9/task/removed_obsolete_property_in_user 2021-08-20 11:11:14 +02:00
Ronald Barendse
33108a7e05 Merge branch 'v9/dev' into v9/feature/imagesharp-cachefolder 2021-08-19 23:42:08 +02:00
Paul Johnson
f285986ae7 Merge pull request #10905 from umbraco/v9/bugfix/email-sender-ambiguous-constructor
V9/bugfix/email sender ambiguous constructor
2021-08-19 15:07:02 +01:00
Paul Johnson
061f1b3b87 Move EmailSender to Mail namespace. 2021-08-19 14:38:38 +01:00
Paul Johnson
6b18f93ae7 Fix issue where MSDI confused which ctor to use for EmailSender 2021-08-19 14:11:40 +01:00
Bjarke Berg
fbbfcd84c7 Merge remote-tracking branch 'origin/v9/dev' into v9/dev 2021-08-19 10:55:57 +02:00
Nikolaj Geisle
bd875c027d Merge pull request #10886 from umbraco/v9/feature/AB13286-rename-ui-project-back-to-its-original-name
V9: Rename Umbraco.Web.UI.Netcore to Umbraco.Web.UI
2021-08-19 10:49:09 +02:00
Zeegaan
466434feda Merge remote-tracking branch 'origin/v9/dev' into v9/feature/AB13286-rename-ui-project-back-to-its-original-name 2021-08-19 09:37:23 +02:00
Ronald Barendse
7ccc434bd6 Inject IHostingEnvironment to UmbracoBuilder to fix integration tests 2021-08-19 09:08:12 +02:00
Zeegaan
b1d11fca64 Removed obsolete property from User 2021-08-19 08:47:32 +02:00
Bjarke Berg
7b68083aff Merge pull request #10889 from umbraco/v9/task/fixed_todo_implement_new_asserts
v9: Implemented new asserts
2021-08-19 08:36:20 +02:00
Bjarke Berg
9e44b4a064 Merge pull request #10887 from umbraco/v9/update-all-things-pt2
Ensure Nuget dependencies are upto date except NPoco as breaking changes in major
2021-08-19 08:33:45 +02:00
Shannon
6f8344a349 removes unneeded deps on package controller. 2021-08-18 12:03:23 -06:00
Shannon
8ede33f6ba Updates how package migrations are run. Only publish a single notification. 2021-08-18 12:01:56 -06:00
Bjarke Berg
dba385e5e5 Added App_Plugins to publish output 2021-08-18 16:00:57 +02:00
Zeegaan
7239c2c942 Fixed tests with review comments 2021-08-18 15:45:33 +02:00
Nikolaj Geisle
7247a3759f Update src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Packaging/PackageInstallationTest.cs
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
2021-08-18 15:35:48 +02:00
Zeegaan
3063ed182c Implemented new Asserts 2021-08-18 14:20:56 +02:00
Warren Buckley
7e99a69949 Revert back poackage-lock accidently committed 2021-08-18 12:36:33 +01:00