Commit Graph

39632 Commits

Author SHA1 Message Date
Mole
e727f0f1be Merge pull request #10994 from umbraco/v9/todo/removed_obsolete_SystemFilesClass
v9: Removed obsolete SystemFiles class
2021-09-01 08:31:55 +02:00
Paul Johnson
80b36101c9 Merge pull request #10913 from cleversolutions/temp-10912
Fix PhysicalFileSystem.GetRelaitvePath for *nix
2021-08-31 15:30:38 +01:00
Nikolaj Geisle
65545134f4 Merge pull request #10946 from umbraco/v9/feature/validationService-optimization
V9: Reuse value editors for validation
2021-08-31 13:58:01 +02:00
Zeegaan
56f8e1c12b Deleted obsolete Systemfiles class 2021-08-31 13:26:47 +02:00
Nikolaj Geisle
7de1e1b187 Merge pull request #10941 from umbraco/v9/feature/improved-project-template
New project - simplify includes/excludes
2021-08-31 10:01:28 +02:00
Nikolaj Geisle
f1ba8a3868 Merge pull request #10942 from lauraneto/v9/feature/add_url_mode_to_getcropurl
Added url mode parameter to the GetCropUrl extension methods
2021-08-31 08:49:23 +02:00
Sebastiaan Janssen
e62dd04295 Fixes #10956 - GetLocalCropUrl Obsolete message is misleading 2021-08-30 17:18:42 +00:00
Jacob Overgaard
a2b9146abf Generate a local certificate for Kestrel https
Fixes #10981
2021-08-30 18:55:10 +02:00
Nikolaj
3d2dae075d Remove notification registration for ValueEditorCacheRefresher 2021-08-30 10:57:32 +02:00
Nikolaj
d448ddd7df Make ValueEditorCacheRefresher a distributed cache refresher 2021-08-30 10:46:05 +02:00
Jacob Overgaard
a73c7bb8a1 Devcontainer: Update SMTP FROM address (#10970) 2021-08-30 09:25:04 +02:00
Mole
c2016a6f44 Merge pull request #10967 from bergmania/v9/dev
Added danish translations for treeSearch
2021-08-27 14:24:58 +02:00
Bjarke Berg
aeaf935df8 Update src/Umbraco.Web.UI/umbraco/config/lang/da.xml
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
2021-08-27 12:59:15 +02:00
Bjarke Berg
622a03fa66 Added danish translations for treeSearch 2021-08-27 11:05:47 +02:00
Bjarke Berg
48fcfcae21 Merge pull request #10689 from erikjanwestendorp/rename-contentType-to-mediaType-in-Media-model
Update Media.cs
2021-08-26 13:13:09 +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
Paul Johnson
1e0d82ceee More consistent globs 2021-08-24 20:35:14 +01:00
Laura Neto
9e73cfe0ec Added url mode parameter to the GetCropUrl extension methods 2021-08-24 18:26:14 +02:00
Paul Johnson
64f4d0ec93 also ignore wwwroot/media 2021-08-24 16:58:05 +01:00
Paul Johnson
fe7067e056 New project - simplify includes/excludes 2021-08-24 16:49:58 +01: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
Nikolaj
90bc927d66 Add unit tests 2021-08-24 14:15:18 +02:00
Nikolaj
1c4893d3c8 Fix Tests 2021-08-24 11:02:51 +02:00
Nikolaj
65b69dfa4a Create separate refresher for ValueEditorCache
Notification handlers are scoped.
2021-08-24 11:02:37 +02:00
Nikolaj
6c21cb30d3 Add locks for the dictionary. 2021-08-24 10:38:38 +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
Nikolaj
c690d5f3ba Add clarifying comment in ValueEditorCache 2021-08-23 15:06:47 +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
Nikolaj
dc22ee8563 Merge branch 'v9/dev' into v9/feature/validationService-optimization 2021-08-23 14:32:43 +02:00
Nikolaj
306ed56027 Create a cache for value editors 2021-08-23 14:28:44 +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
Evan Moore
01ee495367 Fix PhysicalFileSystem.GetRelaitvePath for *nix 2021-08-20 10:55:09 -04: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