Shannon
3d9603e669
Migrates more logic from the umb module over to netcore
2020-05-14 22:50:27 +10:00
Shannon
88f6d09ef9
Enables the boot failed exception logic
2020-05-14 22:14:00 +10:00
Bjarke Berg
8f7c022f2d
AB#6233 - Handle ApplicationUrl
2020-05-07 09:34:16 +02:00
Shannon
7e2d0902af
Huge IIOHelper cleanup, removes some overlap with IHostingEnvironment, much less usages of IIOHelper and instead just use what is already available on IHostingEnvironment
2020-04-03 11:03:06 +11:00
Bjarke Berg
f671fea998
NetCore: Refactor config/setting to not use dependencies ( #7810 )
...
* Avoid usage of IOHelper in GlobalSettings
* Avoid usage of IOHelper in ModelsBuilderConfig.cs
* Avoid usage of IOHelper in ConnectionStrings.cs
* Simplified more config
* Fix for ModelsBuilderConfig
* Moved GetUmbracoMvcAreaNoCache to IOHelperExtensions
2020-03-17 16:26:56 +01:00
Andy Butland
5fb23951cf
Amended as per PR comments to support replacement of no nodes functionality via customising the route table.
2020-03-02 17:17:14 +01:00
Andy Butland
e6a55a215a
Replaced nonodes.aspx with MVC controller and view, with configurable view location.
2020-02-29 14:26:35 +01:00
Bjarke Berg
aeca49dddb
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/move-files-after-umbraco-context-abstractions
...
# Conflicts:
# src/Umbraco.Abstractions/PublishedContentExtensions.cs
# src/Umbraco.Abstractions/Routing/AliasUrlProvider.cs
# src/Umbraco.Abstractions/Routing/DefaultMediaUrlProvider.cs
# src/Umbraco.Abstractions/Routing/DefaultUrlProvider.cs
# src/Umbraco.Abstractions/Routing/UrlProvider.cs
# src/Umbraco.Abstractions/Routing/UrlProviderExtensions.cs
# src/Umbraco.Infrastructure/Runtime/CoreInitialComposer.cs
# src/Umbraco.Tests/Cache/DistributedCacheBinderTests.cs
# src/Umbraco.Tests/Routing/GetContentUrlsTests.cs
# src/Umbraco.Tests/Routing/MediaUrlProviderTests.cs
# src/Umbraco.Tests/Routing/UmbracoModuleTests.cs
# src/Umbraco.Tests/Routing/UrlProviderTests.cs
# src/Umbraco.Tests/Routing/UrlsProviderWithDomainsTests.cs
# src/Umbraco.Tests/Routing/UrlsWithNestedDomains.cs
# src/Umbraco.Tests/Security/BackOfficeCookieManagerTests.cs
# src/Umbraco.Tests/TestHelpers/TestHelper.cs
# src/Umbraco.Tests/TestHelpers/TestObjects-Mocks.cs
# src/Umbraco.Tests/Testing/Objects/TestUmbracoContextFactory.cs
# src/Umbraco.Tests/Testing/UmbracoTestBase.cs
# src/Umbraco.Tests/Web/Mvc/RenderIndexActionSelectorAttributeTests.cs
# src/Umbraco.Tests/Web/Mvc/SurfaceControllerTests.cs
# src/Umbraco.Web/Models/Mapping/ContentMapDefinition.cs
# src/Umbraco.Web/PublishedContentExtensions.cs
# src/Umbraco.Web/UmbracoContext.cs
# src/Umbraco.Web/UmbracoContextFactory.cs
# src/Umbraco.Web/UmbracoInjectedModule.cs
2020-02-17 13:07:59 +01:00
Bjarke Berg
2b8be2cf00
Netcore: Move files from Web/Routing to Abstractions/Routing ( #7642 )
...
* AB4951 - Move routing files to abstractions
* Changed UriUtility from static to instance
* Moved more files from Routing in web to Abstractions
* Moved UrlProvider to Abstractions
* Moved PublishedRequest to Abstractions
2020-02-17 12:07:51 +01:00
Bjarke Berg
53a9e75a48
Refactor UmbracoContext to inject IHttpAccessor instead of HttpContext
2020-02-13 15:13:38 +01:00
Bjarke Berg
85afde0ea1
Replaced usages of HttpContext.Items with usages of IRequestCache
2020-02-13 07:46:49 +01:00
Bjarke Berg
e94921b384
Introduced interface on PublishedRequest and moved interfaces to abstractions
2020-02-10 19:23:42 +01:00
Bjarke Berg
c335a8dbb5
Introduced interface on UmbracoContext
2020-02-09 19:05:39 +01:00
Bjarke Berg
c6c0d7df54
AB4234 - Moved stuff from core into web, that used identity.
2020-01-07 13:50:38 +01:00
Bjarke Berg
d5527f0485
AB3677 - Removed lot of stuff from Current (Core) and uses Current (Web) instead
2019-12-19 10:43:34 +01:00
Bjarke Berg
28ecb355dd
Let IOHelper use IHostingEnvironment
2019-12-04 21:30:18 +01:00
Bjarke Berg
886a298b3d
AB3981 - Review fixes - Moved abstractions into namespace folders, removed code that was commented out, removed unused code, added xml doc
2019-12-04 10:39:49 +01:00
Bjarke Berg
3e360abf15
Removed static ApplicationUrlHelper and introduced IBackOfficeInfo and AspNetBackOfficeInfo
2019-11-21 14:19:56 +01:00
Bjarke Berg
683c0da468
Moved stuff from SystemDirectories into constants and IOHelper to avoid a circular dependency
2019-11-13 11:56:32 +01:00
Bjarke Berg
0fcf8325e3
Changed SystemDirectories from static to instance, Added interface in abstractions and create a static property on current.
2019-11-12 15:25:21 +01:00
Shannon
6d886e3810
removes uneeded IsDocumentRequest method
2019-09-16 17:55:04 +10:00
Shannon
c27e876c75
Removes BackgroundPublishedSnapshotNotifier
2019-09-16 17:40:48 +10:00
Shannon
2b9ab0a38a
Merge branch 'v8/bugfix/background-pure-live-rebuild-AB1833' into v8/bugfix/AB2684-purelive-model-regen
...
# Conflicts:
# src/Umbraco.Web/Cache/ContentTypeCacheRefresher.cs
# src/Umbraco.Web/Cache/DataTypeCacheRefresher.cs
2019-09-16 17:38:10 +10:00
Shannon
81b277314c
better logging
2019-09-12 16:21:17 +10:00
Shannon
642c06879d
ensure we don't wait on background operations when not in PureLive
2019-09-10 17:24:10 +10:00
Shannon
44fbdb7028
renames class
2019-09-10 14:23:42 +10:00
Shannon
b997281e1f
Only waits for background processing to finish if it's a front-end request, required caching the check for a front-end request which required moving the check to it's own class.
2019-09-10 14:10:26 +10:00
Shannon
596c745a19
Uses an event on UmbracoContext for when the snapshot is created so we can block until the background notifier is completed
2019-09-10 13:35:59 +10:00
Shannon
296afb18a4
Renames and puts in temp fix to try to find out why we are binding to old models
2019-09-10 11:50:09 +10:00
Shannon
fdad387414
renames objects/methods and adds a lock to the routing mechanism
2019-09-09 23:32:02 +10:00
Shannon
e9717ee86a
changes to PanicException
2019-08-16 16:18:58 +10:00
Stephan
55d4457c70
UmbracoContext: don't use obsolete properties
2019-04-23 08:29:43 +02:00
Stephan
a46d40e9ef
Fix UmbracoContext issue (with a TODO)
2019-02-15 10:52:30 +01:00
Stephan
186e8fc58b
Introduce IUmbracoContextFactory
2019-02-14 12:11:06 +01:00
Stephan
abceda7750
Kill UmbracoContext.Current
2019-02-14 10:39:49 +01:00
Stephan
a6f9598a23
Introduce IPublishedRouter
2019-01-31 11:07:45 +01:00
Stephan
7ba4fd7ad1
Cleanup Umbraco module
2019-01-30 08:35:50 +01:00
Shannon
c0026d3c23
Removes UseDirectoryUrls, have better defaults for reserved paths, don't ship with values in them just have them blank
2019-01-29 23:58:43 +11:00
Shannon
eef86689c8
Removes booting.aspx and creates embedded html pages for booting and failed (if those are ever seen ), renames some classes and namespaces, removes old cdf bundle classes
2019-01-29 23:05:59 +11:00
Shannon
e7b0e43d98
removes scripting.config, EnableSplashWhileLoading, RenderingEngine, and more!
2019-01-29 22:38:03 +11:00
Chris Houston
0b6ba5aa52
Temp8 - Fixing spelling / typos etc in Umbraco.Web ( #4148 )
2019-01-26 16:52:19 +01:00
Stephan
19ae9f5dee
Refactor configuration for DI
2019-01-07 19:40:07 +01:00
Stephan
adced099be
Move UmbracoConfig singleton to Current
2018-12-12 23:31:16 +01:00
Stephan
d1e377bc38
Cleanup BootFailedException
2018-10-26 16:06:45 +02:00
Stephan
a9e0f90ef0
Fix merge
2018-10-08 19:27:32 +02:00
Stephan
66d931490e
Merge branch temp8 into temp8-di2690
2018-10-08 19:22:20 +02:00
Stephan
6692f3e7b7
Post-merge fixes
2018-08-29 19:02:35 +02:00
Stephan
f0241a91b2
Post-merge
2018-07-31 14:51:56 +02:00
Stephan
eb8b3965b8
Split UmbracoModule, UmbracoInjectedModule
2018-07-06 18:37:07 +02:00