Shannon
|
bcaede22f1
|
Cleans up ext methods and where they are located and what they call to ensure dependencies are taken care of, cleans up Startup, moves routing appropriately
|
2020-05-12 15:18:55 +10:00 |
|
Shannon
|
39fed867c1
|
Cleans up some routing, mvc base classes, gets controller specific model binding working, applies our own application model to our controllers
|
2020-05-12 10:21:40 +10:00 |
|
Shannon
|
12bb68100a
|
Remove ununsed and unneeded DbProviderFactory CreateFactory(); from IDbProviderFactoryCreator, ensure the app doesn't explode if exceptions are thrown and boot fails
|
2020-05-08 17:30:30 +10:00 |
|
Shannon
|
d899e050fe
|
resolves types from the assembly that was loaded, removes unused references, adds notes
|
2020-05-08 16:35:37 +10:00 |
|
Bjarke Berg
|
6a078ee09e
|
AB#6233 - reorderen routing
|
2020-05-07 15:24:46 +02:00 |
|
Bjarke Berg
|
e4dfdbb504
|
AB#6233 - renamed extensions namespace to Umbraco.Extensions
|
2020-05-07 10:08:23 +02:00 |
|
Bjarke Berg
|
269c75e26b
|
AB¤6233 - Reverted changes to typefinder and implemented check for if SqlCE is available in the install process
|
2020-05-06 20:37:03 +02:00 |
|
Bjarke Berg
|
bc4713a51c
|
#6233- SqlCE stuff
|
2020-04-28 07:02:14 +02:00 |
|
Bjarke Berg
|
55d9af2b68
|
#6233- Install steps + MacroRenderer
|
2020-04-27 13:00:55 +02:00 |
|
Bjarke Berg
|
f79526e46a
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/AB6233-install-steps-in-dotnet-core
# Conflicts:
# src/Umbraco.Infrastructure/Runtime/CoreInitialComposer.cs
# src/Umbraco.Web.Common/Runtime/AspNetCoreComposer.cs
|
2020-04-24 08:23:55 +02:00 |
|
Bjarke Berg
|
f76e638f0d
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/bugfix/logging-fixing
# Conflicts:
# src/Umbraco.Tests.Integration/RuntimeTests.cs
# src/Umbraco.Tests.Integration/Testing/UmbracoIntegrationTest.cs
# src/Umbraco.Web.Common/Extensions/UmbracoCoreServiceCollectionExtensions.cs
|
2020-04-22 10:54:54 +02:00 |
|
Bjarke Berg
|
79e9235338
|
AB#6233 - Install in .NET Core
|
2020-04-22 08:17:45 +02:00 |
|
Shannon
|
18b285f088
|
Splits profiler so it doesn't have to take a dependency since we don't want to pre-resolve. Adds enrichers to the container.
|
2020-04-22 15:23:51 +10:00 |
|
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 |
|
Elitsa Marinovska
|
c185b67ed0
|
Adding UseStatusCodePages for disabling/enabling status code pages (ex: from IIS)
|
2020-04-21 10:55:01 +02:00 |
|
Shannon
|
9d320f79da
|
New IRuntimeHash to fix type scanning in netcore in order to look at the right runtime bits to creaet a hash for
|
2020-04-03 01:08:52 +11:00 |
|
Bjarke Berg
|
b1d214a13d
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/AB5822-smidge-implementation
# Conflicts:
# src/Umbraco.Web.Common/Extensions/UmbracoCoreServiceCollectionExtensions.cs
# src/Umbraco.Web.UI.NetCore/Startup.cs
# src/Umbraco.Web.UI/Umbraco/PartialViewMacros/Templates/Gallery.cshtml
|
2020-04-01 15:52:23 +02:00 |
|
Bjarke Berg
|
400fa1ccd4
|
Initialize Current
|
2020-04-01 14:19:41 +02:00 |
|
Bjarke Berg
|
8d2aad5f49
|
AB#5822 Clean up
|
2020-03-31 16:28:58 +02:00 |
|
Bjarke Berg
|
55426515c0
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/AB5822-smidge-implementation
# Conflicts:
# src/Umbraco.Infrastructure/Media/ImageProcessorImageUrlGenerator.cs
# src/Umbraco.Infrastructure/Models/ImageProcessorImageUrlGenerator.cs
# src/Umbraco.Infrastructure/Models/ImageSharpImageUrlGenerator.cs
# src/Umbraco.Web.BackOffice/AspNetCore/AspNetCoreComposer.cs
# src/Umbraco.Web.Common/Extensions/UmbracoCoreServiceCollectionExtensions.cs
# src/Umbraco.Web.UI.NetCore/Startup.cs
# src/Umbraco.Web.UI.NetCore/appsettings.json
|
2020-03-31 15:36:25 +02:00 |
|
Bjarke Berg
|
117bfd1f12
|
AB#8522 - Smidge reset updates the version string to the current ticks
|
2020-03-31 10:47:08 +02:00 |
|
Bjarke Berg
|
ffc6ce6553
|
AB#8522 - Smidge implementation of the Runtime Minifier
|
2020-03-30 21:27:35 +02:00 |
|
Bjarke Berg
|
49da01c655
|
AB#5820 - Clean up
|
2020-03-30 07:16:55 +02:00 |
|
Bjarke Berg
|
ff5d6770d9
|
AB#5820 - Clean up and remove unnecessary stuff for this task
|
2020-03-30 06:34:56 +02:00 |
|
Bjarke Berg
|
b2799ef901
|
AB#5820 - Added simple controller and view to test the miniprofiler
|
2020-03-29 22:35:52 +02:00 |
|
Bjarke Berg
|
681a25b861
|
Moved files from backoffice into Common + Introduced AspNetCoreComponent to invoke the Umbraco Application Init event
|
2020-03-27 11:39:17 +01:00 |
|
Bjarke Berg
|
86fe83ca16
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/ab5820-webprofiler-aspnetcore
# Conflicts:
# src/Umbraco.Web.BackOffice/AspNetCore/UmbracoCoreServiceCollectionExtensions.cs
# src/Umbraco.Web.Common/AspNetCore/AspNetCoreUmbracoApplicationLifetime.cs
# src/Umbraco.Web.UI.NetCore/Startup.cs
|
2020-03-26 07:10:23 +01:00 |
|
Bjarke Berg
|
629be33357
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/AB5822-smidge-implementation
# Conflicts:
# src/Umbraco.Web.BackOffice/AspNetCore/UmbracoCoreServiceCollectionExtensions.cs
# src/Umbraco.Web.UI.NetCore/Startup.cs
# src/Umbraco.Web/Editors/PackageInstallController.cs
# src/Umbraco.Web/UrlHelperExtensions.cs
|
2020-03-26 06:53:05 +01:00 |
|
Bjarke Berg
|
1c53405d75
|
AB#5822 - Abstraction of runtime minifier
|
2020-03-25 20:42:02 +01:00 |
|
Shannon
|
a5d728cc51
|
Reduce the usage of BuildServiceProvider
|
2020-03-25 18:21:44 +11:00 |
|
Bjarke Berg
|
92afbfc6fc
|
AB#5820 - Initialize the webprofiler in asp.net core
|
2020-03-25 05:39:25 +01:00 |
|
Bjarke Berg
|
397b25f9ae
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/ab5820-webprofiler-aspnetcore
# Conflicts:
# src/Umbraco.Web.UI.NetCore/Startup.cs
|
2020-03-24 19:38:44 +01:00 |
|
Bjarke Berg
|
9339e1d999
|
AB#5820 - Introduced WebProfiler for asp.net core
|
2020-03-24 18:56:45 +01:00 |
|
Shannon
|
1658fced23
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/booting-netcore
# Conflicts:
# src/Umbraco.Core/IO/IOHelper.cs
# src/Umbraco.Infrastructure/Runtime/WebRuntime.cs
# src/Umbraco.Tests.Common/TestHelperBase.cs
# src/Umbraco.Tests/Routing/RenderRouteHandlerTests.cs
# src/Umbraco.Tests/Runtimes/StandaloneTests.cs
# src/Umbraco.Web.BackOffice/AspNetCore/UmbracoBackOfficeServiceCollectionExtensions.cs
# src/Umbraco.Web.UI.NetCore/Program.cs
# src/Umbraco.Web.UI.NetCore/Startup.cs
# src/Umbraco.Web/UmbracoApplication.cs
|
2020-03-23 15:50:01 +11:00 |
|
Bjarke Berg
|
3e75c889ab
|
Imaging settings
|
2020-03-17 17:56:00 +01:00 |
|
Bjarke Berg
|
51879c0b80
|
Implemented config for asp.net core
|
2020-03-16 14:02:08 +01:00 |
|
Shannon
|
9ded4c7ddb
|
Wires up DI for cross wiring correctly ensuring that it occurs at the very end of ConfigureServices, updates tests accordingly, fixes a few other things.
|
2020-03-13 18:44:58 +11:00 |
|
Bjarke Berg
|
5517186cb7
|
Added Web.Website
|
2020-02-24 10:51:48 +01:00 |
|