Warren Buckley
9112963224
Remove System.Configuration.ConfigurationManager
2021-08-11 13:25:13 +01:00
Zeegaan
1906228ead
Fixed test class with private field instead of public property
2021-08-11 14:23:16 +02:00
Zeegaan
c07fe97edd
Merge remote-tracking branch 'origin/v9/dev' into v9/bugfix/Refractor_UmbracoContextAccessor
2021-08-11 14:01:00 +02:00
Bjarke Berg
442310d0ea
Fixed issue with CachedPartial that cached an unmaterialized value, that could not be used on cache hits.
2021-08-11 13:59:28 +02:00
Zeegaan
81807f76dc
Fixed last 4 classes that used old UmbracoContextAccessor to use new TryGetUmbracoContext
2021-08-11 13:33:34 +02:00
Zeegaan
f299c6a93b
Updated 15 classes to use the new TryGetUmbracoContext and implemented a Set() method in HybridUmbracoContextAccessor
2021-08-11 13:25:17 +02:00
Zeegaan
c3bac00f6e
Fixed 11 more classes with new TryGetUmbracoContext
2021-08-11 12:17:35 +02:00
Warren Buckley
558352e3ac
Merge pull request #10823 from umbraco/v9/feature/package_export_and_import_both_xml_and_zip
...
V9: Package export and import both xml and zip
2021-08-11 11:10:28 +01:00
Zeegaan
919b091e67
Fixed 11 classes with the new TryGetUmbracoContext
2021-08-11 11:33:46 +02:00
Bjarke Berg
c2d54f508f
Fixed missing TODO
2021-08-11 11:30:47 +02:00
Zeegaan
261b93f7be
Updated 13 classes with new TryGetUmbracoContext
2021-08-11 11:06:55 +02:00
Bjarke Berg
53fc1693ec
Fix duplicate ProjectReference to Umbraco.Web.Common
2021-08-11 10:39:58 +02:00
Shannon Deminick
962984b9c9
Merge pull request #10702 from umbraco/v9/task/more-flexible-startup
...
More flexible Umbraco startup code - new method WithCustomMiddleware
2021-08-11 06:26:03 +10:00
Shannon
01dd9e6f2e
Merge branch 'v9/dev' into v9/task/more-flexible-startup
...
# Conflicts:
# src/Umbraco.Web.Common/Extensions/ApplicationBuilderExtensions.cs
2021-08-10 13:55:55 -06:00
Shannon
652f385057
Merge branch 'v9/bugfix/external-login-changes' into v9/dev
2021-08-10 12:42:32 -06:00
Shannon
1917c51115
Another fix required for the user invite flow.
2021-08-10 12:41:24 -06:00
Bjarke Berg
d520be52bc
Merge pull request #10721 from umbraco/v9/bugfix/external-login-changes
...
external login changes/enhancements
2021-08-10 20:04:20 +02:00
Bjarke Berg
cfc9450940
Do not show build information on Upgrade page
2021-08-10 19:31:27 +02:00
Bjarke Berg
2add0833bc
Merge pull request #10824 from umbraco/v9/serilog-remove-old-xml-settings-nuget
...
V9 Serilog - Remove old XML settings nuget
2021-08-10 14:54:05 +02:00
Warren Buckley
73daca339e
Adds in System.Configuration.ConfigurationManager that the Serilog package had a dependacy on
2021-08-10 11:45:53 +01:00
Bjarke Berg
2b8256c576
Fix hash of xml
2021-08-10 12:40:24 +02:00
Zeegaan
e9908e341f
fixed RedirectTrackingHandler to implement new version of IPublishedSnapshot
2021-08-10 12:25:56 +02:00
Zeegaan
cd439bbb7c
removed unneccesary dbcontext
2021-08-10 11:20:14 +02:00
Warren Buckley
66194fe553
Remove unused usings
2021-08-10 10:19:29 +01:00
Warren Buckley
b82047ce00
Fix build & remove this constructor where you could pass in a custom filepath to read the XML settings from
2021-08-10 10:19:13 +01:00
Warren Buckley
2b36538b71
Uninstall OLD Serilog package that read config from XML values we use Serilog.Settings.Configuration instead now
2021-08-10 10:18:33 +01:00
Zeegaan
ac71fc5c67
merged v9/dev into this branch to make sure its up to date
2021-08-10 11:15:43 +02:00
Zeegaan
f3db706808
merged v9/dev into this branch
2021-08-10 11:15:23 +02:00
Zeegaan
5d264fefdb
Added a null check to IUmbracoHelperAccessor & IPublishedSnapshotAccessor
2021-08-10 10:55:29 +02:00
Bjarke Berg
3ac5004d09
Fixed issue:
...
Did not load media items if the folder was still there but the nested media was deleted/missing
## Testcase:
Add folder to media..
add multiple images into the folder
Create package with the folder and include decendents
Remove one of the items inside the folder + empty recycle bin
Install the package - Now the missing item is still added (it was not before)
2021-08-10 10:52:26 +02:00
Paul Johnson
5c1712cba2
Stopped building frontend assets to Umbraco.Web.UI/
2021-08-10 09:16:52 +01:00
Paul Johnson
4b73c44700
Remove duplicate project entry for examine in netcore-only sln
2021-08-10 09:34:07 +02:00
Bjarke Berg
74c20f6d96
Merge pull request #10811 from umbraco/v9/bugfix/null-check-redirect-tracking
...
Needs a null check so it doesn't explode when saving content during a migration.
2021-08-10 07:56:13 +02:00
Shannon
456e352491
Fix build
2021-08-09 13:42:52 -06:00
Shannon
ab84490535
Fixes email sending notifications so they are checked if they are handled.
2021-08-09 13:42:08 -06:00
Bjarke Berg
fb9fdc44ca
Merge pull request #10818 from p-m-j/v9/bugfix/misc-linux-issues
...
v9: Run all tests on linux build
2021-08-09 17:22:35 +02:00
Paul Johnson
7f71298e3f
Remove apartment state annotations
...
Resolves issue where fewer test run on Linux than Windows.
Presumably legacy that has hung around.
2021-08-09 15:49:56 +01:00
Paul Johnson
a2799738ca
Fix nuspec solution items
2021-08-09 14:40:16 +01:00
Paul Johnson
38e66b0124
Fix case sensitivity issue
2021-08-09 14:34:32 +01:00
Bjarke Berg
c190ed504e
fix tests
2021-08-09 13:19:37 +02:00
Nikolaj Geisle
18ef926c5e
Merge pull request #10796 from umbraco/v9/bugfix/AB13096-remove-unwanted-folders-on-publish
...
V9: Umbraco Templates - remove unwanted folders on publish
2021-08-09 11:08:57 +02:00
Nikolaj Geisle
c03e84689d
Merge pull request #10794 from umbraco/v9/bugfix/AB13095-block-thumbnail-fix
...
V9: Limit the BlockList thumbnail picker to only the directories serving static files
2021-08-09 08:54:23 +02:00
Sebastiaan Janssen
9b93a8f1ab
Bump version to 8.16.0-rc
2021-08-09 08:26:22 +02:00
Bjarke Berg
6ef2deb3cb
Fix base url for js docs
2021-08-09 07:48:37 +02:00
Bjarke Berg
2a3ac1961d
Temp commit
2021-08-09 06:28:26 +02:00
Shannon
afb952fa38
Needs a null check so it doesn't explode when saving content during a migration.
2021-08-06 15:54:50 -06:00
Shannon
d4be031b78
Fixes an error caused by v8-v9 merge
2021-08-06 14:12:25 -06:00
Shannon
53bc53a377
Merge remote-tracking branch 'origin/v9/dev' into v9/bugfix/external-login-changes
...
# Conflicts:
# src/Umbraco.Infrastructure/Migrations/Upgrade/UmbracoPlan.cs
2021-08-06 13:47:41 -06:00
Bjarke Berg
a159aa4790
Merge pull request #10808 from abjerner/v9/bugfix/typefinder-jetbrains-annotations
...
v9: Added "JetBrains.Annotations" to assembly exclusion list to fix #10801
2021-08-06 19:19:10 +02:00
Kevin Meilander
1dd75b9051
#10354 - added domain content id as node context for the content finder for the 404 error page so $site works
2021-08-06 16:33:57 +02:00