This website requires JavaScript.
Explore
Help
Register
Sign In
yv01p
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a292c60402aa27231a3da95d9aebf647bf3dc34c
Umbraco-CMS
/
src
/
Umbraco.Core
/
Sync
History
Shannon
13a4d5c81c
WIP - have added LightInject as a fast and tiny IoC container that is embedded. Have updated all required SingleObjectResolverBase and non lazy ManyObjectResolverBase to use a Container implementation. Have updated the boot managers to use IoC to instantiate all their requirements. This is so much nicer now by using IoC to ctor all of the objects in these resolvers we can get ctor injection OOTB so no more singletons. Need to create resolver to support the lazy resolver with IoC next. Updated IContentFinders, IThumbnailProviders to use ctor injection.
2015-01-21 12:48:08 +11:00
..
ConfigServerAddress.cs
…
ConfigServerRegistrar.cs
WIP - have added LightInject as a fast and tiny IoC container that is embedded. Have updated all required SingleObjectResolverBase and non lazy ManyObjectResolverBase to use a Container implementation. Have updated the boot managers to use IoC to instantiate all their requirements. This is so much nicer now by using IoC to ctor all of the objects in these resolvers we can get ctor injection OOTB so no more singletons. Need to create resolver to support the lazy resolver with IoC next. Updated IContentFinders, IThumbnailProviders to use ctor injection.
2015-01-21 12:48:08 +11:00
CurrentServerEnvironmentStatus.cs
Fixes: U4-581 Automatic publishing not working in load balanced setup - added some more convention and configuration to distributed calls so that servers are aware of the master and how to call into themselves for scheduled tasks, ping and scheduled publishing. Will need to update the docs on LB regarding this too. Cleaned up the code that does the scheduling and separates it into proper segments. Obsoletes the old presentation classes that were doing it.
2014-06-20 14:34:21 +10:00
DatabaseServerRegistrar.cs
…
DefaultServerMessenger.cs
Merge remote-tracking branch 'origin/6.2.2' into 7.1.5
2014-08-05 12:49:51 -06:00
IServerAddress.cs
Merge remote-tracking branch 'origin/6.2.2' into 7.1.5
2014-08-05 12:49:51 -06:00
IServerMessenger.cs
Publicizes a few things, including the fix for U4-3981 Make Umbraco.Web.WebApi.Filters.UmbracoApplicationAuthorizeAttribute public
2014-03-24 15:41:46 +11:00
IServerRegistrar.cs
Publicizes a few things, including the fix for U4-3981 Make Umbraco.Web.WebApi.Filters.UmbracoApplicationAuthorizeAttribute public
2014-03-24 15:41:46 +11:00
MessageType.cs
…
RefreshInstruction.cs
Completes: U4-2633 Bundle all cache refresher transmissions into a single call per request for much better performance
2014-06-08 12:49:20 +02:00
ServerEnvironmentHelper.cs
Merge remote-tracking branch 'origin/6.2.5' into 7.2.1
2014-12-08 17:16:16 +11:00
ServerMessengerResolver.cs
WIP - have added LightInject as a fast and tiny IoC container that is embedded. Have updated all required SingleObjectResolverBase and non lazy ManyObjectResolverBase to use a Container implementation. Have updated the boot managers to use IoC to instantiate all their requirements. This is so much nicer now by using IoC to ctor all of the objects in these resolvers we can get ctor injection OOTB so no more singletons. Need to create resolver to support the lazy resolver with IoC next. Updated IContentFinders, IThumbnailProviders to use ctor injection.
2015-01-21 12:48:08 +11:00
ServerRegistrarResolver.cs
WIP - have added LightInject as a fast and tiny IoC container that is embedded. Have updated all required SingleObjectResolverBase and non lazy ManyObjectResolverBase to use a Container implementation. Have updated the boot managers to use IoC to instantiate all their requirements. This is so much nicer now by using IoC to ctor all of the objects in these resolvers we can get ctor injection OOTB so no more singletons. Need to create resolver to support the lazy resolver with IoC next. Updated IContentFinders, IThumbnailProviders to use ctor injection.
2015-01-21 12:48:08 +11:00
ServerSyncWebServiceClient.cs
Ensures that the batched distributed calls doesn't cache refresh the server executing the distributed calls since tht will already be done locally.
2014-08-05 10:32:07 -06:00