Shannon
46e14f7692
Fixes up all logging. Configures serilog logging to replace MS logging just like serilog does, adds new ILoggerConfiguration so we aren't hard coding things, dynamically adds enrichers when the container is ready to resolve services.
2020-04-22 14:23:56 +10:00
Shannon
2a89b36871
Fixing Nasty Exception with Scope/Provider #5151
2020-04-22 11:10:24 +10:00
Elitsa Marinovska
062441c650
Passing NoAppCache to CoreRuntime base ctor
2020-04-21 13:48:06 +02:00
Elitsa Marinovska
acad9d1f84
Making class public
2020-04-21 11:03:04 +02:00
Bjarke Berg
fbe6f6cdd2
AB#6232 - Moved EnablePerWebRequestScope from configure to start
2020-04-21 11:00:30 +02:00
Elitsa Marinovska
c185b67ed0
Adding UseStatusCodePages for disabling/enabling status code pages (ex: from IIS)
2020-04-21 10:55:01 +02:00
Elitsa Marinovska
28f5033cb7
Renaming a file for constants. Clarifying the proj for other Constants file
2020-04-21 10:14:03 +02:00
Elitsa Marinovska
16aab7a3cb
Refactoring
2020-04-21 09:33:39 +02:00
Elitsa Marinovska
138b8099fc
Reimplementing EnsurePartialViewMacroViewContextFilterAttribute and other required classes
2020-04-21 09:28:22 +02:00
Elitsa Marinovska
65b45eb48d
Marking classes as moved
2020-04-21 09:25:15 +02:00
Elitsa Marinovska
77a06efa91
Moved filters to Umbraco.Web.Common project
2020-04-21 09:19:18 +02:00
Shannon
d0f1ea0e59
Gets logging working in netcore, removes remaining usages of AppDomain.CurrentDomain.BaseDirectory and reduces more IOHelper usages
2020-04-21 13:31:55 +10:00
Shannon
ee37d3aa7a
Fixes up usage of AppDomain.CurrentDomain.BaseDirectory in log viewer which cannot work in netcore since this is inconsistent with net framework, adds notes, starts configuring serilog with UseUmbraco
2020-04-21 13:07:20 +10:00
Elitsa Marinovska
d483f2ccbd
Marking asp.net action filters as migrated to net core
2020-04-20 22:56:36 +02:00
Elitsa Marinovska
487e3c54a8
Reimplementing action filters to asp.net core
2020-04-20 22:55:40 +02:00
Scott Brady
e90778bd3d
Extracted constant for 2FA remember me cookie
2020-04-20 20:20:04 +01:00
Scott Brady
96d9d3bd21
Removed use of Microsoft.AspNet.Identity.Owin, but had to port across some OWIN extensions
2020-04-20 20:14:36 +01:00
Scott Brady
11f5c98206
Finished security stamp validator
2020-04-20 19:45:08 +01:00
Warren Buckley
058e6a0386
Merge pull request #7885 from umbraco/v8/feature/4901-user-no-start-nodes
...
AB4901: UI for notifying user they have no start nodes
2020-04-20 18:37:39 +01:00
Shannon
008df6018c
Fixes: SqlMainDomLock when configured via appSettings cannot be used unless umbraco is installed #7967
2020-04-21 00:02:59 +10:00
Shannon
e62fef8faf
Ensures entire nucache linked list is not rebuild on schema changes when disabled
2020-04-20 23:22:03 +10:00
Shannon
8927472457
Merge remote-tracking branch 'origin/v8/dev' into v8/bugfix/models-builder-enable-flag
2020-04-20 22:45:50 +10:00
Shannon
44df0dda2b
adding an event
2020-04-20 22:45:12 +10:00
Shannon
d9cb9f27f1
ModelsBuilder enabled flag not respected
...
When MB is disabled we were still rebuilding all of nucache models when schema changes are made which is a requirement of PureLive models but if MB is disabled then PureLive models don't matter. This was causing unnecessary performance and db overhead when modifying document types when mb is disabled.
2020-04-20 22:25:05 +10:00
Bjarke Berg
c0ec1bf6ca
Introduced GenericDictionaryRequestAppCache, to use the HttpContext.Items from .NET Core
2020-04-20 13:21:09 +02:00
Niels Lyngsø
549ee878a2
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/4901-user-no-start-nodes
2020-04-20 11:43:57 +02:00
Bjarke Berg
c3136943e3
Merge pull request #7970 from umbraco/v8/bugfix/nucache-db-paging
...
In Nucache when we are loading in all data that we page over the data as to not cause an SQL timeout
2020-04-20 11:10:14 +02:00
Andy Butland
e561784057
Migrated DictionaryTranslationBuilders into new unit test project and builder format.
2020-04-19 09:39:30 +02:00
Andy Butland
7782457ae5
Created extension methods for creating standard test content types.
2020-04-19 09:21:36 +02:00
Andy Butland
b5ef6bb6d1
Migrated CultureImpactTests into new unit tests project.
2020-04-19 09:07:58 +02:00
Andy Butland
9d2bfdc428
Migrated content, media and member type tests into new unit tests project and builder pattern.
2020-04-19 09:05:09 +02:00
Warren Buckley
9335f39495
Update Readme.md in netcore branch to see if LGTM.com will analyze C#
2020-04-18 22:01:39 +01:00
Andy Butland
c38c5c39ce
Migrated DeepCloneHelper tests into new unit tests project.
2020-04-18 10:06:53 +02:00
Andy Butland
137ee60014
Migrated mapping tests into new unit tests project.
2020-04-18 10:04:52 +02:00
Andy Butland
12b9507007
Aligned user group builder with other builders.
2020-04-18 10:04:28 +02:00
Andy Butland
e0ffc4bc07
Migrated ContentScheduleTests into new unit tests project.
2020-04-18 08:59:30 +02:00
Andy Butland
d334fef4b6
Migrated DocumentEntitySlim tests into new project and builder pattern.
2020-04-18 08:57:14 +02:00
Niels Lyngsø
1a69d5a7e6
Merge remote-tracking branch 'origin/v8/feature/AB4550-segments-clientcode' into v8/feature/AB6057-segment-feature
2020-04-17 17:46:50 +02:00
Bjarke Berg
bf1784f9d1
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
...
# Conflicts:
# src/Umbraco.Core/ContentExtensions.cs
# src/Umbraco.Infrastructure/Persistence/Repositories/Implement/DocumentRepository.cs
2020-04-17 11:43:04 +02:00
Scott Brady
a0e11c49d6
Merge remote-tracking branch 'Umbraco/netcore/dev' into netcore/feature/users
2020-04-17 10:37:13 +01:00
Niels Lyngsø
291d5167b1
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/AB4550-segments-ui-variant-picker
2020-04-17 09:42:25 +02:00
Shannon
90b4d557c9
Adds a segment level validation key + updates tests
2020-04-17 16:12:04 +10:00
Shannon Deminick
75655fd1ee
Merge pull request #7907 from umbraco/v8/bugfix/7868-nucache-null-parent
...
Fix moving large amounts of content/media
2020-04-17 15:04:40 +10:00
Shannon
d1524cdafe
Merge branch 'v8/dev' into v8/bugfix/7868-nucache-null-parent
...
# Conflicts:
# src/Umbraco.Web/PublishedCache/NuCache/ContentStore.cs
2020-04-17 15:04:10 +10:00
Shannon
49da58b23c
adds notes
2020-04-17 14:56:49 +10:00
Shannon
2509dc3749
runs in parallel the call to rebuild the in-memory cache from the db sources when in pure live mode and content types change
2020-04-17 14:46:45 +10:00
Bjarke Berg
a35b52b46f
Merge pull request #7948 from AndyButland/feature/7898-netcore-model-unit-tests-3
...
Netcore: Further model unit test migrations into new project and builder pattern
2020-04-17 06:17:44 +02:00
Shannon
57c1c79d7b
Merge branch 'v8/dev' into v8/bugfix/nucache-db-paging
2020-04-17 13:21:53 +10:00
Shannon
d5e2c12685
fixes merge issue
2020-04-17 13:20:57 +10:00
Shannon
5d8bfcea97
Ensure when we are loading in ALL data that we page over the data as to not cause an SQL timeout
2020-04-17 12:46:36 +10:00